* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  min-width: 900px;
}
body {
  font: 13px 'PT Sans', sans-serif;
}
body.pagenotfound {
  background-image: url(../img/bg-404.jpg);
}
body.pagenotfound .center {
  background-image: url(../img/noise.png);
}
.center {
  position: absolute;
  min-width: 900px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40px;
}
.vcenter {
  height: 100%;
}
.vcenter:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.25em;
}
.vcenter .vcentercontent {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -40px;
}
.vcenter .vcentercontent h1 {
  font-size: 36px;
  font-weight: bold;
  color: #4f5663;
}
.vcenter .vcentercontent a {
  display: inline-block;
  margin-bottom: 30px;
}
.content {
  width: 982px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 20px 0px;
}
.btn {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-family: 'PT Sans';
  margin: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn.s {
  width: 141px;
  height: 28px;
  line-height: 28px;
}
.btn.s.blue {
  background-image: url(../img/btn-s-blue.png);
  color: #fff;
}
.btn.s.white {
  width: 147px;
  background-image: url(../img/btn-s-white.png);
  color: #000;
}
.btn.s:hover {
  background-position: 0 -56px;
}
.btn.s:active {
  background-position: 0 -28px;
}
.btn.m {
  width: 137px;
  height: 40px;
  line-height: 40px;
}
.btn.m.blue {
  background-image: url(../img/btn-m-blue.png);
  color: #fff;
}
.btn.m:hover {
  background-position: 0 -80px;
}
.btn.m:active {
  background-position: 0 -40px;
}
.btn.l {
  width: 232px;
  height: 100px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
  padding-top: 33px;
}
.btn.l.green {
  background-image: url(../img/btn-l-green.png);
}
.btn.l.purple {
  background-image: url(../img/btn-l-purple.png);
}
.btn.l.grey {
  background-image: url(../img/btn-l-grey.png);
}
.btn.l:hover {
  background-position: 0 -200px;
}
.btn.l:active {
  background-position: 0 -100px;
}
.btn.send {
  width: 237px;
  height: 61px;
  line-height: 61px;
  background-image: url(../img/sendbutt.png);
  font-size: 22px;
  color: #fff;
}
.btn.send:hover {
  background-position: 0 -122px;
}
.btn.send:active {
  background-position: 0 -61px;
}
.btn.send:disabled {
  background-position: 0 -184px;
}
h1 {
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  margin: 0 0 15px 0;
  clear: both;
}
h2 {
  font-size: 18px;
  color: #4f5663;
  margin: 0 0 8px 0;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
p {
  margin: 0 0 15px 0;
}
a {
  text-decoration: none;
  color: #418cc0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  color: #ba0000;
}
header {
  position: relative;
  z-index: 100;
  height: 97px;
  margin-bottom: -1px;
}
header .buttons {
  padding-left: 157px;
}
header .phone {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  line-height: 28px;
  color: #fff;
}
header .phone:after {
  content: 'Круглосуточно';
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -20px;
  font-weight: normal;
  right: 0;
}
header a.btn.s {
  text-indent: 19px;
  margin-right: 10px;
}
header a.btn.s:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -8px;
}
header a.btn.s.blue:before {
  background-image: url(../img/icon-lock.png);
  width: 10px;
  height: 14px;
}
header a.btn.s.white:before {
  background-image: url(../img/icon-flight.png);
  width: 13px;
  height: 13px;
  margin-top: -7px;
}
header a.btn.s.rolf:hover{
  background-position: 0 0;
}
header a.btn.s.rolf {
  background-image: url(../img/rolf.png);
  background-size: 100%;
  color: rgba(0,0,0,0);
  background-position: 0 -29px;
  height: 29px;
  width: 158px;
}
header a.btn.s.visa:hover{
  background-position: 0 0;
}
header a.btn.s.visa {
  background-image: url(../img/visa.png);
  background-size: 100%;
  color: rgba(0,0,0,0);
  background-position: 0 -29px;
  height: 29px;
  width: 158px;
}
nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
nav a.logo {
  position: absolute;
  left: 30px;
  top: -40px;
}
nav ul {
  margin: 0;
  background-image: url(../img/bg-nav.png);
  width: 100%;
  height: 50px;
  text-align: right;
}
nav ul > li {
  padding: 0 20px;
  height: 50px;
  position: relative;
  line-height: 50px;
  text-decoration: none;
  color: #4f5663;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
}
nav ul > li > ul {
  position: absolute;
  left: 0;
  top: 49px;
  width: auto;
  height: auto;
  padding: 5px 0 5px 0;
  background-image: none;
  display: none;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background-color: #4c88b2;
}
nav ul > li > ul li {
  width: 300px !important;
  height: 35px;
  position: relative;
}
nav ul > li > ul li:hover {
  background-color: #306a96;
}
nav ul > li > ul li,
nav ul > li > ul a {
  line-height: 35px;
  background-image: none;
  display: block;
  text-transform: none;
  font-size: 13px;
  text-align: left;
  color: #fff;
  font-weight: normal;
}
nav ul > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-image: url(../img/nav-divider.png);
  position: absolute;
  left: -3px;
  top: 23px;
}
nav ul > li:first-child:before {
  display: none;
}
nav ul > li:hover {
  background-color: rgba(76, 136, 178, 0.43);
  color: #fff;
}
nav ul > li:hover ul {
  display: block;
}
nav ul > li:hover > a {
  color: #fff !important;
  text-decoration: none;
}
nav ul > li.current {
  background-color: rgba(76, 136, 178, 0.43);
  color: #fff;
}
nav ul > li.current > a {
  color: #fff !important;
  text-decoration: none;
}
nav ul a {
  line-height: 50px;
  text-decoration: none;
  color: #4f5663;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}
.page {
  max-width: 900px;
  background-color: #f2f2f2;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  min-height: 520px;
  /*overflow: hidden;*/
}
.page-index .page {
  overflow: visible;
}
.orderonce {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.index {
  padding: 0;
  min-height: 0;
  height: 510px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */

  background-color: #fff;
}
.index .herebetexts {
  width: 388px;
  float: left;
  padding: 40px 15px 0 30px;
}
.index .index .herebeexclusive {
  width: 410px;
  height: 310px;
  position: absolute;
  top: 87px;
  opacity: 0.9;
  background-color: RGB(84, 41, 27);
  color: #ffffff;
  z-index: 100;
  padding: 30px 44px 0px 30px;
  display: none;
}
.index .index .herebeexclusive .caption {
  font: 18px 'PT Sans Narrow', sans-serif;
  margin: 0px 0px 22px 0px;
  font-weight: bold;
}
.index .index .vertical {
  opacity: 0.9;
  background-color: RGB(84, 41, 27);
  position: absolute;
  top: 87px;
  height: 340px;
  width: 40px;
  text-align: center;
  color: #ffffff;
  font: 18px 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  z-index: 120;
}
.index .herebesliders {
  width: 594px;
  height: 510px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
}
.index .herebesliders .wunderbar {
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.8);
}
.index .herebesliders .wunderbar .texts p {
  color: #fff;
  position: absolute;
  left: 250px;
  top: 0;
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.index .herebesliders .wunderbar .texts p.visible {
  opacity: 1;
}
.index .checkallc {
  font-family: "PT Sans", sans-serif;
  float: right;
  height: 38px;
  margin-top: 8px;
}
.index #slider {
  opacity: 0;
  position: relative;
  width: 594px;
}
.index #slider img {
  width: 594px;
  height: 510px;
  position: absolute;
  left: 0;
  top: 0;
}
.index #slider .slidesjs-pagination {
  position: absolute;
  left: 5px;
  bottom: 5px;
  list-style-type: none;
  padding: 0;
  z-index: 80;
  margin: 0;
  display: none;
}
.index #slider .slidesjs-pagination li {
  display: inline-block;
  margin: 5px;
}
.index #slider .slidesjs-pagination li a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  color: transparent;
  border: 1px solid #1d547a;
}
.index #slider .slidesjs-pagination li a.active {
  background-color: #1d547a;
}
.index #slider .slidesjs-navigation {
  display: inline-block;
  background-image: url(../img/btn-arrows-slideshow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  overflow: hidden;
  opacity: 0.3;
  color: transparent;
  position: absolute;
  right: 80px;
  top: 13.5px;
  z-index: 90;
}
.index #slider .slidesjs-navigation:hover {
  opacity: 1;
}
.index #slider .slidesjs-navigation.slidesjs-next {
  background-position: center right;
  right: 50px;
}
.index .throwsomebuttons {
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -366px;
  z-index: 80;
}
.index .throwsomebuttons .btn {
  display: inline-block;
  margin-right: 15px;
}
footer {
  background-image: url(../img/footer-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 30px;
  color: #fff;
  position: relative;
}
footer p {
  margin: 0;
}
footer p a {
  text-decoration: none;
  color: #418cc0;
}
footer p.madeby {
  position: absolute;
  top: 30px;
  right: 0;
}
footer .howtouse {
  text-align: center;
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 17px;
  margin-left: -45px;
}
.partners {
  margin-right: -20px;
}
.partners a {
  float: left;
  text-decoration: none;
  width: 211px;
  margin: 0 19px 40px 0;
  color: #4f5663;
}
.partners a p {
  margin: 0;
}
.partners a img {
  margin-bottom: 10px;
}
.partners a .name {
  color: #418cc0;
  font-weight: bold;
}
.job {
  margin-bottom: 40px;
}
.job h2 {
  cursor: pointer;
  display: inline-block;
  color: #418cc0;
  border-bottom: 1px dashed #418cc0;
}
.job.collapsed {
  height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.job.collapsed h2 {
  color: #418cc0;
  border-bottom: 1px dashed #418cc0;
}
table.split {
  width: 100%;
}
table.split tr {
  width: 100%;
}
table.split tr td {
  width: 50%;
  padding-right: 40px;
}
ul {
  padding-left: 20px;
}
.i {
  padding-bottom: 24px;
  background-image: url(../img/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.datmap {
  width: 450px;
  position: absolute;
  right: 40px;
  top: 98px;
}
form#orderonce .caption,
form#settings .caption {
  height: 18px;
  white-space: nowrap;
}
form#orderonce label,
form#settings label {
  display: inline-block;
}
form#orderonce table {
  width: 100%;
  margin: 0 -10px;
}
form#settings table {
  width: 922px;
  margin: 0 -10px;
}
form#orderonce table td,
form#settings table td {
  padding: 0 10px 20px;
  vertical-align: top;
}
form#orderonce table td span,
form#settings table td span {
  display: block;
  margin-bottom: 5px;
}
form#orderonce table td input,
form#settings table td input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  width: 100%;
  outline: 0;
  font-family: 'PT Sans';
  font-size: 18px;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
