/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
@import url(//fonts.googleapis.com/css?family=Lato:300,700);
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ===========================================================**  Name:          selectordie_dev.css*  Updated:       2014-10-10*  Created by:    Per V @ Vst.mn*  What?:         Base CSS for Select or Die**  Copyright (c) 2014 Per Vestman*  Dual licensed under the MIT and GPL licenses.**  No, I don't usually comment my CSS, but in this*  case it might "help" someone.**  Oddny | Cogs 'n Kegs* =========================================================== */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 220px;
  padding: 15px 10px;
  border: 3px solid #5e5e5e;
  background: #ffffff;
  color: #444444;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  cursor: default;
}
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 3px solid #000000;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
}
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}
.sod_select .sod_option.is-placeholder {
  display: none;
}
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;
        base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.sod_select select {
  display: none !important;
}
.sod_select:before,
.sod_select:after {
  content: "\25B2";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 7px;
}
.sod_select:after {
  content: "\25BC";
  top: auto;
  bottom: 12px;
}
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000;
}
.sod_select.open {
  color: #919191;
}
.sod_select.open .sod_list_wrapper {
  display: block;
}
.sod_select.focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dumb_only {
  position: fixed;
  top: -200px;
  left: -200px;
}
.show {
  content: "";
  display: block;
}
.absolut {
  position: absolute;
  top: 0;
  left: 0;
}
.dots {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*[class*='col'] {
  float: left;
  zoom: 1;
}
*[class*='col']:before,
*[class*='col']:after {
  content: "";
  display: table;
}
*[class*='col']:after {
  clear: both;
}
.col-10 {
  width: 10%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.33333333%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-42 {
  width: 41.66666667%;
}
.col-58 {
  width: 58.33333333%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-100 {
  width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.clear {
  clear: both;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
.lightbox .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox.visible {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mbl-menu {
  display: none;
}
@media screen and (max-width: 720px) {
  .mbl-menu {
    display: block;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 44px;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: none;
    -webkit-perspective: 1000;
    position: relative;
  }
  .mbl-menu:focus {
    outline: none;
    background: none;
  }
  .mbl-menu span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0px;
    right: 0px;
    height: 7px;
    background: black;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .mbl-menu span:before,
  .mbl-menu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    background: black;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .mbl-menu span:before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    -o-transition-property: top, -o-transform;
    transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  }
  .mbl-menu span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    -o-transition-property: bottom, -o-transform;
    transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  }
  .mbl-menu p {
    color: black;
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 12px;
    height: 10px;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .mbl-menu.active {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .mbl-menu.active span,
  .mbl-menu.active span:before,
  .mbl-menu.active span:after {
    background: black;
  }
  .mbl-menu.active span {
    background: rgba(0, 0, 0, 0);
  }
  .mbl-menu.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mbl-menu.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mbl-menu.active p {
    color: black;
  }
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Fonts/RobotoCondensed-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Fonts/RobotoCondensed-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Fonts/RobotoCondensed-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Fonts/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Fonts/RobotoCondensed-BoldItalic.ttf) format('truetype');
}
.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}
.regular {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.thin {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 200;
}
.bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.light {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.tablet {
  display: none;
}
@media screen and (max-width:1160px) {
  .tablet {
    display: block;
  }
}
.size1000 {
  display: none;
}
@media screen and (max-width:1000px) {
  .size1000 {
    display: block;
  }
}
.size870 {
  display: none;
}
@media screen and (max-width:870px) {
  .size870 {
    display: block;
  }
}
.mobil {
  display: none;
}
@media screen and (max-width:720px) {
  .mobil {
    display: block;
  }
}
.with-note {
  border-bottom: 1px dotted black;
  position: relative;
}
th .with-note {
  border-bottom-color: white;
}
.absolute-tooltip {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 7px;
  max-width: 50%;
  z-index: 100000;
  font-size: .8em;
  line-height: 1.2em;
}
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
  /* for chrome */
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"]:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
body *,
body *:after,
body *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
}
.scroll-inside {
  overflow-x: auto;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:1160px) {
  .inner {
    width: 94%;
  }
}
body {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #131313;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -213px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.button {
  background: #bf0c1d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 0.9375rem;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  display: inline-block;
  padding: 8px 25px;
  color: white;
}
.button.bigger {
  font-size: 1.125em;
  padding: 7px 18px;
}
.button-blue {
  background: #004489;
}
.center {
  text-align: center;
}
strong,
b {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media screen and (max-width:720px) {
}
@media screen and (max-width:425px) {
  strong,
  b {
    font-size: 1em;
  }
}
em {
  font-style: italic;
}
strong em,
em strong,
b em,
em b {
  font-style: italic;
  font-weight: 700;
}
.hidden {
  display: none;
}
.desc {
  color: #bf0c1d;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  margin: -23px 0 0 23px;
}
.desc2 {
  margin: 0 0 25px 0px !important;
  max-width: 70%;
  font-size: .8em;
  color: #8e8e8e;
}
.desc2 a {
  color: #8e8e8e !important;
  text-decoration: none;
}
.desc2 a i {
  font-style: normal;
}
input[type=text],
input[type=tel],
input[type=file] + label,
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=time],
input[type=url],
select {
  border: 1px solid #cdcdcd;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  font-size: 0.8125rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 30px;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=file] + label::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #646464;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=file] + label:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder {
  color: #646464;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=file] + label::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder {
  color: #646464;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=file] + label:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #646464;
}
select.notsod {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select.notsod::-ms-expand {
  display: none;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 30px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
}
input[type=radio] + label:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
input[type=checkbox]:checked + label:before {
  background: url('../images/check.png') no-repeat center center;
}
input[type=radio]:checked + label:before {
  background: url('../images/radio-check.png') no-repeat center center;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type=submit] {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  background: #bf0c1d;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  border: none;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
  font-size: 0.9375rem;
}
.sod_select {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding: 0;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 0.8125em;
  border: 1px solid #cdcdcd !important;
}
.sod_select:hover,
.sod_select.open {
  border: 1px solid #cdcdcd;
}
.sod_select.open {
  -webkit-border-radius: 10px 10px 10px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 10px 0;
  -moz-background-clip: padding;
  border-radius: 10px 10px 10px 0;
  background-clip: padding-box;
}
.sod_select.open .sod_label {
  color: #bf0c1d;
}
.sod_select.open:before {
  display: block;
}
.sod_select.open:after {
  display: none;
}
.sod_select.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sod_select:before,
.sod_select:after {
  content: "";
  width: 42px;
  height: 28px;
  top: 1px;
  border-left: 1px solid #cdcdcd;
  right: 0px;
}
.sod_select:before {
  display: none;
  background: url('../images/redTop.png') no-repeat center center;
  background-size: 16px auto;
}
.sod_select:after {
  background: url('../images/redBottom.png') no-repeat center center;
  background-size: 16px auto;
}
.sod_select .sod_label {
  padding: 0 43px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.sod_select .sod_list_wrapper {
  width: calc(100% - 40px);
  left: -1px;
  margin: 0px;
  background: white;
  border: 1px solid #cdcdcd;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  border-radius: 0 0 10px 10px;
  background-clip: padding-box;
  color: #646464;
  padding: 10px 0;
  overflow: hidden;
}
.sod_select .sod_list_wrapper .sod_option {
  color: #646464;
  padding: 0px 15px;
}
.sod_select .sod_list_wrapper .sod_option.active {
  background: white;
}
.sod_select .sod_list_wrapper .sod_option.selected,
.sod_select .sod_list_wrapper .sod_option:hover {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: normal;
  background: #bf0c1d;
}
html,
body {
  height: 100%;
}
.wrapper {
  position: relative;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.wrapper.open {
  /*        position: fixed;
				top: 0;
				left: 255px;*/
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  -o-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
body.is-locked {
  overflow: hidden;
}
.loader {
  -ms-transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -webkit-transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(191, 12, 29, 0.2);
  border-left: 1.1em solid #bf0c1d;
  border-radius: 50%;
  border-right: 1.1em solid rgba(191, 12, 29, 0.2);
  border-top: 1.1em solid rgba(191, 12, 29, 0.2);
  font-size: 10px;
  height: 10em;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 10em;
}
.loader:after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*polozky v naseptavaci*/
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  min-width: 400px;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 3px ;
  cursor: default;
  display: block;
  /*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
  /*width: 100%;*/
  font: menu;
  font-size: 14px;
  /*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
  line-height: 16px;
  overflow: hidden;
  text-align: left;
  background-image: none;
}
/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
.ac_item {
  padding-left: 30px;
}
.ac_bottom {
  color: Gray;
  font-size: 80%;
}
.ac_over .ac_bottom {
  color: white;
}
.ui-autocomplete.ui-front.ui-widget,
.ui-modernAutocomplete.ui-front.ui-widget {
  padding: 0;
  z-index: 10000;
  position: absolute;
  width: 200px;
}
.ui-autocomplete.ui-front.ui-widget li,
.ui-modernAutocomplete.ui-front.ui-widget li {
  clear: both;
  list-style: none;
}
.ui-autocomplete.ui-front.ui-widget li:before,
.ui-modernAutocomplete.ui-front.ui-widget li:before {
  display: none;
}
.ui-autocomplete.ui-front.ui-widget li:hover,
.ui-modernAutocomplete.ui-front.ui-widget li:hover {
  background-color: #0A246A;
  color: white;
}
.download-page a {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-decoration: underline;
}
.download-page a:hover {
  color: #bf0c1d;
}
.visuallyhidden {
  display: block !important;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mbl-menu {
  display: none;
}
@media (min-width: 1000px) {
  body {
    padding-top: 132px;
  }
  body.logged-in {
    padding-top: 100px;
  }
}
header {
  position: relative;
  z-index: 500;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media (min-width: 1000px) {
  header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 132px;
  }
  header.is-fixed {
    height: auto;
  }
  header.is-fixed .top {
    height: 68px;
  }
  header.is-fixed .top .top-right .lang {
    margin-top: -38px;
  }
  header.is-fixed .top #logo {
    margin-top: 5px;
    width: 320px;
    height: 54px;
  }
  header.is-fixed .icons.main {
    background: transparent;
    top: 105px;
  }
  header.is-fixed div.search {
    margin-top: 20px;
  }
  header.is-fixed nav {
    -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  header.is-fixed nav > ul > li {
    line-height: 38px;
  }
  header.is-fixed nav > ul > li:first-of-type a {
    -webkit-border-radius: 5px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 5px 0 0 0;
    background-clip: padding-box;
  }
  header.is-fixed nav > ul > li:last-of-type a {
    -webkit-border-radius: 0 5px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 0 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 0 0;
    background-clip: padding-box;
  }
  header.is-super-fixed {
    top: -68px;
  }
}
@media screen and (max-width:1000px) {
  header {
    position: static;
  }
}
@media screen and (max-width:720px) {
  header {
    position: relative;
    z-index: 500;
    padding: 16px 0;
    background: white;
  }
}
header .top {
  height: 140px;
  background: white;
  position: relative;
  z-index: 5;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width:1000px) {
  header .top {
    height: auto;
    z-index: auto;
  }
}
header .top #logo {
  float: left;
  margin-top: 45px;
  width: 350px;
  height: 60px;
  background: url(../images/logo.png) center no-repeat;
  background-size: contain;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width:1000px) {
  header .top #logo {
    text-align: center;
    width: 72%;
    height: 64px;
    margin: 16px auto;
    max-width: 450px;
    display: block;
    float: none;
  }
}
@media screen and (max-width:720px) {
  header .top #logo {
    background: url(../images/logo-mobil.png) center no-repeat;
    background-size: contain;
    height: 38px;
    width: 117px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1000px) {
  header .top .search {
    display: none;
  }
}
header .top .top-right {
  float: right;
}
header .top .top-right .search {
  float: right;
}
header .top .top-right .lang,
header .top .top-right .lang_selector {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  float: right;
  margin-top: 18px;
  margin-right: 7px;
  display: block;
  text-align: right;
  height: 36px;
}
@media screen and (max-width:1000px) {
  header .top .top-right .lang,
  header .top .top-right .lang_selector {
    width: 80px;
    right: 0;
    margin-top: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width:720px) {
  header .top .top-right .lang,
  header .top .top-right .lang_selector {
    height: 28px;
  }
}
header .top .top-right .lang li,
header .top .top-right .lang_selector li {
  display: inline-block;
}
header .top .top-right .lang li.active a,
header .top .top-right .lang_selector li.active a {
  background: #cdcdcd;
  color: #004489;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
header .top .top-right .lang a,
header .top .top-right .lang_selector a {
  display: block;
  color: white;
  margin-left: 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 0.975em;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-align: center;
  text-transform: uppercase;
  background: #c8c8c8;
}
header .top .top-right .lang a:hover,
header .top .top-right .lang_selector a:hover {
  background: #cdcdcd;
  color: #004489;
}
@media screen and (max-width:1000px) {
  header .top .top-right .lang a,
  header .top .top-right .lang_selector a {
    float: left;
    margin-bottom: 4px;
  }
}
@media screen and (max-width:720px) {
  header .top .top-right .lang a,
  header .top .top-right .lang_selector a {
    height: 28px;
    line-height: 28px;
    font-size: 0.8125em;
    width: 28px;
  }
}
header nav {
  clear: both;
  color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1000px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header nav > ul > li {
  font-size: 1em;
  line-height: 43px;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  /*				&:before {
				    .show;
				    .absolut;
				    left: 0;
				    top: 0;
				    height: 100%;
				    z-index: 200;
				    width: 1px;
				    background: white;
				}*/
}
header nav > ul > li:first-child {
  border-left: none;
}
header nav > ul > li.current-menu-item > a,
header nav > ul > li.current-menu-ancestor > a,
header nav > ul > li:hover > a {
  font-weight: 700;
}
header nav > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
}
header nav > ul > li a:not([href]) {
  cursor: default;
}
header nav > ul > li > a {
  border-left: 1px solid white;
  position: relative;
  z-index: 3;
  letter-spacing: 0.5px;
  background: #bf0c1d;
  font-size: 0.98em;
  -webkit-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  -o-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  transition: 300ms cubic-bezier(0, 1, 0.5, 1);
}
header nav > ul > li:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
  margin-right: -1px;
}
@media all and (-ms-high-contrast: none) {
  header nav > ul > li:last-of-type {
    margin-right: 2px;
  }
}
header nav > ul > li:last-of-type > a {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
.home header nav > ul > li:last-of-type a {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
header nav > ul > li:last-of-type:after a {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url('../images/tourist.png');
  position: absolute;
  top: 15px;
  right: 17px;
}
@media screen and (max-width:1160px) {
  header nav > ul > li:last-of-type:after a {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    top: 18px;
    right: 12px;
  }
}
header nav > ul > li:last-of-type.menu-item-has-children:hover a {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
header nav > ul > li:first-of-type {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
@media all and (-ms-high-contrast: none) {
}
header nav > ul > li:first-of-type > a {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
.home header nav > ul > li:first-of-type a {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
header nav > ul > li:first-of-type.menu-item-has-children:hover a {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
header nav > ul > li a {
  display: block;
  padding: 0 4px;
}
header nav > ul > li:hover,
header nav > ul > li.openmenublind {
  background: #bd8d91;
}
header nav > ul > li:hover > ul,
header nav > ul > li.openmenublind > ul {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
header nav > ul > li > ul {
  color: #bf0c1d;
  border: 1px solid #bf0c1d;
  width: 100%;
  width: calc(100% - 1px);
  left: 1px;
  overflow: hidden;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  position: absolute;
  -webkit-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  -o-transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  transition: 300ms cubic-bezier(0, 1, 0.5, 1);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 1;
}
header nav > ul > li > ul .sub-menu {
  display: none;
}
header nav > ul > li > ul li {
  background: white;
  position: relative;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  line-height: 1.1em;
}
header nav > ul > li > ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  height: 1px;
  background: #bf0c1d;
  width: calc(100% - 30px);
}
header nav > ul > li > ul li:last-child {
  border-bottom: 0;
}
header nav > ul > li > ul li:last-child:after {
  display: none;
}
header nav > ul > li > ul li:last-child a {
  padding-bottom: 14px;
}
header nav > ul > li > ul li a {
  font-size: 0.975em;
  padding: 9px 3px;
}
header nav > ul > li > ul li:hover,
header nav > ul > li > ul li.current-menu-item,
header nav > ul > li > ul li.current-menu-ancestor {
  font-weight: 700;
}
header nav > ul > li.menu-item-4347 ul {
  width: calc(100% - 1px);
}
header .inner {
  position: relative;
}
header .icons.main {
  position: absolute;
  width: 53px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  left: -53px;
  top: 213px;
  z-index: 1;
  background: white;
}
.home header .icons.main {
  display: none;
}
header .icons.main ul {
  padding-top: 8px;
}
header .icons.main ul li {
  padding-bottom: 19px;
  font-size: 0;
}
header .icons.main ul li img {
  max-width: 44px;
  height: auto;
}
header .icons.main ul li img:hover {
  opacity: .7;
}
@media screen and (max-width: 1240px) {
  header .icons.main {
    left: 0;
  }
}
@media screen and (max-width:1000px) {
  header .icons.main {
    display: none;
  }
}
div.search {
  margin-top: 18px;
  position: relative;
  width: 190px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
div.search input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 30px;
  padding: 0 35px 0 15px;
  border: 1px solid #cdcdcd;
}
div.search input::-webkit-input-placeholder {
  color: #646464;
}
div.search input:-moz-placeholder {
  color: #646464;
}
div.search input::-moz-placeholder {
  color: #646464;
}
div.search input:-ms-input-placeholder {
  color: #646464;
}
div.search input[type=submit] {
  display: none;
}
div.search img {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  z-index: 20;
}
div.breadcrumbs ul {
  padding: 12.5px 55px;
}
@media screen and (max-width:1160px) {
  div.breadcrumbs ul {
    padding: 12.5px 6.5%;
  }
}
@media screen and (max-width:1000px) {
  div.breadcrumbs ul {
    padding: 12.5px 0px;
  }
}
@media screen and (max-width:720px) {
  div.breadcrumbs ul {
    padding: 12.5px 0px 35px;
  }
}
div.breadcrumbs ul li {
  display: inline-block;
}
div.breadcrumbs ul li a,
div.breadcrumbs ul li strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: black;
}
div.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
div.breadcrumbs ul li.separator {
  padding: 0 4px;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
.st-effect-10 .st-content {
  overflow-y: scroll;
  background: white;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container.st-effect-10 {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 8000;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.navMobile {
  position: absolute;
  left: 0px;
  top: 0;
  padding: 15px;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 270px);
  -moz-transform: translate3d(0, 0, 270px);
  -ms-transform: translate3d(0, 0, 270px);
  -o-transform: translate3d(0, 0, 270px);
  transform: translate3d(0, 0, 270px);
  width: 270px;
  height: 100%;
  visibility: hidden;
  z-index: 8001;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: white;
  /*    &.open {
		//left: 0px;
		visibility: visible;
		.translate3d(0,0,0);
	}*/
}
.navMobile:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.navMobile .no-image-menu li a img {
  display: none;
}
.navMobile .search {
  width: 100%;
  margin-top: 0;
  margin-bottom: 31px;
}
.navMobile .icons {
  margin-bottom: 32px;
  zoom: 1;
}
.navMobile .icons:before,
.navMobile .icons:after {
  content: "";
  display: table;
}
.navMobile .icons:after {
  clear: both;
}
.navMobile .icons li {
  width: 15%;
  float: left;
  margin-left: 2%;
}
.navMobile .icons li:nth-of-type(1) {
  margin-left: 0;
}
.navMobile .icons li img {
  width: 100%;
  height: auto;
}
.navMobile .menu {
  margin-bottom: 32px;
}
.navMobile .menu li {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 0.9375em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.navMobile .menu li a {
  display: block;
  background: #bf0c1d;
  padding: 10px 0;
}
.navMobile .menu li .sub-menu {
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}
.navMobile .menu li .sub-menu li {
  width: 90%;
  margin: 0 auto 5px;
}
.navMobile .menu li .sub-menu li a {
  background-color: white;
  color: #bf0c1d;
  border: 1px solid #bf0c1d;
}
.navMobile .menu li.current-menu-item > a {
  background: #bd8d91;
  color: white;
}
.navMobile .menu li.current-menu-item > .sub-menu,
.navMobile .menu li.current-menu-parent > .sub-menu,
.navMobile .menu li.current-menu-ancestor > .sub-menu {
  display: block;
}
.navMobile aside {
  margin-top: 0;
  width: 100%;
}
.home .navMobile aside {
  margin-top: 0;
}
.navMobile .form.find {
  margin-left: 0;
  display: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 32px;
  width: auto;
}
@media screen and (max-width:930px) {
  .navMobile .form.find {
    height: auto;
    display: block;
  }
}
.st-effect-10.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-10.st-menu-open .st-pusher {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
.st-effect-10.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -270px);
  transform: translate3d(0, 0, -270px);
}
.st-effect-10.st-menu-open .st-effect-10.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  color: transparent;
  background: #bf0c1d;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
.st-menu-open #nav-icon3 span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.st-menu-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.st-menu-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.st-menu-open #nav-icon3 span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
div.ui-datepicker {
  z-index: 8000 !important;
  border: none;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
div.ui-datepicker .ui-datepicker-title {
  line-height: 40px;
}
div.ui-datepicker .ui-datepicker-header {
  padding: 0;
  background: #004489;
  border: none;
  color: white;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
div.ui-datepicker table {
  border: 2px solid #cdcdcd;
  border-top: none;
  padding: 5px;
  margin-bottom: 0;
  border-collapse: separate;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
div.ui-datepicker table th {
  padding: 0 0 5px 0;
}
div.ui-datepicker .ui-datepicker-next,
div.ui-datepicker .ui-datepicker-prev {
  width: 15px;
  height: 18px;
  top: 10px;
  content: "";
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
div.ui-datepicker .ui-datepicker-next span,
div.ui-datepicker .ui-datepicker-prev span {
  display: none;
}
div.ui-datepicker .ui-datepicker-next.ui-state-hover,
div.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  border: none;
}
div.ui-datepicker .ui-datepicker-next {
  right: 5px;
  background: url('../images/right.png') no-repeat;
}
div.ui-datepicker .ui-datepicker-prev {
  left: 5px;
  background: url('../images/left.png') no-repeat;
}
div.ui-datepicker .ui-state-default,
div.ui-datepicker .ui-widget-content .ui-state-default,
div.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  text-align: center;
  padding: 6px 2px;
  color: white;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: #b1b1b1;
}
div.ui-datepicker .ui-state-default.ui-state-active,
div.ui-datepicker .ui-widget-content .ui-state-default.ui-state-active,
div.ui-datepicker .ui-widget-header .ui-state-default.ui-state-active,
div.ui-datepicker .ui-state-default.ui-state-hover,
div.ui-datepicker .ui-widget-content .ui-state-default.ui-state-hover,
div.ui-datepicker .ui-widget-header .ui-state-default.ui-state-hover,
div.ui-datepicker .ui-state-default.ui-state-highlight:hover,
div.ui-datepicker .ui-widget-content .ui-state-default.ui-state-highlight:hover,
div.ui-datepicker .ui-widget-header .ui-state-default.ui-state-highlight:hover,
div.ui-datepicker .ui-state-default.ui-state-default.ui-state-highlight.ui-state-active,
div.ui-datepicker .ui-widget-content .ui-state-default.ui-state-default.ui-state-highlight.ui-state-active,
div.ui-datepicker .ui-widget-header .ui-state-default.ui-state-default.ui-state-highlight.ui-state-active {
  background: #004489;
}
div.ui-datepicker .ui-state-default.ui-state-highlight,
div.ui-datepicker .ui-widget-content .ui-state-default.ui-state-highlight,
div.ui-datepicker .ui-widget-header .ui-state-default.ui-state-highlight {
  background: #bf0c1d;
}
input.timepicker:disabled {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ui-timepicker-div {
  border: 2px solid #cdcdcd;
  border-top: none;
  padding: 5px;
  margin-bottom: 0;
  border-collapse: separate;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.ui-timepicker-div dl {
  margin-top: 7px;
}
.ui-timepicker-div dl dt {
  font-size: .85em;
  font-weight: bold;
}
footer {
  clear: both;
}
footer .top {
  background: #e6e6e6;
}
footer .top .inner {
  padding: 30px 0px 30px;
}
footer .top ul {
  zoom: 1;
}
footer .top ul:before,
footer .top ul:after {
  content: "";
  display: table;
}
footer .top ul:after {
  clear: both;
}
footer .top ul li {
  width: 15%;
  float: left;
  text-align: center;
  margin-left: 2%;
  /*				&:nth-of-type(2) {
					span {
						border-bottom: 2px solid #f49f19;
					}
				}
				&:nth-of-type(3) {
					span {
						border-bottom: 2px solid #fad211;
					}
				}
				&:nth-of-type(4) {
					span {
						border-bottom: 2px solid #a6b74b;
					}
				}
				&:nth-of-type(5) {
					span {
						border-bottom: 2px solid #0070ad;
					}
				}*/
}
footer .top ul li:hover {
  text-decoration: underline;
}
@media screen and (max-width:720px) {
  footer .top ul li {
    margin-bottom: 20px;
    margin-left: 4%;
    width: 48%;
    /*					&:last-of-type {
						float: none;
						margin: 0 auto 15px;
					}*/
  }
  footer .top ul li:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media screen and (max-width:425px) {
  footer .top ul li {
    width: 80%;
    float: none;
    margin: 0 auto 20px !important;
    clear: both;
  }
}
footer .top ul li ul {
  display: none;
}
@media screen and (min-width: 720px) {
  footer .top ul li ul {
    display: none !important;
  }
}
footer .top ul li:first-child {
  margin-left: 0;
  /*					span {
						border-bottom: 2px solid #46acc4;
					}*/
}
footer .top ul li a {
  display: block;
}
footer .top ul li a img {
  padding: 0 !important;
  width: auto;
  height: 22px;
}
footer .top ul li a .image-wrap {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  background: #8e8e8e;
  margin: auto;
  text-align: center;
  padding-top: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  footer .top ul li a .image-wrap {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  footer .top ul li a img {
    width: auto;
    height: 22px;
  }
}
footer .top ul li a:hover .image-wrap {
  background-color: #bf0c1d;
}
footer .top ul li span {
  margin-top: 15px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #131313;
  padding-bottom: 3px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  /*border-bottom: 2px solid #0070ad;*/
}
@media screen and (max-width:870px) {
  footer .top ul li span {
    margin-top: 10px;
    font-size: .775em;
  }
}
footer .middle {
  height: 80px;
  background: #8e8e8e;
}
@media screen and (max-width:1000px) {
  footer .middle {
    zoom: 1;
    height: auto;
  }
  footer .middle:before,
  footer .middle:after {
    content: "";
    display: table;
  }
  footer .middle:after {
    clear: both;
  }
}
footer .middle .inner {
  padding: 0 45px;
}
footer .middle .social {
  width: 25%;
  margin-top: 22px;
  float: left;
}
@media screen and (max-width:1000px) {
  footer .middle .social {
    margin-top: 22px;
  }
}
footer .middle .social li {
  font-size: 2em;
  color: white;
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media screen and (max-width:1000px) {
  footer .middle .social li {
    font-size: 1.5em;
    margin-right: 5px;
  }
}
@media screen and (max-width:720px) {
  footer .middle .social li:last-child {
    margin-right: 0;
  }
}
footer .middle .social li:hover.rss {
  color: #FFA500;
}
footer .middle .social li:hover.yt {
  color: #E52727;
}
footer .middle .social li:hover.fb {
  color: #3B5998;
}
footer .middle .social li:hover.tw {
  color: #28A9E0;
}
footer .middle .social li:hover.insta {
  color: #487497;
}
@media screen and (max-width:720px) {
  footer .middle .social {
    text-align: center;
    width: 100%;
  }
}
footer .middle .sponsors {
  width: 350px;
  height: 80px;
  display: table;
  float: right;
}
@media screen and (max-width:720px) {
  footer .middle .sponsors {
    margin-top: 15px;
    width: 100%;
  }
  footer .middle .sponsors li {
    text-align: center;
  }
}
@media screen and (max-width:720px) {
  footer .middle .sponsors {
    height: auto;
  }
}
footer .middle .sponsors li {
  padding-left: 50px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
footer .middle .sponsors li:first-child {
  padding-left: 0;
}
@media screen and (max-width:720px) {
  footer .middle .sponsors li {
    width: 100%;
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
    display: inline-block;
  }
}
footer .middle .sponsors li img {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .middle .sponsors li:nth-child(2) img {
  height: auto;
  width: 42px;
}
footer .middle .sponsors li:nth-child(3) img,
footer .middle .sponsors li:nth-child(4) img {
  height: auto;
  width: 157px;
}
footer .middle .sponsors li a .hover {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media screen and (max-width:1000px) {
  footer .middle .sponsors li a .hover {
    display: none;
  }
}
footer .middle .sponsors li a:hover img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
footer .middle .sponsors li a:hover .hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .middle .sponsors li:first-of-type .hover {
  margin-left: -67px;
}
footer .middle .sponsors li:nth-of-type(2) .hover {
  margin-left: -42px;
}
footer .middle .sponsors li:nth-of-type(3) .hover,
footer .middle .sponsors li:nth-of-type(4) .hover {
  margin-left: -157px;
}
footer .bottom {
  zoom: 1;
  font-size: 0.875em;
  padding: 10px 0;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
footer .bottom:before,
footer .bottom:after {
  content: "";
  display: table;
}
footer .bottom:after {
  clear: both;
}
@media screen and (max-width:720px) {
  footer .bottom {
    text-align: center;
  }
}
footer .bottom .created {
  float: right;
}
@media screen and (max-width:720px) {
  footer .bottom .created {
    float: none;
  }
}
footer .bottom .copyright {
  float: left;
}
@media screen and (max-width:720px) {
  footer .bottom .copyright {
    margin-bottom: 5px;
    float: none;
  }
}
footer .licence {
  margin-top: 10px;
}
footer .licence a:first-child {
  display: block;
  float: left;
  margin-right: 7px;
}
footer .licence font {
  opacity: .75;
  line-height: 31px;
}
footer .licence font a {
  text-decoration: underline;
  color: #004489;
}
footer .licence font a:hover {
  color: #bf0c1d;
}
#slider {
  zoom: 1;
  position: relative;
  height: 376px;
}
#slider:before,
#slider:after {
  content: "";
  display: table;
}
#slider:after {
  clear: both;
}
@media screen and (max-width:930px) {
  #slider {
    height: auto;
  }
}
@media screen and (max-width:720px) {
}
#slider .inner {
  background: #cdcdcd;
  height: 100%;
  position: relative;
}
@media screen and (max-width:720px) {
  #slider .inner {
    background: none;
  }
}
#slider .icons {
  position: absolute;
  width: 53px;
  left: -53px;
  z-index: 10;
  background: white;
  height: 100%;
}
@media screen and (min-width: 1241px) {
  #slider .icons {
    position: fixed;
    top: 124px;
    background: transparent;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    left: calc(50vw - 611px);
  }
}
#slider .icons.moving {
  top: 31px;
}
#slider .icons ul {
  padding-top: 8px;
}
#slider .icons ul li {
  padding-bottom: 19px;
  font-size: 0;
}
#slider .icons ul li img {
  max-width: 44px;
  height: auto;
}
#slider .icons ul li img:hover {
  opacity: .7;
}
@media screen and (max-width: 1240px) {
  #slider .icons {
    left: 0;
  }
}
@media screen and (max-width:1000px) {
  #slider .icons {
    display: none;
  }
}
#slider .info {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 25px 10.4%;
  width: 860px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+13,000000+50,000000+87,000000+100&amp;0+0,0+13,0.65+50,0+87,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(0, 0, 0, 0.65)), color-stop(93%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media screen and (max-width: 1240px) {
  #slider .info {
    width: 807px;
  }
}
@media screen and (max-width:1160px) {
  #slider .info {
    padding: 25px;
    width: calc(100% - 293px);
  }
}
@media screen and (max-width:930px) {
  #slider .info {
    padding: 15px 25px;
    font-size: 1em;
    width: 100%;
  }
}
@media screen and (max-width:720px) {
  #slider .info {
    background: #bf0c1d;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    margin-top: 32px;
    padding: 15px 15px;
    position: relative;
  }
}
@media screen and (max-width:500px) {
  #slider .info {
    padding-left: 10px;
    line-height: 1.5em;
    padding-bottom: 10px;
    font-size: .6em;
  }
}
#slider .info span {
  position: relative;
}
#slider .info span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  bottom: 1px;
  left: 0;
}
#slider .info img {
  width: 16px;
  height: 16px;
  margin: 0 0 -3px 4px;
}
@media screen and (max-width:500px) {
  #slider .info img {
    width: 12px;
    height: 12px;
  }
}
#slider .slider {
  float: right;
  height: 376px;
  overflow: hidden;
  width: 860px;
}
@media screen and (max-width: 1240px) {
  #slider .slider {
    width: 807px;
  }
}
@media screen and (max-width:1160px) {
  #slider .slider {
    /*			top: 0;
						right: 0;
						position: absolute;*/
    width: calc(100% - 293px);
  }
}
@media screen and (max-width:1000px) {
  #slider .slider {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width:930px) {
  #slider .slider {
    height: auto;
    float: none;
    position: relative;
    width: 100%;
  }
  #slider .slider img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:720px) {
  #slider .slider {
    display: none;
  }
}
#slider #nextSlick {
  background: url('../images/right.png') no-repeat right center;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  right: 15px;
}
#slider #prevSlick {
  background: url('../images/left.png') no-repeat left center;
  height: 25px;
  width: 25px;
  position: absolute;
  z-index: 10;
  top: 0;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  left: 15px;
}
@media screen and (max-width:1160px) {
  #slider #prevSlick {
    display: none !important;
  }
}
@media screen and (max-width:930px) {
  #slider #prevSlick {
    display: block !important;
  }
}
#slider .slick-dots {
  position: absolute;
  bottom: 22px;
  z-index: 100;
  right: 25px;
}
#slider .slick-dots li {
  border: 1px solid white;
  background: transparent;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
  height: 10px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  width: 10px;
  margin-left: 7px;
  display: inline-block;
}
#slider .slick-dots li button {
  display: none;
}
#slider .slick-dots li.slick-active,
#slider .slick-dots li:hover {
  background: white;
}
.form.find {
  width: 240px;
  position: relative;
  float: left;
  background: #cdcdcd;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .form.find {
    margin-left: 53px;
  }
}
@media screen and (max-width:1000px) {
  .form.find {
    margin-left: 0;
  }
}
@media screen and (max-width:930px) {
  .form.find {
    display: none;
  }
}
.form.find .ui-datepicker-trigger {
  display: none;
}
.form.find .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.5625em;
  background: #004489;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 20px;
}
.form.find .quote {
  font-size: 0.8125em;
  padding: 0 12px;
  display: block;
  margin: 15px 0 11px;
  line-height: 1.4em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #131313;
}
.form.find form {
  padding: 0 10px;
}
.form.find form input {
  margin-bottom: 25px;
}
.form.find form input:disabled {
  background-color: white;
}
.form.find form input::-webkit-input-placeholder {
  color: #afafaf;
}
.form.find form input:-moz-placeholder {
  color: #afafaf;
}
.form.find form input::-moz-placeholder {
  color: #afafaf;
}
.form.find form input:-ms-input-placeholder {
  color: #afafaf;
}
.form.find form input[type=submit] {
  margin-top: -9px;
  margin-bottom: 18px;
  background-color: #004489;
}
.list-subpages {
  zoom: 1;
  padding: 5px 0 25px;
}
.list-subpages:before,
.list-subpages:after {
  content: "";
  display: table;
}
.list-subpages:after {
  clear: both;
}
.list-subpages a {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  padding: 15px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.list-subpages a:nth-of-type(5n+1) {
  clear: both;
}
@media screen and (max-width:870px) {
  .list-subpages a {
    width: 25%;
  }
  .list-subpages a:nth-of-type(5n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(4n+1) {
    clear: both;
  }
}
@media screen and (max-width:720px) {
  .list-subpages a {
    width: 33.33333333%;
  }
  .list-subpages a:nth-of-type(5n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(4n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(3n+1) {
    clear: both;
  }
}
@media screen and (max-width:500px) {
  .list-subpages a {
    width: 50%;
  }
  .list-subpages a:nth-of-type(5n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(4n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(3n+1) {
    clear: none;
  }
  .list-subpages a:nth-of-type(2n+1) {
    clear: both;
  }
}
@media screen and (max-width:380px) {
  .list-subpages a {
    width: 100%;
  }
}
.list-subpages a .after {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 52px;
  height: 52px;
  display: block;
  background-color: transparent !important;
  background-size: auto 60%;
  margin: 0 auto 10px;
}
.list-subpages a .after + p {
  margin: 1em 0 0;
}
.list-subpages a .after span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon_info.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-subpages a:hover {
  background: #f4f4f4;
}
.list-subpages .clear {
  display: none;
}
section {
  zoom: 1;
}
@media screen and (max-width:1160px) {
  section {
    padding-bottom: 15px;
  }
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section .content {
  width: 64%;
  margin-left: 4.9%;
  float: left;
}
section .content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:720px) {
  section .content img {
    margin: 5px 5px 0 0;
    max-width: 95%;
  }
}
@media screen and (max-width:720px) {
  section .content img.alignright {
    margin: 5px 0 0 5px;
    max-width: 40%;
  }
}
@media screen and (max-width:550px) {
  section .content img.alignright {
    float: none;
    margin: 10px 0 15px;
  }
}
section .content .stops-table-alert {
  padding: 15px;
  color: white;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background: #bf0c1d;
}
section .content #places-filter {
  margin-bottom: 25px;
}
section .content #places-filter .sod_select {
  width: 100%;
  max-width: 500px;
}
section .content th img,
section .content td img {
  max-width: none;
}
@media screen and (max-width:1160px) {
  section .content {
    width: 62.4%;
    margin-left: 6.5%;
  }
}
@media screen and (max-width:1000px) {
  section .content {
    margin-left: 0;
    width: 100%;
  }
}
.page-template-tpl-kontakty section .content a {
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
.page-template-tpl-kontakty section .content a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
section .content a.pdf {
  padding-left: 20px;
  background-image: url('../images/pdf-icon.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  line-height: 1.3em;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content a.pdf:hover {
  color: #bf0c1d;
  text-decoration: underline;
}
section .content a.underline {
  text-decoration: underline;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content a.underline:hover {
  color: #bf0c1d;
}
.page-template-tpl-vymi-detail section .content a {
  text-decoration: underline;
  color: #004489;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.page-template-tpl-vymi-detail section .content a:hover {
  color: #bf0c1d;
}
section .content span.mail {
  background-image: url('../images/mail.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 5px 0 -5px;
  padding: 0 12px;
  cursor: pointer;
}
section .content span.mail.loading {
  background-image: url('../images/mail-loader.gif');
}
section .content span.mail.done {
  background-image: url('../images/mail-ok.png');
}
.home section .content {
  margin-top: 32px;
  width: 71.36%;
  margin-left: 0;
}
@media screen and (max-width:1000px) {
  .home section .content {
    margin-left: 0;
    width: 100%;
  }
}
section .content.knkt a:not(.button) {
  text-decoration: underline;
  color: #004489;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content.knkt a:not(.button).red,
section .content.knkt a:not(.button):hover {
  color: #bf0c1d;
}
section .content.knkt a:not(.button).with-img {
  text-decoration: none;
}
section .content.knkt a:not(.button).with-img span {
  text-decoration: underline;
}
section .content.knkt a:not(.button).with-img img {
  margin-bottom: -3px;
}
section .content.knkt a:not(.button).with-img:before {
  content: "|";
  color: #b1b1b1;
  margin: 0 8px;
}
section .content.knkt a:not(.button).with-img:first-of-type:before {
  display: none;
}
section .content.plain {
  padding-bottom: 60px;
}
section .content.plain h2,
section .content.plain h3,
section .content.plain h4,
section .content.plain h5,
section .content.plain h6 {
  margin: 1.2em 0 1em;
}
section .content.plain h2:first-child,
section .content.plain h3:first-child,
section .content.plain h4:first-child,
section .content.plain h5:first-child,
section .content.plain h6:first-child {
  margin-top: 0;
}
.search section .content.plain h2 a,
.search section .content.plain h3 a,
.search section .content.plain h4 a,
.search section .content.plain h5 a,
.search section .content.plain h6 a {
  text-decoration: none;
}
section .content.plain a {
  text-decoration: underline;
  color: #004489;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content.plain a.red,
section .content.plain a:hover {
  color: #bf0c1d;
}
section .content.plain a.with-img {
  text-decoration: none;
}
section .content.plain a.with-img span {
  text-decoration: underline;
}
section .content.plain a.with-img img {
  margin-bottom: -3px;
}
section .content.plain a.with-img:before {
  content: "|";
  color: #b1b1b1;
  margin: 0 8px;
}
section .content.plain a.with-img:first-of-type:before {
  display: none;
}
section .content.plain p {
  margin: 1em 0 1.4em;
}
section .content.plain i {
  font-style: italic;
}
section .content h1 {
  background: none !important;
  color: #004489 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 1.35em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 1.1em;
  padding: 9.5px 22px 9.5px 0px;
}
section .content h1 .after {
  display: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  background: #bf0c1d;
  top: -15px;
  height: 72px;
  width: 72px;
  padding: 10px;
  background-size: 75%;
}
section .content h1 .after.vyluky {
  background: #f49f19;
}
section .content h1 .after.vyluky span {
  background: url('../images/vyluka.png');
}
section .content h1 .after span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon_info.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section .content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #bf0c1d;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 13px 0px;
  background: none;
}
section .content h2.expandable {
  position: relative;
  background: white;
  border: 2px solid #bf0c1d;
  color: #bf0c1d;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  display: table;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  padding: 6px 60px 6px 20px;
  margin: 5px 0 20px;
  cursor: pointer;
}
section .content h2.expandable:after {
  content: "";
  display: block;
  /*					width: 0;
										height: 0;
										border-style: solid;
										border-width: 10px 7.5px 0 7.5px;
										border-color: @red transparent transparent transparent;
										//border-color: white transparent transparent transparent;
										position:absolute;
										right:22px;
										top:16px;
										.transition(300);*/
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0px;
  width: 40px;
  border-left: 2px solid #bf0c1d;
  background: url('../images/redBottom2.png') no-repeat center center;
  background-size: 16px auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section .content h2.expandable:after {
    top: -2px;
    height: calc(100% + 4px);
  }
}
section .content h2.expandable + .expandable-content {
  display: none;
  padding: 1px 0;
  margin: -15px 0 0;
}
section .content h2.expandable.is-expanded {
  background: #bf0c1d;
  color: white;
}
section .content h2.expandable.is-expanded:after {
  background: url('../images/whiteTop.png') no-repeat center center;
  background-size: 16px auto;
  border-left: 2px solid white;
  /*						border-width: 0 7.5px 10px 7.5px;
												border-color: transparent transparent #ffffff transparent;*/
}
section .content h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #004489;
}
section .content h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}
section .content h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1em;
}
section .content h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1em;
}
section .content p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}
section .content p.bold-red {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #bf0c1d;
}
section .content p.bigger-margin {
  margin-bottom: 25px;
}
section .content p.frame {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-top: 10px;
}
section .content p.to-archive {
  margin: 5px 0;
  text-align: right;
}
section .content p.to-archive a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  color: white;
  background-color: #bf0c1d;
  text-align: center;
  padding: 0 2em;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  text-decoration: none;
}
section .content p.to-archive a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
section .content p.with-icon img {
  margin-bottom: -2px;
}
section .content p.with-icon font {
  float: right;
}
section .content p.with-icon font img {
  width: 48px !important;
  height: 48px !important;
}
section .content p.lostpassword-submit {
  margin-top: 10px;
}
.page-template-tpl-jr-group-detail section .content p,
.page-template-tpl-jr-detail section .content p {
  margin-bottom: .75em;
}
.page-template-tpl-jr-group-detail section .content p:nth-child(3) a span,
.page-template-tpl-jr-detail section .content p:nth-child(3) a span,
.page-template-tpl-jr-group-detail section .content p:nth-child(4) a span,
.page-template-tpl-jr-detail section .content p:nth-child(4) a span {
  text-decoration: underline;
}
.page-template-tpl-jr-group-detail section .content p:nth-child(3) a span:hover,
.page-template-tpl-jr-detail section .content p:nth-child(3) a span:hover,
.page-template-tpl-jr-group-detail section .content p:nth-child(4) a span:hover,
.page-template-tpl-jr-detail section .content p:nth-child(4) a span:hover {
  color: #bf0c1d;
}
.page-template-tpl-jr-group-detail section .content p:nth-child(3) a:not(.no-pipe):after,
.page-template-tpl-jr-detail section .content p:nth-child(3) a:not(.no-pipe):after,
.page-template-tpl-jr-group-detail section .content p:nth-child(4) a:not(.no-pipe):after,
.page-template-tpl-jr-detail section .content p:nth-child(4) a:not(.no-pipe):after {
  content: " | ";
}
.page-template-tpl-jr-group-detail section .content p:nth-child(3) a:last-of-type:after,
.page-template-tpl-jr-detail section .content p:nth-child(3) a:last-of-type:after,
.page-template-tpl-jr-group-detail section .content p:nth-child(4) a:last-of-type:after,
.page-template-tpl-jr-detail section .content p:nth-child(4) a:last-of-type:after {
  content: '';
}
section .content p.with-link {
  margin-bottom: 15px;
}
section .content p.with-link a {
  text-decoration: underline;
  color: #02428b;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content p.with-link a.red,
section .content p.with-link a:hover {
  color: #bf0c1d;
}
section .content ul,
section .content ol {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  clear: both;
  padding-left: 20px;
  margin: 1em 0 1.4em;
  line-height: 1.2em;
}
section .content ul ul,
section .content ol ul,
section .content ul ol,
section .content ol ol {
  font-size: 1em;
  margin: 0.2em 0;
}
@media screen and (max-width:720px) {
  section .content ul.partners,
  section .content ol.partners {
    padding-left: 0;
  }
}
section .content ul li,
section .content ol li {
  position: relative;
}
section .content ul li:before,
section .content ol li:before {
  content: "";
  display: block;
  background: #bf0c1d;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  left: -12px;
  top: 6px;
}
@media screen and (max-width:720px) {
  section .content ul li:before,
  section .content ol li:before {
    top: 11px;
  }
}
@media screen and (max-width:425px) {
  section .content ul li:before,
  section .content ol li:before {
    top: 6px;
  }
}
section .content ul ul li:before,
section .content ol ul li:before {
  background: white;
  border: #bf0c1d 1px solid;
}
section .content ul ol li,
section .content ol ol li {
  list-style: lower-alpha;
}
section .content ol {
  list-style: decimal;
}
section .content ol li:before {
  display: none;
}
section .content blockquote {
  background: #CDCDCD;
  padding: 20px 30px;
  border-left: 2px solid #313131;
  color: #313131;
}
section .content blockquote *:first-child {
  margin-top: 0;
}
section .content blockquote *:last-child {
  margin-bottom: 0;
}
section .content .places-popup-close.is-full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 501;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
section .content #places-popup {
  left: 0;
  right: 0;
  display: none;
  top: 10%;
  margin: auto;
  max-width: 850px;
  width: 90%;
  padding: 15px;
  z-index: 501;
  max-height: 80%;
  overflow-y: auto;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: white;
  position: fixed;
}
section .content #places-popup > h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
section .content #places-popup .places-popup-close:not(.is-full) {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
}
section .content #places-popup .places-popup-close:not(.is-full):before,
section .content #places-popup .places-popup-close:not(.is-full):after {
  content: "";
  display: block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 15px;
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
}
section .content #places-popup .places-popup-close:not(.is-full):before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
section .content #places-popup .places-popup-content > strong {
  display: none;
}
section .content table {
  margin-bottom: 15px;
  overflow: hidden;
  height: auto !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
section .content table th,
section .content table td {
  padding: 8px;
}
section .content table th.blue-text,
section .content table td.blue-text {
  background: white;
  color: #004489;
  border-left: 1px solid #cdcdcd;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content table th {
  text-align: left;
  background: #8e8e8e;
  -webkit-box-shadow: inset 0px 0px 0px 1px #8e8e8e;
  box-shadow: inset 0px 0px 0px 1px #8e8e8e;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  vertical-align: middle;
  padding: 8px;
}
section .content table td {
  line-height: 1.2em;
  color: #131313;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding: 12px 8px;
  vertical-align: middle;
  border-left: 1px solid #cdcdcd;
}
section .content table td:first-child {
  border-left: 1px solid #cdcdcd;
}
section .content table td:last-of-type {
  border-right: 1px solid #cdcdcd;
}
section .content table td img {
  margin: 0 auto;
}
section .content table td.border {
  border-bottom: 1px solid #cdcdcd;
}
section .content table td.no-border {
  border-left: none;
  border-right: none;
}
section .content table tr:first-of-type th:first-child,
section .content table tr:first-of-type td:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
section .content table tr:first-of-type th:last-child,
section .content table tr:first-of-type td:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
section .content table tr:first-of-type th:first-child:last-child,
section .content table tr:first-of-type td:first-child:last-child {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
section .content table tr:last-of-type td {
  border-bottom: 1px solid #cdcdcd;
}
section .content table tr:last-of-type td:first-child,
section .content table tr:last-of-type th:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 5px;
  background-clip: padding-box;
}
section .content table tr:last-of-type td:last-child,
section .content table tr:last-of-type th:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 0;
  background-clip: padding-box;
}
section .content table tr:last-of-type td:first-child:last-child,
section .content table tr:last-of-type th:first-child:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
section .content table tr:last-of-type td table,
section .content table tr:last-of-type th table {
  margin-top: 10px;
}
section .content table tr:last-of-type td tr:not(:last-of-type):not(:first-of-type) td,
section .content table tr:last-of-type th tr:not(:last-of-type):not(:first-of-type) td,
section .content table tr:last-of-type td tr:not(:last-of-type):not(:first-of-type) th,
section .content table tr:last-of-type th tr:not(:last-of-type):not(:first-of-type) th {
  border-radius: 0 !important;
}
section .content table tr:first-of-type.first td {
  border-top: 1px solid #cdcdcd;
}
section .content table tr:first-of-type.first td:first-of-type {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
section .content table tr:first-of-type.first td:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
section .content table.bigger-padding tr td {
  padding: 20px 20px 20px 20px;
}
section .content table.bigger-padding tr th {
  padding: 12px 20px 12px 20px;
}
section .content table.smaller-padding tr td {
  padding: 8px;
}
section .content table.smaller-padding tr th {
  padding: 12px 8px;
}
section .content table.without-border {
  border: 1px solid #cdcdcd;
}
section .content table.without-border th,
section .content table.without-border td {
  border: none !important;
}
section .content table.fullwidth {
  width: 100%;
}
section .content table.fullwidth td,
section .content table.fullwidth th {
  width: 50%;
}
.page-template-tpl-jr-group-detail section .content table th,
.page-template-tpl-jr-detail section .content table th,
.page-template-tpl-jr-group-detail section .content table td,
.page-template-tpl-jr-detail section .content table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
section .content table.stops-table {
  width: 100%;
}
section .content table.stops-table tbody th {
  width: 23%;
}
section .content table.stops-table tbody th.small {
  width: 17%;
}
section .content table.stops-table tbody th a:hover {
  color: white;
  text-decoration: underline;
}
section .content table.stops-table tbody tr td {
  padding: 5px 0 5px 16px;
  line-height: 29px;
  border-left: 0;
  border-top: 1px solid #cdcdcd;
}
section .content table.stops-table tbody tr td:first-of-type {
  border-left: 1px solid #cdcdcd;
}
section .content table.stops-table tbody tr td img {
  margin-bottom: -3px;
}
section .content table.stops-table tbody tr td.img img {
  margin-bottom: 0;
  vertical-align: middle;
}
section .content table.stops-table tbody tr td.img strong {
  vertical-align: middle;
}
section .content table.stops-table tbody tr td > a {
  color: black;
}
section .content table.stops-table tbody tr td > a:hover {
  color: black;
}
section .content table.stops-table tbody tr td > a:hover span {
  color: black;
}
section .content table.stops-table tbody tr td > a span {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content table.stops-table tbody tr td > a span:hover {
  color: #bf0c1d;
}
section .content table.stops-table tbody tr td.red {
  color: #bf0c1d;
}
section .content table.stops-table tbody tr td.green {
  color: green;
}
section .content table.stops-table tbody tr td.gray {
  color: #c8c8c8;
}
section .content table.stops-table i,
section .content table.stops-table a:not(.no-pipe) {
  white-space: nowrap;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content table.stops-table i:hover,
section .content table.stops-table a:not(.no-pipe):hover {
  color: #bf0c1d;
}
section .content table.stops-table i span,
section .content table.stops-table a:not(.no-pipe) span {
  text-decoration: underline;
}
section .content table.stops-table i:after,
section .content table.stops-table a:not(.no-pipe):after {
  content: "|";
  color: #b1b1b1;
  margin: 0 8px;
}
section .content table.stops-table i:last-of-type:after,
section .content table.stops-table a:not(.no-pipe):last-of-type:after {
  display: none;
}
section .content table.stops-table i {
  color: black;
}
section .content table.stops-table i:hover {
  color: black;
}
section .content table.stops-table.small-first-column tr td:first-of-type,
section .content table.stops-table.small-first-column tr th:first-of-type {
  width: 21%;
}
section .content table.stops-table.small-first-column tr td:last-of-type,
section .content table.stops-table.small-first-column tr th:last-of-type {
  width: 79%;
}
section .content table.stops-table.table-news tbody th {
  width: 15%;
}
section .content table.stops-table .stop-table-detail {
  display: none;
  padding: 12px 0 5px;
}
section .content table.stops-table .stop-table-detail.is-active {
  display: block;
}
section .content table.stops-table .stop-table-detail-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
section .content table.stops-table .stop-table-detail-main {
  margin-top: 8px;
}
section .content table.stops-table .open-linedetail {
  cursor: pointer;
}
section .content table.stops-table .open-linedetail.is-active {
  color: #bf0c1d;
}
section .content table.stops-table .open-linedetail.is-active span {
  text-decoration: none;
}
section .content table.tablo {
  margin-top: 15px;
}
section .content table.tablo tr.mobile-head {
  display: none;
}
@media screen and (max-width:720px) {
  section .content table.tablo tr.mobile-head {
    display: table-row;
  }
}
section .content table.tablo tr:not(.first) > td:first-child,
section .content table.tablo tr:not(.first) + tr > td:first-child {
  border-left: 1px solid #cdcdcd;
}
@media (max-width: 660px) {
  section .content table.tablo tbody tr td,
  section .content table.tablo tbody tr th {
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (max-width: 450px) {
  section .content table.tablo tbody tr td,
  section .content table.tablo tbody tr th {
    font-size: 13px;
    padding-right: 0;
    padding-left: 4px;
  }
  section .content table.tablo tbody tr td.last-responsive,
  section .content table.tablo tbody tr th.last-responsive {
    padding-right: 4px;
  }
}
@media (max-width: 660px) {
  section .content table.tablo tbody tr td.last-responsive {
    border-right: 1px solid #cdcdcd;
  }
}
section .content table.tablo tr.first td {
  border-left: 0;
}
section .content table.tablo tr.first th {
  width: auto;
}
section .content table.tablo tr.first th:nth-child(1) {
  width: 50px;
}
section .content table.tablo tr.first th:nth-child(2) {
  width: 40px;
}
section .content table.tablo tr.first th:nth-child(3) {
  width: 230px;
}
section .content table.tablo tr.first th:nth-child(6),
section .content table.tablo tr.first th:nth-child(7) {
  width: 50px;
}
section .content table.tablo tr td:first-of-type {
  border-left: none;
}
section .content table.tablo tr th {
  padding-left: 16px;
}
section .content table.tablo tr th[rowspan] {
  vertical-align: top;
}
section .content table.tablo .no-wrap {
  white-space: nowrap;
}
section .content table.tablo .red {
  color: #bf0c1d;
}
section .content table.tablo .green {
  color: #21bf0c;
}
section .content table.tablo .more-info td {
  display: none;
  border-top: none;
}
section .content table.tablo .more-info-last td {
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 660px) {
}
@media (max-width: 660px) {
  section .content table.tablo .more-info-last + tr td {
    border-bottom: 1px solid #cdcdcd;
  }
}
section .content table.tablo .more-info-last-opened td {
  border-bottom: none;
}
@media (max-width: 660px) {
  section .content table.tablo .more-info-last-opened + tr td {
    border-bottom: none;
  }
}
section .content table.tablo .more-info-init td {
  cursor: pointer;
}
section .content table.tablo .more-info-init td.gray {
  color: #888;
}
section .content table.tablo .more-info-init:hover td {
  background: #EEE;
}
section .content table.tablo .alternative-tr {
  display: none;
}
@media (max-width: 660px) {
  section .content table.tablo .alternative-tr td {
    display: table-cell;
  }
}
@media (min-width: 661px) {
  section .content table.tablo .alternative-td.td-map {
    display: none !important;
  }
}
@media (min-width: 501px) {
  section .content table.tablo .alternative-td.td-barrier {
    display: none !important;
  }
}
@media (min-width: 461px) {
  section .content table.tablo .alternative-td.td-station {
    display: none !important;
  }
}
@media (max-width: 660px) {
  section .content table.tablo .alternative-hide.hide-map {
    display: none;
  }
}
@media (max-width: 500px) {
  section .content table.tablo .alternative-hide.hide-barrier {
    display: none;
  }
}
@media (max-width: 460px) {
  section .content table.tablo .alternative-hide.hide-station {
    display: none;
  }
}
section .content table.infocentra td {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  width: 50%;
  border-bottom: 1px solid #cdcdcd;
}
section .content table.infocentra td:first-of-type {
  width: 21%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content table.infocentra td:last-of-type {
  width: 29%;
}
section .content table.infocentra.is-places td:last-of-type,
section .content table.infocentra.is-places th:last-of-type,
section .content table.infocentra.is-places td:nth-of-type(6),
section .content table.infocentra.is-places th:nth-of-type(6) {
  display: none;
}
section .content table.infocentra.is-places td:nth-of-type(7),
section .content table.infocentra.is-places th:nth-of-type(7) {
  border-left: none;
  border-right: 1px solid #cdcdcd;
}
section .content table.infocentra.is-places td a,
section .content table.infocentra.is-places th a {
  color: inherit;
  text-decoration: none;
}
section .content table.infocentra.is-places td.note,
section .content table.infocentra.is-places th.note {
  font-size: 0.875em;
}
section .content table.infocentra.is-places.show-last td:last-of-type,
section .content table.infocentra.is-places.show-last th:last-of-type {
  display: table-cell;
}
section .content table.infocentra.is-places td {
  cursor: pointer;
  vertical-align: top;
}
section .content table.infocentra.is-places td:nth-of-type(5) {
  border-right: 1px solid #cdcdcd;
}
section .content table.infocentra.is-places td:first-of-type {
  width: 18%;
}
section .content table.infocentra.is-places td:nth-of-type(2) {
  width: 22%;
}
section .content table.infocentra.is-places td:nth-of-type(3) {
  width: 25%;
}
section .content table.infocentra.is-places .places-services {
  display: none;
}
section .content table.infocentra.is-places .places-services > strong,
section .content table.infocentra.is-places .places-payments > strong {
  display: none;
}
section .content table.infocentra.is-places .places-services ul,
section .content table.infocentra.is-places .places-payments ul {
  margin: 0;
}
section .content table.infocentra.is-places .places-services h3,
section .content table.infocentra.is-places .places-payments h3 {
  margin: 8px 0 3px;
  font-size: 1em;
}
section .content table.infocentra.is-places .places-services h3:first-child,
section .content table.infocentra.is-places .places-payments h3:first-child {
  margin-top: 0;
}
section .content table.infocentra.is-places .places-payments h3 {
  display: none;
}
section .content table.infocentra.is-places tr:hover td,
section .content table.infocentra.is-places tr:hover th {
  cursor: pointer;
  background: #F4F4F4;
}
section .content table.infocentra .zavreno td:nth-child(2) {
  color: #bf0c1d;
  /* Code for Firefox */
  text-decoration: line-through;
  -moz-text-decoration-color: #bf0c1d;
  /* Code for Firefox */
  -webkit-text-decoration-color: #bf0c1d;
  text-decoration-color: #bf0c1d;
}
section .content table.infocentra .zavreno td:nth-child(2) span {
  color: black;
}
section .content table[align="center"] {
  width: 100%;
  text-align: center;
}
section .content table[align="center"] img.alignnone {
  margin: 5px;
}
section .content #lostpasswordform {
  margin-top: 15px;
}
section .content .mapcover {
  position: relative;
}
section .content .mapcover #infocenter {
  position: absolute;
  top: 40px;
  left: 52%;
  z-index: 1005;
  display: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 230px;
  padding: 10px;
  background: white;
}
section .content .mapcover #infocenter.fullscreen {
  position: fixed;
  top: 35%;
}
section .content .mapcover #infocenter.bigger {
  width: 290px;
}
section .content .mapcover #infocenter.bigger .close {
  padding: 5px;
  top: 0;
  background: white;
  right: 0;
  border-radius: 5px;
}
section .content .mapcover #infocenter.bigger .infocenter-content {
  max-height: 280px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  overflow-y: auto;
}
section .content .mapcover #infocenter span {
  display: block;
}
section .content .mapcover #infocenter span.title {
  color: #bf0c1d;
  font-size: 1.125em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
