/* Config Colors
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  color: #716d6e;
}
/* 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-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: #000000;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #000000;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #000000 !important;
}
.my-tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
}
/* Links
--------------------------------------------*/
/*
a {
  color: #000000;
}
a:hover {
  color: #862224;
  text-decoration: none;
}*/

/* Scroll to Top Button 
--------------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  background:url('../img/icon_top.png') no-repeat;
}
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 100;
  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: 14px;
  font-weight: 900;
  margin-top: 5px;
}

.pic-container {
	background:#f2f1f1 url('../heritage/mask1.png') no-repeat;
    width: 375px;
    height: 70px;
	padding-left:2px;
	padding-right:1px;
	margin-top:10px;
	z-index:999999;
}


/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: #fff;
  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-bottom: 3px solid #c89834;
  color: #862224;
  height:70px;
  text-decoration:none;
}
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;
  color:#716D6E;
  font-size:18px;
  text-decoration:none;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #862224;
  text-decoration:none;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
header.small {
  height: 105px;
  box-shadow: 0 0px 14px -2px #808080;
}
header.small .header-info {
  display: none;
}
header.small .brand {
  margin: 20px 0 0 0;
  width: 10%;
}
header.large {
  height: 127px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .brand {
  margin: 5px 0 0 0;
  width: 100%;
}
/* Teaser
-------------------------------------*/
#teaser {
width:100%;
height: 100%;
  /*background: linear-gradient(to bottom, #ebbb95 0%, #e1e8e1 50%, #862224 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
*/
}
#teaser .reservation-form-shadow {
  height: 100%;
  background-color: #fff;
  padding:3px;
  border-radius: 5px;
}
#teaser form {
  padding-left: 10px;
  padding-right:10px;
  padding-top:3px;
  padding-bottom:3px;
}
#teaser form .alert {
  margin-top: 20px;
  padding: 5px 15px;
}
#teaser form ::-webkit-input-placeholder {
  color: #000000 !important;
}
#teaser form :-moz-placeholder {
  color: #000000 !important;
}
#teaser form ::-moz-placeholder {
  color: #000000 !important;
}
#teaser form :-ms-input-placeholder {
  color: #000000 !important;
}
#teaser form .styled-select-car {
  border: 2px solid #ECC09B;
  height: 35px;
  position: relative;
  margin-bottom: 5px;
}
#teaser form .styled-select-car:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 10px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 25px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-car select {
  border: none;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 2px 5px;
  height: 30px;
  outline: none;
}
#teaser form .location {
  margin-bottom: 5px;
}

#teaser form .company-id {
  margin-bottom: 5px;
}

#teaser form .indv-username {
  margin-top: 3px;
}
#teaser form .phone {
  margin-bottom: 5px;
}

#teaser form .email {
  margin-bottom: 5px;
}

#teaser form .datetime {
  margin-bottom: 5px;
}
#teaser form .form-control {
  height: 31px;
  border: 2px solid #ECC09B;
}
#teaser form .input-group {
  width: 100%;
}
#teaser form .input-group input {
  border-radius: 0;
  font-size: 14px;
  padding-left: 10px; 
  background: none;
  -webkit-appearance: none;
  outline: none;
}
#teaser form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: 700;
  font-size: 13px;
  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: #0D19F9;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-decoration:underline;
}
#teaser form .date {
  width: 240px;
}
#teaser form .time {
  width: 140px;
}
#teaser form .pixelfix {
  border-top: 1px solid #fff;
}
#teaser form .styled-select-time {
  border: 2px solid #ECC09B;
  height: 32px;
  position: relative;
}
#teaser form .styled-select-time:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 10px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 25px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-time select {
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 2px 5px;
  height: 25px;
}

#teaser form .submit-container {
  width: 100%;
  border:0px solid #000;
  padding:5px 0;
  text-align:right;
}

#teaser form .submit {
  width: 20%;
  background-color: #862224;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding:5px;
  box-shadow: 2px 3px 0 #dddddd;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s;
}