form#orderonce table td input.failed,
form#settings table td input.failed {
  border: 1px solid rgba(255, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
}
form#orderonce table td input:focus,
form#settings table td input:focus {
  border: 1px solid rgba(0, 128, 255, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
}
form#orderonce table td select,
form#settings table td select {
  width: 287px !important;
  height: 40px !important;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
form#orderonce table td .anotherages,
form#settings table td .anotherages,
form#orderonce table td .anothernation,
form#settings table td .anothernation  {
  width: 180px !important;
  height: 40px !important;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
form#orderonce table .kid input,
form#settings table .kid input {
  width: auto;
  height: auto;
}
form#orderonce table.datform .customSelect,
form#settings table.datform .customSelect {
  height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
  position: relative;
}
form#orderonce table.datform .customSelect:after,
form#settings table.datform .customSelect:after {
  content: '';
  width: 14px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  background-image: url(../img/arrow.png);
}
form#orderonce table.datform td,
form#settings table.datform td {
  width: 33%;
  display: block;
  float: left;
}
form#orderonce table.passengers td,
form#settings table.passengers td {
  padding-bottom: 10px;
}
form#orderonce table.passengers .name,
form#settings table.passengers .name {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}
form#orderonce table.passengers .name:hover .killitwithfire,
form#settings table.passengers .name:hover .killitwithfire {
  opacity: 0.7;
}
form#orderonce table.passengers .kid,
form#settings table.passengers .kid {
  width: 33%;
}
form#orderonce table.passengers .citizen,
form#settings table.passengers .citizen {
  width: 33%;
}
form#orderonce table.passengers .cost,
form#settings table.passengers .cost {
  width: 15%;
  vertical-align: middle;
}
form#orderonce table.passengers .cost .value,
form#settings table.passengers .cost .value {
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
}
form#orderonce table.passengers .killitwithfire,
form#settings table.passengers .killitwithfire {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 17px;
  top: 6px;
  z-index: 50;
  cursor: pointer;
  background-image: url(../img/removepassenger.png);
  opacity: 0.5;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
