@charset "utf-8";
/* CSS Document */

@import url("fonts.css");
body {
	font-family: 'Open Sans';
}
h1, h2, h3 {
	font-family: 'dk_dirrrtyregular';
}
.navbar {
	background: url(../images/top.png) repeat-x;
	margin-bottom: 0px;
	min-height: 120px;
	border: none;
}
.navbar .navbar-brand {
	height: 110px;
	padding: 0px 15px;
}
.navbar-right{}
.navbar-right ul.nav li a{font-size: 16px; color: #000;}
.top-social{ float:right;}
.top-social ul li i{ color:#de080c; margin-right:10px;}
.top-social ul{ margin:0px; padding:0px;}
.top-social ul li{ list-style:none; list-style-type:none; float:left; margin:10px 30px;}
.top-social ul li a{color:#333;}
header {
	background: url(../images/home-header.jpg) no-repeat;
	background-size: cover;
	margin-top: -40px;
	min-height: 520px;
	margin-bottom:30px;
}
header.inner-header{
	background: url(../images/inner-header-2.jpg) no-repeat;
	min-height: 150px;
	/*background-position:0 center;
	position:relative;*/
}
.navbar.inn-nav{
   /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	min-height: auto;
	height: 90px;
	margin-bottom: 30px;*/
}
header.inner-header .inn-header-bg{
	/*position:absolute;
	background:rgba(0, 0, 0, 0.5);
	left:0;
	top:0;
	width:100%;
	height:100%;*/
}
header .jumbotron {
	background: none;
}
header .jumbotron h1 {
	color: #bc0707;
	font-size: 6rem;
}
header.inner-header .jumbotron h1{	
	font-size: 4rem;	
	float:left;
}
.camper-van-price{
	background: url(../images/campervan-price.png) no-repeat;
	width:123px;
	height:123px;
	float:right;
	margin-top: -10px;
}
header.inner-header .jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .jumbotron h2 {
	font-family: 'Open Sans';
	color: #282828;
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: bold;
}
.reserve-camper{ background:rgba(255, 0, 22, 0.9); margin-bottom:2.5rem; padding:2rem; min-height: 470px;}
.reserve-camper h3{ margin-top:0px; color:#fff; }
.price-match {
	background: #8d8f25 url(../images/price-match.png) no-repeat center top;
	margin-bottom:2.5rem
}
.price-match-bottom {
	padding: 300px 10px 0px 10px;
	min-height: 470px;
}
.price-match-bottom h3 {
	color:#fff;
}
.price-match-bottom ul{ margin:0px; padding:0px;}
.price-match-bottom ul li{ color:#ffffff; list-style:none; list-style-type:none;}
.ccri {
}
.ccri-box {
	position: relative;
	margin-bottom: 2.5rem;
	text-align: center;
	transition: all 0.3s ease-in-out;
	overflow:hidden;
}
.ccri-box:after{
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 1;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.ccri-box:hover:after{
	top: 100%;
}
.ccri .col-md-4:first-child .ccri-box:after{
	display:none;
}
.ccri .col-md-4:first-child .ccri-box .ccri-info h3,
.ccri .col-md-4:first-child .ccri-box .ccri-info p,
.ccri .col-md-4:first-child .ccri-box .ccri-info .readmore {
    color: #000;
}
.ccri .col-md-4:first-child .ccri-box .ccri-info .readmore {
	border: solid 2px #000;
}
.ccri-box .ccri-info {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index:2;
}
.ccri-box .ccri-info h3 {
	color: #fff;
}
.ccri-box .ccri-info .readmore {
	border: solid 2px #fff;
	padding: 0.8rem 2rem;
	border-radius: 30px;
	color: #fff;
	margin: 1rem auto;
	display: block;
	width: 140px;
}
.ccri-box .ccri-info .readmore:hover {
	text-decoration: none;
}
.ccri-box .maininfo-box {
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.ccri-box .maininfo-box h3 {
	color: #000;
}
.ccri-box .maininfo-box .readmore {
	border: solid 2px #000;
	padding: 0.8rem 2rem;
	border-radius: 30px;
	color: #000;
	margin: 1rem auto;
	display: block;
	width: 140px;
}
.home-bg {
	background: url(../images/home-bg.png) no-repeat bottom center;
	background-size: cover;
	font-size: 1.8rem;
}
.home-bg::before {
	background: #000;
}
.home-bg h2 {
	margin: 0 0 5rem 0;
	font-size: 4rem;
}
.home-bg i {
	margin-right: 10px;
}
.home-bg ul {
	margin: 2rem 0 3rem 0;
	padding: 0px;
}
.home-bg ul li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 10px;
}
.mb-0 {
	margin-bottom: 0px;
}
.txt-3 {
	font-size: 3rem;
}
.txt-dk {
	font-family: 'dk_dirrrtyregular';
}
footer {
	background: #282828;
	color: #ffffff;
	padding: 2rem 0 0 0;
}
footer ul {
	margin: 0px;
	padding: 0px;
}
footer ul li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 5px;
}
footer ul li a {
	color: #ffffff;
	text-decoration: none;
}
footer ul li a:hover {
	color: #bababa;
	text-decoration: none;
}
footer ul li i {
	margin-right: 10px;
}
footer i {
	margin-right: 10px;
}
.footer-bottom {
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 1rem 0;
	margin-top: 2rem;
}
.ccri-box .ccri-info p {
	color: #fff;
}
/***********************************newly added code by govind**********************************************/
.login-form {
    background: rgba(255, 0, 22, 0.9);
    margin: 0;
    padding: 25px;
    width: 100%;
    color: #fff;
}
.login-form b{
	font-weight:normal;
	margin-bottom:5px;
	display: block;
}

#retrieve-quote-form .form-control {
    /*color: #fff;
	margin-top: 5px;*/
}
.errorMessage {
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #ff0000;
    padding: 6px;
}
.main-form-container form .btn-primary, .iframe-form form .btn-primary, #retrieve-quote-form .btn-primary, .loginbox_content .btn-primary {
    background: #98c23c;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
}
.inner-content h1 {
    text-transform: uppercase;
	margin-bottom: 20px;
}
.line-txt {
    line-height: 30px;
}
.form-container {
    /*margin-top: 80px;
    background: rgba(18, 16, 95, 0.9);
    padding: 20px 20px 20px 20px;
    color: #fff;*/
}
.form-container .form-control {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    height: 45px;
    padding: 10px 13px;
}
.main-form-container form, .main-form-container form label {
    margin-bottom: 10px;
    /* font-weight: bold; */
    color: #fff;
}
/*@media screen and (max-width: 640px){
.main-form-container form {
    width: auto !important;
}

#searchCar-form .col-md-1, #searchCar-form .col-md-2, #searchCar-form .col-md-3, #searchCar-form .col-md-4, #searchCar-form .col-md-5, #searchCar-form .col-md-6, #searchCar-form .col-md-7, #searchCar-form .col-md-8, #searchCar-form .col-md-9, #searchCar-form .col-md-10, #searchCar-form .col-md-11, #searchCar-form .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}*/
.form-container h1 {
    border-bottom: 1px solid #fff;
    font-size: 42px;
    font-weight: normal;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
   font-family: 'Open Sans';
    color: #fff;
}
.form-container label {
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.main-form-container input {
    position: relative;
    margin-right: 10px;
}
.main-form-container form .btn-primary, .iframe-form form .btn-primary, #retrieve-quote-form .btn-primary, .loginbox_content .btn-primary {
    background: #000;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: solid 1px #bcbcbc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.nav > li > a {
    padding: 10px 12px;
}
.car-listing {
    padding: 0;
    list-style: none;
}
.home-sec:before, .inner-content:before {
    right: -36%;
    top: -76%;
}
.inner-content > .container {
    /*z-index: 9;
    position: relative;*/
}
.car-listing {
    padding: 0;
    list-style: none;
}
.car-listing li {
    margin-bottom: 10px;
}
.result-page .col-md-9 {
    padding-right: 0;
}

.car-listing .car-box {
	border: 1px solid #bcbcbc;
	/*border-radius: 5px 5px 5px 5px;*/
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	position: relative;
}
.quote-sidebar {
    border: 1px solid #bcbcbc;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 13px;
}
#searchTabs {
    margin: 10px 0 20px 0;
    background: #de080c;
    /*background: -moz-linear-gradient(top, #3b3679 0%, #1c1564 100%);
    background: -webkit-linear-gradient(top, #3b3679 0%,#1c1564 100%);
    background: linear-gradient(to bottom, #3b3679 0%,#1c1564 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3679', endColorstr='#1c1564',GradientType=0 );*/
    margin-bottom: 20px;
}
.quote-sidebar .padd-x {
    padding: 10px 15px;
}
.quote-sidebar h3 {
    background: #333;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #ffffff;
    font-size: 18px;
    /* border-radius: 5px 5px 0 0; */
    margin: 0;
	font-family: 'open_sansregular';
}


h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.padd-l-0 {
    padding-left: 0;
}
.padd-r-0 {
    padding-right: 0;
}
.whats-include.bord-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bord-1 {
    border: 1px solid #bcbcbc;
    margin-bottom: 10px;
}
.quote-sidebar .padd-x {
    padding: 10px 15px;
}

.filter-vehicle {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-vehicle li {
    padding: 5px 7px;
    border-bottom: 1px dashed #878787;
}
.quote-sidebar .padd-x {
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
div {
    display: block;
}
.padd-x.edit {
    padding-top: 0;
}
.quote-sidebar h4 {
    background: #f1f1f1;
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
}

.car-listing .car-box ul.face-list {
    list-style: none;
    padding: 0;
    clear: both;
    display: inline-block;
}
.car-listing .car-box ul.face-list li.ic-8 {
    background: url(../images/vehicle-facilities.png) no-repeat -252px 5px #f1f1f1;
}
.car-listing .car-box ul.face-list li {
    background: url(../images/vehicle-facilities.png) no-repeat 0 0 #f1f1f1;
    padding: 0 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 3px 5px;
    border: 1px solid #c3c3c3;
    position: relative;
    float: left;
}

.car-listing .car-box ul.face-list {
    list-style: none;
    padding: 0;
    clear: both;
    display: inline-block;
}
.car-listing .car-box .face-grp {
    margin: 7px 0;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
}
.car-listing .car-box ul.face-list li span {
    bottom: 0;
    color: #ff0000;
    left: 1px;
    line-height: 15px;
    position: absolute;
    text-shadow: 0 0 1px #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.car-listing .car-box .cost {
    font-size: 18px;
    color: #ff1800;
   /* font-family: 'MyriadPro-Bold';*/
    margin: 7px 0;
}
.fleet-listing .col-md-4 {
    padding: 0 7px;
}
.fleet-listing .outer-box .head-label {
    background: #de080c;
}
.fleet-listing .outer-box .head-label h3 {
    color: #fff;
    margin: 0;
    padding: 15px 10px;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
	font-family: 'open_sansregular';
	border-bottom:1px solid #ddd;
}
.fleet-listing .outer-box .img-div img {
    height: 160px;
    margin: 0;
}
.fleet-listing .row {
    margin: 0 -7px;
}
.fleet-listing .outer-box {
    background: #FFFFFF;
    /* border: 1px solid #b5b5b5; */
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px 0 #bfbfbf;
    margin-bottom: 20px;
    overflow: hidden;
}
.fleet-listing .outer-box .img-div {
    background: #ffffff;
    display: block;
    text-align: center;
}
.fleet-listing .outer-box .info {
    padding: 10px 15px;
}
.fleet-listing .outer-box .info ul {
    display: block;
    height: 38px;
    margin: 8px 0 0;
    padding: 0;
}
.fleet-listing .outer-box .VD_icon_container {
    display: inline-block;
    float: none;
    height: 70px;
    width: 100%;
}
.fleet-listing .outer-box .VD_icon {
    color: #ffffff;
    float: left;
    font-size: 10px;
    margin: 0 5px 0 0;
}
.fleet-listing .outer-box .img-div {
    background: #ffffff;
    display: block;
    text-align: center;
}
.fleet-listing .outer-box .btn-1, .fleet-listing .outer-box .btn-2 {
    /* float: left; 
    width: 100%;*/
    background: #333;
   /* background: -moz-linear-gradient(top, #c93232 0%, #931f1f 100%);
    background: -webkit-linear-gradient(top, #c93232 0%,#931f1f 100%);
    background: linear-gradient(to bottom, #c93232 0%,#931f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93232', endColorstr='#931f1f',GradientType=0 );*/
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    border: 0;
	border-radius: 30px;
	margin: 15px 0;
}
.fleet-listing .outer-box .btn-grp{
	text-align:center;
}

.fleet-listing .outer-box .info ul li {
    background: url(../images/subli.png) no-repeat left center;
    float: left;
    list-style: outside none none;
    padding: 0 0 0 12px;
    width: 116px;
}

.fleet-listing .outer-box h4 {
    background: #ddd;
	color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    /*font-family: 'MyriadPro-Regular';*/
}
.choose-car.bord-1 {
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.choose-car .price-tag {
    background: #f6f6f6;
    margin: 20px 0;
    padding: 8px;
    border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
}
.choose-car .btn-primary, .btn-primary.make-pay, .loaction-sidebar .btn-primary, .view-booking .view {
    /* font-family: "century_gothicregular"; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px 30px;
}

.choose-car .total-price {
    /* font-family: "century_gothicregular"; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.choose-options .options-box {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 7px;
}
.choose-car {
    text-align: center;
}

.booking-form-wrapper {
    background: #f1f1f1;
    border: 1px solid #bcbcbc;
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.padd-l-0 {
    padding-left: 0;
}
.sign-big-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #333;
    /*background: -moz-linear-gradient(top, #98c23c 0%, #7c9e31 100%);
    background: -webkit-linear-gradient(top, #98c23c 0%,#7c9e31 100%);
    background: linear-gradient(to bottom, #98c23c 0%,#7c9e31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c23c', endColorstr='#7c9e31',GradientType=0 );*/
}
.booking-form-wrapper {
    background: #f1f1f1;
    border: 1px solid #bcbcbc;
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.pay-bt-wrapp {
    text-align: center;
    margin: 15px 0;
}
.fleet-listing .col-md-4 {
    padding: 0 7px;
}
.fleet-listing .row {
    margin: 0 -7px;
    margin-top: 0px;
    margin-right: -7px;
    margin-bottom: 0px;
    margin-left: -7px;
}
#content {
    min-height: 440px;
    /* padding-bottom: 200px; */
}

.fleet-listing .col-md-4 {
    padding: 0 7px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 7px;
}
.inner-content > .container {
    /*z-index: 9;
    position: relative;*/
}
.reserve-camper .form-control,
#retrieve-quote-form .form-control,
.location-form .form-control{
	background:rgba(0, 0, 0, 0.5);
	border:0px solid rgba(0, 0, 0, 0.5);
	color:#fff;
}
.reserve-camper label{
	color:#fff;
	font-weight:normal;
}
.form-group {
    margin-bottom: 10px;
}
.reserve-camper #dropOffLocation{
	margin-top:10px;
}
.reserve-camper input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
}
.reserve-camper .btn-primary{
	display:block;
	width:100%;
	border-radius:0;
	background:#000;
	padding:5px;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
}

.inner-content > .container > .login-form input {
    margin-bottom: 10px;
	background:rgba(0, 0, 0, 0.5);
}
img {
    max-width: 100%;
}
.no-heading{
	font-family: 'open_sansregular';
}
#whatsIncluded .modal-header, #moreDetails .modal-header {
    padding: 0;
    border: 0;
}
.more_pop, #moreDetails .more_pop .head {
    text-align: center;
}
#whatsIncluded .head, #moreDetails .head {
	background: none;
	color: #333;
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	text-shadow: 0 1px 0 #fff;
	text-align:left;
}
.head h4 {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
}
#moreDetails .head h4 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
}
#moreDetails .head h4 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
}
.more_pop .img-div {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
#moreDetails .img-div {
    /*border: 1px solid #bcbcbc;*/
    margin: 10px 0;
}
.more-listing {
    padding: 0 20px;
    list-style: none;
    text-align: left;
    background: #F1F1F1;
    margin: 0;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
#whatsIncluded .more-listing li, #moreDetails .more-listing li {
    border: 0 !important;
}
.more-listing li {
    border-bottom: 1px solid #b5b5b5;
    padding: 5px 5px;
}
.more-listing li i {
    margin-right: 5px;
}
.camper-img {
    margin-bottom: 10px;
}
.camp-video{
	width:100%;
}
.camper-page ul, ul.inn-list {
    list-style: square;
        list-style-position: outside;
    list-style-position: inside;
    padding: 0px;
}
.camper-page ul li {
    margin-bottom: 5px;
}
.camper-banner {
    margin: 20px 0px;
}
.map-page .inner-header .jumbotron,
.map-page .inner-header{
	/*margin-bottom:0;*/
}
.map-page footer{
	/*margin-top:0;*/
}
.campmap{
	width:100%;
	height:1000px;
	border:0;
}
footer .txt-3 {
    font-size: 2.7rem;
}
footer{
	 margin-top: 0px;
}
.nav-tabs > li {
    /*border-right: 1px solid #635ca3;
    border-left: 1px solid #050037;*/
    text-align: center;
    padding: 0;
}
#tabs #searchTabs a {
    color: #fff;
    font-size: 22px;
	border-radius:0 0;
	border: 0;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none;
    background-color:transparent;
	border:0;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: #333;
}
.nav-tabs > li {
	margin-bottom:0;
}
.padd-x.edit .btn,
.btn-container .btn {
    padding: 2px 8px;
	background-color:#de080c;
	border-color:#de080c;
}
.quote-sidebar .btn-container{
	margin-top:5px;
}
.filter-vehicle li a i {
    color: #333;
    font-size: 15px;
}
.whats-include h4 {
    font-size: 16px;
    color:#de080c;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed #878787;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.whats-include ul {
    list-style: none;
    padding: 0;
}
.whats-include ul li {
    font-size: 16px;
    color: #2d2d2d;
    margin: 7px 0;
}
input[type="checkbox"], 
input[type="radio"] {
    margin: 4px 5px 0 0;
}
.quote-sidebar .form-group {
    margin-bottom: 5px;
}
#cancelSearch{
	cursor:pointer;
}
a,a:focus{
	outline:0;
}
.btn-primary {
    color: #fff;
    background-color: #de080c;
    border-color: #de080c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a00003;
    border-color: #a00003;
}
.festival-box {
    padding: 15px;
    border: 1px solid #ddd;
	margin-bottom:15px;
}
.festival-box h2 {
    margin-top: 0;
}
.festival-box h2 a,
.festival-box h2  {
    color: #de080c;
}
.festival-box h2 ~ p {
    font-weight: bold;
}
.festival-box img{
	width:auto;
	height:auto;
}
.car-listing .car-box .col-md-12 > h3{
	border-bottom:1px solid #bcbcbc;	
	padding:10px;
	margin:0 0 10px;
	background: #333;
	color:#fff;
	font-weight:normal;
}
.car-listing .car-box .col-md-12 > div > h3{
	background: #dddddd;
	margin:0;
	padding:8px;
	font-weight:normal;	
	font-family: 'open_sansregular';
    font-size: 18px;
}
.car-listing .car-box img{
	height:auto;
}
.car-listing .car-box .btn-grp input[type="button"] {
	margin:0 5px 10px;
}
.choose-options .padd-x-y {
    padding: 10px;
}
.choose-car h3 {
    font-size: 25px;
    text-transform: uppercase;
}
.quote-sidebar.col-md-3 {
    padding: 0;
}
.paymt-form {
    margin: 0;
    padding: 0;
}
.paymt-form > li {
    padding: 0 0 0 20px;
    list-style: inside;
    background: url("../images/list-style-dot.png") no-repeat 0 8px;
    list-style: none;
    margin: 15px 0;
    display: block;
}
.location-form{
	background: rgba(255, 0, 22, 0.9);
	margin: 0;
	padding: 25px;
	width: 100%;
	color: #fff;
}
.location-form h1{
	margin-top: 0px;
	color: #fff;
}
.location-form label{
	font-weight:normal;
}
.location-form .btn-primary {
    border-radius: 0;
    background: #000;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
	margin-top:15px;
	width:100%;
}
.wrapp-loc .spcl-box {
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    margin: 5px 0;
}
.wrapp-loc > h1{
	margin-top:0;
}
.quote-sidebar h4:first-child{
	/*border-top:0;*/
}
.spcl-box {
    background: #f1f1f1;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    margin: 5px 0;
}
.quote-sidebar a{
	color:#333;
}
#moreDetails .modal-header .close,
#whatsIncluded .modal-header .close {
    margin-top: 3px;
    margin-right: 6px;
}
.head {
    padding: 10px;
}
.broder-t-0{
	border-top:0 !important;
}
.options-box .qty-box span{display:inline-block !important;}
.festival-list.lake .festival-box{
	padding: 10px;
}
.festival-list.lake .festival-box h3{
	color: #de080c;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.winter-head{
	margin-bottom:20px;
}
.winter-reason-list{
	padding-left:20px;
	margin:25px 0;
}
.winter-reason-list li{
	margin-bottom:25px;
}
/*
     FILE ARCHIVED ON 22:08:01 Aug 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:38:52 Mar 06, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 715.005
  exclusion.robots: 0.163
  exclusion.robots.policy: 0.155
  cdx.remote: 0.058
  esindex: 0.007
  LoadShardBlock: 691.337 (3)
  PetaboxLoader3.resolve: 685.446 (4)
  PetaboxLoader3.datanode: 224.231 (4)
  load_resource: 254.685
*/