#teaser form .submit:hover {
  background-color: #716d6e;
}
#teaser .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
#teaser .subtitle {
  font-size: 24px;
  color: #716d6e;
  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 {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #d2dbd2;
  margin: 0 auto;
}
/* Services
--------------------------------------------*/
#services {
  /*margin-top: 65px;*/
  margin-top: 2px;
}
#services .title {
  margin-bottom: 38px;
}
#services h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#services .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #716d6e;
  margin: 0 auto;
}
#services .service-box {
  background-color: #ededed;
  padding: 30px;
  margin-bottom: 30px;
}

#services .service-box:hover {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  transform:scale(1.5);
  border-bottom:5px solid #862224;
}

#services .service-box:selected {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  transform:scale(1.5);
  border-bottom:5px solid #862224;
}

#services .service-box:active {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-bottom:5px solid #862224;
}


#services .service-box .service-icon {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 41px;
  font-weight: 900;
  margin-right: 15px;
}


#services .service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 20px;
  text-align:center;
}
#services .service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
#newsletter {
  background-color: #000000;
  margin-top: 90px;
  padding: 90px 0;
}
#newsletter .title {
  font-size: 30px;
  color: #fff;
  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: #000000;
  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 {
  padding-top: 150px;
  background-color:#f8f8f8;
}
#vehicles .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}
#vehicles .subtitle {
  font-weight: normal;
}
#vehicles .vehicle-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vehicles .vehicle-nav li {
  background-color: #e3e2e2;
  margin-bottom: 1px;
  position: relative;
  transition: 0.2s;
}
#vehicles .vehicle-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #F8F8F8;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 5px;
  transition: 0.2s;
}
#vehicles .vehicle-nav li:hover {
  background-color: #d1cece;
}
#vehicles .vehicle-nav li.active {
  background-color: rgba(8, 140, 24, 0.8);
  font-weight: bold;
}
#vehicles .vehicle-nav li.active span {
  border-left-color: rgba(8, 140, 24, 0.8);
}
#vehicles .vehicle-nav li a {
  font-size: 12px;
    color: #716d6e;
    padding-left: 5px;
    display: block;
    height: auto;
    line-height: 25px;
    text-decoration: none;
}
#vehicles .vehicle-nav li.active a {
  color: #fff;
}
#vehicles .styled-select-vehicle-data {
  border: 2px solid #C46400;
  height: 33px;
  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: #DAC395;
  height: auto;
  line-height: 20px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #872224;
  text-align:center;
}
#vehicles .vehicle-price .info {
	font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-left: 5px;
}
#vehicles .reserve-button {
  background-color: #862224;
  color: #fff;
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 400;
  padding: 0 15px;
  box-shadow: 2px 3px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  text-decoration:none;
}
#vehicles .reserve-button:hover {
  background-color: #716d6e;
}
#vehicles .reserve-button span {
  margin-right: 7px;
}



/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 30px;
  padding-bottom: 25px;
}
#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: #000000;
  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;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #000000;
  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: #000000;
  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 #000000;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#information {
  margin-top: 90px;
}
#information .row {
  margin-bottom: 90px;
}
#information .title {
  font-size: 36px;
  font-weight: 600;
  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: #872224;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
  text-decoration:none;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #000000;
}
#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%;
}


/* Information
--------------------------------------------*/
#sign-up {
  margin-top: 30px;
}
#sign-up .row {
  margin-bottom: 10px;
}
#sign-up .title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0;
}
#sign-up .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#sign-up p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#sign-up .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#sign-up .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #872224;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
}
#sign-up .btn:hover {
  background-color: #716d6e;
}
#sign-up .btn-gray {
  background-color: #716d6e;
}
#sign-up .btn-gray:hover {
  background-color: #000000;
}
#sign-up .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#sign-up .video iframe,
#sign-up .video object,
#sign-up.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partners
--------------------------------------------*/

#partners {
  padding: 20px 0;
  background: url(../images/clint_bg.jpg) 50% 50% no-repeat;
  background-size: cover;

  /*background-color: #f8f8f8;*/
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 30px;
  color:#fff;
  font-weight: 600;
  text-align: center;
  margin: 25px 0 5px 0;
  padding: 0;
}
#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #fff;
  margin: 0 auto;
}
#partners p {
  margin: 20px 0 60px 0;
  font-size: 17px;
  color:#fff;
  line-height: 1.1;
}


