
.p-0 {padding:0px !important}
.p-10 {padding:10px !important}
.p-15 {padding:15px !important}
.p-20 {padding:20px !important}
.p-25 {padding:25px !important}
.p-30 {padding:30px !important}
.p-35 {padding:35px !important}
.p-40 {padding:40px !important}
.p-50 {padding:50px !important}

.pt-0 {padding-top:0px !important}
.pt-5 {padding-top:5px !important}
.pt-10 {padding-top:10px !important}
.pt-15 {padding-top:15px !important}
.pt-20 {padding-top:20px !important}
.pt-25 {padding-top:25px !important}
.pt-30 {padding-top:30px !important}
.pt-35 {padding-top:35px !important}
.pt-40 {padding-top:40px !important}
.pt-50 {padding-top:50px !important}

.pb-0 {padding-bottom:0px !important}
.pb-5 {padding-bottom:5px !important}
.pb-10 {padding-bottom:10px !important}
.pb-15 {padding-bottom:15px !important}
.pb-20 {padding-bottom:20px !important}
.pb-25 {padding-bottom:25px !important}
.pb-30 {padding-bottom:30px !important}
.pb-35 {padding-bottom:35px !important}
.pb-40 {padding-bottom:40px !important}
.pb-50 {padding-bottom:50px !important}

.pl-0 {padding-left:0px !important}
.pl-10 {padding-left:10px !important}
.pl-15 {padding-left:15px !important}
.pl-20 {padding-left:20px !important}
.pl-25 {padding-left:25px !important}
.pl-30 {padding-left:30px !important}
.pl-35 {padding-left:35px !important}
.pl-40 {padding-left:40px !important}
.pl-50 {padding-left:50px !important}

.pr-0 {padding-right:0px !important}
.pr-10 {padding-right:10px !important}
.pr-15 {padding-right:15px !important}
.pr-20 {padding-right:20px !important}
.pr-25 {padding-right:25px !important}
.pr-30 {padding-right:30px !important}
.pr-35 {padding-right:35px !important}
.pr-40 {padding-right:40px !important}
.pr-50 {padding-right:50px !important}

.m-0 {margin:0px !important}
.m-10 {margin:10px !important}
.m-15 {margin:15px !important}
.m-20 {margin:20px !important}
.m-25 {margin:25px !important}
.m-30 {margin:30px !important}
.m-35 {margin:35px !important}
.m-40 {margin:40px !important}
.m-50 {margin:50px !important}

.mt-0 {margin-top:0px !important}
.mt-10 {margin-top:10px !important}
.mt-15 {margin-top:15px !important}
.mt-20 {margin-top:20px !important}
.mt-25 {margin-top:25px !important}
.mt-30 {margin-top:30px !important}
.mt-35 {margin-top:35px !important}
.mt-40 {margin-top:40px !important}
.mt-50 {margin-top:50px !important}

.mb-0 {margin-bottom:0px !important}
.mb-10 {margin-bottom:10px !important}
.mb-15 {margin-bottom:15px !important}
.mb-20 {margin-bottom:20px !important}
.mb-25 {margin-bottom:25px !important}
.mb-30 {margin-bottom:30px !important}
.mb-35 {margin-bottom:35px !important}
.mb-40 {margin-bottom:40px !important}
.mb-50 {margin-bottom:50px !important}

.ml-0 {margin-left:0px !important}
.ml-10 {margin-left:10px !important}
.ml-15 {margin-left:15px !important}
.ml-20 {margin-left:20px !important}
.ml-25 {margin-left:25px !important}
.ml-30 {margin-left:30px !important}
.ml-35 {margin-left:35px !important}
.ml-40 {margin-left:40px !important}
.ml-50 {margin-left:50px !important}

.mr-0 {margin-right:0px !important}
.mr-10 {margin-right:10px !important}
.mr-15 {margin-right:15px !important}
.mr-20 {margin-right:20px !important}
.mr-25 {margin-right:25px !important}
.mr-30 {margin-right:30px !important}
.mr-35 {margin-right:35px !important}
.mr-40 {margin-right:40px !important}
.mr-50 {margin-right:50px !important}

.fullwidth {width:100%}

.fsize-10 {font-size:10px !important}
.fsize-11 {font-size:11px !important}
.fsize-12 {font-size:12px !important}
.fsize-13 {font-size:13px !important}
.fsize-14 {font-size:14px !important}
.fsize-15 {font-size:15px !important}
.fsize-16 {font-size:16px !important}
.fsize-18 {font-size:18px !important}
.fsize-20 {font-size:20px !important}
.fsize-22 {font-size:22px !important}
.fsize-24 {font-size:24px !important}
.fsize-26 {font-size:26px !important}
.fsize-28 {font-size:28px !important}
.fsize-30 {font-size:30px !important}
.fsize-32 {font-size:32px !important}
.fsize-36 {font-size:36px !important}
.fsize-40 {font-size:40px !important}
.fsize-44 {font-size:44px !important}
.fsize-48 {font-size:48px !important}
.fsize-54 {font-size:54px !important}
.fsize-60 {font-size:60px !important}