section .content .mapcover #infocenter span.title a {
  color: #bf0c1d;
  text-decoration: none;
}
section .content .mapcover #infocenter span.umisteni,
section .content .mapcover #infocenter span.doba {
  font-size: 1em;
  margin-bottom: 5px;
}
section .content .mapcover #infocenter span.umisteni.zavreno,
section .content .mapcover #infocenter span.doba.zavreno {
  text-decoration: line-through;
  color: #bf0c1d;
}
section .content .mapcover #infocenter span.umisteni.zavreno span,
section .content .mapcover #infocenter span.doba.zavreno span {
  color: black;
}
section .content .mapcover #infocenter span ul {
  font-size: 0.875em;
  margin: 0;
}
section .content .mapcover #infocenter span h3 {
  margin: 8px 0 3px;
  font-size: 0.9375em;
}
section .content .mapcover #infocenter span.umisteni {
  font-size: 0.875em;
}
section .content .mapcover #infocenter span.kategorie {
  font-size: 0.875em;
  margin-bottom: 5px;
}
section .content .mapcover #infocenter span.note,
section .content .mapcover #infocenter span.link {
  font-size: 0.875em;
}
section .content .mapcover #infocenter span.note + .link span,
section .content .mapcover #infocenter span.link + .link span {
  display: block;
  margin-top: 5px;
}
section .content .mapcover #infocenter span.note + .services,
section .content .mapcover #infocenter span.link + .services {
  margin-top: 10px;
  display: block;
}
section .content .mapcover #infocenter span.note + .services + .payments,
section .content .mapcover #infocenter span.link + .services + .payments {
  margin-top: 5px;
  display: block;
}
section .content .mapcover #infocenter .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: black;
  font-size: 1em;
}
section .content .leftColumn {
  float: left;
  width: 33.7%;
}
section .content .singleImg .img {
  display: block;
  font-size: 0;
  width: 237px;
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width:720px) {
  section .content .singleImg .img {
    float: none;
    margin: 0 auto 20px;
  }
}
section .content .rightColumn {
  width: 60%;
  float: right;
}
section .content #mapcanvas {
  height: 260px;
  width: 100%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid #cdcdcd;
  margin-bottom: 30px;
}
section .content #mapcanvas.bigger {
  height: 350px;
}
section .content .tabs {
  width: 100%;
}
section .content .tabs .controler {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1em;
  padding-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 62px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width:720px) {
  section .content .tabs .controler {
    display: block;
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    zoom: 1;
  }
  section .content .tabs .controler:before,
  section .content .tabs .controler:after {
    content: "";
    display: table;
  }
  section .content .tabs .controler:after {
    clear: both;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler {
    display: none;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only {
    display: block;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div {
    display: block;
    clear: both;
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:before,
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:after {
    content: "";
    display: table;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:after {
    clear: both;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:first-of-type span {
    width: 7.1428571428571428571428571428571%;
    border-bottom: none;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:nth-child(2) {
    background: #004489;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only > div:nth-child(2) span {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    width: 6.6666666666666666666666666666667%;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only span {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    float: left;
    padding: 0;
    width: 8%;
  }
  .page-template-tpl-jr-stops section .content .tabs .controler.mobile-only span.active {
    font-size: 1em;
    height: auto;
  }
}
section .content .tabs .controler.mobile-only {
  display: none;
}
section .content .tabs .controler span {
  color: #131313;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: white;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  border-left: 0;
  padding: 0 24px;
  text-align: center;
  font-size: 1em;
  height: 40px;
  line-height: 38px;
}
section .content .tabs .controler span:first-child {
  border-top-left-radius: 5px;
  border-left: 1px solid #cdcdcd;
}
section .content .tabs .controler span:last-child {
  border-top-right-radius: 5px;
}
@media screen and (max-width:720px) {
  section .content .tabs .controler span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    padding: 0 15px;
    font-size: 1em;
  }
}
section .content .tabs .controler span:hover,
section .content .tabs .controler span.active {
  color: white;
  background: #bf0c1d;
}
section .content .tabs .controler span.active {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media screen and (max-width:720px) {
  section .content .tabs .controler span.active {
    /*							height: 2.0em;
														line-height: 2.0em;
														font-size:1.1em;*/
  }
}
section .content .tabs .controler.more20:not(.mobile-only) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:720px) {
  section .content .tabs .controler.more20.mobile-only + .more20 {
    display: none;
  }
}
section .content .tabs .controler.more20 span {
  padding: 0 3px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width:720px) {
  section .content .tabs .controler.more20 span {
    font-size: 1em;
  }
}
section .content .tabs .tabContent {
  position: relative;
  padding-top: 15px;
}
section .content .tabs .tabContent > div {
  display: none;
}
section .content .tabs .tabContent > div:first-of-type {
  display: block;
}
section .content .tabs .tabContent .filter {
  margin-bottom: 20px;
}
section .content .tabs.idos .controler {
  padding: 0;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  overflow: hidden;
  background: #004489;
  display: block;
  height: auto;
}
section .content .tabs.idos .controler.header {
  background: none;
}
section .content .tabs.idos .controler.header h2 {
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
section .content .tabs.idos .controler span {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 15px 10px;
  background: none;
}
section .content .tabs.idos .controler span:first-of-type {
  padding-left: 25px;
}
section .content .tabs.idos .controler span.active {
  background: #bf0c1d;
}
section .content .tabs.idos .tabContent {
  padding: 50px 0;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent {
    padding: 20px;
  }
}
section .content .tabs.idos .tabContent > div .form .line {
  position: relative;
  margin-bottom: 15px;
  zoom: 1;
}
section .content .tabs.idos .tabContent > div .form .line:before,
section .content .tabs.idos .tabContent > div .form .line:after {
  content: "";
  display: table;
}
section .content .tabs.idos .tabContent > div .form .line:after {
  clear: both;
}
section .content .tabs.idos .tabContent > div .form .line .label {
  width: 27.9%;
  min-height: 1px;
  padding-right: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  line-height: 30px;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .label {
    text-align: left;
    line-height: 1.2em;
    width: 90%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .label.bigger {
  line-height: 50px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .label.bigger {
    line-height: 1.2em;
    width: 90%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .arrowSet {
  height: 30px;
  display: inline-block;
  margin-bottom: -10px;
  position: relative;
  width: 16px;
}
section .content .tabs.idos .tabContent > div .form .line .arrowSet .plus,
section .content .tabs.idos .tabContent > div .form .line .arrowSet .minus {
  display: block;
  height: 13px;
  position: absolute;
  left: 0;
  width: 15px;
}
section .content .tabs.idos .tabContent > div .form .line .arrowSet .plus {
  background: url('../images/arrowTop.png');
  top: 0;
}
section .content .tabs.idos .tabContent > div .form .line .arrowSet .minus {
  background: url('../images/arrowBottom.png');
  bottom: 0;
}
section .content .tabs.idos .tabContent > div .form .line .not-input {
  width: 71.9%;
  position: relative;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .not-input {
    width: 100%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .not-input .img {
  float: left;
  margin: 0 5px 0 20px;
  height: 46px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .not-input .img {
    margin: 0 10px;
  }
}
section .content .tabs.idos .tabContent > div .form .line .not-input .img img {
  margin-top: 7px;
  font-size: 0;
}
section .content .tabs.idos .tabContent > div .form .line .not-input span {
  line-height: 50px;
}
section .content .tabs.idos .tabContent > div .form .line .input {
  width: 71.9%;
  position: relative;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input {
    width: 100%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .changeLocation {
  position: absolute;
  left: 71.9%;
  height: 57px;
  cursor: pointer;
  color: #bf0c1d;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  text-decoration: underline;
  padding-left: 37px;
  line-height: 57px;
  top: 10px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .changeLocation {
    right: 0;
    padding-left: 0;
    top: 39px;
    height: 15px;
    line-height: 1em;
    left: auto;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .changeLocation:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: 24px;
  top: 0;
  height: 57px;
  background: url('../images/change.png') no-repeat;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .changeLocation:before {
    display: none;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .marginleft {
  margin-left: 22px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .marginleft {
    margin-left: 0;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .marginleft.moreMar {
  margin-left: 42px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .marginleft.moreMar {
    margin-left: 0;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input input:not([type="submit"]),
section .content .tabs.idos .tabContent > div .form .line .input select {
  width: 71%;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input input:not([type="submit"]),
  section .content .tabs.idos .tabContent > div .form .line .input select {
    width: 100%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input input:not([type="submit"]).smaller,
section .content .tabs.idos .tabContent > div .form .line .input select.smaller {
  width: 19.8%;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input input:not([type="submit"]).smaller,
  section .content .tabs.idos .tabContent > div .form .line .input select.smaller {
    width: 50%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input select {
  line-height: 26px;
}
section .content .tabs.idos .tabContent > div .form .line .input input[type=submit] {
  margin-top: 36px;
  background: #bf0c1d;
  width: auto;
  padding: 0 15px;
}
section .content .tabs.idos .tabContent > div .form .line .input .ui-datepicker-trigger {
  margin-left: 5px;
  margin-bottom: -5px;
  margin-right: 18px;
}
section .content .tabs.idos .tabContent > div .form .line .input label {
  font-size: 0.9375em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input label {
    margin-top: 10px;
    display: block;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .inputfield {
  width: 71%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  border: 2px solid #cdcdcd;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .inputfield {
    line-height: 1.2em;
    width: 100%;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .inputfield .img {
  float: left;
  margin: 0 15px 0 12%;
  height: 46px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line .input .inputfield .img {
    margin: 0 10px;
  }
}
section .content .tabs.idos .tabContent > div .form .line .input .inputfield .img img {
  margin-top: 7px;
  font-size: 0;
}
section .content .tabs.idos .tabContent > div .form .line .input .inputfield span:not(.img) {
  height: 46px;
  float: left;
  line-height: 46px;
}
section .content .tabs.idos .tabContent > div .form .line.checkbox {
  margin-bottom: 7px;
}
@media screen and (max-width:720px) {
  section .content .tabs.idos .tabContent > div .form .line.checkbox {
    margin-bottom: 0;
  }
}
section .content .tabs.idos .tabContent > div .form .line.checkbox.last {
  margin-bottom: 15px;
}
section .content .form.with-select input:not([type=submit]) {
  width: calc(100% - 160px);
  float: left;
}
section .content .form.with-select input:not([type=submit]).wider {
  width: calc(100% - 200px);
}
@media screen and (max-width:720px) {
  section .content .form.with-select input:not([type=submit]).wider {
    margin-bottom: 10px;
    width: 100%;
  }
}
section .content .form.with-select input:not([type=submit]).full {
  width: 100%;
}
@media screen and (max-width:720px) {
  section .content .form.with-select input:not([type=submit]) {
    margin-bottom: 10px;
    width: 100%;
  }
}
section .content .form.with-select .station .sod_list_wrapper {
  z-index: 500;
}
section .content .form.with-select .station {
  width: 145px;
  float: right;
}
section .content .form.with-select .station.wider {
  width: 190px;
}
@media screen and (max-width:720px) {
  section .content .form.with-select .station.wider {
    width: 100%;
  }
}
@media screen and (max-width:720px) {
  section .content .form.with-select .station {
    width: 100%;
  }
}
section .content .form.with-select .station .sod_select {
  width: 100%;
  color: black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
section .content .twocolumns {
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width:720px) {
  section .content .twocolumns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
section .content .twocolumns li {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  padding-bottom: 40px;
  display: block;
}
section .content .twocolumns li:before {
  display: none;
}
section .content .twocolumns li p {
  font-size: 1em;
  margin-bottom: 0;
}
section .content .twocolumns li .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media screen and (max-width:720px) {
  .page-template-tpl-kontakty section .content .twocolumns li:nth-child(4) {
    display: none;
  }
}
section .content .leftCont {
  width: 50%;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .leftCont {
    width: 100%;
  }
}
section .content .rightCont {
  float: right;
  width: 46.86%;
}
@media screen and (max-width:720px) {
  section .content .rightCont {
    margin-bottom: 50px;
    width: 100%;
  }
}
section .content .rightCont #map {
  width: 88.4%;
  height: 256px;
  border: 2px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
@media screen and (max-width:720px) {
  section .content .rightCont #map {
    width: 100%;
  }
}
section .content .rightCont .wrapperButton {
  padding-top: 14px;
  width: 88.4%;
}
@media screen and (max-width:720px) {
  section .content .rightCont .wrapperButton {
    width: 100%;
  }
}
section .content .partners {
  padding: 0;
  zoom: 1;
}
section .content .partners:before,
section .content .partners:after {
  content: "";
  display: table;
}
section .content .partners:after {
  clear: both;
}
section .content .partners li {
  float: left;
  text-align: center;
  display: block;
  margin-bottom: 45px;
  width: 33.33333333%;
}
section .content .partners li.clear {
  width: 100%;
  margin-bottom: 0;
}
section .content .partners li:before {
  display: none;
}
section .content .partners li a {
  width: 80%;
  margin: auto;
  display: block;
}
section .content .partners li .img {
  height: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
section .content .partners li .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
section .content .partners li span {
  display: block;
  font-size: 0.75em;
  color: black;
  line-height: 1.1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
section .content .partners li span.title {
  color: #004489;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content.trvale {
  /*			h2 {
							background: none;;
							display: inline-block;
							.regular;
							margin-bottom: 0;
							color: @blue;
							padding: 0;
							font-size: 1.125em;
							strong, b {
								font-size: 1.333em;
								color: @red;
							}
						}*/
}
section .content.trvale h1 a {
  width: 14px;
  height: 24px;
  margin-bottom: -4px;
  display: inline-block;
}
section .content.trvale h1 .prev a {
  margin-left: -2px;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0px;
  border-color: transparent #bf0c1d transparent transparent;
}
section .content.trvale h1 .next a {
  margin-left: 3px;
  /*background: url('../images/rightwhite.png') no-repeat;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0px 11px 10px;
  border-color: transparent transparent transparent #bf0c1d;
}
section .content .filter {
  margin-bottom: 48px;
  zoom: 1;
  /*.dateclass.placeholderclass:hover::before{
				width:0%;
				content:"";
			}*/
}
section .content .filter:before,
section .content .filter:after {
  content: "";
  display: table;
}
section .content .filter:after {
  clear: both;
}
section .content .filter .column {
  width: 30%;
  margin-left: 5%;
}
@media screen and (max-width:720px) {
  section .content .filter .column {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
section .content .filter .column:first-of-type {
  margin-left: 0;
}
section .content .filter .column .ui-datepicker-trigger {
  display: none;
}
section .content .filter .column input,
section .content .filter .column select,
section .content .filter .column .sod_select {
  width: 100%;
}
section .content .filter .column input:not([type=submit]),
section .content .filter .column .sod_select {
  height: 30px;
  color: black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
}
section .content .filter .column input:not([type=submit]):not(.not-lower),
section .content .filter .column .sod_select:not(.not-lower) {
  text-transform: lowercase;
}
section .content .filter.two .column:first-of-type {
  width: 48%;
}
@media screen and (max-width:720px) {
  section .content .filter.two .column:first-of-type {
    width: 100%;
  }
}
section .content .filter .bottomSubmit {
  padding-top: 5px ;
  height: 60px;
  clear: both;
}
section .content .filter .column .bottomSubmit {
  padding-top: 0;
  width: 100%;
}
section .content .filter input[type=submit] {
  width: auto;
  min-width: 30%;
  float: right;
  background: #bf0c1d;
  padding: 0 15px;
}
section .content .filter .dateclass.placeholderclass::before {
  width: 100%;
  content: attr(placeholder);
}
section .content .prev-link {
  display: block;
  float: left;
  margin: 5px 0;
  text-decoration: underline;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
section .content .prev-link:hover {
  color: #bf0c1d;
}
section .content .next-link {
  display: block;
  float: right;
  margin: 5px 0;
  text-decoration: underline;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
section .content .next-link:hover {
  color: #bf0c1d;
}
section .content table.schedule {
  clear: both;
  width: 100%;
}
section .content table.schedule .first td {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  border-top: none !important;
}
section .content table.schedule td img {
  width: 16px;
  height: 16px;
  margin: 0 0 -2px 3px;
}
section .content table.schedule tr td:nth-child(1),
section .content table.schedule tr td:nth-child(2) {
  width: 20%;
}
section .content table.schedule tr td:nth-child(3) {
  width: 60%;
}
section .content .vyluka-archivelink {
  margin-bottom: 15px;
}
section .content .vyluka-archivelink a {
  text-decoration: underline;
  color: #004489;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
section .content .vyluka-archivelink a:hover {
  color: #bf0c1d;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  text-align: left;
  width: auto;
}
@media screen and (max-width:720px) {
  section .content table.vyluka.vyluka-expand.vyluky-vymi tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td:nth-child(1) {
  border-left: 1px solid #cdcdcd;
  width: 27%;
  vertical-align: top;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td:nth-child(2) {
  text-align: left;
  vertical-align: top;
  width: 25.6%;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td:nth-child(2) span {
  line-height: 22px;
  vertical-align: middle;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td:nth-child(2) img {
  vertical-align: middle;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td:nth-child(3) {
  border-right: 1px solid #cdcdcd;
  width: 47.4%;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td.clickable {
  cursor: pointer;
  position: relative;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td.clickable > i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #bf0c1d;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr td.clickable > i + i {
  right: 11px;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr:last-of-type td {
  border-bottom: 1px solid #cdcdcd;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width:720px) {
  section .content table.vyluka.vyluka-expand.vyluky-vymi tr:last-of-type td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
section .content table.vyluka.vyluka-expand.vyluky-vymi tr.first td {
  border-top: 1px solid #cdcdcd;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .lines-single {
  font-size: 0.866em;
  line-height: 1.3em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding-top: 5px;
  display: block;
  color: #bf0c1d;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .lines-title {
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  vertical-align: top;
  color: #131313;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .lines-title a {
  padding-top: 15px;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .date {
  vertical-align: middle;
  line-height: 1.2em;
  padding-top: 10px;
  color: #131313;
  font-size: 0.8125em;
  width: 100%;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .date span {
  color: #131313;
}
section .content table.vyluka.vyluka-expand.vyluky-vymi .vyluka-edited-before {
  color: #8e8e8e;
  line-height: 1.2em;
  font-size: 0.8em;
}
section .content table.vyluka.vyluka-expand tr td {
  padding: 0;
  width: auto;
}
section .content table.vyluka.vyluka-expand tr td:nth-child(1) {
  width: 25%;
}
section .content table.vyluka.vyluka-expand tr td:nth-child(2) {
  width: 15%;
}
section .content table.vyluka.vyluka-expand tr td:nth-child(3) {
  width: 60%;
}
section .content table.vyluka.vyluka-expand tr td a {
  display: block;
  padding: 10px 5px;
}
section .content table.vyluka.vyluka-expand tr:last-of-type td {
  padding: 0px;
}
section .content table.vyluka.vyluka-expand tr.first td {
  padding-top: 0px;
}
section .content table.vyluka {
  width: 100%;
  margin-bottom: 45px;
  border-collapse: separate;
  text-align: center;
}
section .content table.vyluka tr[data-src]:hover td {
  background: #f4f4f4;
}
section .content table.vyluka tr:hover td {
  background: #F4F4F4;
}
section .content table.vyluka tr td {
  padding: 10px 5px;
}
section .content table.vyluka tr:first-of-type th:first-of-type,
section .content table.vyluka tr:first-of-type td:first-of-type {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
section .content table.vyluka tr:first-of-type th:last-of-type,
section .content table.vyluka tr:first-of-type td:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
section .content table.vyluka tr:last-of-type th:first-of-type,
section .content table.vyluka tr:last-of-type td:first-of-type {
  -webkit-border-radius: 0 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 5px;
  background-clip: padding-box;
}
section .content table.vyluka tr:last-of-type th:last-of-type,
section .content table.vyluka tr:last-of-type td:last-of-type {
  -webkit-border-radius: 0 0 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 0;
  background-clip: padding-box;
}
section .content table.vyluka tr:last-of-type th:only-of-type,
section .content table.vyluka tr:last-of-type td:only-of-type {
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
section .content table.vyluka tr:last-of-type td {
  padding: 10px 5px;
  border-bottom: 1px solid #cdcdcd;
}
section .content table.vyluka tr.first td {
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
}
section .content table.vyluka tr.first td:first-of-type {
  -webkit-border-radius: 5px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 0;
  background-clip: padding-box;
}
section .content table.vyluka tr.first td:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
}
section .content table.vyluka tr.check td {
  background: rgba(177, 177, 177, 0.42);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content table.vyluka tr.check td:first-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content table.vyluka tr.check td:nth-of-type(2) {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content table.vyluka th {
  background: none;
  padding: 10px 20px;
  text-align: left;
  color: #131313;
  font-size: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content table.vyluka td {
  border: 1px solid #cdcdcd;
  border-top: none;
  border-left: none;
  padding: 5px 7px;
  width: 25%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section .content table.vyluka td:first-of-type,
section .content table.vyluka td:nth-of-type(2) {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content table.vyluka td:first-of-type {
  width: 30%;
  border-left: 1px solid #cdcdcd;
}
section .content table.vyluka td:nth-of-type(2) {
  width: 20%;
}
section .content table.vyluka td:nth-of-type(3) {
  width: 20%;
}
section .content table.vyluka td:nth-of-type(4) {
  width: 30%;
}
section .content table.vyluka.download {
  margin-bottom: 11px;
}
section .content table.vyluka.download td,
section .content table.vyluka.download th {
  text-align: center;
}
section .content table.vyluka.download td:first-of-type,
section .content table.vyluka.download th:first-of-type {
  width: 30%;
}
section .content table.vyluka.download td:nth-of-type(2),
section .content table.vyluka.download th:nth-of-type(2) {
  width: 40%;
}
section .content table.vyluka.download td:nth-of-type(3),
section .content table.vyluka.download th:nth-of-type(3) {
  width: 15%;
}
section .content table.vyluka.download td:nth-of-type(4),
section .content table.vyluka.download th:nth-of-type(4) {
  width: 15%;
}
section .content table.vyluka.download td {
  cursor: pointer;
}
section .content table.vyluka.download td:first-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
section .content table.vyluka.download td:nth-of-type(2) {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 0.94em;
}
section .content table.vyluka.gallery {
  text-align: left;
}
section .content table.vyluka.gallery tr,
section .content table.vyluka.gallery td {
  cursor: auto;
  text-align: center;
  background-color: white;
}
section .content table.vyluka.gallery tr:hover td {
  cursor: auto;
  background: white;
}
section .content table.vyluka.gallery td > div {
  position: relative;
  margin: 4px 9px 9px;
  display: inline-block;
  text-align: center;
  max-width: 152px;
  vertical-align: top;
  width: 152px;
}
section .content table.vyluka.gallery td > div img {
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
section .content table.vyluka.gallery td > div span {
  display: block;
}
section .content table.vyluka.gallery td > div p {
  font-size: 0.88em;
}
section .content table.vyluka.gallery td > div:hover .file-switch {
  display: block;
}
section .content table.vyluka.gallery td .file-switch {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 152px;
  top: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.7);
}
section .content table.vyluka.gallery td .file-switch a {
  font-weight: bold;
  color: white;
  font-size: 2em;
  display: block;
  line-height: 76px;
  text-decoration: none;
}
section .content table.vyluka.gallery td .file-switch a:first-child {
  border-bottom: 1px solid black;
}
section .content table.vyluka.gallery td .file-switch a:hover {
  text-decoration: underline;
}
section .content div.download {
  zoom: 1;
}
section .content div.download:before,
section .content div.download:after {
  content: "";
  display: table;
}
section .content div.download:after {
  clear: both;
}
section .content div.download .button {
  float: right;
}
section .content .wp-pagenavi {
  text-align: center;
}
section .content .wp-pagenavi span,
section .content .wp-pagenavi a {
  border: none;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  padding: 0;
  font-size: 0.9375em;
}
@media screen and (max-width:1160px) {
  section .content .wp-pagenavi span,
  section .content .wp-pagenavi a {
    font-size: 2em;
    padding: 0 .25em;
  }
}
section .content .wp-pagenavi span.current,
section .content .wp-pagenavi a.current {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content .wp-pagenavi .nextpostslink {
  position: relative;
  color: white;
}
section .content .wp-pagenavi .nextpostslink:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url('../images/pageright.png') no-repeat;
}
@media screen and (max-width:1160px) {
  section .content .wp-pagenavi .nextpostslink:after {
    background: url('../images/pageright-hd.png') no-repeat;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
  }
}
section .content .wp-pagenavi .previouspostslink {
  position: relative;
  color: white;
}
section .content .wp-pagenavi .previouspostslink:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  content: "";
  height: 16px;
  background: url('../images/pageleft.png') no-repeat;
}
@media screen and (max-width:1160px) {
  section .content .wp-pagenavi .previouspostslink:after {
    background: url('../images/pageleft-hd.png') no-repeat;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
  }
}
section .content .lockout {
  margin-bottom: 31px;
  zoom: 1;
}
section .content .lockout:before,
section .content .lockout:after {
  content: "";
  display: table;
}
section .content .lockout:after {
  clear: both;
}
section .content .lockout > div {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.92%;
}
@media screen and (max-width:720px) {
  section .content .lockout > div {
    float: none;
    width: 100%;
  }
}
section .content .lockout > div:nth-of-type(2) {
  float: right;
}
@media screen and (max-width:720px) {
  section .content .lockout > div:nth-of-type(2) {
    margin-top: 31px;
  }
}
section .content .lockout > div:nth-of-type(2) h2 {
  padding: 12.5px 10px 12.5px 50px;
}
@media screen and (max-width:720px) {
  section .content .lockout > div:nth-of-type(2) h2 {
    font-size: 1.12em;
    padding: 12.5px 10px 12.5px 10px;
  }
}
section .content .lockout > div:nth-of-type(2) h2:after {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: -12px;
  height: 72px;
  background: url('../images/vyluka.png') no-repeat center center #f49f19;
  width: 72px;
}
@media screen and (max-width:720px) {
  section .content .lockout > div:nth-of-type(2) h2:after {
    height: 70px;
    width: 70px;
  }
}
section .content .lockout > div:nth-of-type(2) .line:not(.no-padding):first-of-type {
  padding-right: 75px;
}
section .content .lockout > div h2 {
  background: #bf0c1d;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 1.125em;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  padding: 12.5px 10px 12.5px 50px;
}
@media screen and (max-width:720px) {
  section .content .lockout > div h2 {
    font-size: 1.12em;
    padding: 12.5px 10px 12.5px 10px;
  }
}
section .content .lockout > div a.line[href]:hover {
  background: #F4F4F4;
}
section .content .lockout > div .line {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-top: none;
  position: relative;
}
section .content .lockout > div .line .vyluka-isdone {
  position: absolute;
  right: 13px;
  top: 3px;
  width: 16px;
  height: auto;
}
section .content .lockout > div .line .vyluka-isdone + .vyluka-edited-before {
  right: 40px;
}
section .content .lockout > div .line .vyluka-isdone + i {
  display: none;
}
section .content .lockout > div .line .vyluka-isdone + i + .vyluka-edited-before {
  right: 40px;
}
section .content .lockout > div .line .vyluka-isdone + i + i {
  display: none;
}
section .content .lockout > div .line .vyluka-isdone + i + i + .vyluka-edited-before {
  right: 40px;
}
section .content .lockout > div .line > i {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #bf0c1d;
}
section .content .lockout > div .line > i + i {
  right: 19px;
}
section .content .lockout > div .line > i + i + .vyluka-edited-before {
  right: 28px;
}
section .content .lockout > div .line > i + .vyluka-edited-before {
  right: 22px;
}
section .content .lockout > div .line > .vyluka-edited-before {
  position: absolute;
  top: 8px;
  right: 13px;
  line-height: 1.2em;
  font-size: 0.75em;
  color: #131313;
}
section .content .lockout > div .line > .vyluka-edited-before font {
  border-bottom: 1px dotted #131313;
}
section .content .lockout > div .line > .vyluka-edited-before i {
  position: relative;
  margin-right: 3px;
  color: #f49f19;
  bottom: -1px;
  font-size: 16px;
}
section .content .lockout > div .line .date {
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #131313;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content .lockout > div .line .date span {
  /*display: block;*/
  /*							border-bottom: 1px solid black;*/
}
section .content .lockout > div .line .lockout-wrapper {
  padding: 11px 10px 11px 0;
  vertical-align: middle;
  display: table-cell;
}
section .content .lockout > div .line .icons {
  padding: 11px 3px 11px 6px;
  width: 50px;
  text-align: center;
  display: table-cell;
}
section .content .lockout > div .line .icons.icon-4,
section .content .lockout > div .line .icons.icon-5,
section .content .lockout > div .line .icons.icon-6,
section .content .lockout > div .line .icons.icon-7,
section .content .lockout > div .line .icons.icon-8 {
  width: 64px;
  text-align: left;
}
section .content .lockout > div .line .icons img {
  font-size: 0;
  width: 24px;
  margin-right: 3px;
  height: auto;
}
section .content .lockout > div .line .icons img + img {
  margin-top: 3px;
}
section .content .lockout > div .line .details {
  line-height: 1.2em;
  font-size: 1em;
  color: #131313;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content .lockout > div .line .details span {
  color: #bf0c1d;
  font-size: 0.8125em;
}
section .content .lockout > div .line .empty {
  padding: 3px 1em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 3.2em;
  text-transform: uppercase;
  font-size: 0.875em;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content .lockout > div .line .empty span {
  color: #bf0c1d;
}
section .content .lockout > div .line:last-of-type {
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
section .content .panel {
  margin-bottom: 45px;
}
section .content .panel h2 {
  /*background: @blue;*/
  color: #004489;
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.125em;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  padding: 19px 30px 19px 30px;
}
@media screen and (max-width:720px) {
  section .content .panel h2 {
    font-size: 1.12em;
    padding: 12.5px 10px 12.5px 10px;
  }
}
section .content .panel h2:after {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: -12px;
  height: 72px;
  background: url('../images/star.png') no-repeat center center #bf0c1d;
  width: 72px;
}
@media screen and (max-width:720px) {
  section .content .panel h2:after {
    height: 70px;
    width: 70px;
  }
}
section .content .news {
  zoom: 1;
}
section .content .news:before,
section .content .news:after {
  content: "";
  display: table;
}
section .content .news:after {
  clear: both;
}
section .content .news.on-page {
  margin-top: 50px;
}
section .content .news .button-blue {
  float: right;
  min-width: 190px;
  margin-top: 10px;
}
section .content .news .button-blue:hover {
  opacity: 0.8;
}
section .content .news .contentNews {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 34px 31px;
}
@media screen and (max-width:720px) {
  section .content .news .contentNews {
    padding: 21px 10px 13px 10px;
  }
}
section .content .news .contentNews .new {
  zoom: 1;
  margin-bottom: 35px;
}
section .content .news .contentNews .new:before,
section .content .news .contentNews .new:after {
  content: "";
  display: table;
}
section .content .news .contentNews .new:after {
  clear: both;
}
section .content .news .contentNews .new .img {
  margin-right: 18px;
  float: left;
  width: 237px;
  display: block;
  font-size: 0;
}
@media screen and (max-width:720px) {
  section .content .news .contentNews .new .img {
    float: none;
    width: 100%;
  }
}
section .content .news .contentNews .new .text {
  float: left;
  position: relative;
  height: 165px;
  width: 65.25%;
  width: calc(100% - 256px);
}
@media screen and (max-width:870px) {
  section .content .news .contentNews .new .text {
    height: auto;
  }
}
@media screen and (max-width:720px) {
  section .content .news .contentNews .new .text {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
}
section .content .news .contentNews .new .text h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  color: #004489;
  padding-bottom: 4px;
  position: relative;
  line-height: 1.3em;
  display: inline-block;
  margin-bottom: 15px;
}
section .content .news .contentNews .new .text h3:after {
  height: 1px;
  background: #004489;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section .content .news .contentNews .new .text h3 a {
  color: #004489;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  text-decoration: none;
}
section .content .news .contentNews .new .text h3 a:hover {
  color: #bf0c1d;
}
section .content .news .contentNews .new .text h3 + p {
  margin-top: 0;
}
section .content .news .contentNews .new .text p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1em;
  color: #131313;
  line-height: 1.2em;
}
section .content .news .contentNews .new .text .arrowMore {
  width: 50px;
  float: left;
  font-size: 0;
  outline: 0;
  padding-top: 15px;
  display: block;
}
section .content .news .contentNews .new .text .arrowMore img {
  font-size: 0;
  display: block;
}
section .content .news .contentNews .new .text .arrowMore.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:870px) {
  section .content .news .contentNews .new .text .arrowMore {
    float: none;
    margin-top: 0 !important;
  }
}
section .content .news .contentNews .more {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  font-size: 0.9375em;
}
section .content .news .contentNews .more:hover {
  text-decoration: underline;
  color: #bf0c1d;
}
section .content .news .contentNews .more:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: -5px;
  width: 13px;
  height: 26px;
  background: url('../images/bluearrow.png') no-repeat;
}
section .content .news .contentNews.actions {
  border: none;
  padding: 0;
}
section .content .permanent h2:after {
  background: url('../images/changes.png') no-repeat center center #bf0c1d;
}
section .content .permanent .contentPerm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 12px 30px 12px 30px;
}
@media screen and (max-width:720px) {
  section .content .permanent .contentPerm {
    padding: 12px 10px 12px 10px;
  }
}
section .content .permanent .contentPerm ul {
  zoom: 1;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
section .content .permanent .contentPerm ul:before,
section .content .permanent .contentPerm ul:after {
  content: "";
  display: table;
}
section .content .permanent .contentPerm ul:after {
  clear: both;
}
section .content .permanent .contentPerm ul li {
  width: 50%;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .permanent .contentPerm ul li {
    margin-top: 10px;
    width: 100%;
  }
  section .content .permanent .contentPerm ul li:first-child {
    margin-top: 0;
  }
}
section .content .permanent .contentPerm ul li:before {
  display: none;
}
section .content .permanent .contentPerm ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
section .content .permanent .contentPerm ul li a:hover {
  color: #bf0c1d;
  text-decoration: underline;
}
section .content .permanent .contentPerm ul li a span {
  position: relative;
  display: inline-block;
}
section .content .permanent .contentPerm ul li a span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bf0c1d;
}
section .content.groups table {
  width: 100%;
}
section .content.groups table tr td {
  border-left: none;
}
section .content.groups table tr td:first-of-type {
  border-left: 1px solid #cdcdcd;
}
section .content.groups table th {
  width: 50%;
}
section .content.groups table tr:nth-child(2) td {
  background: #cdcdcd;
  padding: 9px 23px;
}
section .content.groups table tr:nth-child(3) td {
  padding-top: 9px;
}
@media screen and (max-width:720px) {
  section .content.groups table td:nth-child(3) {
    padding-right: 9px;
  }
}
section .content.groups table td:nth-child(3) {
  border-right: 1px solid #cdcdcd;
}
section .content.groups table a {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-decoration: underline;
}
section .content.groups table a:hover {
  color: #bf0c1d;
}
section .content table.small-all-corner tr.first:first-of-type td {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
section .content table.small-all-corner tr:last-of-type td {
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
section .content.lines .tabContent table {
  width: 100%;
}
section .content.lines .tabContent table tr > *:first-of-type {
  width: 17%;
}
section .content.lines .tabContent table tr th:first-of-type {
  font-size: 1.25em;
}
section .content.lines .tabContent table.stops-table tr th {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
section .content.lines .tabContent table.stops-table tr th:first-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.45em;
}
section .content.lines .tabContent table.stops-table tr td a:hover {
  text-decoration: underline;
}
section .content.lines .tabContent table.stops-table tr td i > a:hover {
  text-decoration: none;
}
section .content .wpcf7 {
  padding-bottom: 50px;
}
section .content .wpcf7 p {
  margin: 0;
}
section .content .wpcf7 label {
  margin-top: 15px;
  width: 19.9%;
  min-height: 1px;
  padding-right: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 0.90em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  line-height: 30px;
  float: left;
}
section .content .wpcf7 label.req {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
section .content .wpcf7 label.req:before {
  content: "* ";
}
@media screen and (max-width:720px) {
  section .content .wpcf7 label {
    text-align: left;
    line-height: 1.2em;
    width: 90%;
  }
}
section .content .wpcf7 .with-left-margin {
  margin-left: 19.9%;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 .with-left-margin {
    margin-left: 0;
  }
}
section .content .wpcf7 span.wpcf7-form-control-wrap {
  margin-top: 15px;
  width: 76.9%;
  position: relative;
  float: left;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
section .content .wpcf7 span.wpcf7-form-control-wrap textarea {
  padding: 6px 9px;
  height: 140px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 0.8125rem;
  resize: vertical;
  overflow: auto;
}
section .content .wpcf7 span.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input:not([type="submit"]),
section .content .wpcf7 span.wpcf7-form-control-wrap select,
section .content .wpcf7 span.wpcf7-form-control-wrap textarea {
  border: 1px solid #cdcdcd;
  width: 90%;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 span.wpcf7-form-control-wrap input:not([type="submit"]),
  section .content .wpcf7 span.wpcf7-form-control-wrap select,
  section .content .wpcf7 span.wpcf7-form-control-wrap textarea {
    width: 100%;
  }
}
section .content .wpcf7 span.wpcf7-form-control-wrap input:not([type="submit"]).smaller,
section .content .wpcf7 span.wpcf7-form-control-wrap select.smaller,
section .content .wpcf7 span.wpcf7-form-control-wrap textarea.smaller {
  width: 19.8%;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 span.wpcf7-form-control-wrap input:not([type="submit"]).smaller,
  section .content .wpcf7 span.wpcf7-form-control-wrap select.smaller,
  section .content .wpcf7 span.wpcf7-form-control-wrap textarea.smaller {
    width: 50%;
  }
}
section .content .wpcf7 span.wpcf7-form-control-wrap .clearfile {
  position: absolute;
  left: calc(90% - 25px);
  top: 8px;
  cursor: pointer;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 14px;
}
section .content .wpcf7 span.wpcf7-form-control-wrap .clearfile.inactive {
  display: none;
}
section .content .wpcf7 span.wpcf7-form-control-wrap .clearfile:before,
section .content .wpcf7 span.wpcf7-form-control-wrap .clearfile:after {
  content: "";
  display: block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 14px;
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
}
section .content .wpcf7 span.wpcf7-form-control-wrap .clearfile:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] {
  display: none;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] + label {
  border: 1px solid #cdcdcd;
  padding: 0 30px 0 15px;
  margin-top: 0;
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  text-align: left;
  height: 30px;
  font-size: 0.8125rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 30px;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] + label::-webkit-input-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] + label:-moz-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] + label::-moz-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type=file] + label:-ms-input-placeholder {
  color: #646464;
}
section .content .wpcf7 span.wpcf7-form-control-wrap input[type="submit"] {
  width: 90%;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 span.wpcf7-form-control-wrap input[type="submit"] {
    width: 100%;
  }
}
section .content .wpcf7 span.wpcf7-form-control-wrap select {
  line-height: 26px;
}
section .content .wpcf7 span.wpcf7-form-control-wrap label {
  font-size: 0.9375em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
@media screen and (max-width:720px) {
  section .content .wpcf7 span.wpcf7-form-control-wrap label {
    margin-top: 10px;
    display: block;
  }
}
section .content .wpcf7 .sod_select {
  height: 30px;
  width: 90%;
  /*				font-size: .93em;
								padding: 5px 10px;*/
}
@media screen and (max-width:720px) {
  section .content .wpcf7 .sod_select {
    width: 100%;
  }
}
section .content .wpcf7 .sod_select:after {
  /*					top: 0;
										bottom: 0;
										margin: auto;*/
}
section .content .wpcf7 .sod_select.open,
section .content .wpcf7 .sod_select .sod_list_wrapper {
  /*.border-radius(0px) !important;*/
}
section .content .wpcf7 .sod_select .sod_list_wrapper {
  /*width: calc(101%);*/
}
section .content .wpcf7 .sod_select .sod_label {
  /*padding: 0;*/
  text-transform: none;
}
section .content .wpcf7 .sod_select .sod_option {
  /*padding: 10px;*/
  padding: 10px 15px;
  text-transform: none;
}
body:not(.page) .link-show,
body:not(.page) .link-hide {
  display: none;
}
body:not(.page) section .important {
  color: #bf0c1d;
}
body:not(.page) section .withhelp {
  border-bottom: 1px dotted;
}
body:not(.page) section .img-help {
  margin-bottom: -4px;
}
body:not(.page) section #info-messages > * {
  line-height: 180%;
}
body:not(.page) section .third .img-help {
  margin-bottom: 7px;
}
body:not(.page) section h2 .description-inline {
  font-size: 16px;
}
body:not(.page) section p a {
  color: #2360D4;
}
body:not(.page) section p.description {
  font-size: .8125em;
}
body:not(.page) section .inlineblock {
  display: inline-block;
}
body:not(.page) section .no-overflow table,
body:not(.page) section .no-overflow .scroll-inside {
  overflow: visible;
  border-collapse: separate;
}
body:not(.page) section .no-overflow .scroll-inside {
  overflow-x: auto;
}
body:not(.page) section table.special-calc-table tr td {
  border-right: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px;
}
body:not(.page) section table.special-calc-table tr td td {
  border: none !important;
}
body:not(.page) section table.special-calc-table tr#td-zone-schema td,
body:not(.page) section table.special-calc-table tr#td-zone-schema a {
  text-align: center;
}
body:not(.page) section table.special-calc-table tr th {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
body:not(.page) section table.special-calc-table .sod_list_wrapper {
  max-height: 180px;
  overflow: auto;
}
body:not(.page) section table td.all-round {
  -webkit-border-radius: 5px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 5px !important;
  -moz-background-clip: padding !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
}
body:not(.page) section table td.calc-price.all-round {
  line-height: 1.6em;
}
body:not(.page) section #tr-prg-manual img {
  margin-right: 10px;
}
body:not(.page) section #tr-region img {
  margin-right: 5px;
}
body:not(.page) section #tr-prg-manual,
body:not(.page) section #tr-region {
  margin-bottom: 5px;
}
body:not(.page) section #tr-prg-manual label,
body:not(.page) section #tr-region label {
  padding-left: 23px;
  padding-right: 7px;
  width: 45px;
  display: inline-block;
}
@media screen and (max-width:720px) {
  body:not(.page) section #tr-prg-manual label,
  body:not(.page) section #tr-region label {
    width: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 381px) {
  body:not(.page) section #tr-prg-manual label[for="chZone4"],
  body:not(.page) section #tr-region label[for="chZone4"],
  body:not(.page) section #tr-prg-manual label[for="chZone7"],
  body:not(.page) section #tr-region label[for="chZone7"] {
    margin-left: 74px;
  }
}
@media (max-width: 438px) and (min-width: 381px) {
  body:not(.page) section #tr-prg-manual label[for="chZone5"],
  body:not(.page) section #tr-region label[for="chZone5"] {
    margin-left: 74px;
  }
}
@media (max-width: 495px) and (min-width: 438px) {
  body:not(.page) section #tr-prg-manual label[for="chZone6"],
  body:not(.page) section #tr-region label[for="chZone6"] {
    margin-left: 74px;
  }
}
@media (max-width: 551px) and (min-width: 495px) {
  body:not(.page) section #tr-prg-manual label[for="chZone7"],
  body:not(.page) section #tr-region label[for="chZone7"] {
    margin-left: 74px;
  }
}
body:not(.page) section td,
body:not(.page) section th {
  float: none;
}
body:not(.page) section td.td-time {
  white-space: nowrap;
}
body:not(.page) section td.td-price {
  font-size: 1.1em;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: right;
}
body:not(.page) section tr.tab-sub-header td {
  white-space: nowrap;
  font-size: 1em;
}
body:not(.page) section tr.tab-sub-header td.td-sub {
  padding-left: 15px;
}
body:not(.page) section fieldset {
  margin-bottom: 20px;
  width: 100%;
}
body:not(.page) section fieldset legend {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  display: block;
  color: white;
  font-weight: 700;
  padding: 8px;
  width: 100%;
  background-color: #8e8e8e;
}
body:not(.page) section fieldset .inner-fieldset {
  padding: 15px 15px 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  border: 2px solid #cdcdcd;
  border-top: none;
}
body:not(.page) section fieldset .sub-input {
  margin-top: 10px;
  display: block;
  padding-left: 30px;
}
body:not(.page) section #submitButton,
body:not(.page) section .link-hide-form,
body:not(.page) section #submitToIndex,
body:not(.page) section .btn-feedback {
  text-transform: lowercase;
  background-color: #bf0c1d;
  width: auto;
  padding: 0 10px;
  float: right;
  margin-bottom: 15px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}
body:not(.page) section #submitButton.special-submit,
body:not(.page) section .link-hide-form.special-submit,
body:not(.page) section #submitToIndex.special-submit,
body:not(.page) section .btn-feedback.special-submit {
  font-size: 0.9375em;
  font-weight: 400;
}
body:not(.page) section .btn-feedback {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  margin-bottom: 5px;
}
body:not(.page) section .link-hide-form,
body:not(.page) section .btn-feedback {
  float: left;
}
body:not(.page) section .link-hide-form:hover,
body:not(.page) section .btn-feedback:hover {
  color: white;
}
body:not(.page) section .btn-feedback {
  border: none;
  margin-right: 5px;
}
body:not(.page) section .sod_select {
  font-size: .93em;
  padding: 0px 15px;
}
body:not(.page) section .sod_select:after {
  top: 0;
  bottom: 0;
  margin: auto;
}
body:not(.page) section .sod_select.open.above .sod_list_wrapper {
  border-top: none;
  top: 100%;
  bottom: auto;
  border-bottom: 1px solid #cdcdcd;
}
body:not(.page) section .sod_select .sod_label {
  padding: 0;
  text-transform: none;
  font-size: 13px;
}
body:not(.page) section .sod_select .sod_option {
  padding: 0 15px;
  font-size: 13px;
  text-transform: none;
}
body:not(.page) section .ticket-table tr.first td {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  border-top: none !important;
}
body:not(.page) section .ticket-table .tab-header th {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
body:not(.page) section .ticket-table.top tr.first td {
  border-top: 2px solid #cdcdcd !important;
}
body:not(.page) section .ticket-table.top tr.first td:first-of-type {
  -webkit-border-radius: 5px 0 0 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 5px 0 0 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 5px 0 0 0 !important;
  background-clip: padding-box !important;
}
body:not(.page) section .ticket-table.top tr.first td:last-of-type {
  -webkit-border-radius: 0 5px 0 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 5px 0 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 5px 0 0 !important;
  background-clip: padding-box !important;
}
body:not(.page) section .ticket-table td {
  border-top: 1px solid #cdcdcd;
  /*				padding-top: 5px;
				padding-bottom: 5px;*/
}
body:not(.page) section .ticket-table td.td-price {
  text-align: center;
}
body:not(.page) section .ticket-table td.td-where {
  white-space: nowrap;
}
body:not(.page) section .ticket-table tr:first-of-type th {
  white-space: nowrap;
}
body:not(.page) section .ticket-table tr:first-of-type th.th-color2 {
  text-align: center;
}
body:not(.page) section .ticket-table tr:last-of-type td:first-of-type {
  -webkit-border-radius: 0 0 0 5px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 0 0 5px !important;
  -moz-background-clip: padding !important;
  border-radius: 0 0 0 5px !important;
  background-clip: padding-box !important;
}
body:not(.page) section .ticket-table tr:last-of-type td:last-of-type {
  -webkit-border-radius: 0 0 5px 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 0 5px 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 0 5px 0 !important;
  background-clip: padding-box !important;
}
body:not(.page) section #td-zone-schema img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:720px) {
  .wrapper {
    background: white;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width:720px) {
  table.break,
  table.break tr,
  table.break td,
  table.break tbody {
    display: block;
  }
}
.page-template-tpl-jr-group-detail .content table {
  width: 100%;
}
.form-in-page input[type="text"] {
  width: 240px;
  margin-right: -5px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width:380px) {
  .form-in-page input[type="text"] {
    width: calc(100% - 100px);
  }
}
.form-in-page input[type="submit"] {
  width: 100px;
  border-radius: 0 10px 10px 0;
  font-size: 13px;
  line-height: 28px;
}
.linetabs {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  margin: -20px auto 20px;
}
.linetabs ul {
  width: 100%;
  padding-left: 5px !important;
}
.linetabs ul li {
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  float: left;
  display: block;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  border-right: none;
  list-style: none;
}
.linetabs ul li:first-child {
  border-radius: 5px 0 0 0;
}
.linetabs ul li:first-child a {
  border-radius: 3px 0 0 0;
}
.linetabs ul li:last-child {
  border-right: 1px solid #cdcdcd;
  border-radius: 0 5px 0 0;
}
.linetabs ul li:last-child a {
  border-radius: 0 3px 0 0;
}
.linetabs ul li:first-child:last-child {
  border-radius: 5px 5px 0 0;
}
.linetabs ul li:first-child:last-child a {
  border-radius: 3px 3px 0 0;
}
.linetabs ul li a {
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  font-size: 16px;
  display: block;
  padding: 0 24px;
  line-height: 40px;
}
.linetabs ul li a span {
  margin-left: 4px;
}
.linetabs ul li a span img:last-child {
  display: none;
}
.linetabs ul li a img {
  margin-bottom: -3px;
}
.linetabs ul li a > img {
  margin-left: 4px;
}
.linetabs ul li:before {
  display: none !important;
}
.linetabs ul li.active,
.linetabs ul li:hover {
  font-weight: 700;
}
.linetabs ul li.active a,
.linetabs ul li:hover a {
  background-color: #bf0c1d;
  color: white;
}
.linetabs ul li:hover:not(.active) {
  font-weight: normal;
}
.linetabs ul li:hover:not(.active) a span img:first-child {
  display: none;
}
.linetabs ul li:hover:not(.active) a span img:last-child {
  display: inline;
}
i.tablo-info {
  font-style: italic;
  font-size: .75em;
  float: right;
  line-height: 2em;
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.blik strong,
.blik span,
.blik div,
.blik img {
  display: inline-block;
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
  /*		&:after {
			margin: 0 0 0px 3px;
			.show;
			display: inline-block;
			width: 12px;
			height: 12px;
			border-radius: 8px;
			background-color: @red;
			animation-name: pop;
			animation-duration: 1.5s;
			animation-timing-function: linear;
			animation-iteration-count: infinite;
		}*/
}
.second-sod-to-right .sod_select:nth-child(2) {
  float: right;
}
@media screen and (max-width:500px) {
  .second-sod-to-right .sod_select {
    width: 100%;
    float: none;
  }
}
#stop-map.fullscreen,
#mapcanvas.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  position: fixed !important;
  overflow: hidden !important;
  top: 0;
  left: 0;
  z-index: 1000;
}
.full-map {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 10px;
  background-color: white;
  padding: 9px;
  font-size: 11px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 3px 0px #a3a3a3;
  box-shadow: 0px 0px 3px 0px #a3a3a3;
}
.close-full-map {
  position: fixed;
  padding: 9px;
  top: 10px;
  right: 10px;
  z-index: 1001;
  background-color: white;
  font-size: 11px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 3px 0px #a3a3a3;
  box-shadow: 0px 0px 3px 0px #a3a3a3;
}
aside {
  width: 21.91%;
  float: right;
}
aside.higher {
  margin-top: -32px;
}
.home aside {
  margin-top: 32px;
}
aside > span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
  font-size: 1em;
  width: 100%;
  line-height: 1.2em;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  padding: 10px 15px 10px 15px;
  /*background: @lightred;*/
  background: #8e8e8e;
}
aside > span.blue {
  background: #8e8e8e;
}
aside > span.gray {
  /*background: @gray3;*/
  background: #8e8e8e;
}
aside ul {
  margin-bottom: 20px;
  margin-top: 0px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.home aside ul {
  display: none;
}
aside ul li {
  width: 100%;
  background: white;
  line-height: 1.1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #131313;
  margin: 0 auto;
  font-size: 0.9375em;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  border-bottom: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
aside ul li a {
  display: block;
  padding: 10px 10px;
}
aside ul li.active,
aside ul li:hover,
aside ul li.current_page_item,
aside ul li.current-menu-item {
  background: #bf0c1d;
  color: white;
}
aside ul li .sub-menu {
  display: none;
}
aside ul li:first-of-type {
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
aside ul li:last-of-type {
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  border-bottom: none;
}
aside #controler,
aside #controler2 {
  zoom: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside #controler:before,
aside #controler2:before,
aside #controler:after,
aside #controler2:after {
  content: "";
  display: table;
}
aside #controler:after,
aside #controler2:after {
  clear: both;
}
aside #controler span,
aside #controler2 span {
  display: block;
  width: 50%;
  height: 36px;
  line-height: 36px;
  background: #8e8e8e;
  color: white;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  border-radius: 0 5px 0 0;
  font-size: 1em;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-align: center;
  border-left: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
aside #controler span:first-child,
aside #controler2 span:first-child {
  border-radius: 5px 0 0 0;
}
aside #controler span.deactive,
aside #controler2 span.deactive {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  border: 1px solid #cdcdcd;
  color: #131313;
  background: white;
}
aside #controler span.deactive:hover,
aside #controler2 span.deactive:hover {
  background: #8e8e8e;
  color: white;
  border: 1px solid #8e8e8e;
}
aside #controler span {
  /*			width: 60%;
			&.deactive {
				width: 40%;
				font-size: 1.1em;
			}*/
}
aside a.log {
  display: inline-block;
  margin: 8px auto 0;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: .75em;
  width: 100%;
  text-align: center;
}
aside .form {
  margin-bottom: 15px;
  background: #f0f0f0;
  position: relative;
  border: 1px solid #cdcdcd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  padding: 10px;
}
aside .form.deactive {
  display: none;
}
aside .form.tabsform,
aside .form.tabsform2 {
  /*			border-top: 2px solid @gray;
			.border-radius(5px);*/
  background: #8e8e8e;
  border-color: #8e8e8e;
}
aside .form.tabsform span,
aside .form.tabsform2 span {
  color: white;
}
aside .form.tabsform input[type=text],
aside .form.tabsform2 input[type=text],
aside .form.tabsform input[type=tel],
aside .form.tabsform2 input[type=tel],
aside .form.tabsform input[type=number],
aside .form.tabsform2 input[type=number],
aside .form.tabsform input[type=email],
aside .form.tabsform2 input[type=email],
aside .form.tabsform input[type=password],
aside .form.tabsform2 input[type=password],
aside .form.tabsform input[type=date],
aside .form.tabsform2 input[type=date],
aside .form.tabsform input[type=time],
aside .form.tabsform2 input[type=time],
aside .form.tabsform input[type=url],
aside .form.tabsform2 input[type=url],
aside .form.tabsform select,
aside .form.tabsform2 select {
  background: white;
  color: black;
}
aside .form.tabsform input[type=text]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=text]::-webkit-input-placeholder,
aside .form.tabsform input[type=tel]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=tel]::-webkit-input-placeholder,
aside .form.tabsform input[type=number]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=number]::-webkit-input-placeholder,
aside .form.tabsform input[type=email]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=email]::-webkit-input-placeholder,
aside .form.tabsform input[type=password]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=password]::-webkit-input-placeholder,
aside .form.tabsform input[type=date]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=date]::-webkit-input-placeholder,
aside .form.tabsform input[type=time]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=time]::-webkit-input-placeholder,
aside .form.tabsform input[type=url]::-webkit-input-placeholder,
aside .form.tabsform2 input[type=url]::-webkit-input-placeholder,
aside .form.tabsform select::-webkit-input-placeholder,
aside .form.tabsform2 select::-webkit-input-placeholder {
  color: #646464;
}
aside .form.tabsform input[type=text]:-moz-placeholder,
aside .form.tabsform2 input[type=text]:-moz-placeholder,
aside .form.tabsform input[type=tel]:-moz-placeholder,
aside .form.tabsform2 input[type=tel]:-moz-placeholder,
aside .form.tabsform input[type=number]:-moz-placeholder,
aside .form.tabsform2 input[type=number]:-moz-placeholder,
aside .form.tabsform input[type=email]:-moz-placeholder,
aside .form.tabsform2 input[type=email]:-moz-placeholder,
aside .form.tabsform input[type=password]:-moz-placeholder,
aside .form.tabsform2 input[type=password]:-moz-placeholder,
aside .form.tabsform input[type=date]:-moz-placeholder,
aside .form.tabsform2 input[type=date]:-moz-placeholder,
aside .form.tabsform input[type=time]:-moz-placeholder,
aside .form.tabsform2 input[type=time]:-moz-placeholder,
aside .form.tabsform input[type=url]:-moz-placeholder,
aside .form.tabsform2 input[type=url]:-moz-placeholder,
aside .form.tabsform select:-moz-placeholder,
aside .form.tabsform2 select:-moz-placeholder {
  color: #646464;
}
aside .form.tabsform input[type=text]::-moz-placeholder,
aside .form.tabsform2 input[type=text]::-moz-placeholder,
aside .form.tabsform input[type=tel]::-moz-placeholder,
aside .form.tabsform2 input[type=tel]::-moz-placeholder,
aside .form.tabsform input[type=number]::-moz-placeholder,
aside .form.tabsform2 input[type=number]::-moz-placeholder,
aside .form.tabsform input[type=email]::-moz-placeholder,
aside .form.tabsform2 input[type=email]::-moz-placeholder,
aside .form.tabsform input[type=password]::-moz-placeholder,
aside .form.tabsform2 input[type=password]::-moz-placeholder,
aside .form.tabsform input[type=date]::-moz-placeholder,
aside .form.tabsform2 input[type=date]::-moz-placeholder,
aside .form.tabsform input[type=time]::-moz-placeholder,
aside .form.tabsform2 input[type=time]::-moz-placeholder,
aside .form.tabsform input[type=url]::-moz-placeholder,
aside .form.tabsform2 input[type=url]::-moz-placeholder,
aside .form.tabsform select::-moz-placeholder,
aside .form.tabsform2 select::-moz-placeholder {
  color: #646464;
}
aside .form.tabsform input[type=text]:-ms-input-placeholder,
aside .form.tabsform2 input[type=text]:-ms-input-placeholder,
aside .form.tabsform input[type=tel]:-ms-input-placeholder,
aside .form.tabsform2 input[type=tel]:-ms-input-placeholder,
aside .form.tabsform input[type=number]:-ms-input-placeholder,
aside .form.tabsform2 input[type=number]:-ms-input-placeholder,
aside .form.tabsform input[type=email]:-ms-input-placeholder,
aside .form.tabsform2 input[type=email]:-ms-input-placeholder,
aside .form.tabsform input[type=password]:-ms-input-placeholder,
aside .form.tabsform2 input[type=password]:-ms-input-placeholder,
aside .form.tabsform input[type=date]:-ms-input-placeholder,
aside .form.tabsform2 input[type=date]:-ms-input-placeholder,
aside .form.tabsform input[type=time]:-ms-input-placeholder,
aside .form.tabsform2 input[type=time]:-ms-input-placeholder,
aside .form.tabsform input[type=url]:-ms-input-placeholder,
aside .form.tabsform2 input[type=url]:-ms-input-placeholder,
aside .form.tabsform select:-ms-input-placeholder,
aside .form.tabsform2 select:-ms-input-placeholder {
  color: #646464;
}
aside .form input[type=text],
aside .form input[type=tel],
aside .form input[type=number],
aside .form input[type=email],
aside .form input[type=password],
aside .form input[type=date],
aside .form input[type=time],
aside .form input[type=url],
aside .form select {
  font-size: 0.8125em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  height: 30px;
  padding: 0 15px;
  color: black;
  line-height: 30px;
  border: 1px solid #c1c1c1;
}
aside .form input[type=text]::-webkit-input-placeholder,
aside .form input[type=tel]::-webkit-input-placeholder,
aside .form input[type=number]::-webkit-input-placeholder,
aside .form input[type=email]::-webkit-input-placeholder,
aside .form input[type=password]::-webkit-input-placeholder,
aside .form input[type=date]::-webkit-input-placeholder,
aside .form input[type=time]::-webkit-input-placeholder,
aside .form input[type=url]::-webkit-input-placeholder,
aside .form select::-webkit-input-placeholder {
  color: black;
}
aside .form input[type=text]:-moz-placeholder,
aside .form input[type=tel]:-moz-placeholder,
aside .form input[type=number]:-moz-placeholder,
aside .form input[type=email]:-moz-placeholder,
aside .form input[type=password]:-moz-placeholder,
aside .form input[type=date]:-moz-placeholder,
aside .form input[type=time]:-moz-placeholder,
aside .form input[type=url]:-moz-placeholder,
aside .form select:-moz-placeholder {
  color: black;
}
aside .form input[type=text]::-moz-placeholder,
aside .form input[type=tel]::-moz-placeholder,
aside .form input[type=number]::-moz-placeholder,
aside .form input[type=email]::-moz-placeholder,
aside .form input[type=password]::-moz-placeholder,
aside .form input[type=date]::-moz-placeholder,
aside .form input[type=time]::-moz-placeholder,
aside .form input[type=url]::-moz-placeholder,
aside .form select::-moz-placeholder {
  color: black;
}
aside .form input[type=text]:-ms-input-placeholder,
aside .form input[type=tel]:-ms-input-placeholder,
aside .form input[type=number]:-ms-input-placeholder,
aside .form input[type=email]:-ms-input-placeholder,
aside .form input[type=password]:-ms-input-placeholder,
aside .form input[type=date]:-ms-input-placeholder,
aside .form input[type=time]:-ms-input-placeholder,
aside .form input[type=url]:-ms-input-placeholder,
aside .form select:-ms-input-placeholder {
  color: black;
}
aside .form p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: white;
  line-height: 1.2em;
  padding: 4px 10px 13px;
}
aside .form span:not(.has-icon) {
  font-size: 1em;
  color: #131313;
  display: block;
  padding: 0px 5px;
  line-height: 1.2em;
}
aside .form span.has-icon {
  white-space: nowrap;
}
aside .form.checkboxes label {
  margin-top: 10px;
  display: block;
}
aside .form input {
  margin-top: 10px;
}
aside .form.red input[type=submit] {
  background: #bf0c1d;
}
aside .form.blue input[type=submit] {
  /*background: @lightblue;*/
  background: #bf0c1d;
}
aside .form.gray input[type=submit] {
  /*background: @gray3;*/
  background: #bf0c1d;
}
aside .form #loginform p {
  padding: 0;
}
aside .form #loginform label {
  display: none;
}
aside .g-recaptcha > div {
  margin: 15px auto auto;
}
#flash,
.wpcf7-response-output {
  position: fixed;
  background: white;
  border: 2px solid #bf0c1d !important;
  color: #bf0c1d;
  padding: 10px 30px !important;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto !important;
  z-index: 9999;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
  top: 00px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
#flash.blue,
.wpcf7-response-output.blue,
#flash .wpcf7-mail-sent-ok,
.wpcf7-response-output .wpcf7-mail-sent-ok {
  color: #004489;
  border: 2px solid #004489;
}
#flash {
  border: 0 !important;
  border-bottom: 2px solid #bf0c1d !important;
}
#flash a {
  text-decoration: underline;
}
@media screen and (max-width:1000px) {
  .wrapper aside {
    display: none;
  }
}
.form-relative {
  position: relative;
}
.form-autocomplete-list {
  display: none;
  left: 0;
  z-index: 1000;
  top: 40px;
  width: 100%;
  position: absolute;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-clip: padding-box;
  list-style: none;
  padding: 0 !important;
}
.form-autocomplete-list li {
  list-style: none;
  cursor: pointer;
  text-align: left;
  padding: 7px !important;
  border: none;
  background-color: white;
}
.form-autocomplete-list li:nth-child(even) {
  background-color: #F0F0F0;
}
.form-autocomplete-list li.autohover,
.form-autocomplete-list li:hover {
  background-color: #BF0C1D;
}
.form-autocomplete-list li.autohover font,
.form-autocomplete-list li:hover font,
.form-autocomplete-list li.autohover .form-autocomplete-list-name,
.form-autocomplete-list li:hover .form-autocomplete-list-name,
.form-autocomplete-list li.autohover .form-autocomplete-list-lines,
.form-autocomplete-list li:hover .form-autocomplete-list-lines {
  color: white !important;
}
.form-autocomplete-list li:before {
  display: none !important;
}
.content .form-autocomplete-list {
  top: 13px;
}
.form-autocomplete-list-name {
  display: block;
  color: black;
  padding: 0px;
  font-weight: bold;
  text-align: left;
}
.form-autocomplete-list-lines {
  margin-right: 7px;
  font-size: 90%;
  display: inline !important;
}
.form-autocomplete-list-lines img {
  margin: 3px 2px -2px 0;
  max-height: 16px;
  max-width: 16px;
}
.form-autocomplete-list.is-stops img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 7px;
}
.form-autocomplete-list.is-stops font {
  display: block;
  width: calc(100% - 40px);
}
.form-autocomplete-list.is-stops font:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.form-autocomplete-list.is-stops font:last-child {
  font-size: 12px;
  float: right;
}
.bubble-content {
  padding: 5px;
  position: relative;
}
.bubble-content-close {
  width: 9px;
  height: 9px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
.bubble-content-close:before,
.bubble-content-close:after {
  content: "";
  display: block;
  background: black;
  position: absolute;
}
.bubble-content-close:before {
  height: 1px;
  width: 9px;
  left: 0;
  top: 4px;
}
.bubble-content-close:after {
  top: 0;
  height: 9px;
  width: 1px;
  left: 4px;
}
.bubble-content table {
  margin: 5px 0 !important;
}
.bubble-content table td {
  border: none !important;
  border-radius: 0 !important;
  padding: 3px !important;
}
.bubble-content table td:first-of-type {
  font-weight: bold;
}
.bubble-content table.bubble-content-links {
  width: 100%;
  margin: 0 !important;
}
.bubble-content table.bubble-content-links td {
  width: 50%;
  font-weight: normal !important;
}
.bubble-content table.bubble-content-links td:last-of-type {
  text-align: right;
  border-left: 1px solid gray !important;
}
.bubble-content table.bubble-content-links td a {
  text-decoration: underline;
  color: #004489;
}

/*# sourceMappingURL=style.css.map */