/* footerlinks
--------------------------------------------*/
#footerlinks {
  padding-top: 30px;
  background-color: #5f5f5f;
  border-bottom:2px solid #fff;
}
#footerlinks h5 {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 5px 0;
  color:#fff;
}
#footerlinks ul {
  text-align: left;
  padding-top: 2px;
  list-style:none;
}

#footerlinks li {
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  padding-top: 2px;
  margin-left:-35px;
  list-style:none;
}

#footerlinks li a{
  font-size: 14px;
  text-align: left;
  padding-top: 2px;
  color:#DBDBDB;
  list-style:none;
}

#footerlinks li a:hover{
  font-size: 14px;
  text-align: left;
  padding-top: 2px;
  color:#fff;
  list-style:none;
  text-decoration:underline;

}


/* Contact
--------------------------------------------*/
#contact {
  margin-top: 90px;
  background:#ccc;
  padding-bottom:50px;
}
#contact h2 {
  font-size: 36px;
  font-weight: 600;
  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: #000000;
}
#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: 130px;
  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: 400;
  background-color: #862224;
  color: #fff;
  border: none;
  line-height: 42px;
  padding: 0 15px;
  box-shadow: 2px 3px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 16px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #000000;
}
#contact .contact-box img {
  border: 1px solid #000000;
  float: left;
  margin-right: 20px;
}

#contact .contact-box img:hover {
  border: 1px solid #000000;
  float: left;
  margin-right: 20px;
  transform:scale(1.1);
}

#contact .contact-box img {
  border: 1px solid #EDEDED;
  float: left;
  margin-right: 20px;
  transition:all 0.3s ease 0s;
}

#contact .contact-box-name {
  font-size: 14px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #862224;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}
/* Footer
--------------------------------------------*/
footer {
 padding: 25px 0;
 background-color: #393738;
}
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-01
--------------------------------------------*/
#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: #862224;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 18px;
  font-weight: 400;
  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: 16px;
  color: #000000;
  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: 50px;
}
#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: 50px;
}
#checkoutModal form .styled-select-age {
  border: 1px solid #3D2308;
  height: 37px;
  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: 25px;
  height: 33px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background: #dbdbdb;
  -webkit-appearance: none;
  padding: 6px 7px;
  height: 35px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 37px;
  border-radius: 0;
  border: 1px solid #3D2308;
  box-shadow: none;
  line-height: 35px;
  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: #862224;
  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: "\2713";
}
#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: 600;
  background-color: #872224;
  color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  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: #696867;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #862224;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #862224;
}





/* Checkout Modal-01
--------------------------------------------*/
#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: #862224;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 18px;
  font-weight: 400;
  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: 16px;
  color: #000000;
  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 15px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 325px;
  min-height: 50px;
}
#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: 50px;
}
#checkoutModal form .styled-select-age {
  border: 1px solid #3D2308;
  height: 37px;
  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: 25px;
  height: 33px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background: #dbdbdb;
  -webkit-appearance: none;
  padding: 6px 7px;
  height: 35px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 37px;
  border-radius: 0;
  border: 1px solid #3D2308;
  box-shadow: none;
  line-height: 20px;
  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: #862224;
  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: "\2713";
}
#checkoutModal .checkout-address-info {
  padding: 0 15px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 325px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 325px;
  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: 600;
  background-color: #872224;
  color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  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: #696867;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #862224;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #862224;
}