.input-error {border-color:#B04442}

label.required {
    float:left;
    width:100%;
}

label.required:after {
    content:' *';
    font-weight: lighter;
    color:#B04442;
}

/* Config Colors
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #716d6e;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}

/* Animation Delay
--------------------------------------------*/
.delay05s {
  animation-delay: 0.5s;
}
.delay1s {
  animation-delay: 1s;
}
.delay15s {
  animation-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
/* Autocomplete
--------------------------------------------*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  font-size: 14px;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.autocomplete-selected {
  background: #f0f0f0;
  font-size: 14px;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-size: 14px;
}
/* Carousel Fade
--------------------------------------------*/
.carousel {
  z-index: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Label
--------------------------------------------*/
.label-default {
  background-color: #CC9B41;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #CC9B41;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #CC9B41 !important;
}
.my-tooltip {
  border-bottom: 1px dotted #CC9B41;
  color: #CC9B41;
}
/* Links
--------------------------------------------*/
a {
  color: #CC9B41;
}
a:hover {
  color: #d6a345;
  text-decoration: none;
}
/* Scroll to Top Button 
--------------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  text-indent: -9999px;
  background: url('../img/icon_top.png') no-repeat;
}
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 1001;
  background-color: #fff;
}
header .box {
  margin: 0 auto;
}
header .brand {
  margin: 45px 0 0 0;
}
header .brand h1 {
  margin: 0;
  padding: 0;
}
header .header-info .contact {
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
}
header .header-info .language-switch {
  background-color: #CC9B41;
  margin-left: 24px;
}
header .header-info .language-switch a {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: light;
  display: block;
  padding: 11px 35px 8px 15px;
  background: transparent url('../img/lang-select-icon.png') no-repeat 160px 14px;
}
header .header-info .language-switch .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  min-width: 188px;
  padding: 0;
}
header .header-info .language-switch .dropdown-menu li a {
  color: #716d6e;
  padding: 5px 15px 5px 15px;
  background-image: none;
}
header .header-info .language-switch .dropdown-menu li a:hover {
  background-color: #efe9e9;
}
header .header-info .language-switch .dropdown-menu li img {
  margin-right: 10px;
}
/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
header .navbar-brand {
  display: none;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  border: 2px solid #b8b6b6;
  color: #716d6e;
  background-color: transparent;
  box-shadow: none !important;
}
header .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  padding: 8px 10px 7px 11px;
  border: 2px solid #fff;
  transition: background 0.4s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #e7e7e7;
  color: #716d6e;
}
header .navbar-default .navbar-nav .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-color: #fff;
  margin: -2px 2px 0 0;
  border: none;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #e7e7e7;
  padding: 0;
}
header .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 7px 20px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ffffff;
}
header.small {
  height: 95px;
  box-shadow: 0 0px 14px -2px gray;
}
header.small .header-info {
  display: none;
}
header.small .brand {
  margin: 24px 0 0 0;
  width: 50%;
}
header.large {
  height: 147px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .header-info .contact {
  color: #1d1d1b;
}
header.large .brand {
  margin: 45px 0 0 0;
  width: 100%;
}
/* Teaser
-------------------------------------*/
#teaser {
  height: 700px;
  padding: 60px 0;
  background-color: #d2dbd2;
  background: linear-gradient(to bottom, #d2dbd2 0%, #e1e8e1 50%, #d2dbd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
}
#teaser .reservation-form-shadow {
  height: 480px;
  background: url('/img/shadow.png') repeat;
  box-shadow: /*0 9px 0px 0px white, 0 -9px 0px 0px white, */7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}
#teaser form {
  padding: 34px;
}
#teaser form .alert {
  margin-top: -20px;
  padding: 10px 15px;
}
#teaser form ::-webkit-input-placeholder {
  color: #CC9B41 !important;
}
#teaser form :-moz-placeholder {
  color: #CC9B41 !important;
}
#teaser form ::-moz-placeholder {
  color: #CC9B41 !important;
}
#teaser form :-ms-input-placeholder {
  color: #CC9B41 !important;
}
#teaser form .styled-select-car {
  border: 2px solid #efe9e9;
  height: 55px;
  position: relative;
  margin-bottom: 23px;
}
#teaser form .styled-select-car:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 51px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-car select {
  border: none;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 51px;
  outline: none;
}
#teaser form .location {
  margin-bottom: 27px;
}
#teaser form .datetime {
  margin-bottom: 11px;
}
#teaser form .form-control {
  height: 43px;
  border: 2px solid #FFFFFF;
  box-shadow: none;
}
#teaser form .input-group {
  width: 100%;
}
#teaser form .input-group input {
  border-radius: 0;
  color: #CC9B41;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: #ffffff;
  -webkit-appearance: none;
}
#teaser form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #D1CECE;
  font-weight: bold;
  font-size: 16px;
  color: #716D6E;
  width: 110px;
  text-align: left;
}
#teaser form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
#teaser form .different-drop-off {
  color: #716d6e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#teaser form .date {
  width: 240px;
}
#teaser form .time {
  width: 140px;
}
#teaser form .pixelfix {
  border-top: none;
}
#teaser form .styled-select-time {
  border: 2px solid #FFFFFF;
  height: 43px;
  position: relative;
}
#teaser form .styled-select-time:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-time select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px 10px;
  height: 39px;
  color: #CC9B41;
}
#teaser form .submit {
  width: 100%;
  background-color: #CC9B41;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  margin-top: 30px;
  transition: 0.2s;
}
#teaser form .submit:hover {
  background-color: #716d6e;
}
#teaser .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  //background: url('/img/shadow.png') repeat;
  padding:10px;
  text-align:center;
  text-shadow:0 5px 4px #111;
}
#teaser .subtitle {
  font-size: 24px;
  //color: #716d6e;
  color:#ffffff;
  text-transform: none;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#teaser .car-img {
  height: 375px;
  text-align: center;
  line-height: 400px;
}
#teaser .car-img img {
  display: inline-block;
}
#teaser .carousel-control {
  position: relative;
}
#teaser .carousel-control.left,
#teaser .carousel-control.right {
  background-image: none;
  margin: 0;
  width: 30px;
}
#teaser .carousel-control.left {
  left: 90%;
}
#teaser .carousel-control.right {
  left: 95%;
}
#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
  margin: 0;
}
#teaser .carousel-control .glyphicon-chevron-right {
  right: auto;
}
.arrow-down {
  display:none;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #d2dbd2;
  margin: 0 auto;
}
/* Teaser Blog
-------------------------------------*/
#teaser-blog {
  height: 145px;
  padding: 60px 0;
  background-color: #CC9B41;
}
#teaser-blog .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
#teaser-blog .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
#teaser-blog .breadcrumbs {
  color: #fff;
  list-style: none;
  padding: 0;
  text-align: right;
  margin-top: 9px;
}
#teaser-blog .breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
}
#teaser-blog .breadcrumbs li:after {
  content: ">";
  padding: 0 2px 0 4px;
}
#teaser-blog .breadcrumbs li:last-of-type:after {
  content: "";
  padding: 0 0 0 5px;
}
#teaser-blog .breadcrumbs a {
  color: #fff;
}
/* Blog Section
-------------------------------------*/
.blog-posts {
  margin-top: 70px;
}
.blog-posts .blog-post {
  margin-bottom: 70px;
}
.blog-posts .blog-post blockquote {
  margin: 35px 27px;
  border-left: 6px solid #CC9B41;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
}
.single-post-tags {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
.single-post-tags li {
  display: inline-block;
  text-transform: uppercase;
}
.single-post-tags li:first-of-type {
  font-weight: bold;
  color: #CC9B41;
}
.single-post-tags li a {
  color: #716d6e;
  text-transform: none;
}
.author-post .author-img {
  float: left;
  width: 130px;
  padding-bottom: 2px;
  border-bottom: 7px solid #CC9B41;
}
.author-post .author-content {
  margin-left: 155px;
}
.author-post .author-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.author-post .author-content h2 small {
  font-weight: normal;
  font-size: 18px;
}
.author-post .author-content p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .blog-post .post-attachment {
  padding-bottom: 2px;
  border-bottom: 10px solid #CC9B41;
}
.blog-posts .blog-post .post-content-text {
  margin-top: 8px;
}
.blog-posts .blog-post .post-content-text .post-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.blog-posts .blog-post .post-content-text .post-title a {
  color: #716d6e;
}
.blog-posts .blog-post .post-content-text .post-date {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 22px;
  display: block;
}
.blog-posts .blog-post .post-content-text p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .blog-post .post-content-text .read-more {
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-posts .pagination-list {
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-posts .pagination-list li {
  display: inline-block;
  padding: 0 5px;
  color: #CC9B41;
}
.blog-posts .pagination-list li a {
  color: #716d6e;
}
.comment-section {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.7;
}
.comment-section h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.comment-section .comment-box {
  padding-bottom: 35px;
  border-bottom: 3px solid #ededed;
  margin-bottom: 35px;
}
.comment-section .comment-tree {
  list-style: none;
  padding: 0;
}
.comment-section .comment-tree ul {
  list-style: none;
  margin-left: 105px;
  padding: 0;
}
.comment-section .comment-img {
  border-bottom: 7px solid #CC9B41;
  display: inline-block;
  float: left;
  padding-bottom: 2px;
}
.comment-section .comment-content {
  margin-left: 105px;
}
.comment-section .comment-content h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.comment-section .comment-content span {
  font-size: 14px;
}
.comment-section .comment-content p {
  margin-top: 10px;
}
.comment-section .comment-reply-link {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2px;
}
.comment-section .comment-respond h3 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.comment-section .comment-respond form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
  margin-bottom: 13px;
}
.comment-section .comment-respond form textarea {
  background-color: #dbdbdb;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.comment-section .comment-respond form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form ::-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-ms-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form .submit {
  background-color: #CC9B41;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  padding: 1px 20px;
  transition: .2s;
}
.comment-section .comment-respond form .submit:hover {
  background-color: #716d6e;
}
.blog-posts .sidebar .widget-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-posts .sidebar .widget {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.blog-posts .sidebar .widget ul li {
  border-bottom: 1px solid #e3e2e2;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget ul li i {
  color: #CC9B41;
  margin: 0 7px;
}
.blog-posts .sidebar .widget ul li a {
  color: #716d6e;
}
.blog-posts .sidebar .widget ul li:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget .tagcloud {
  overflow: hidden;
}
.blog-posts .sidebar .widget .tagcloud a {
  color: #fff;
  background-color: #CC9B41;
  padding: 6px 20px;
  display: inline-block;
  margin: 4px 4px 0 0;
  float: left;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget .tagcloud a:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget:after {
  clear: both;
}
.blog-posts .sidebar .search-widget form ::-webkit-input-placeholder {
  color: #CC9B41 !important;
}
.blog-posts .sidebar .search-widget form :-moz-placeholder {
  color: #CC9B41 !important;
}
.blog-posts .sidebar .search-widget form ::-moz-placeholder {
  color: #CC9B41 !important;
}
.blog-posts .sidebar .search-widget form :-ms-input-placeholder {
  color: #CC9B41 !important;
}
.blog-posts .sidebar .search-widget form .input-group input {
  border-radius: 0;
  color: #CC9B41;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts .sidebar .search-widget form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts .sidebar .search-widget form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts .sidebar .search-widget form .input-group {
  width: 100%;
}
.blog-posts.error-page {
  padding-bottom: 45px;
}
.blog-posts.error-page .container {
  border-bottom: 10px solid #CC9B41;
}
.blog-posts.error-page h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.blog-posts.error-page h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
.blog-posts.error-page h3 span {
  font-weight: normal;
}
.blog-posts.error-page .error-search {
  padding-top: 60px;
}
.blog-posts.error-page .error404 {
  color: #e7e7e7;
  font-weight: 900;
  font-size: 220px;
  border-right: 1px solid #ccc;
  height: 205px;
  line-height: 205px;
  margin-bottom: 60px;
  margin-top: 45px;
  margin-right: -17px;
}
.blog-posts.error-page form {
  margin-top: 20px;
}
.blog-posts.error-page form ::-webkit-input-placeholder {
  color: #CC9B41 !important;
}
.blog-posts.error-page form :-moz-placeholder {
  color: #CC9B41 !important;
}
.blog-posts.error-page form ::-moz-placeholder {
  color: #CC9B41 !important;
}
.blog-posts.error-page form :-ms-input-placeholder {
  color: #CC9B41 !important;
}
.blog-posts.error-page form .input-group input {
  border-radius: 0;
  color: #CC9B41;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts.error-page form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts.error-page form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts.error-page form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts.error-page form .input-group {
  width: 100%;
}
/* Services
--------------------------------------------*/
#services {
  padding-top: 65px;
  position: relative;
  z-index: 2;
  background-color:#ededed;
  padding-bottom: 65px;
}
#services .title {
  margin-bottom: 38px;
}
#services h2, #locations h2 {
  color:#716D6E;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform:uppercase;
}
#locations h2 {
  color:#716D6E;
}
#services .underline, #locations .underline, #page-header-section .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #CC9B41;
  margin: 0 auto;
}
#services .service-box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
#services .service-box .service-icon {
  height: 43px;
  width: 43px;
  background-color: #CC9B41;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 41px;
  font-weight: 900;
  float: left;
  margin-right: 15px;
}
#services .service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 5px;
}
#services .service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
#newsletter {
  //background-color: #CC9B41;
  background-color: #fff !important;
  padding: 65px 0;
  position: relative;
  z-index: 2;
}
#newsletter .title {
  font-size: 30px;
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
#newsletter .subtitle {
  font-size: 18px;
  color: #dbdbdb;
  display: block;
  font-weight: normal;
  margin-top: 6px;
}
#newsletter .newsletter-form {
  width: 62%;
  background-color: #fff;
  height: 55px;
  padding: 9px;
}
#newsletter .newsletter-form input {
  box-shadow: none;
  border: none;
}
#newsletter .newsletter-form .button {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #b8b6b6;
  margin-left: 1px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #716d6e;
  padding: 0 10px;
  height: 37px;
  line-height: 36px;
  transition: 0.2s;
}
#newsletter .newsletter-form .button:hover {
  background-color: #716d6e;
  border: 2px solid #716d6e;
  color: #fff;
}
#newsletter .social-icons {
  width: 38%;
}
#newsletter .social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsletter .social-icons ul li {
  display: block;
  float: right;
}
#newsletter .social-icons ul li a {
  height: 55px;
  width: 65px;
  background-color: #CC9B41;
  display: block;
  margin-left: 10px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 36px;
}
#newsletter .social-icons ul li .facebook {
  background-color: #365595;
}
#newsletter .social-icons ul li .googleplus {
  background-color: #d41332;
}
#newsletter .social-icons ul li .twitter {
  background-color: #36a4cf;
}
#newsletter .social-icons ul li:hover {
  opacity: 0.8;
}
#newsletter form ::-webkit-input-placeholder {
  font-size: 16px;
}
#newsletter form :-moz-placeholder {
  font-size: 16px;
}
#newsletter form ::-moz-placeholder {
  font-size: 16px;
}
#newsletter form :-ms-input-placeholder {
  font-size: 16px;
}
/* Vehicles
--------------------------------------------*/
#vehicles {
  margin-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
