@import "/css/fonts/sklad.css";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a {
color: #DABE90;
text-decoration:underline;
}
a:hover {
color: #DABE90;
text-decoration:none;
}
/* ==========================================================================
   Author's (Denis Lee : dvlee69@gmail.com) custom styles
   ========================================================================== */
.gradient {
  background: #d6c398;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6c398), color-stop(3%, #2d160d), color-stop(10%, #fae8b6), color-stop(14%, #c8ad77), color-stop(18%, #8f6b31), color-stop(43%, #fcfdf3), color-stop(55%, #d4b782), color-stop(83%, #8f6b31), color-stop(93%, #2b140c), color-stop(100%, #e7d5a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c398', endColorstr='#e7d5a7', GradientType=0);
  /* IE6-9 */
}
.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body {
  background-color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #a09f9f;
}
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  color: #977337;
  font-weight: normal;
  margin: 0;
}
h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 13px;
  color: #6f4e1f;
}
a {
  text-decoration: none;
}

.res-area
{
	width: 100%;
	float: left;
}

#scroller {
    OVERFLOW-Y: scroll;
    OVERFLOW-X: hidden;
    padding-bottom: 10px;
    width: 100%;
    height: 130px;
    padding-top: 0px;
    color: #ccc;
    background-color: #977337;
    border: 3px solid #ccc;
}

.res_tt
{
	color: #977337;
	font-size: 14pt;
	font-weight: bold;		
}

.cal-ttl
{
	text-align: left;
	font-size: 16px;	
	margin: 0 0 5px 5px;
}

.rsfrm
{	
    width: 100%;
    float: left;
	border: 1px solid #977337;
	padding: 15px;
}

.container {
  width: 990px;
  margin: 0 auto;
  padding: 0 5px;
}
.gradient-border {
  background: #d6c398;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6c398), color-stop(3%, #2d160d), color-stop(10%, #fae8b6), color-stop(14%, #c8ad77), color-stop(18%, #8f6b31), color-stop(43%, #fcfdf3), color-stop(55%, #d4b782), color-stop(83%, #8f6b31), color-stop(93%, #2b140c), color-stop(100%, #e7d5a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c398', endColorstr='#e7d5a7', GradientType=0);
  /* IE6-9 */
  border-top: 1px solid #c9b78f;
  border-bottom: 1px solid #2b140c;
}
.gradient-border > div {
  background: #000000;
  margin: 0 1px;
}
a.btn {
padding:5px 15px;
}
.order-car {
margin:100px 0 0 25px;
}
.btn {
  background: #d6c398;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6c398), color-stop(3%, #2d160d), color-stop(10%, #fae8b6), color-stop(14%, #c8ad77), color-stop(18%, #8f6b31), color-stop(43%, #fcfdf3), color-stop(55%, #d4b782), color-stop(83%, #8f6b31), color-stop(93%, #2b140c), color-stop(100%, #e7d5a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c398', endColorstr='#e7d5a7', GradientType=0);
  /* IE6-9 */
  border: none;
  padding: 0 13px;
  height: 30px;
  line-height: 34px;
  border-radius: 4px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
  text-shadow: 1px 1px 0 #e9c380;
}
.slider {
  position: absolute;
  top: 121px;
  height: 460px;
  width: 100%;
  min-width: 990px;
}
.slider .slidesjs-container {
	height: 460px !important;
}
.slider .slide {
  height: 460px;
  position: relative;
  text-align: center;
}
.slider .slide .caption {
  background: url(../img/bg_banner_caption.png) 0 0 repeat-x;
  height: 121px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .slide .caption .container {
  text-align: left;
  padding-top: 34px;
  height: 35px;
  font-size: 45px;
  color: #acacac;
  font-family: "Sklad";
  line-height: 45px;
  text-shadow: -1px -1px 0 #ffffff, 1px 1px 0 #000000;
}
#header {
  background: url(../img/bg_banner.png) center 122px no-repeat;
  margin-bottom: 44px;
  /*

  .caption {
    background: url(../img/bg_banner_caption.png) 0 0 repeat-x;
    height: 121px;
    margin-bottom: 20px;
    .container {
      padding-top: 34px;
    }
    h1 {
//      background: url(../img/banner_caption.png) 0 0 no-repeat;
      height: 35px;
      font-size: 45px;
      color: #acacac;
      font-family: @secondaryFont;
      line-height: 45px;
      text-shadow: -1px -1px 0 #ffffff, 1px 1px 0 #000000;
    }
  }
*/
}
#header .top {
  background: url(../img/bg_header-top.png) center top no-repeat;
  height: 162px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