/* Checkout Modal-02
--------------------------------------------*/
#checkoutModal-02 .modal-dialog {
  width: 748px;
}
#checkoutModal-02 .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal-02 .modal-header {
  color: #fff;
  background-color: #862224;
  border-bottom: none;
}
#checkoutModal-02 .modal-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#checkoutModal-02 .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal-02 .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal-02 .modal-body {
  padding: 0;
}
#checkoutModal-02 .modal-body h3 {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal-02 .checkout-info-box {
  background-color: rgba(8, 140, 24, 0.2);
  padding: 20px 30px;
}
#checkoutModal-02 .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal-02 .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal-02 .checkout-vehicle-info {
  margin-top: 30px;
}
#checkoutModal-02 .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal-02 .vehicle-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal-02 .vehicle-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal-02 .vehicle-info a {
  font-size: 12px;
}
#checkoutModal-02 .vehicle-info .vehicle-image {
  width: 90%;
}
#checkoutModal-02 .info-box {
  margin-bottom: 25px;
}
#checkoutModal-02 .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal-02 .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal-02 .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal-02 .checkout-personal-info {
  padding: 0 15px;
}
#checkoutModal-02 .checkout-personal-info .form-group {
  float: left;
  width: 325px;
  min-height: 50px;
}
#checkoutModal-02 .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal-02 .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal-02 .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 50px;
}
#checkoutModal-02 form .styled-select-age {
  border: 1px solid #3D2308;
  height: 37px;
  position: relative;
}
#checkoutModal-02 form .styled-select-age:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 33px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal-02 form .styled-select-age select {
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background: #dbdbdb;
  -webkit-appearance: none;
  padding: 6px 7px;
  height: 35px;
}
#checkoutModal-02 form input {
  background-color: #dbdbdb;
  height: 37px;
  border-radius: 0;
  border: 1px solid #3D2308;
  box-shadow: none;
  line-height: 35px;
  font-size: 18px;
}
#checkoutModal-02 form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal-02 form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal-02 form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal-02 form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal-02 form .checkbox {
  padding-left: 0;
}
#checkoutModal-02 form input[type=checkbox] {
  display: none;
}
#checkoutModal-02 form .checkbox label {
  font-size: 18px;
}
#checkoutModal-02 form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #862224;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal-02 form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal-02 .checkout-address-info {
  padding: 0 15px;
}
#checkoutModal-02 .checkout-address-info .city {
  float: left;
  width: 325px;
  margin-right: 7px;
}
#checkoutModal-02 .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal-02 .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal-02 .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal-02 .modal-footer .btn {
  font-size: 24px;
  font-weight: 600;
  background-color: #872224;
  color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#checkoutModal-02 .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal-02 .modal-footer .btn-yellow {
  border-color: #696867;
}
#checkoutModal-02 .modal-footer .btn-yellow button {
  background-color: #862224;
}
#checkoutModal-02 .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal-02 .modal-footer .btn-gray button {
  background-color: #862224;
}



/* Checkout Modal-03
--------------------------------------------*/
#checkoutModal-03 .modal-dialog {
  width: 748px;
}
#checkoutModal-03 .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal-03 .modal-header {
  color: #fff;
  background-color: #862224;
  border-bottom: none;
}
#checkoutModal-03 .modal-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#checkoutModal-03 .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal-03 .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal-03 .modal-body {
  padding: 0;
}
#checkoutModal-03 .modal-body h3 {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal-03 .checkout-info-box {
  background-color: rgba(8, 140, 24, 0.2);
  padding: 20px 30px;
}
#checkoutModal-03 .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal-03 .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal-03 .checkout-vehicle-info {
  margin-top: 30px;
}
#checkoutModal-03 .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal-03 .vehicle-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal-03 .vehicle-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal-03 .vehicle-info a {
  font-size: 12px;
}
#checkoutModal-03 .vehicle-info .vehicle-image {
  width: 90%;
}
#checkoutModal-03 .info-box {
  margin-bottom: 25px;
}
#checkoutModal-03 .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal-03 .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal-03 .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal-03 .checkout-personal-info {
  padding: 0 15px;
}
#checkoutModal-03 .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 50px;
}
#checkoutModal-03 .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal-03 .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal-03 .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 50px;
}
#checkoutModal-03 form .styled-select-age {
  border: 1px solid #3D2308;
  height: 37px;
  position: relative;
}
#checkoutModal-03 form .styled-select-age:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 33px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal-03 form .styled-select-age select {
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background: #dbdbdb;
  -webkit-appearance: none;
  padding: 6px 7px;
  height: 35px;
}
#checkoutModal-03 form input {
  background-color: #dbdbdb;
  height: 37px;
  border-radius: 0;
  border: 1px solid #3D2308;
  box-shadow: none;
  line-height: 35px;
  font-size: 18px;
}
#checkoutModal-03 form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal-03 form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal-03 form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal-03 form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal-03 form .checkbox {
  padding-left: 0;
}
#checkoutModal-03 form input[type=checkbox] {
  display: none;
}
#checkoutModal-03 form .checkbox label {
  font-size: 18px;
}
#checkoutModal-03 form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #862224;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal-03 form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal-03 .checkout-address-info {
  padding: 0 15px;
}
#checkoutModal-03 .checkout-address-info .city {
  float: left;
  width: 325px;
  margin-right: 7px;
}
#checkoutModal-03 .checkout-address-info .zip-code {
  float: left;
  width: 325px;
  margin-left: 7px;
}
#checkoutModal-03 .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal-03 .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal-03 .modal-footer .btn {
  font-size: 24px;
  font-weight: 600;
  background-color: #872224;
  color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#checkoutModal-03 .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal-03 .modal-footer .btn-yellow {
  border-color: #696867;
}
#checkoutModal-03 .modal-footer .btn-yellow button {
  background-color: #862224;
}
#checkoutModal-03 .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal-03 .modal-footer .btn-gray button {
  background-color: #862224;
}