#vehicles .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#vehicles .subtitle {
  font-weight: normal;
}
#vehicles .vehicle-nav-row {
  padding-right: 0;
}
#vehicles #vehicle-nav-container {
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
#vehicles .vehicle-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0px;
  position: absolute;
  width: 100%;
}
#vehicles .vehicle-nav-control {
  padding-right: 10px;
}
#vehicles .vehicle-nav-control a {
  width: 50%;
  height: 40px;
  display: block;
  background-color: #716d6e;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
#vehicles .vehicle-nav-control a:first-of-type {
  border-right: 1px solid #fff;
}
#vehicles .vehicle-nav-control a:hover {
  background-color: rgba(8, 140, 24, 0.4);
  color: #716d6e;
}
#vehicles .vehicle-nav li {
  background-color: #e3e2e2;
  margin-bottom: 1px;
  position: relative;
  transition: .2s;
  margin-right: 10px;
}
#vehicles .vehicle-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  transition: 0.2s;
}
#vehicles .vehicle-nav li:hover {
  background-color: #d1cece;
}
#vehicles .vehicle-nav li.active {
  background-color: rgba(8, 140, 24, 0.4);
  font-weight: bold;
}
#vehicles .vehicle-nav li.active span {
  border-left-color: rgba(8, 140, 24, 0.4);
}
#vehicles .vehicle-nav li a {
  font-size: 18px;
  color: #716d6e;
  padding-left: 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#vehicles .styled-select-vehicle-data {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  width: 100%;
  display: none;
}
#vehicles .styled-select-vehicle-data:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#vehicles .styled-select-vehicle-data select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
}
#vehicles .vehicle-img {
  text-align: center;
}
#vehicles .vehicle-img img {
  display: inline-block;
}
#vehicles .vehicle-price {
  background-color: rgba(8, 140, 24, 0.4);
  padding: 0 10px;
  font-size: 24px;
  font-weight: 900;
  color:#FFFFFF !important;
}
#vehicles .vehicle-price .info {
  font-weight: normal;
  font-size: 18px;
}
#vehicles .reserve-button {
  background-color: #CC9B41;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
}
#vehicles .reserve-button:hover {
  background-color: #716d6e;
}
#vehicles .reserve-button span {
  margin-right: 7px;
}
/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 90px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
#reviews .stars {
  font-size: 27px;
  margin-bottom: 10px;
}
#reviews .stars .big {
  font-size: 36px;
}
#reviews .review {
  font-size: 24px;
  line-height: 1.7;
}
#reviews .author {
  font-size: 18px;
  font-weight: 900;
  color: #CC9B41;
  margin-top: 10px;
}
#reviews .carousel-indicators {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#reviews .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ccc;
}
#reviews .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #716d6e;
}
/* Locations
--------------------------------------------*/
#locations {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #CC9B41;
  height: 93px;
}
#locations .location-select h2 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}
#locations .styled-select-location {
  height: 47px;
  position: relative;
  margin: 22px 21px 0 0;
  background-color: #fff;
}
#locations .styled-select-location:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 21px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
}
#locations .styled-select-location select {
  border: none;
  font-size: 18px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 11px 10px;
  height: 43px;
}
#locations .map {
  height: 550px;
  background-color: #ccc;
  top: -70px;
}
#locations .map h2 {
  color: #CC9B41;
  padding: 0 10px;
  margin-bottom: 4px;
}
#locations .map p {
  font-size: 16px;
  padding: 0 10px;
}
.arrow-down-location {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #CC9B41;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#information {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#information .row {
  margin-bottom: 90px;
}
#information .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
#information .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#information p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#information .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#information .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #CC9B41;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #CC9B41;
}
#information .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partners
--------------------------------------------*/
#partners {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #CC9B41;
  margin: 0 auto;
}
#partners p {
  margin: 40px 0 60px 0;
  font-size: 18px;
  line-height: 1.7;
}
/* Contact
--------------------------------------------*/
#contact {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#contact h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 65px;
}
#contact .contact-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#contact .contact-info .address {
  font-weight: 900;
}
#contact .contact-info .highlight {
  color: #CC9B41;
}
#contact form .form-group {
  margin-bottom: 20px;
}
#contact form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form .first-name {
  float: left;
  width: 49%;
}
#contact form .last-name {
  float: right;
  width: 49%;
}
#contact form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#contact form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #CC9B41;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #CC9B41;
}
#contact .contact-box img {
  border: 1px solid #CC9B41;
  float: left;
  margin-right: 20px;
}
#contact .contact-box-name {
  font-size: 24px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #CC9B41;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}
/* Footer Bar
--------------------------------------------*/
#footer-bar {
  background-color: #716d6e;
  padding: 25px 0 40px 0;
  color: #fff;
  margin-bottom: -90px;
  margin-top: 90px;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