#header .top .time,
#header .top .phone {
  background: #d6c398;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6c398), color-stop(3%, #2d160d), color-stop(10%, #fae8b6), color-stop(14%, #c8ad77), color-stop(18%, #8f6b31), color-stop(43%, #fcfdf3), color-stop(55%, #d4b782), color-stop(83%, #8f6b31), color-stop(93%, #2b140c), color-stop(100%, #e7d5a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6c398 0%, #2d160d 3%, #fae8b6 10%, #c8ad77 14%, #8f6b31 18%, #fcfdf3 43%, #d4b782 55%, #8f6b31 83%, #2b140c 93%, #e7d5a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c398', endColorstr='#e7d5a7', GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0;
  height: 48px;
}
#header .top .time span,
#header .top .phone span {
  font-size: 30px;
  display: none;
}
#header .top .time {
  float: left;
  margin: 0 0 0 72px;
  background: url(../img/time.png) 0 11px no-repeat;
  width: 181px;
}
#header .top .time span {
  margin-right: 8px;
  vertical-align: text-bottom;
}
#header .top .phone {
  background: url(../img/phone.png) -2px 12px no-repeat;
  width: 229px;
  float: right;
  margin: 0 59px 0 0;
}
#header .top .phone span {
  margin-left: 2px;
}
#header .top .logo-slogan {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -110px;
}
#header .top .logo-slogan #logo {
  text-transform: uppercase;
  font-family: "Sklad";
  font-size: 0;
  line-height: 42px;
  height: 45px;
  display: block;
  background: url(../img/logo.png) center 5px no-repeat;
}
#header .top .logo-slogan .slogan {
  margin: 7px auto 0;
  font-size: 0;
  font-family: "Sklad";
  background: url(../img/title.png) center 0 no-repeat;
  height: 42px;
}
#header .top .logo-slogan .slogan div {
  background: #7b7c7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7b7c7f 0%, #b6b8ba 19%, #fdffff 39%, #d5d6d8 50%, #8b8c8f 62%, #d9d9da 81%, #6d6e71 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7c7f), color-stop(19%, #b6b8ba), color-stop(39%, #fdffff), color-stop(50%, #d5d6d8), color-stop(62%, #8b8c8f), color-stop(81%, #d9d9da), color-stop(100%, #6d6e71));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7b7c7f 0%, #b6b8ba 19%, #fdffff 39%, #d5d6d8 50%, #8b8c8f 62%, #d9d9da 81%, #6d6e71 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7b7c7f 0%, #b6b8ba 19%, #fdffff 39%, #d5d6d8 50%, #8b8c8f 62%, #d9d9da 81%, #6d6e71 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7b7c7f 0%, #b6b8ba 19%, #fdffff 39%, #d5d6d8 50%, #8b8c8f 62%, #d9d9da 81%, #6d6e71 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7b7c7f 0%, #b6b8ba 19%, #fdffff 39%, #d5d6d8 50%, #8b8c8f 62%, #d9d9da 81%, #6d6e71 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7c7f', endColorstr='#6d6e71', GradientType=0);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 25px;
  line-height: 22px;
  display: none;
}
#header .top nav {
  margin-top: 12px;
  font-size: 20px;
  line-height: 40px;
  position: relative;
}
#header .top nav:after {
  content: "";
  width: 23px;
  height: 4px;
  position: absolute;
  background-image: url(../img/dots.png);
  background-repeat: no-repeat;
  top: 19px;
}
#header .top nav ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 110px;
}
#header .top nav .right_nav li {
  float: left;
  position: relative;
  text-align: center;
  width: 230px;
}
#header .top nav ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 20px;
  background: url(../img/dots.png) -38px -1px no-repeat;
}
#header .top nav ul li a {
  color: #7d7d7d;
}
#header .top nav ul li a.active {
  color: #FFFFFF;
}
#header .top nav.left {
  clear: left;
  float: left;
  margin-left: 84px;
  padding-left: 24px;
}
#header .top nav.left:after {
  background-position: 0 0;
  left: 0;
}
#header .top nav.left ul li {
  padding-right: 4px;
}
#header .top nav.left ul li:after {
  right: 0;
}
#header .top nav.right {
  clear: right;
  float: right;
  margin-right: 75px;
  padding-right: 24px;
}
#header .top nav.right:after {
  background-position: -58px 0;
  right: 0;
}
#header .top nav.right ul li {
  padding-left: 4px;
}
#header .top nav.right ul li:after {
  left: 0;
}
#header nav.center {
  background: url(../img/bg_menu_2.png) center top no-repeat;
  height: 59px;
  text-align: center;
  padding-top: 22px;
}
#header nav.center ul {
  display: inline-block;
  margin-left: 35px;
  padding: 0 23px;
  position: relative;
}
#header nav.center ul:before,
#header nav.center ul:after {
  content: "";
  background-image: url(../img/dots.png);
  background-repeat: no-repeat;
  height: 5px;
  width: 23px;
  position: absolute;
  top: 16px;
}
#header nav.center ul:before {
  left: 0;
  background-position: 0 0;
}
#header nav.center ul:after {
  right: 0;
  background-position: -58px 0;
}
#header nav.center ul li {
  float: left;
  padding: 0 33px;
  position: relative;
}
#header nav.center ul li a {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #977337;
}
#header nav.center ul li a.active {
  color: #FFFFFF;
}
#header nav.center ul li.active {
  padding: 0 16px;
}
#header nav.center ul li.active a {
  font-size: 25px;
  line-height: 36px;
  color: #d4d5d6;
}
#header nav.center ul li + li {
  margin-left: 4px;
}
#header nav.center ul li + li:before {
  content: "";
  background: url(../img/dots.png) -38px -1px no-repeat;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 17px;
  left: -4px;
}
.block-posts {
  background: url(../img/divide_line.png) center bottom no-repeat;
  margin-bottom: 65px;
}
.block-posts .container {
  padding-bottom: 23px;
}
.block-posts .items .item {
  float: left;
  width: 313px;
}
.block-posts .items .item .post {
  height: 378px;
  padding: 4px 6px;
}
.block-posts .items .item .post .img {
  margin-bottom: 13px;
  width: 300px;
  height: 195px;
}
.block-posts .items .item .post .title {
  text-transform: uppercase;
  color: #977337;
  font-size: 17px;
  padding: 0 12px;
}
.block-posts .items .item .post .content {
  padding: 0 0 0 12px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 20px;
}
.block-posts .items .item .post a.more {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px dotted #977337;
  color: #977337;
  margin-left: 10px;
}
.block-posts .items .item + .item {
  margin-left: 25px;
}
.block-about {
  margin-bottom: 78px;
}
.block-about .form-order {
  float: right;
  width: 487px;
  margin-left: 40px;
}
.block-about .form-order form > div {
  padding: 42px 16px 0 17px;
  height: 344px;
}
.block-about .form-order form .row {
  margin-bottom: 17px;
  overflow: hidden;
}
.block-about .form-order form .row .item {
  float: left;
}
.block-about .form-order form .row .item + .item {
  margin-left: 14px;
}
.block-about .form-order form .row .item label.error {
  display: block;
}
.block-about .form-order form .row input {
  width: 202px;
}
.block-about .form-order form .single {
  margin-bottom: 41px;
}
.block-about .form-order form .single input {
  width: 437px;
}
.block-about .form-order form .actions .hint {
  float: right;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 4px;
}
.block-about article {
  overflow: hidden;
}
.block-about article .text {
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}
.block-cars {
  margin-bottom: 4px;
}
.block-cars .container {
  padding-bottom: 84px;
}
.block-cars .items .item .car {
  overflow: hidden;
}
.block-cars .items .item .car .gallery {
  float: left;
  padding: 6px 7px 15px 8px;
  width: 740px;
  border-right: 1px solid #ab9267;
}
.block-cars .items .item .car .gallery .image-big {
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #dbd9d6;
}
.block-cars .items .item .car .gallery .image-big .slide {
  display: none;
}
.block-cars .items .item .car .gallery .image-big .slide.active {
  display: block;
}
.block-cars .items .item .car .gallery .image-big .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 47px;
  padding: 19px 22px 0;
}
.block-cars .items .item .car .gallery .thumbs a {
  border: 1px solid #dbd9d6;
  float: left;
}
.block-cars .items .item .car .gallery .thumbs a img {
  border: 1px solid #737069;
}
.block-cars .items .item .car .gallery .thumbs a + a {
  margin-left: 18px;
}
.block-cars .items .item .car .info {
  background: url(../img/logo_small.png) 0 11px no-repeat;
  width: 200px;
  float: left;
  padding: 82px 9px 0 21px;
}
.block-cars .items .item .car .info:before {
  content: "";
  background: url(../img/dots.png) 0 0 no-repeat;
  display: block;
  width: 81px;
  height: 5px;
  margin: 0 0 14px 54px;
}
.block-cars .items .item .car .info h3 {
  margin: 37px 0;
}
.block-cars .items .item .car .info .capacity {
  overflow: hidden;
  margin-bottom: 47px;
}
.block-cars .items .item .car .info .capacity h4 {
  margin-bottom: 24px;
}
.block-cars .items .item .car .info .capacity div {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  height: 27px;
  float: left;
}
.block-cars .items .item .car .info .capacity div:before {
  content: "";
  display: inline-block;
  background: url(../img/three-dots.png) 0 0 no-repeat;
  width: 14px;
  height: 4px;
  margin-right: 10px;
  vertical-align: super;
}
.block-cars .items .item .car .info .capacity div span {
  font-size: 30px;
  line-height: 23px;
  color: #977337;
}
.block-cars .items .item .car .info .capacity .people {
  background-position: left top;
  padding-left: 31px;
  margin-right: 10px;
  width: 65px;
}
.block-cars .items .item .car .info .capacity .luggage {
  background-position: left bottom;
  padding-left: 35px;
}
.block-cars .items .item .car .info .price {
  font-size: 17px;
  margin-bottom: 61px;
}
.block-cars .items .item .car .info .price span {
  font-size: 13px;
  color: #977337;
  text-transform: uppercase;
  margin-right: 4px;
}
.block-cars .items .item + .item {
  margin-top: 62px;
}
.block-form {
  margin-bottom: 59px;
}
.block-form .form-inner {
  padding: 54px 0 29px;
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
}
.block-form .form-inner input,
.block-form .form-inner textarea,
.block-form .form-inner .customSelect {
  margin-bottom: 17px;
}
.block-form h3 {
  font-size: 20px;
  text-transform: none;
  color: #a09f9f;
  margin-bottom: 6px;
}
.block-form label {
  display: inline-block;
  font-size: 17px;
  margin-left: 6px;
}
.block-form .col-1,
.block-form .col-2 {
  width: 325px;
  float: left;
}
.block-form .col-1 input,
.block-form .col-2 input {
  width: 310px;
}
.block-form select {
  width: 325px;
}
.block-form .col-2 {
  margin-left: 60px;
}
.block-form .personal {
  padding-bottom: 10px;
  margin-bottom: 26px;
  border-bottom: 1px solid #1b1b1a;
}
.block-form .personal #form_pickup_date {
  width: 120px;
}
.block-form .personal #form_passengers,
.block-form .personal #form_luggage {
  width: 30px;
}
.block-form .personal #form_passengers + label,
.block-form .personal #form_luggage + label {
  margin-left: 12px;
}
.block-form .personal #form_luggage {
  margin-left: 54px;
}
.block-form .personal .pick-up-time select {
  width: 62px;
}
.block-form .personal .pick-up-time .customSelect {
  margin-right: 6px;
}
.block-form .personal #form_service_type_1 {
  width: 205px;
}
.block-form .personal #form_service_type_1 + .customSelect {
  margin-right: 13px;
}
.block-form .service {
  padding-bottom: 17px;
  margin-bottom: 32px;
  border-bottom: 1px solid #1b1b1a;
}
.block-form .service div + div {
  margin-top: 6px;
}
.block-form .service #form_service_type_2,
.block-form .service #form_vehicle_type {
  width: 236px;
}
.block-form .service #form_pickup_loc + .customSelect {
  margin-right: 58px;
  vertical-align: top;
}
.block-form .service #form_need_stops + label {
  width: 580px;
  margin-left: 0;
  padding-left: 35px;
  margin-bottom:10px;
}
.block-form .service #form_dropoff_loc {
  width: 708px;
}
.block-form .notes {
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1b1b1a;
}
.block-form .notes #form_notes {
  width: 690px;
  height: 165px;
}
.block-form .billing {
  padding-bottom: 2px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1b1b1a;
}
.block-form .billing .card-type .expire-date select {
  width: 62px;
}
.block-form .billing .card-type .expire-date #form_card_expire_month + .customSelect {
  margin-right: 5px;
}
.block-form .terms {
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
  margin-bottom: 29px;
}
.block-form .terms p {
  margin-bottom: 25px;
}
.block-form .terms #form_agree + label {
  font-size: 18px;
  margin-left: 3px;
  padding-left: 36px;
}
.block-form .actions .form-submit {
  padding: 0 33px;
  margin: 0;
}
#footer {
  background-color: #0b0b0d;
  border-top: 1px solid #18181a;
}
#footer:before {
  content: "";
  display: block;
  height: 1px;
  background: url(../img/divide_line.png) center 0 no-repeat;
  width: 990px;
  margin: -1px auto 0;
}
#footer .container {
  padding: 30px 0 39px;
}
#footer .container .copyright {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
#footer .container .copyright span {
  color: #977337;
  font-size: 16px;
}
/* form elements */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.form-element {
  background-color: #a09f9f;
  border: 1px solid #b5b5b5;
  height: 28px;
  font-size: 17px;
  line-height: 33px;
  color: #000000;
  box-shadow: inset 1px 2px 3px #3f3f3f;
  padding-left: 13px;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
.customSelect {
  background-color: #a09f9f;
  border: 1px solid #b5b5b5;
  /*height: 28px;*/
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  box-shadow: inset 1px 2px 3px #3f3f3f;
  padding-left: 13px;
}
input[type="text"] {
  /*height: 15px;*/
  line-height: 20px;
  padding: 8px 0 7px 13px;
}
input[type="checkbox"] {
  /*display: none;*/
}
input[type="checkbox"] + label {
  display: inline-block !important;
  background: url(../img/form_checkbox.png) 0 0 no-repeat;
  padding-left: 30px;
  min-height: 22px;
}
input[type="checkbox"]:checked + label {
  background-position: 0 -87px;
}
select.hasCustomSelect {
  width: 325px;
}
.customSelect {
  padding-right: 5px;
  /*height: 30px;*/
}
.customSelect .customSelectInner {
  background: url(../img/selectbox_mark.png) right 12px no-repeat;
}
.customSelect.customSelectOpen .customSelectInner {
  background-position: right -59px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}



.error {
font-size:0.9em !important;
color: #977337;
display:block !important;
margin:5px 0 10px 0 !important;
}

.page_text {
overflow:hidden;
font-size:1.1em;
}
.page_text img {
display:inline-block;
margin:5px;
}
.page_line {
background: url(../img/art-line.png) center bottom no-repeat;
height:50px;
margin:20px 0;
}

.ahtung_red {
width:930px;
margin:0 auto;
padding:30px;
color:#FF6445;
text-align:center;
border-top:2px solid #FF6445;
}
.ahtung_green {
width:930px;
margin:0 auto;
padding:30px;
padding-top:0;
color:#C99C5B;
text-align:center;
font-size:1.8em;
}
.ahtung_red ul, .ahtung_green ul {
list-style-type:none;
padding:0;
margin:0;
}



.price_list {
margin:20px 0;
padding:0;
list-style-type:none;
line-height:1.7em;
width:100%;
overflow:hidden;
}
.price_list li {
display:block;
width:23.3%;
margin:0 5%;
float:left;
color:#BBBBBB;
}
.price_list li:hover {
color: #977337;
}
.price_list li:hover .price_price {
color: #977337;
}
.price_list .price_name {
display:inline-block;
width:130px;
border-bottom:2px dotted #222222;
}
.price_list .price_price {
border-bottom:2px dotted #222222;
display:inline-block;
width:90px;
text-align:right;
color:#888888;
}
.price_big {
font-size:1.6em;
}

#stops_loc {
overflow:hidden;
height:1px;
}
#airport_options {
overflow:hidden;
height:1px;
}
#airport_options div {
padding-top:3px;
}


.order_selects select {
width:70px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