/* Start Media Queries
------------------------------------------------*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1280px) {
  /* 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: 20px 0 0 0;
  }


  /* Teaser
	--------------------------------------------*/
  #teaser form .styled-select-car select {
    font-size: 14px;
  }
  #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: 14px;
  }
  #teaser .title {
    font-size: 18px;
  }
  #teaser .subtitle {
    font-size: 16px;
  }
  #teaser form {
    padding: 1px 20px;
  }
  #teaser .reservation-form-shadow {
    height: 100%;
  }



  /* 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 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;
	color:#fff;
  }
  #partners p {
    font-size: 16px;
	color:#fff;
  }
  /* 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-top: 46px;
    /*width: 230px;*/
  }
  header .navbar-brand {
    display: block;
  }
  header .navbar-toggle {
    margin-top: 4px;
  }
  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: 5px 0 0 0;
    border: 5px solid #862224;
    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: 65px;
  }
  #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 {
    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: 12px;
	width:50%;
  }
}
/* 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;
  }
}


/*call-no */
.call-no{
font-size:18px;
line-height:20px;
margin-top:0;
color:#EDEBE6;
}


.welcome-link{
font-size:14px;
line-height:20px;
color:#EDEBE6;
}

.login-signup-link{
color:#EDEBE6;
font-size:13px;
}

a #term-condition{
text-decoration:none;
font-weight:bold;
font-size:14px;
}

a .scroll-to{
text-decoration:none;
}

.users-regform{
padding:10px 40px;
}

#change-profile-pass{
padding:10px 40px;
}

#modify-profile{
padding:10px 40px;
}

#track-orders{
padding:10px 40px;
}

#check-reports{
padding:10px 40px;
}

.status-available{
color:green;
}

.status-not-available{
color:red;
}

.logout-click-here{
color:red;
font-size:18px;
font-weight:bold;
line-height:25px;
}

.city-list li{
color:#DBDBDB;
}


/*vertical accordian menus*/

.leftMenu .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}    

.leftMenu .accordion-heading {
    height: 34px;
    border-top: 1px solid #717171; /* inner stroke */
    border-bottom: 1px solid #5A5A5A; /* inner stroke */
    background-color: #872224; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #FAFBFA 0%, #F50808 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #DA4713 0%, #638247 100%); /* gradient overlay */
    list-style-type:none;
}  

.leftMenu .accordion-heading  a{  
    color: #cbcbcb; /* text color */
    text-shadow: 0 1px 0 #3b3b3b; /* drop shadow */
    text-decoration:none;
    font-weight:bold;  
	 line-height: 33px;
    margin-left: 10px;
}

.leftMenu .accordion-heading  a:hover{  
    color:#ccc     
}

.leftMenu .accordion-heading .active {
    width: 189px;
    height: 34px;
    border: 1px solid #5b5b5b; /* inner stroke */
    background-color: #353535; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
}

.cat-title{
color:#06C;
font-size:14px;
}
.subcat-title{
color:#123;
font-size:13px;
}



/*load any content in dialogbox css*/
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(background-trans.png);
}
#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}