#footer-bar .footer-widget:after {
  clear: both;
}
#footer-bar h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
#footer-bar .gallerywidget a {
  margin: 0 2px 4px 0;
  display: block;
  float: left;
}
/* Footer
--------------------------------------------*/
footer {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #1d1d1b;
  position: relative;
  z-index: 2;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  text-decoration: underline;
  color: #716d6e;
  font-weight: bold;
}
/* Checkout Modal
--------------------------------------------*/
#checkoutModal .modal-dialog {
  width: 748px;
}
#checkoutModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal .modal-header {
  color: #fff;
  background-color: #CC9B41;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#checkoutModal .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal .modal-body {
  padding: 0;
}
#checkoutModal .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #CC9B41;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal .checkout-info-box {
  background-color: rgba(8, 140, 24, 0.2);
  padding: 20px 30px;
}
#checkoutModal .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal .checkout-vehicle-info {
  margin-top: 30px;
}
#checkoutModal .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal .vehicle-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal .vehicle-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal .vehicle-info a {
  font-size: 12px;
}
#checkoutModal .vehicle-info .vehicle-image {
  width: 90%;
}
#checkoutModal .info-box {
  margin-bottom: 25px;
}
#checkoutModal .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal .checkout-personal-info {
  padding: 0 30px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 70px;
}
#checkoutModal .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 70px;
}
#checkoutModal form .styled-select-age {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#checkoutModal form .styled-select-age:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 39px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
}
#checkoutModal form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form .checkbox {
  padding-left: 0;
}
#checkoutModal form input[type=checkbox] {
  display: none;
}
#checkoutModal form .checkbox label {
  font-size: 18px;
}
#checkoutModal form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #dbdbdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal form input[type=checkbox]:checked + label:before {
  content: "¹3";
}
#checkoutModal .checkout-address-info {
  padding: 0 30px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal .modal-footer .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #CC9B41;
  color: #fff;
  border-radius: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}