form#orderonce hr,
form#settings hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.datewrp {
  position: relative;
}
.datewrp:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/cal.png);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  pointer-events: none;
}
.timewrp {
  position: relative;
}
.timewrp:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/time.png);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  pointer-events: none;
}
.ui-datepicker table td {
  width: auto !important;
}
.ui-datepicker-next {
  right: 2px !important;
  top: 2px !important;
}
.ui-datepicker-prev {
  left: 2px !important;
  top: 2px !important;
}
.ui-corner-all {
  border-radius: 2px !important;
}
#addanother {
  border-bottom: 1px dashed #4b87b1;
  text-decoration: none;
  display: inline-block;
  line-height: 13px;
}
#addanother:hover {
  border-color: #ba0000;
}
#addanother2 {
  border-bottom: 1px dashed #4b87b1;
  text-decoration: none;
  display: inline-block;
  line-height: 13px;
}
#addanother2:hover {
  border-color: #ba0000;
}
.anotherage {
  display: inline-block;
  margin-left: 20px;
}
.anotherage .anotherages {
  width: 120px;
  height: 40px !important;
  display: inline-block;
  position: relative;
  z-index: 40;
}
.anotherage .customSelect {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-indent: 6px;
  position: relative;
}
.anotherage .customSelect:after {
  content: '';
  width: 8px;
  height: 4px;
  background-image: url(../img/small.png);
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -2px;
}
textarea {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  display: block;
  min-height: 100px;
  resize: none;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
textarea.failed {
  border: 1px solid rgba(255, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
}
textarea:focus {
  border: 1px solid rgba(0, 128, 255, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
}
.notsocenter {
  text-align: center;
  position: relative;
}
.notsocenter > * {
  display: inline-block;
}
.herebetotals {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  line-height: 39px;
}
.herebetotals #total {
  background-color: #dadada;
  border-radius: 20px;
  display: inline-block;
  padding: 0 20px;
  margin-left: 10px;
}
input::-ms-clear {
  display: none;
}
table.additional {
  width: 100% !important;
  margin-top: 15px !important;
}
table.additional label {
  font-weight: bold;
  margin-top: 10px;
}
table.additional label input {
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
}
table.additional td {
  width: 30%;
  position: relative;
  display: block;
  float: left;
}
table.additional td .caption {
  display: inline-block !important;
}
table.additional td .que {
  display: inline-block !important;
  margin: 0 0 -3px 8px !important;
  width: 16px;
  height: 16px;
  background-image: url(../img/que.png);
  cursor: pointer;
}
table.additional td label {
  display: block !important;
}
table.datform {
  position: relative;
}
table.datform td {
  position: relative;
  opacity: 0.4;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
table.datform td:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
table.datform td.active {
  opacity: 1;
}
table.datform td.active:after {
  display: none;
}
/* @group Base */
.chosen-container {
  width: 100% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 263px center;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.chosen-container-single .chosen-single.failed {
  border: 1px solid rgba(255, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  width: 18px;
  height: 100%;
}
.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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  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 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px;
  list-style: none;
  line-height: 26px;
}
.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;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.no-results span {
  display: inline-block !important;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  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: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #e4e4e4;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.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 rgba(0, 0, 0, 0.1);
  background-color: #e4e4e4;
  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 rgba(0, 128, 255, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !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 */
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0;
  text-indent: 10px;
  width: 100%;
  outline: 0;
  font-family: 'PT Sans';
  font-size: 18px;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
input[type="email"].failed,
input[type="password"].failed,
input[type="tel"].failed,
input[type="text"].failed {
  border: 1px solid rgba(255, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  border: 1px solid rgba(0, 128, 255, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 128, 255, 0.15);
}
.modal {
  width: 490px;
  border-radius: 8px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
  /* IE6-9 */

  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -245px;
  z-index: 1010;
  padding: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.modal .modal-close {
  width: 29px;
  height: 29px;
  background-image: url(../img/modal-close.png);
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
}
.modal .caption {
  font-family: 'PT Sans Narrow';
  font-size: 24px;
  text-shadow: 0 1px 1px #ffffff;
}
.modal input[type="submit"] {
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  margin-right: 20px;
  margin-top: 20px;
}
.linkthatstop {
  position: absolute;
  right: 15px;
  top: 23px;
  font-size: 14px;
}
.forgotten {
  float: right;
  margin-top: 30px;
  font-size: 14px;
}
#regform {
  text-align: center;
}
#regform > * {
  display: inline-block;
}
#regform input {
  text-align: left;
}
#regform input[type="submit"] {
  text-align: center;
  margin: 0;
  -webkit-backface-visibility: hidden;
}
input.message {
  position: relative;
}
input.message:after {
  content: attr('data-message');
  min-width: 220px;
  position: absolute;
  right: -10px;
  top: 0;
  height: 22px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 2px;
}
.failmsg {
  min-width: 220px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  left: 500px;
  color: #dc2032;
  padding: 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
  /* IE6-9 */

  background-color: #fff;
}
.spin {
  background-image: url(../img/spinner.gif);
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 5000;
}
#messages.adm th:first-child,
#messages.adm td:first-child {
  text-align: left;
}
#messages.adm th + th,
#messages.adm td + td {
  text-align: center;
}
#messages.adm th + th + th,
#messages.adm td + td + td {
  text-align: right;
}
#adm_newmessage {
  width: 430px;
}
#adm_newmessage textarea {
  margin-top: 0;
  height: 300px;
}
#adm_newmessage p {
  margin-bottom: 0;
}
#adm_newmessage button {
  margin: 20px 0;
}
.smallheader {
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
  margin: 0 0 5px 0;
}
.toomuch {
  color: #dc2032;
  margin-top: 5px;
  margin-bottom: 0;
}
.bold {
  font-weight: bold;
}
.rate {
  position: relative;
  margin-left: -20px;
  padding-left: 20px;
}
.rate_circle {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #636974;
  border-radius: 5px;
}
.collapsed .rate_circle {
  border-color: #5798c6;
}
.rate h2 {
  color: #222;
  font-size: 15px;
  border: none;
}
.collapsed.rate h2 {
  color: #418CC0;
  border-bottom: 1px dotted #418CC0;
}
.rate_table {
  border: 2px solid #c2c2c2;
  margin-bottom: 15px;
}
.rate_table th,
.rate_table td {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  text-align: center;
  font-weight: normal;
  width: 150px;
  padding: 10px;
}
.rate_table td {
  font-weight: bold;
  padding-bottom: 15px;
}
.rate_table tr :nth-child(even) {
  background-color: #f9f9f9;
}
.rate_button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: url('/img/rate_button.png') no-repeat top left;
  display: block;
  width: 268px;
  font-size: 22px;
  height: 61px;
  line-height: 60px;
  font-family: 'PT Sans';
}
.rate_button:hover {
  color: #fff;
  background-position: bottom left;
}
.login-options {
  text-align: center;
}
.login-options .login-option {
  width: 153px;
  height: 97px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #dadada 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
  /* IE6-9 */

  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin: 30px 10px;
}
.login-options .login-option img {
  display: block;
  margin: 15px auto 3px;
}
.login-options .login-option .login-option-caption {
  font-size: 18px;
  font-family: 'PT Sans Narrow';
  color: #4f5663;
  font-weight: bold;
}
.contract-data {
  background-color: #f8f6f5;
  border-radius: 3px;
  float: right;
  padding: 5px 10px;
  position: relative;
  top: -30px;
  right: -20px;
}
.contract-data .red {
  color: #ff0000;
}
.large-menu {
  clear: both;
  text-align: center;
  margin: 100px 0 150px;
}
.large-menu .large-menu-item {
  text-align: center;
  width: 153px;
  height: 97px;
  margin: 11px 16px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #dadada 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0);
  /* IE6-9 */

  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  padding-top: 15px;
}
.large-menu .large-menu-item img {
  display: block;
  margin: 0 auto;
}
.large-menu .large-menu-item .caption {
  font-size: 18px;
  font-family: 'PT Sans Narrow';
  color: #4f5663;
  font-weight: bold;
}
.contacts-atbottom {
  border-top: 1px solid #ccc7c1;
  padding-top: 20px;
}
.contacts-atbottom .col {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.align-left {
  text-align: left;
}
#messages.documents td,
#messages.documents th {
  text-align: center !important;
}
#messages.documents th:first-child,
#messages.documents td:first-child {
  width: 50%;
  text-align: left !important;
}
.ui-alt {
  background-color: #e3ded7;
}
.ui-alt #results > tbody > tr {
  border-bottom-color: #bbb7b1;
}
.ui-alt .expandedrow {
  border-bottom-color: transparent !important;
}
.ui-alt .details-container {
  background-color: #f8f6f5;
}
.ui-alt table#messages {
  width: 100%;
}
.ui-alt table#messages td,
.ui-alt table#messages th {
  text-align: left;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #bbb7b1;
}
.ui-alt #settings h3 {
  font-size: 18px;
}
.jquery-filestyle {
  display: block;
  margin-top: 5px;
  position: relative;
}
.jquery-filestyle label {
  position: absolute;
  right: 5px;
  top: 6px;
  color: #0080d2;
  cursor: pointer;
  background-image: url(../img/file-upload.png);
  width: 89px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.jquery-filestyle label.delete {
  color: #ff0000;
  display: none;
}
.jquery-filestyle input {
  padding-right: 98px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.index .vertical {
    opacity: 0.9;
    background-color: RGB(84,41,27);

    position: absolute;
    top:87px;
    height: 335px;
    width: 40px;
    text-align: center;
    color: #ffffff;
    font: 18px 'PT Sans Narrow', sans-serif;
    font-weight: bold;

    z-index: 120;
}

.index .herebeexclusive {
    width: 410px;
    height: 335px;
    position: absolute;
    top: 87px;
    opacity: 0.9;
    background-color: RGB(84,41,27);
    color: #ffffff;
    z-index: 100;
    padding: 15px 44px 0px 30px;
    display: none;
}

.index .herebeexclusive .caption {
    font: 18px 'PT Sans Narrow', sans-serif;
    margin: 0px 0px 22px 0px;
    font-weight: bold;
}

.index .throwsomebuttons .btn .smol {
    font-size: 10px;
    font-weight: normal;
}

.btn.l.grey {
    padding-top: 16px;
    top: 21px;
}

.rate_button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: url('../img/rate_button.png') no-repeat top left;
  display: block;
  width: 268px;
  font-size: 22px;
  height: 61px;
  line-height: 60px;
  font-family: 'PT Sans';
}
.rate_button:hover {
  color: #fff;
  background-position: bottom left;
}
#price-parking {
  padding: 10px 20px;
}

.covid-alert {
  width: 86%;
  text-align: left;
  color: #f53737;
  margin-top: -60Px;
}

@media (max-width: 600px) {
  .covid-alert {
    display: block;
    margin-top: 0;
  }
}


form#orderonce span.way-direction {
  display: inline;
}

.select2 .select-airport-input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 40px;
}
.select2 .select-airport-input.form-control .select2-selection__arrow {
  height: 38px;
  width: 18px;
}
.select2 .select-airport-input.form-control .select2-selection__arrow b {
  border-color: #2a2a2a transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  margin-left: -12px;
  margin-top: -3px;
}

.select-airport-dropdown .select2-search__field {
  height: 40px;
}

.select2 .select-airport-input.form-control .select2-selection__rendered {
  line-height: 38px;
}

.select-airport-dropdown .select2-search__field:focus,
.select-airport-dropdown .select2-search__field:active,
.select-airport-dropdown .select2-search__field:focus-visible
{
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: 0px;
}