#checkoutModal .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal .modal-footer .btn-yellow {
  border-color: #ffd992;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #CC9B41;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #716d6e;
}
/* Start Media Queries
------------------------------------------------*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* Header
	--------------------------------------------*/
  header.large .brand {
    width: 75%;
  }
  header .header-info .contact {
    font-size: 14px;
  }
  header .navbar-default {
    font-size: 14px;
  }
  header.large {
    height: 133px;
  }
  header.small {
    height: 91px;
  }
  header.small .brand {
    margin: 28px 0 0 0;
  }
  /* Teaser
	--------------------------------------------*/
  #teaser form .styled-select-car select {
    font-size: 21px;
  }
  #teaser form .input-group-addon {
    font-size: 14px;
    width: 95px;
  }
  #teaser form .input-group-addon .glyphicon {
    font-size: 12px;
  }
  #teaser form .input-group input {
    font-size: 14px;
    padding-left: 10px;
  }
  #teaser form .styled-select-time select {
    font-size: 14px;
    padding: 0 5px;
  }
  #teaser form .date {
    width: 195px;
  }
  #teaser form .time {
    width: 105px;
  }
  #teaser form .styled-select-time:after {
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 10px 18px;
  }
  #teaser form .submit {
    font-size: 19px;
  }
  #teaser .title {
    font-size: 30px;
  }
  #teaser .subtitle {
    font-size: 18px;
  }
  #teaser form {
    padding: 20px 30px;
  }
  #teaser .reservation-form-shadow {
    height: 465px;
  }
  /* Services
	--------------------------------------------*/
  #services h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #services .service-box .service-icon {
    height: 38px;
    width: 38px;
    line-height: 37px;
    font-size: 36px;
  }
  #services .service-box .service-title {
    font-size: 24px;
    padding-top: 6px;
  }
  #services .service-box .service-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    font-size: 24px;
  }
  #newsletter .subtitle {
    font-size: 15px;
  }
  #newsletter .newsletter-form {
    height: 50px;
    padding: 7px;
  }
  #newsletter .newsletter-form button {
    font-size: 17px;
  }
  #newsletter .social-icons ul li a {
    height: 51px;
    width: 55px;
    line-height: 51px;
    font-size: 31px;
  }
  /* Vehicles
    --------------------------------------------*/
  #vehicles .title {
    font-size: 32px;
  }
  #vehicles #vehicle-nav-container {
    height: 335px;
  }
  #vehicles .vehicle-nav li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price .info {
    font-size: 16px;
  }
  #vehicles .table {
    font-size: 12px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #reviews .review {
    font-size: 18px;
  }
  #reviews .author {
    font-size: 16px;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select h2 {
    font-size: 28px;
    margin: 30px 0 0 21px;
  }
  #locations .map {
    height: 500px;
  }
  /* Information
	--------------------------------------------*/
  #information .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #information .subtitle {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #information p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #information .btn {
    font-size: 20px;
  }
  /* Partners
	--------------------------------------------*/
  #partners h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #partners p {
    font-size: 16px;
  }
  /* Contact
	--------------------------------------------*/
  #contact h2 {
    font-size: 32px;
  }
  #contact .contact-info {
    font-size: 16px;
  }
  #contact form .form-group {
    margin-bottom: 15px;
  }
  #contact form .text-field {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #contact .contact-box {
    font-size: 13px;
  }
  #contact .contact-box img {
    width: 65px;
  }
  #contact .contact-box-name {
    font-size: 20px;
  }
  #contact form ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  #contact form :-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form ::-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form :-ms-input-placeholder {
    font-size: 16px !important;
  }
  #contact form .submit-message {
    font-size: 20px;
  }
  /* Footer
	--------------------------------------------*/
  footer .footer-nav li a {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Header
	--------------------------------------------*/
  header .brand {
    display: none;
  }
  .navbar-brand {
    padding: 0;
    width: 230px;
  }
  header .navbar-brand {
    display: block;
  }
  header .navbar-toggle {
    margin-top: 4px;
    border: none;
  }
  header.large {
    height: 91px;
  }
  header.large .header-info {
    display: none;
  }
  header .navbar-default .navbar-collapse {
    background-color: #fff;
    padding: 32px;
    z-index: 1183;
    position: absolute;
    width: 100%;
    margin: 15px 0 0 0;
    border: 14px solid #ffbf00;
    border-top: none;
    box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
  }
  /* Teaser
	--------------------------------------------*/
  #teaser {
    height: 1100px;
  }
  #teaser .title {
    text-align: center;
  }
  #teaser .carousel {
    margin-bottom: 70px;
  }
  #teaser form .date {
    width: 65%;
  }
  #teaser form .time {
    width: 32%;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    text-align: center;
    margin-bottom: 25px;
  }
  #newsletter .newsletter-form {
    width: 100%;
  }
  #newsletter .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  #newsletter .social-icons ul li {
    display: inline-block;
    float: none;
  }
  /* Vehicles
    --------------------------------------------*/
  #vehicles .styled-select-vehicle-data {
    display: block;
  }
  #vehicles #vehicle-nav-container {
    height: auto;
  }
  #vehicles .vehicle-nav {
    display: none;
  }
  #vehicles .vehicle-nav-control {
    display: none;
  }
  #vehicles .vehicle-img {
    margin: 15px 0;
  }
  #vehicles .vehicle-img img {
    display: inline-block;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select {
    height: 155px;
  }
  #locations .location-select h2 {
    text-align: center;
  }
  #locations .styled-select-location {
    margin: 22px 21px 0 22px;
  }
  /* Information
	--------------------------------------------*/
  #information {
    text-align: center;
  }
  #information img {
    display: inline-block;
    margin-bottom: 25px;
  }
  #information .video {
    margin-bottom: 25px;
  }
  /* Partners
	--------------------------------------------*/
  #partners {
    padding-bottom: 50px;
  }
  #partners img {
    display: inline-block;
    margin-bottom: 40px;
  }
  /* Contact
	--------------------------------------------*/
  #contact .contact-info {
    margin-top: 40px;
  }
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #checkoutModal .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #checkoutModal .modal-footer {
    text-align: center;
  }
}
/* Small devices (660px and down) */
@media (max-width: 660px) {
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .vehicle-info {
    padding: 0 0 0 45px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 45px 0 45px;
  }
  #checkoutModal .location-date-info {
    width: 100%;
    padding: 0 0 0 45px;
    float: none;
  }
}
/* Small devices (480px and down) */
@media (max-width: 480px) {
  #teaser form .submit {
    font-size: 18px;
  }
}
/* Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

body {
    color:#FFFFFF;
    background-color:#FFFFFF;
}

select {
    color:#716D6E;
}

header {
    background-color:#FFFFFF;
}

header.small .brand img {
    width: 50%;
}

header.large .brand img {
    width: auto;
}

header.small .brand {
    margin-top: 12px;
}

header.large .brand {
    margin-top: 25px;
}

header .header-info .language-switch, #services .underline, #services .service-box .service-icon, #newsletter {
    background-color:#CC9B41;
}

header .navbar-default .navbar-nav > li > a {
    border-color:#1d1d1b;
}

header .navbar-default .navbar-nav > li > a:hover {
    border-color:#1d1d1b;
}

#teaser {
    //background-repeat:repeat-x;
    //background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #303131 0%, #4d4f4f 50%, #303131 100%) repeat scroll 0 0;
    //height: 700px;
    //padding: 60px 0;
}

#teaser form .submit, #vehicles .vehicle-nav li.active, #vehicles .vehicle-price, #vehicles .reserve-button, 
#vehicles .vehicle-nav-control a:hover, #locations .location-select, #contact form .submit-message,
#contact .contact-box-border, .label-default, #information .btn, #partners .underline
{
    background-color:#CC9B41;
    text-align: center;
}

.my-tooltip {
    border-bottom-color:#CC9B41;
    color:#CC9B41;
}

#teaser form .input-group input, #teaser form .styled-select-time select, #teaser form *::-moz-placeholder, 
#reviews .author, #reviews .stars, #locations .map h2, #contact .contact-info .highlight, #contact .contact-box .highlight {
    color:#CC9B41 !important;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: #CC9B41;
}

.arrow-down {
    border-top-color: #5a5a5a;
}

.arrow-down-location {
    border-top-color:#CC9B41;
}

#reviews .carousel-indicators {
    border:none;
}

#reviews .carousel-indicators .active {
    background-color: #716D6E;
    border:none;
}

#services .service-box {
    //background-color:#5a5a5a;
}

#vehicles .vehicle-price {
    color:#5a5a5a;
}

#services .service-box .service-title {
    color:#5a5a5a;
}

#services .service-box .service-content, #newsletter .subtitle {
    color:#716D6E;
}

#vehicles {
    background-color:#fff;
    margin-top:0px;
    padding-top:0px;
    color:#716D6E;
}

#reviews {
    background-color:#FFFFFF;
    margin-top:0px;
    padding-top:90px;
    padding-bottom:90px;
    color:#716D6E; 
}

#locations {
    margin-top:0px;
    padding-top:0px;
    background-color:#fff;
    padding-bottom:90px;
}

#locations .location-select-container {
    top:70px;
}

#locations .map {
    top:0px;
}

#information {
    margin-top:0px;
    padding-top:90px;
    background-color:#1d1d1b;
    color:#FFFFFF;
}

#information .btn {
    box-shadow:none;
}

#partners {
    color:#716D6E;
}

#contact {
    background-color:#FFFFFF;
    color:#716D6E;
    padding:90px 0px;
    margin-top:0px;
}

#contact .contact-box {
    //background-color:#FFFFFF;
    //color:#716D6E;
}

#contact .contact-box img {
    border-color: #CC9B41;
}

footer {
    margin-top:0px;
    background-color:#1d1d1b;
    color:#716D6E;
}

footer .footer-nav li a {
    text-decoration:none;
}

footer .footer-nav li a:hover {
    color:#FFFFFF;
}

p.copyright {
    color:#d6a345;
}

.carousel-indicators {
    margin-top:25px !important;
}
    
#checkout-form {
    color:#716D6E;
}

//#teaser .subtitle {
//    color:#FFFFFF;
//}

#teaser form .styled-select-location {
    border: 2px solid #FFFFFF;
    height: 43px;
    position: relative;
}

#teaser form .styled-select-location select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #b4c900;
    font-size: 16px;
    height: 39px;
    padding: 10px;
    width: 100%;
}

#teaser form .styled-select-location select option {
    padding:5px 10px;
    border-right:1px solid #353737;
}

.datepicker {
    padding:12px;
    margin-top:0px;
}

.datepicker .table-condensed > tbody > tr > td, 
.datepicker .table-condensed > tbody > tr > th, 
.datepicker .table-condensed > tfoot > tr > td,
.datepicker .table-condensed > tfoot > tr > th, 
.datepicker .table-condensed > thead > tr > td, 
.datepicker .table-condensed > thead > tr > th {
    padding:5px 10px;
}

.datepicker .dow {
    color:#dddddd;
}

.datepicker.dropdown-menu {
    color:#333333;
    font-size:16px;
    margin-left: -34px;
}

.datepicker td.day.disabled {
    color:#dddddd;
    background-color:#F5F5F5;
    border-radius:0px;
}

.datepicker td.day.new {
    color:#dddddd;
}

.datepicker td.day {
    color:#333333;
}

.datepicker td.active, .datepicker td.active:hover {
    background:#CC9B41 !important;
    border-radius:0px;
    text-shadow:none;
}
    
.datepicker td.day:hover {
    border-radius:0px;
}
    
header.small {
    box-shadow: 0 0px 20px 0 #dde5ee;
    height: 95px;
}
    
#services .service-box {
    height:280px;
}
    
@media screen and (min-width: 0px) { #services .service-box { height:auto; }} @media only screen and (min-width:768px) { #services .service-box { height:280px; }}
    
#information .underline, #contact .underline {
    height: 4px;
    width: 135px;
    display: inline-block;
    background-color:#CC9B41;
    margin: 0 0 20px;
}
    
#contact h2 {
    font-weight: 900;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}
    
H1 {
    color: #CC9B41;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    text-align:center;
    padding:0;
    margin-bottom: 30px;
    margin-top:0px;
}
    
#carReservationForm h1 {
    color: #FFFFFF;
}
    
.alert-shadow {
    background: url('/img/shadow.png');
    border-color: transparent;
    border-radius: 1px;
    color: #ffffff;
}
    
header .navbar-toggle {
    margin-top:10px;
}
    
header .navbar-default .navbar-collapse {
    margin-top:9px;
}
    
header .navbar-default .navbar-collapse {
    background-color: #FFFFFF;
    border: medium none;
    margin: 9px 0 0;
    position: absolute;
    width: 100%;
    z-index: 1183;
    padding: 0;
}
    
.nav.navbar-nav.navbar-right {
    margin:0!important;
}
    
.language-switch ul.dropdown-menu {
    z-index: 999999;
}
    
#teaser form label {
    color:#FFFFFF;
}
    
header.small .brand img {
    width:90%;
}
    
h2.title small {
    color:#ffffff;
}
    
.carousel-controls {
    position:relative;
    top:45px;
    z-index:99999999;
}
    
main {
    background-color:#ffffff;
    float:left;
    width:100%;
    min-height:600px;
    color:#716D6E;
}
    
footer {
    float:left;
    width:100%;
}
    
.panel-summary .panel-btn {
    text-align:center;
    margin-top:20px;
}
    
.panel-summary {
    /*display:none;*/
}
    
.panel-summary .panel-body.places-and-dates {
    display:none;
}
    
.precioTotalTarifa {
    text-align:center;
    font-weight:900;
    color:#1d1d1b;
    font-size:32px;
}
   
.precioPorDiaTarifa {
    font-weight:400;
    color:#F7E4C0;
    text-transform: lowercase;
    display: block;
}
    
.panel-tarifa {
    position:relative;
    cursor:default;
}

.panel-tarifa.with-discount {
    margin-top: 10px !important;
}

@media screen and (min-width: 992px) {
    .panel-tarifa.with-discount {
        margin-top: 0 !important;
    }
}

.tooltip-html {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 10px #a5a5a5;
    display: none;
    float: left;
    left: -315px;
    position: absolute;
    top: -140px;
    width: 300px;
    z-index: 99999999;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    
.tooltip-html-heading {
    float:left;
    width:100%;
    padding:6px 15px;
    background-color:#F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    color:#333333;
    font-size:16px;
    position:relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    
.arrow-right {
    background-image: url("/img/arrow-right.png");
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 150px;
    width: 20px;
    z-index: 2147483647;
}
    
.tooltip-html-body {
    float:left;
    width:100%;
    padding:10px 15px;
}
    
.check {
    color:#CC9B41;
    font-size:20px;
    font-weight:900;
}
    
.uncheck {
    color:#A94447;
    font-size:16px;
    font-weight:900;
}
    
.media-list {
    padding-left: 0;
    list-style: none;
    font-size:14px;
}
    
.media:first-child {
    margin-top: 0;
}
    
.media, .media-body {
    zoom: 1;
    overflow: visible;
}
    
.media-middle {
    vertical-align: middle;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
    
.media .fa {
    vertical-align: middle;
    font-size:20px;
}
    
.text-success {
    color: #716D6E;
}
    
.text-danger {
    color: #716D6E;
}
    
.text-success .fa {
    color: #15d622;
}
    
.text-danger .fa {
    color: #C5161D;
}
    
.tooltip-html .media-left, .panel-tarifa .media-left {
    vertical-align:middle;
}
    

.panel-coche h2.panel-title {
    font-size:20px;
}
    
.panel-coche h3.panel-title {
    font-size:20px;
} 
 .panel-coche h4.panel-title {
    color:#333;
}
    
.panel-coche label {
    color:#5a5a5a;
}

.panel-coche {
    margin-bottom: 40px;
}

@media screen and (min-width:992px) {
    .panel-coche {
        margin-bottom: 40px;
    }
}
    
.panel-seleccion {
    border:none;
    box-shadow:none!important;
}
    
.panel-summary label {
    color:#5a5a5a;
}
    
.panel-body.car h3 {
    color:#5a5a5a;
}
    
.panel-body.car img {
    margin:0 auto;
}
    
.panel-body.price .price-concepts {
    font-size:14px;
    color:#716D6E;
    margin-bottom:20px;
}
    
.panel-body.price .price-total {
    font-size:18px;
    color:#5a5a5a;
    border-top: 1px solid #dddddd;
    padding-top:10px;
    margin-top:20px;
    font-weight:600;
}
    
.on-mobile-pull-right {
    float:right;
}
    
.services .panel-heading {
    padding:15px;
}
    
#bookingDataHeading.panel-heading a {
    color:#5a5a5a;
}
    
.panel-coche h2.panel-title {
    font-size:22px;
    font-weight:600;
    padding:5px 0px;
}
    
.panel-coche h3.panel-title, .panel-coche h2.panel-title span  {
    font-size:18px;
    font-weight:600;
}
    
.services h2.panel-title {
    font-size:20px;
    font-weight:600;
}
    
.services h3.panel-title {
    font-size:18px;
    font-weight:600;
}
    
.services h2.panel-title small, .services h3.panel-title small {
    font-weight:600;
    color:inherit;
}
    
.services h2.panel-title strong, .services h3.panel-title strong,
.services h2.panel-title strong small, .services h3.panel-title strong small{
    font-weight:900;
    color:inherit;
}
    
.services label {
    font-size:16px;
    color:#5a5a5a;
    margin-bottom:20px;
}
    
.services p {
    font-size:16px;
    color:#716D6E;
    text-align:center;
}
    
.services select {
    text-align:center;
}
    
.services option {
    text-align:left;
}
    
.navbar-default {
    background-image:none!important;
    box-shadow:none!important;
}
    
.panel-default .panel-default {
    margin:0;
}
    
.btn-default {
    font-weight:600;
    background: #fafafa !important;
}
    
.btn-default.btn-verde {
    background-color:#CC9B41 !important;
    color:#FFFFFF !important;
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase;
    transition: .2s;
    border: none;
    text-shadow: none;
    background-image: none;
    padding: 10px 0;
}
    
.button-price {
    position: relative;
    border-radius: 0 7px 7px 0;
}

.price-discount {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: orangered;
    border-radius: 6px;
    font-size: 14px;
    width: auto;
    display: inline-block;
    padding: 2px;
    color: white;
    max-width: 200px;
    width: 100%;
    margin: auto;
}

.button-price .angle-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #F7E4C0;
    display: none;
}

.button-price.with-discount {
    padding-top: 15px;
}

@media screen and (min-width: 992px) {
    .button-price {
        border-radius: 7px;
    }
}

.btn strike {
    font-weight: 400;
    margin-right: 5px;
    font-size: 24px;
    color: #F7E4C0;
}
    
.btn-default.btn-gris {
    background-image: linear-gradient(to bottom, #716D6E 0px, #5a5a5a 100%);
    background-repeat: repeat-x;
    border-color: #1d1d1b;
    text-shadow: 0 1px 0 #1d1d1b;
    color:#FFFFFF;
}
    
.btn-default.btn-verde:focus, .btn-default.btn-verde:hover {
    background-color:#d6a345 !important;
}
    
.btn-default.btn-gris:focus, .btn-default.btn-gris:hover {
    background-color:#5a5a5a;
    background-position:0 -15px;
}
    
.services h2.panel-title .fa {
    color:#aaa;
}
    
.services .panel-verde h2.panel-title .fa {
    color:#ffffff;
}
    
.identification .panel-heading h2.panel-title {
    font-size:20px;
    font-weight:600;
}

.identification .panel-heading .fa {
    color:#aaa;
}
    
.identification label {
    font-size:16px;
    color:#1d1d1b
}
    
.panel.panel-default.panel-verde {
    border:none;
    box-shadow: 0 0;
}
    
.panel.panel-default.panel-gris {
    border-color:#1d1d1b;
}
    
.panel-default.panel-gris > .panel-heading {
    background-image: linear-gradient(to bottom, #716D6E 0px, #5a5a5a 100%);
    background-repeat: repeat-x;
    border-bottom:1px solid #1d1d1b;
    text-shadow: 0 1px 0 #1d1d1b;
    color:#FFFFFF;
}
   
.panel-default.panel-verde > .panel-heading {
    background-image: none;    
    border-bottom:none;
    padding-bottom: 0;
    background-color:#F7E4C0; 
    color:#5a5a5a;
    shadow: none;    
}

.modelo-coche {
    color:#5a5a5a;
    font-weight: 700 !important;
}

.icono_equipamiento {
    height: 16px;
    width: 16px;
    color:#716D6E;
    display: inline-block;
}

.col-btn-more-info {
    padding-right: 0;
}

.col-btn-price {
    padding-left: 0;
}

@media screen and (min-width:992px) {
    .col-btn-more-info {
        display: none;
    }
}

.equipamiento-coche {
    background-color: transparent !important;
    color:  color:#716D6E;
    padding: 0.1em 0.4em 0.2em !important;
    font-size: 12px;
}
    
.seccion_equipamiento {
    margin-top: 15px;
    padding: 4px 2px;
    border: 1px solid;
    border-radius: 7px;
    border-color: #ddd; 
}

.btn-mobile-more-info {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 7px 0 0 7px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #F7E4C0;
    font-size: 13px;
    color: #333;
}
   
.equipamiento .label {
    font-size:14px !important;
}
 
.btn {
    white-space:normal;
}
    
#bookingDataCollapse label {
    color:#5a5a5a;
}
    
.modal-title {
    color:#1d1d1b;
    font-size:20px;
    font-weight:600;
    text-transform:none;
}
    
.datepicker {
    z-index:9999999;
}
    
#placesAndDates .modal-dialog {
    max-width:750px;
    width:100%;
}

main {
    padding-top:20px;
    padding-bottom:80px;
}
    
table.table.bookingData tbody td:first-child {
    padding-left:10px;
}
    
table.table th {
    color:#1d1d1b;
    background-color:#f5f5f5;
}
    
table.table tfoot td {
    color:#1d1d1b;
    background-color:#f5f5f5;
    font-size:18px;
    font-weight:900;
}
    
table.table tfoot td:nth-child(1) {
    font-size:18px;
    vertical-align:middle;
}
    
table.table tfoot td:nth-child(2) {
    font-size:24px;
}
    
table.table.bookingData td:first-child {
    color:#1d1d1b;
}
    
@media print {
    header {display:none}
    footer {display:none}
    .btn {display:none}
}
    
header .slogan {
    //font-family: "Shadows Into Light",cursive;
    color:#CC9B41;
    text-align:right;
    font-size:24px;
}
    
.alternative-font {
    font-family: "Shadows Into Light",cursive;
}
    
.text-color-primary {
    color:#CC9B41; 
}
    
.top-message {
    font-size:28px;
    font-weight:700;
    margin-bottom:40px;
    text-shadow: 1px 0px 3px #101010;
}
    
.top-message .text-color-primary {
    font-size:36px;
    letter-spacing:0.5px;
}
    
.underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffffff;
    margin: 0 auto;
}
    
#teaser {
    padding-top:20px!important;
}
    
.footerLinks a {
    color:#ffffff;
}
    
.footerLinks a:hover {
    color:#CC9B41;
}
   
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > a:focus {
    background-color:#FFFFFF!important;
    background-image:none!important;
}
    
.navbar-brand, .navbar-nav > li > a {
    text-shadow:none!important;
}
    
.navbar-default .navbar-nav > li > a:focus {
  background-color: #E7E7E7 !important;
  background-image: none !important;
}
    
#top-message .animated {
    text-shadow:none;
    font-weight:700;
    font-size:28px;
    -webkit-animation-duration: 10s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
}

.equipamiento {margin-bottom: 15px}
.equipamiento label {margin-top:10px}

/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) {
    #teaser { height:1250px;padding:25px 0;background:url('/img/bg-puerto-moraira-xs.jpg') no-repeat scroll center center }
    #teaser .carousel { margin-bottom:0px;margin-top:50px; }
    #teaser .car-img { line-height:200px;height:auto; }
    #teaser .reservation-form-shadow { height:570px; }
    #information img { margin:0px 0px 70px; }
    .required-fields-advice { text-align:left; }
    header .navbar-default { margin:5px 0px; }
    header.large { height:67px; }
    header.small { height:67px; }
    .row.container.box { padding:0; }
    .row.container.box .col-md-9 { padding:0; }
    .navbar-header { margin-left:0px!important;margin-right:0px!important; }
    header .navbar-default .navbar-nav > li > a { font-weight: 500; color:#5a5a5a;border:none;background-color:#FFFFFF;border-bottom:1px solid #CC9B41;font-size:16px;text-transform:uppercase;padding:10px 20px;}
    header .navbar-default .navbar-nav > li.active > a { border:none;background-color:#CC9B41!important;color:#FFFFFF;border:none;}
    header .navbar-default .navbar-nav > li > a:hover { border:none!important;border-bottom:1px solid #1d1d1b!important;}
    header .navbar-default .navbar-nav > li.active > a:hover { border:none!important;}
    header .navbar-default .navbar-collapse { box-shadow: 0 4px 1px -1px rgba(50, 50, 50, 0.32); }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left:0px}
    .carousel-controls {top:0px;}
    .on-mobile-text-center-on-others-text-left {text-align:center}
    .on-mobile-text-center-on-others-text-right {text-align:center}
    .mb-15-xs {margin-bottom:15px !important}
    .mb-15-sm {margin-bottom:15px !important}
    main h1 {text-align:center}
    .btn-block-xs {width:100%}
}
    
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #teaser { height:1250px;padding:25px 0;background:url('/img/bg-puerto-moraira-sm.jpg') no-repeat scroll center center; }
    #teaser .carousel { margin-bottom:0px;margin-top:50px; }
    #teaser .car-img { line-height:200px;height:auto; }
    #teaser .reservation-form-shadow { height:570px; }
    #information img { margin:0px 0px 70px; }
    .required-fields-advice { text-align:left; }
    header .navbar-default { margin:5px 0px; }
    header.large { height:67px; }
    header.small { height:67px; }
    .row.container.box { padding:0; }
    .row.container.box .col-md-9 { padding:0; }
    .navbar-header { margin-left:0px!important;margin-right:0px!important; }
    header .navbar-default .navbar-nav > li > a { color:#5a5a5a;border:none;background-color:#FFFFFF;border-bottom:1px solid #CC9B41;font-size:16px;text-transform:uppercase;padding:10px 20px;}
    header .navbar-default .navbar-nav > li.active > a { border:none;background-color:#CC9B41;color:#FFFFFF;border:none;}
    header .navbar-default .navbar-nav > li > a:hover { border:none!important;background-color:#FFFFFF;color:#CC9B41;border-bottom:1px solid #CC9B41!important;}
    header .navbar-default .navbar-nav > li.active > a:hover { border:none!important;}
    header .navbar-default .navbar-nav:hover > li > a { color:#5a5a5a }
    header .navbar-default .navbar-collapse { box-shadow: 0 4px 1px -1px rgba(50, 50, 50, 0.32); }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left:0px}
    .carousel-controls {top:0px;}
    .on-mobile-text-center-on-others-text-left {text-align:center}
    .on-mobile-text-center-on-others-text-right {text-align:center}
    .mb-15-xs {margin-bottom:0px !important}
    .mb-15-sm {margin-bottom:15px !important}
    main h1 {text-align:center}
    .btn-block-xs {width:auto}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #teaser { height:700px;padding:60px 0;background:url('/img/bg-puerto-moraira-md.jpg') no-repeat scroll center center; }
    #teaser .carousel { margin-bottom:70px;margin-top:0px; }
    #teaser .car-img { line-height:400px;height:375px }
    #teaser .reservation-form-shadow { height:471px; }
    #information img { margin:100px 0px; }
    .required-fields-advice { text-align:right; }
    header .navbar-default { margin-top:25px; }
    header.large { height:147px;}
    .homepage header.large { opacity: .9; position: absolute; }
    header.small { height:91px; }
    .row.container.box { padding-left:15;padding-right:15px; }
    .row.container.box .col-md-9 { padding-left:15;padding-right:15px; }
    .navbar-header { margin-left:-15px!important;margin-right:-15px!important; }
    header .navbar-default .navbar-nav > li > a { color:#5a5a5a;border:none;background-color:#FFFFFF;font-size:15px;text-transform:uppercase;padding:10px 20px; transition: color 0.5s ease}
    header .navbar-default .navbar-nav > li.active > a { border:none;background-color:#FFFFFF !important; color:#CC9B41;}
    header .navbar-default .navbar-nav > li > a:hover { border:none!important; color: #CC9B41 !important; }
    header .navbar-default .navbar-nav > li.active > a:hover { border:none!important; background-color:#FFFFFF; }
    header .navbar-default .navbar-nav:hover > li > a { color:#5a5a5a }
    header .navbar-default .navbar-collapse { box-shadow:none!important; }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left:15px}
    .carousel-controls {top:485px;}
    /*.panel-summary {display:block;}*/
    .panel-summary .panel-btn {text-align:center;margin-top:0px;}
    .on-mobile-text-center-on-others-text-left {text-align:left}
    .on-mobile-text-center-on-others-text-right {text-align:right}
    .on-mobile-pull-right {float:left;}
    .mb-15-xs {margin-bottom:0px !important}
    .mb-15-sm {margin-bottom:0px !important}
    main h1 {text-align:left}
    .btn-block-xs {width:auto}
    header .slogan {font-size:20px}
    .equipamiento {margin-bottom: 0}
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #teaser { height:700px;padding:60px 0;background:url('/img/bg-puerto-moraira-2.jpg') no-repeat scroll center center; }
    #teaser .carousel { margin-bottom:70px;margin-top:0px; }
    #teaser .car-img { line-height:400px;height:375px }
    #teaser .reservation-form-shadow { height:491px; }
    #information img { margin:100px 0px; }
    .required-fields-advice { text-align:right; }
    header .navbar-default { margin-top:25px; }
    header.large { height:147px; }
    header.small { height:91px; }
    .row.container.box { padding-left:15;padding-right:15px; }
    .row.container.box .col-md-9 { padding-left:15;padding-right:15px; }
    .navbar-header { margin-left:-15px!important;margin-right:-15px!important; }
    header .navbar-default .navbar-nav > li > a { border:none;background-color:#FFFFFF;font-size:15px;text-transform:uppercase;padding:10px 20px; transition: color 0.5s ease}
    header .navbar-default .navbar-nav > li.active > a { border:none;background-color:#FFFFFF !important; color:#CC9B41;}
    header .navbar-default .navbar-nav > li > a:hover, 
    header .navbar-default .navbar-nav > li > a:active,
    header .navbar-default .navbar-nav > li > a:focus { border:none!important; background-color:#FFFFFF !important; color: #CC9B41 !important; }
    header .navbar-default .navbar-nav > li.active > a:hover { border:none!important; background-color:#FFFFFF; }
    header .navbar-default .navbar-nav:hover > li > a { color:#5a5a5a }
    header .navbar-default .navbar-collapse { box-shadow:none!important; }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left:-15px}
    .carousel-controls {top:485px;}
    .panel-summary .panel-btn {text-align:right}
    /*.panel-summary {display:block;}*/
    .panel-summary .panel-btn {text-align:center;margin-top:0px;}
    .on-mobile-text-center-on-others-text-left {text-align:left}
    .on-mobile-text-center-on-others-text-right {text-align:right}
    .on-mobile-pull-right {float:left;}
    .mb-15-xs {margin-bottom:0px !important}
    .mb-15-sm {margin-bottom:0px !important}
    main h1 {text-align:left}
    .btn-block-xs {width:auto}
    header .slogan {font-size:24px}
}
   
#slider .slide {
    height: auto;
}

#slider .slide:nth-child(1) {
    //background: url("/img/bestrentacar_2018_web.jpg") center center;
}
#slider .slide:nth-child(2) {
    background: url("/img/bestrentacar_2018_web_2.jpg") center center;
}
#slider .slide:nth-child(3) {
    background: url("/img/slide-3.jpg") center center;
}

#notes {
    //background-color: #1d1d1b;
    background-color: transparent !important;
    width: 100%;
    //min-height:50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2px;
    min-height:41px;
}
    
#notes .container {
    overflow: hidden;
}
    
#notes .moving-note {
    position: relative;
    left: 200%;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 0px;
    color: #1d1d1b;
    float:left;
    white-space: nowrap;
}
    
#home-intro {
    position: relative;
}

#home-intro .underline {
    background-color: #CC9B41;
}
    
.font-weight-900 {
    font-weight: 900;
}
    
#booking-form {
    width: 90%;
    max-width: 1200px;
    position:relative;
    z-index: 1000;
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    background-color: transparent;
    margin-top: -60px;
}
    
@media screen and (min-width: 992px) {
    #booking-form {
        top: 50%;
    }
}
    
#booking-form-content {
    padding:15px 20px 45px;
    border-radius: 6px;
    box-shadow: 0 30px 120px 0 #dde5ee;
}
    
#booking-form.highlighted #booking-form-content {
    box-shadow: 0px 0px 25px #CC9B41;
    margin-top: 30px;
}
#booking-form-content {
    background: #fff;
    color:#1d1d1b;
    border-bottom: 1px solid #ededed;
}
#booking-form .input-group {
    border:1px solid #ccc;
    border-radius: 4px 0 0 4px;
    width: 100%;
}
#booking-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
}
@media screen and (min-width:992px) {
    
    #booking-form-content {
        //background: url("/img/shadow.png") repeat;
        background: rgba(255, 255, 255, 0.9);
        color:#1d1d1b;
        border-bottom: none;
    }
        
    #booking-form .input-group {
        //border:none;
    }
}
#booking-form .separator {
    width:100%;
    border-bottom: 1px dotted #ccc;
    max-width: 100px;
    margin: 0 auto;
}
    
#booking-form .datepicker {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
    
#booking-form .input-group .form-control {
    border-color: #ffffff;
    padding-left: 2px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none !important;
}
    
#booking-form label {
    font-size:12px;
    font-weight:normal;
    font-weight:600;
}
    
#booking-form a {
    font-size:11px;
    margin-top:3px;
}
    
#booking-form a.diff-location-link {
    font-size:11px;
    margin-top:1px;
    color:#FFFFFF;
    background-color:#CC9B41;
    padding:1px 2px;
    border-radius:2px;
}
    
#home-intro h1, #home-intro h2 {
    margin-top: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align:center;
}
    
#page-header-section  {
    padding:65px 0px 40px;
}
    
#page-header-section h1 {
    margin:0 0 25px 0;
    color:#716D6E;
}
    
@media screen and (min-width:992px) {
    #booking-form label {
        font-size:13px;
    }
    
    #booking-form .input-group .form-control {
        font-size: 15px;
    }
    
    #booking-form a {
        font-size:12px;
        margin-top:1px;
    }
    
    #booking-form {
        bottom:5%;
    }
    
    #home-intro h1, #home-intro h2 {
        margin-top: 150px;
        font-size: 42px;
        font-weight: 900;
    }
    
    #booking-form {
        position:absolute;
        padding-bottom:0px;
        background-color:transparent;
    }
    
    #booking-form-content {
        padding:20px 30px;
    }
}
    
@media screen and (min-width:1500px) {
    
}
    
.navbar-default .navbar-nav>li>a {
    color:#1d1d1b;
}
    
#booking-form .input-group-addon {
    font-size:18px;
    background-color:#fff;
    border:none;
}
   
.datetimepicker table tr td, .datetimepicker table tr td span {
    border-radius: 0px !important;
}
    
.datetimepicker  td, .datetimepicker th {
    color: #5a5a5a;
}
    
.datetimepicker table tr td.active {
  
}
    
.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    color: #fff !important;
    background-color: #dfdfdf !important;
}
    
.vehicle-img {
    //height:110px;
    padding: 30px;
}
    
.vehicle-img img {
    vertical-align:middle;
}
    
.slick-slider {
    box-shadow: 0 30px 120px 0 #dde5ee;
}
    
.left.carousel-control.slick-arrow {
    color: #d6a345;
    left: -5px;
    background-image:none;
    z-index:100;
    width:5%!important;
}
    
.right.carousel-control.slick-arrow {
    color: #d6a345;
    right: -5px;
    background-image:none;
    z-index:100;
    width:5%!important;
}
    
@media screen and (min-width:768px) {
    .left.carousel-control.slick-arrow {
        left: -60px;
    }

    .right.carousel-control.slick-arrow {
        right: -60px;
    }
}
    
@media screen and (min-width:1040px) {
    .left.carousel-control.slick-arrow {
        left: -100px;
    }

    .right.carousel-control.slick-arrow {
        right: -100px;
    }
}
    
@media screen and (min-width:1368px) {
    .left.carousel-control.slick-arrow {
        left: -125px;
    }

    .right.carousel-control.slick-arrow {
        right: -125px;
    }
}
        
.slick-dots {
    bottom:-35px!important;
}
    
.slick-arrow[aria-disabled='true'] {
    display:none!important;
}
    
.slick-arrow[aria-disabled='false'] {
    display:block!important;
}
    
#locations {
    //padding-bottom:0px;
}

#locations .container-fluid {
    padding:0;
    max-width:1142px;
}
    
#locations .location-box {
    position:relative;
    padding:0px;
    width:100%;
    float:left;
}
    
#locations .location-title {
    background:url('/img/negro_transparencia.png') repeat;
    position:absolute;
    bottom:0px;
    padding: 15px 0px;
    margin: 0px;
    width:100%;
    text-align:center;
}
    
#locations .location-title h3 {
    margin:0px;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
    
#information {
    padding:0px;
    background-color:#1d1d1b;
}
    
#information .img-responsive {
    margin:0;
}
    
#information .row {
    margin:0;
}
    
#information .container-fluid {
    padding:0px;
    max-width:1920px;
}
    
#information h2 {
  color:#FFFFFF;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform:uppercase;
}
    
@media screen and (min-width:668px) {
    
    #locations .location-box {
        width:47.6%;
        margin: 1.2%;
    }
}
  
#booking-form .datepicker {
    width:60%;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
  
.input-group-time select {
    width:40%!important;
}
  
#locations a {
  color:#fff;
}
  
.container-video video {
    //display: none;
    display: block;
    height: 30vh;
    width: 100%;
    object-fit: cover;
}
  
@media screen and (min-width: 992px) {
    .container-video video {
        display: block;
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
}
  
h2:not(.panel-title), .panel-airpot-services ul li a:hover {
    color: #CC9B41 !important;
}
    
#services h2, #locations h2, #contact h2 {
    color: #716D6E !important;
}
    
#information h2 {
    color: #FFFFFF !important;
}
  
.embed-number {
    background-color: #CC9B41 !important;
}

.panel-primary > .panel-heading {
    background-image: linear-gradient(to bottom,#716D6E 0,#5a5a5a 100%) !important;
}
    
.panel-primary {
    border-color: #5a5a5a !important;
}
    
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #booking-form-content {
        padding: 15px;
    }
    #booking-form label {
        font-size: 12px;
    }
}
    
.featured-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CCC;
    border-radius: 100%;
    color: #FFF;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 2.5em;
    background-color: #CC9B41;
}

.featured-icon:hover {
    transform: scale(1.2, 1.2);
    text-decoration: none;
    background-color: #d6a345;
    color: white;
}

.featured-icon.featured-icon-style-2 {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
}

.featured-icon.featured-icon-style-2 i {
    font-size: 3em !important;
    margin-left: 10px;

}

.featured-icon.featured-icon-hover-effect-1 {
    transition: ease transform 300ms;
}
  
.span-equipamiento {
    background-color: #F7E4C0;
    padding: 5px;
    border-radius: 5px;
    color: #5a5a5a;
}
    
.btn-info-services-alquiler {
  border-radius: 50%;  
  background-image: none !important;
  border: none;
}
  
.fa-info {
    padding: 2px 2px;
}
    
.foto-coche {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.foto-coche img {
    max-width: 240px;
    width: 100%;
}
    