body{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	text-rendering: optimizeLegibility;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.container{
	max-width:980px;
	margin:auto;
}

a{
	color:#019802;
	text-decoration:underline;
}
a:hover{
	color:#019802;
	text-decoration:none;
}
a:focus{
	outline: none;
}
h1{
	font-size:37px;
	line-height: 30px;
	color:#019802;
	font-weight: 700;
	margin:0;
	padding-bottom:13px;
}
h2{
	margin:0;
	padding-bottom:13px;
	font-size:30px;
	line-height: 29px;
	font-weight: 700;
	color: #019802;
}
h3{
	font-size:16px;
	line-height: 19px;
	color:#000;
	margin:0;
	padding-bottom:6px;
	font-weight: 700;
}

h4{
	font-weight: 700;
	font-size:14px;
	color:#000;
	margin:0;
	padding-bottom:6px;
	line-height:18px;
}

ul{
	padding-left:20px;
}
.show-phone{
	display:none;
}
/*START HEADER HERE*/
#top-header{
	position: relative;
	z-index: 1;
}

.top-head{
/*	height:36px;*/
	height:auto;
	position:relative;
	z-index: 60;
	background: #fff;
}
.select-country > div{
	color:#a8a8a8;
	width:150px;
	padding:6px 0;
}
#header{
	background-color:#1a1a1a;
	padding-bottom:30px;
}
.logo a{
	margin-top:20px;
	display:block;
	margin-left:0px;
	text-decoration:none;
	position: relative;
}
img.santa {
	max-width: 120px;
	position: absolute;
	top: -55px;
	right: -55px;
	z-index: 100;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}
.right-head-link{
	margin:10px 17px 0 0;
}
.tag-logo{
	color:#fff;
	font-family:'FreestyleScript-Regular';
	font-size: 36px;
	line-height: 38px;
	margin-top: 70px;
}
.tag-logo span{
	font-family: 'Roboto', sans-serif;
	color: #ffdd00;
	display: block;
	font-size: 19px;
}
.show-phone .tag-logo span{
	font-size: 22px;
}
.show-phone .tag-logo{
	margin: 0 0 10px 0;
}
.right-head{
	text-align:right;
	padding:50px 0 20px;
	margin:-32px 20px 0 0;
	position:relative;
	
} 
.free-call a {
	text-decoration: none;
	color: #fff;
}
.free-call span{
	line-height: 32px; 
	font-size: 32px;
	color:#019802;
	text-transform:uppercase;
	display:block;
	font-weight: 700;
}
.free-call{
	color:#fff;
	text-align:right;
	line-height:32px;
	font-size:31px;
	margin-top:40px;
	font-weight: 700;
}
.right-head-link a,.right-head-link {
	color:#000;
	font-size:10px;
	font-weight: 700;
	text-decoration:none;
}
.right-head-link a:hover{
	color:#ff0000;
	text-decoration:none;
}
.right-head-link span{
	padding:0 7px;
}
#body{
	position:relative;
}
.body-bg{
	background:url(../images/bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	min-height: 100%;
	width:100%;
	height: auto;
	position:fixed;
	left:0;
	top:0;
	
	z-index:0;
}
.wrapper-box{
	position:relative;
	top:-40px;
	background-color:#fff;
	box-shadow:0 3px 5px #353535;
	z-index:1;
}
/*START MENU HERE*/
/*BOOTSTRAP MENU */
.navbar-default{
	background:none;
	border:none;
	margin:0;
	min-height:0;
}
.navbar-collapse{
	padding:0;
}

#menu .navbar{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}
#menu{
	height:40px;
	position: relative;
	z-index: 35;
}
#menu ul li a, .contact-panel a {
	color:#000;
	font-size:15px;
	line-height: 18px;
	font-weight: 700;
	padding:10px 22px;
	text-decoration:none;
}
.contact-panel a {
	font-weight: 600;
}
.contact-panel a:hover {
    color: #019802;
    text-decoration: none;
}
#contact-table td{
	padding: 5px;
}
#contact-table td a{
	padding: 0;
	font-size:13px;
	line-height: 17px;
}
table#contact-table tr:first-child td:not(:first-child) {
	border-bottom: 1px solid #d3d3d3;
}
table#contact-table tr:nth-child(odd):not(:first-child) td:not(:first-child) {
	background-color: rgba(211, 211, 211, 0.3);
}
#menu ul li{
	background:url(../images/separator.jpg) no-repeat 3px 15px;
	padding-left:2px;
	position:relative;
}
#menu li ul{
	position: absolute;
	left:0;
	width: 300px;
	list-style: none;
	display:none;
	background-color: #fff;
	
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu li:hover ul {
	display:block;
}


#menu ul li li	{
	background:none;
}
#menu li ul li a, .contact-panel-phone {
	padding:8px 5px;
	display:block;
}
#menu .dropdown-menu{
	border:none!important;
}
#menu ul li.open a{
	padding-bottom:10px;
}
#menu ul li.open > a{
/*
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	margin:2px 4px 0 4px;
	padding:8px 18px 13px;
	box-shadow:0 5px 5px #000;
	position: relative;
	z-index: 50;
*/
	box-shadow: none;
	background:#fff;
	margin-left: 5px;

}
#menu ul li:first-child{
	background:none;
	padding-left:0;
}
#menu ul li.dropdown ul{
	left:0;
	width:100%;
	font-size:12px; 
	border-radius:0;
}
#menu ul li > a:hover{
	color:#019802;
}
#menu ul li.dropdown{
	position: static;
}

#menu ul li.open ul{
	display:block;
}
#menu ul li.dropdown > a:hover{
	color:#019802;
}
#menu .dropdown h1{
	font-family: 'Open Sans', serif;
	font-size:30px;
	margin:0;
	text-transform:uppercase;
	padding-bottom:20px;
}
#menu .dropdown h2, .contact-panel h2 {
	color:#019802;
	font-size:15px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding-bottom:13px;
}
#menu .dropdown h3, .contact-panel h3 {
	font-size:12px;
	font-weight: 700;
	margin:0;
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
	
}

.menu-box {
	padding:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	
}

.box-block{
	border-bottom: 1px #c6c6c6 solid;
	padding-bottom:8px;
	margin-bottom:10px;
/*	height: 140px;*/
}

.branch-contact-box .box-block{
	border-top: 1px #c6c6c6 solid;
	border-bottom: none;
	padding-top: 8px;
	margin-bottom: 0px;
}
.nz-branch-contact-box{
	margin-top: -10px;
	margin-bottom: 10px!important;
}
.branch-contact-box .no-border .box-block {
	border-top: none;
	padding-top: 0px;
}
.auto-height.box-block.no-border.au-branch-contact-box {
    margin-bottom: 10px;
}

.auto-height.box-block.no-border.au-branch-contact-box:first-child {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.box-block a{
	font-size:12px;
	padding: 0px;
}

.box-block h3 {
	font-weight: 700;
	text-transform: uppercase;
}

.box-block h3 a{
	font-weight: inherit !important;
}

.box-block h3 a:hover{
	color:#019802 !important;
}
/*BANNER HERE*/
.banner-container{
	position:relative;
}
.book-online-toggle {
	cursor: pointer;
}
.banner{
	position:relative;
	z-index:10;
}
.banner-left{
	background: #019802;
	min-height: 477px;
	height: 100%;
	position:relative;
}

.banner-form{
	padding:30px 0 0 20px;
}
.banner-form .form-group{
	margin-bottom:5px;
	padding-left:8px;
	padding-right:8px;
}
.banner-form .form-control{
	height: 28px;
	padding:3px 10px;
}
.banner-form label{
	font-size:13px;
	font-weight: 400;
	line-height:10px;
	color:#000; 
}
.banner-form h1{
	font-size:37px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	line-height:30px;
	padding-bottom:13px;
	color:#fff;
}
.banner-form h1 span{
	font-size:30px;
	color:#ff0000;
}
.embeded-text h1{
	font-size:32px;
	margin:0;
	font-family: 'Open Sans', serif;
	font-weight: 700;	
	line-height:32px;
	padding-bottom:13px;
	color:#000;
}
.embeded-text h1 span{
	font-size:30px;
	color:#ff0000;
}
.banner-form h1 span.small-text{
	color:#000;
}
.booking-form input,.booking-form select{
	color:#000;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.booking-form{
	width:321px;
}
.booking-form .row{
	margin-left:-8px;
	margin-right:-8px;
}
.block-boxA-text.pull-right.half {
	width: 42%;
	margin-top: 10px;
}
.video-button {
	height: 36px !important;
}
	.video-button > span {
		top: 8px !important;
	}
.quote-btn{
	background:#000;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
	font-size:20px;
	line-height: 19px;
	font-weight: 700;
	font-family: 'Open sans', sans-serif;
	background-size:100%;
	width:321px;
	height:38px;
	border:none;
	margin-top:15px;
}
.banner-left-box{
	position:relative;
	z-index:10;
}
.banner-container.container{
	/*padding-left:0;*/
	max-width:960px;
}
/*START SLIDER*/
.slider{
	overflow:hidden;
	position:absolute;
	right:0;
	width:62%;
	height:100%;
	z-index:0;
}
.slider ul, .cycle-slideshow ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:0;
	height:100%;
	width:100%;
	bottom:0;
}
.slider ul li, .cycle-slideshow li{
	float:left;
	width:100%;
	height:100%;
}
.slider-image img{
	width:100%;
}
.cycle-slideshow .slider-image {
	position: relative;
	right: 0;
	top: 0;
}

.slider-pagination{
	position:absolute;
	bottom:20px;
	right:30px;
	z-index: 100;
}
.slider-pagination a{
	float:left;
	width:20px;
	text-decoration:none;
	overflow:hidden;
	margin-left:5px;
	text-indent:-999px;
	height:20px;
	background-color:#fff;
	border-radius:50%;
	border:3px #fff solid;
}
.slider-pagination a:hover,.slider-pagination a.active, .slider-pagination a.cycle-pager-active{
	background-color:#009802;
}
.slider-content{
	position:absolute;
	right:0;
	width:100%;
	height:100%;
	top:0;
}
	.slider-image-box{
		position:absolute;
		right:30px;
		top:20px;
	}
	.slider-text{
		position:absolute;
		bottom:60px;
		right:50px;
	}
	.textA{
		position:relative;
		padding:132px 0 0 110px;
		color:#fff;
		font-size:96px;
		font-family: 'Open sans', sans-serif;
		font-weight: 700;
		line-height:84px;
		text-shadow:0 3px 3px #000;
	}
.content-area{
	padding:20px 30px;
}
.block-boxA{
	border-bottom:1px #000 solid;
	padding-bottom:20px;
	text-decoration:none;
}
#our-locations .boxA-content{
	font: 600 17px/22px 'Open Sans', sans-serif;
}
.boxA-content a{
	color: #000;
	text-decoration:none;
}
.boxA-content a:hover{
	color: #019802;
}
.block-boxA-col{
	/*border-radius: 10px 10px 0px 0px;*/
	/*-moz-border-radius: 10px 10px 0px 0px;*/
	/*-webkit-border-radius: 10px 10px 0px 0px;*/
	overflow:hidden;
	display:block;
	text-decoration:none;
}
.block-boxA-text{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51c24+27,2a1f20+100 */
	background: #000;
	color:#fff;
	text-align:center;
	height:48px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	position: relative;
}
.tail{
	background:url(../images/tail-arrow-red.png) no-repeat left top;
	position: absolute;
	right: 12%;
	top: -14px;
	width: 30px;
	height: 15px;
}
.block-boxA-text span{
	background:url(../images/arrow.png) no-repeat right center;
	padding-right:30px;
	top:13px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	position:relative;
	text-transform: uppercase;
}
.block-boxA-col:hover{
	text-decoration:none;
}
.content{
	padding-top:20px;
}
.contentA{
	position:relative;
}
.icon1{
	position:absolute;
	right:15px;
	width: 26%;
	top:-10px;
}
.boxA{
	/*min-height: 380px;*/
	margin-bottom: 25px;
	background-color:#e6e6e6;
	border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;
}
.boxA-top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbbc0d+2,ffdd00+48,fbb80f+100 */
	background: #000;
}
.boxA-top span{
	background:url(../images/tail-arrow.png) no-repeat left top;
	position:absolute;
	top:100%;
	left:50px;
	width:40px;
	height:19px;
}
.boxA-title{
	color:#fff;
	font-size:17px;
	line-height: 20px;
	font-weight: 600;
	padding:16px 0 10px 25px;
	text-transform:uppercase;
}
.boxA-link{
	padding:16px 15px 10px 0px;
}
.boxA-link a{
	background:url(../images/black-arrow.png) no-repeat right center;
	padding-right:20px;
	color:#000;
	text-transform:uppercase;
	font-weight: 700;
	font-size:16px;
	text-decoration:none;
}
.boxA-content{
	padding:40px 25px 20px;
}
.button span{
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#019802+44,381f21+93 */
	background: #019802; /* Old browsers */
	font-size:18px;
	display:inline-block;
	padding:5px 15px;
	border-radius: 20px;
}
.button{
	padding-right:10px;
	font-weight: 600;
	text-decoration:none;
}
.button:hover{
	color:#fff;
}
.no-border{
	border:none!important;
}
.pad{
	padding-top:10px;
}
.branch-menu ul li,.branch-menu ul{
	float:none;
}
.branch-menu ul li{
	background-color:#e7e7e7;
	margin-bottom:1px;
	
}
.branch-menu ul li a,.branch-menu .navbar-brand {
	font-weight: 700;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:20px;
	color: #555;
}
.branch-menu ul li > ul li {
	list-style: none;
}
	.branch-menu ul li > ul li a {
		display: inline-block;
	}
.branch-menu .navbar-brand{
	padding:15px;
}
.branch-box{
	margin-bottom:20px;
}
.block-boxB{
	font-size:25px;
	line-height: 1em;
	color:#000;
	padding:10px 20px;
	margin-bottom:20px;
	font-family:'FreestyleScript-Regular';
	text-rendering: optimizeLegibility;
}
.block-boxB p{
	padding:0;
	margin:0;
}
.block-boxB-name{
	text-align:right;
	font-size:16px;
}
.border-black{
	border-top:1px #000 solid;
	border-bottom: none;
	padding-top: 35px;
	margin-top:20px;
}
.booking-steps ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.booking-steps ul li{
	float: left;
	width:20%;
	line-height: 15px;
	height:70px;
	position: relative;
}
.booking-steps ul li > div{
	float: left;
	margin-top:16px;
}
.booking-steps {
	box-shadow: 0 1px 70px #919191;
}
.step-num{
	margin-left:12%;
}
.step-text{
	margin-left:10px;
	padding-top:4px;
}
.booking-steps{
	color: #fff;
}
.booking-steps .step1{
	background-color: rgb(127, 182, 77);
}
.booking-steps span {
    display: block;
    height: 24px;
    position: absolute;
    right: -13px;
    top: 34%;
    width: 13px;
    z-index: 10;
}
.booking-steps .step1 span{
	background: url(../images/step-arrow1.jpg) no-repeat left top;
}
.booking-steps .step2 span{
	background: url(../images/step-arrow2.jpg) no-repeat left top;
}
.booking-steps .step3 span{
	background: url(../images/step-arrow3.jpg) no-repeat left top;
}
.booking-steps .step4 span{
	background: url(../images/step-arrow4.jpg) no-repeat left top;
}
/*.booking-steps .step5 span{
	background: url(../images/step-arrow5.jpg) no-repeat left top;
}*/
.booking-steps .step2{
	background-color: rgb(93, 147, 43);
}
.booking-steps .step3{
	background-color: rgb(74, 122, 29);
}
.booking-steps .step4{
	background-color: rgb(47, 82, 15);
}
.booking-steps .step5{
	background-color: rgb(30, 58, 2);
}
.check{
	position:absolute;
	right:9px;
	top:0px;
}
.select-car-title{
	color:#9f9e9e;
	font-family: 'Open Sans', serif;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px #9f9e9e solid;
	padding-bottom:15px;
}
.select-car-title span{
	font-weight: 700;
}
.select-car-title p {
	color: #000;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
}
.select-car-step2 {
	position:relative;
}
.select-car-step2 ul{
	margin:20px  0 0;
	padding:0;
	list-style:none;
}
.select-car-step2 ul li{
	float:left;
	margin-left:22px;
		width:23.1%;
}
.select-car-step2 ul li a{
	display:block;
	text-decoration:none;
}
.select-car-step2 ul li:first-child{
	margin-left:0;
}
.car-text{
	color:#000;
	font-size:18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a417+0,ffdd00+18,ffdd00+86,f9a417+100 */
background: #f9a417; /* Old browsers */
background: -moz-linear-gradient(top, #f9a417 0%, #ffdd00 18%, #ffdd00 86%, #f9a417 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a417), color-stop(18%,#ffdd00), color-stop(86%,#ffdd00), color-stop(100%,#f9a417)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a417', endColorstr='#f9a417',GradientType=0 ); /* IE6-9 */
text-transform:uppercase;
text-align:center;
padding:10px 0;

	font-weight: 700;
}
.select-car-step2 ul li a:hover .car-text{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1c24+62,6c0c10+100 */
background: #ed1c24; /* Old browsers */
background: -moz-linear-gradient(top, #ed1c24 62%, #6c0c10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#ed1c24), color-stop(100%,#6c0c10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ed1c24 62%,#6c0c10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ed1c24 62%,#6c0c10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ed1c24 62%,#6c0c10 100%); /* IE10+ */
background: linear-gradient(to bottom, #ed1c24 62%,#6c0c10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#6c0c10',GradientType=0 ); /* IE6-9 */
color:#fff;
}
.select-car-step3{
	position:relative;
	margin-bottom:20px;
}
.change-currency, .change-currency:hover{
	background:url(../images/change-currency.png) no-repeat;
	width:68px;
	color:#000;
	font-size:9px;
	text-align: center;
	text-transform:uppercase;
	display:block;
	right:0;
	top:5px;
	text-decoration:underline;
	padding-top:40px;
	cursor: pointer;
	margin: -15px 0px;
}

.select-car-step2 .select-car-title {
	padding-bottom: 5px;
}

.select-car-step2 .change-currency, .select-car-step2.change-currency:hover {
	position: relative;
	margin-top: -8px;
	margin-bottom: 8px;
}

.car-form{
	padding-top:20px;
	border-bottom:1px #c4c4c4 solid;
	padding-bottom:20px;
}
.car-form:last-of-type{
	border-bottom:none;
}
.car-box h1{
	color:#ff0000;
	font-family: 'Open Sans', serif;
	font-size:20px;
	font-weight: 400;
	padding-bottom:5px;
}
.car-box  h1 span{
	font-weight: 700;
}
.car-box h2{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}
.more-info{
	color: #337ab7;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
}
.more-info:hover{
	color: #337ab7;
	text-decoration:none;
}
.pull-bottom-right{
	position: absolute;
	top: 256px;
	right: 0;
	margin: 15px;
}
.booknow{
	text-transform: uppercase;
}
.car-image{
	position: relative;
	text-align:center;
	min-height: 240px;
}
.flag-overlay {
	position: absolute;
	right: 60px;
	bottom: 10px;
}
.flag-overlay img{
	max-height: 230px;
}
.limited-overlay {
	position: absolute;
	right: 0px;
	top: 0px;
}
.badge-overlay {
	position: absolute;
	left: 40px;
	bottom: 20px;
}

.car-price{
	position: relative;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size:100px;
	font-weight: 700;
	border-bottom:1px #e4e4e4 solid;
	margin-bottom:10px;
	padding:0 0 5px 45px
}
.car-price > span:first-child{
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	position:absolute;
	top:5px;
	left:0px;
}
.cents {
	font-size: 36px;
	position: relative;
	font-size: 36px;
	letter-spacing: -2px;
	display: inline-block;
	line-height: 40px;
}
.split-decimal{
    letter-spacing: -5px;
    line-height: 82px;
	display: flex;
}
.split-decimal > .symbol {
	font-size: 36px;
	display: inline-block;
	line-height: 40px;
	margin-right: 5px;
	
}
.car-price span:nth-child(3){
	position: absolute;
	font-family: 'FreestyleScript-Regular';
	font-size: 28px;
	font-weight: 400;
	right: 5px;
	width: auto;
	bottom: 0px;
	
}
.car-price p {
	font-family:'FreestyleScript-Regular';
	font-size:28px;
	clear: both;
	position: relative;
	margin-left: 178px;
	top: -36px;
	font-weight: 400;
}
.info-block {
	border-bottom:1px #e4e4e4 solid;
	padding:0 10px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.price-block{
/*	border-bottom:1px #e4e4e4 solid;*/
	padding:0 10px;
}
.price-block h2{
	font-size:17px;
	text-transform: uppercase;
}
.price-block-vehicle{
	margin-bottom: 20px;
}
.price-block-vehicle h2{
	font-size:17px;
	height: 50px;
	text-transform: uppercase;
}
.feature-block{
	clear: both;
	border-top:1px #e4e4e4 solid;
	padding:20px 10px 0 10px;
}
.feature-block h3{
	padding-bottom:0;
}

.selectcar-btn,.selectcar-btn:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c932b+62,6c0c10+100 */
		border: 0;
	background: #5c932b; /* Old browsers */
	background: -moz-linear-gradient(top, #5c932b 42%, #2f520f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#5c932b), color-stop(100%,#2f520f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5c932b 42%,#2f520f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c932b', endColorstr='#2f520f',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-align:center;
	font-size:18px;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	display:inline-block;
	padding:8px 25px;
	text-decoration:none;
}
.selectcar-btn:disabled {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e2e1+62,605e5e+100 */
	background: #e0e2e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e2e1 42%, #605e5e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0e2e1 42%,#605e5e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0e2e1 42%,#605e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e1', endColorstr='#605e5e',GradientType=0 ); /* IE6-9 */
	color:#000;
	text-align:center;
	font-size:18px;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	display:inline-block;
	padding:8px 25px;
	text-decoration:none;
}

.button-red, .button-orange{
	color:#fff;
	font-size:25px;
	text-align:center;
	padding:10px 44px;
	border:none;
	text-transform:uppercase;
	font-weight: 700;
}
.button-red{
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(top, #5c932b 42%, #2f520f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#5c932b), color-stop(100%,#2f520f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5c932b 42%,#2f520f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c932b', endColorstr='#2f520f',GradientType=0 ); /* IE6-9 */
}
.button-orange{
	background: #000; 
}
.m-case,.passenger{
	position:relative;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:32px;
	line-height: 45px;
}
.m-case img,.passenger img{
	position:relative;
}
.m-case .m-num, .passenger .m-num {
    background: #5a5859;
    border-radius: 50%;
    height: auto;
    left: 87px;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 50px;
    z-index: 30;
}
.passenger .m-num {
    left: 50px;
    top: 5px;
}
.m-img{
	position:relative;
	z-index:0;
}
.hire-process-title,.hire-procces-content{
	text-align: center;
}
.hire-process-title img,.hire-procces-content img{
	display: inline-block;
}
.hire-process-title{
	margin-bottom: 13px;
}
.hire-procces-content{
	margin-bottom: 20px;
}
.select-cart-step4{
	font-size: 14px;
}
.select-car-step4{
	position:relative;
}

.select-car-step4 .select-car-title{
	padding-bottom: 20px;
}

.select-car-step4 .change-currency, .select-car-step4 .change-currency:hover{
	top: -10px;
}


.select-car-step4 h1 {
	color:#020000;
	font-size: 30px;
	font-family: 'Open Sans', serif;
	font-weight: 400;
}
.select-car-step4 h1 span{
	font-weight: 700;
}
.select-car-step4 h2,.subtotal span{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 0;
}
.subtotal span{
	font-weight: 700;
}
.subtotal{
	border-top:1px #e4e4e4 solid;
	border-bottom:1px #e4e4e4 solid;
	padding:13px 0;
	font-size:16px;
}
.car-total{
	font-size:16px;
	padding:10px 0;
	font-weight: 700;
}
.select-car-step4-box{
	padding-top: 20px;
	padding-bottom: 25px;
}
.car-image-step4{
	text-align: center;
}
.car-image-step4 img{
	display: inline-block;
	 height: 257px;
}

.select-car-step4-box .car-total{
	border-bottom: 1px #e4e4e4 solid;
}

.select-car-step4-box .subtotal span, .select-car-step4-box .car-total span, .oneway-car-total span {
	float:left;
}

#select-vehicle .selection-container{
	padding: 20px 3px;
}
#select-vehicle ul.selection-bar{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.selection-bar:after, .selection-bar:before{
	display: table;
	content: " ";
}
#select-vehicle ul.selection-bar > li{
	float: left;
	position: relative;
	display: block;
}
#select-vehicle ul.selection-bar > li{
	width: 25%;
	padding: 0 12px;
}

#select-vehicle ul.selection-bar > li a {
	text-decoration: none;
}

#select-vehicle ul.selection-bar > li .selection-box{
	border-radius: 0px;
	position: relative;
	display: block;
}

.car-container h1{
	font-size: 24px;
	color: #000;
}
.car-container h2{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#select-vehicle .selection-box{
	border: 1px solid #c7c7c7;
}

#select-vehicle .selection-box img{
	width:100%;
	height:auto;
}
#select-vehicle .selection-box .footer{
	background-color: #f8da2b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0px;
	text-transform: uppercase; 
}

#select-vehicle ul.selection-bar > li a:hover .selection-box .footer, #select-vehicle ul.selection-bar > li.active .selection-box .footer{
	background-color: #ed1c24;
}


#select-vehicle .vehicle-stats{
	padding: 20px 0px;
}
#select-vehicle .vehicle-stats span{
	font-size: 9px;
	font-weight: 800;
	text-align: center;
	display: block;
	padding-bottom: 5px;
}



#select-vehicle .vehicle-stats .number{
	background: #5a5859;
	border-radius: 25px;
	left: 50%;
	top: 50%;
	position: absolute;
	text-align: center;
	width: 30px;
	height: 30px;
	z-index: 30;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
/*	padding-right: 1px;*/
}
#select-vehicle .vehicle-stats .icon{
	position: relative;
	z-index: 0;
}
#select-vehicle .vehicle-stats .icon img{
	position: relative;
	display: block;
	width: auto;
	max-height: 40px;
}

#select-vehicle .vehicle-stats .bags {
	width: 88px;
	margin: 0 auto;
}
#select-vehicle .vehicle-stats .bags .number{
	top: 17px;
	left: 59%;
}

#select-vehicle .vehicle-stats .seats{
	width: 65px;
	margin: 0 auto;
}
#select-vehicle .vehicle-stats .seats .number{
	top: 20px;
}

#select-vehicle .vehicle-stats .gears .number{
	left: 28%;
	top: 5px;
}

#select-vehicle .vehicle-stats .gears{
	width: 65px;
	margin: 0 auto;
	position: relative;
}

#select-vehicle .vehicle-stats .gears .number.number-left{
	left: 2%;
}

#select-vehicle .vehicle-stats .gears .number.number-right{
	left: 60%;
}

#select-vehicle .car-container{
	border-bottom: 1px #c4c4c4 solid;
	padding-bottom: 20px;
}

#select-vehicle .car-display-box{
	margin: 15px 100px;
}

#select-vehicle .book-vehicle-btn{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	margin-left: 4px;
	display: inline-block;
	padding: 8px 25px;
	text-decoration: none;
	
	border: 0;
	background: #ed1c24;
	background: -moz-linear-gradient(top, #5c932b 42%, #2f520f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#5c932b), color-stop(100%,#2f520f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c932b 42%,#2f520f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5c932b 42%,#2f520f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c932b', endColorstr='#2f520f',GradientType=0 );
}

#select-vehicle .book-vehicle-btn:disabled {
	background: #e0e2e1;
	background: -moz-linear-gradient(top, #e0e2e1 62%, #605e5e 100%);
	background: -webkit-linear-gradient(top, #e0e2e1 62%,#605e5e 100%);
	background: linear-gradient(to bottom, #e0e2e1 62%,#605e5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e1', endColorstr='#605e5e',GradientType=0 );
	color: #000;
}

#select-vehicle .quote-vehicle-btn{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	margin-left: 4px;
	display: inline-block;
	padding: 8px 25px;
	text-decoration: none;
	border: 0;
	background: #000; 
}

#select-vehicle .quote-vehicle-btn:disabled {
	background: #e0e2e1;
	background: -moz-linear-gradient(top, #e0e2e1 62%, #605e5e 100%);
	background: -webkit-linear-gradient(top, #e0e2e1 62%,#605e5e 100%);
	background: linear-gradient(to bottom, #e0e2e1 62%,#605e5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e1', endColorstr='#605e5e',GradientType=0 );
	color: #000;
}

#select-vehicle .currency{
	text-align: center;
	text-transform: uppercase; 
	padding: 0px;
}
#select-vehicle .currency-code{
	font-size: 20px;
	font-weight: 500;
	display: block;
}
#select-vehicle .currency-rate{
	color: #848484;
	font-size: 9px;
	display: block;
}
.change-currency-icon{
	background: url(../../../assets/images/currency-icon.png) no-repeat;
	cursor: pointer;
	height: 27px;
	display: block;
	position: relative;
	background-position: center;
	text-decoration: none;
	width:100%;
}

#select-vehicle .price{
	font-family: 'Montserrat', sans-serif;
	font-size: 97.62px;
	font-weight: 700;
	letter-spacing: -5px;
	line-height: 69.23px;
	display: flex;
	margin-left: -15px;
}
#select-vehicle .price .currency-symbol{
	font-size: 46.54px;
	display: inline-block;
	line-height: 36px;
	margin-right: 5px;
}

#select-vehicle .price .extra{
	font-size: 28.71px;
	letter-spacing: -2px;
	display: inline-block;
	line-height: 19px;
	padding-left: 10px;
}

.row.vehicle-stats > div {
	border-left: 1px solid #e7eaec;
	min-height: 58px;
}
.row.vehicle-stats > div:first-child {
	border-left:none;
}

#select-vehicle .extra .header{
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 16.15px;
	letter-spacing: 0;
	padding-top: 9px;
	padding-left: 10px;
}
#select-vehicle .extra .subheading{
	color: #848484;
	font-size: 8px;
	display: block;
	line-height: 9px;
	letter-spacing: 0;
	font-weight: 400;
	width: 75px;
	padding-left: 10px;
}

#select-vehicle .vehicle-image{
	position: relative;
	text-align: center;
	min-height: 150px;
	padding-bottom: 20px;
}

#select-vehicle .more-info-description{
	padding-bottom: 20px;
}

.vehicle-image .banner-overlay {
	position: absolute;
	right: 60px;
}

.booking-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
}

.booking-overlay img{
	display: block;
	width: auto;
	height: 100%;
	max-height: 90%;
	left: 7%;
	position: relative;
}

.vehicle-image .banner-overlay img {
	max-height: 212px;
}

.no-border{
	border: none;
}
.oneway-car-total{
	font-size:16px;
	padding:10px 0;
	font-weight: 700;
	border-bottom: 1px #e4e4e4 solid;
	border-top: 1px #e4e4e4 solid;
}

.manual-booking-details{
	width: 100% !important;
}
.manual-booking-details table{
	width: 100%!important;
}
.manual-booking-details table h3{
	padding-right: 20px;
}
.manual-booking-details label {
	width: 196px;
	padding-right: 19px;
}
.manual-booking-details .checkbox label {
    width: 269px;
    padding-right: 0px;
    text-align: right;
}
.manual-booking-details table tr td:first-child{
	vertical-align: top;
}
.manual-booking-details .submit-btn{
	text-align: left !important;
}


.book-formA{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a417+0,ffdd00+18,ffdd00+86,f9a417+100 */
background: #f9a417; /* Old browsers */
background: -moz-linear-gradient(top, #f9a417 0%, #ffdd00 18%, #ffdd00 86%, #f9a417 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a417), color-stop(18%,#ffdd00), color-stop(86%,#ffdd00), color-stop(100%,#f9a417)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9a417 0%,#ffdd00 18%,#ffdd00 86%,#f9a417 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a417', endColorstr='#f9a417',GradientType=0 ); /* IE6-9 */

}
.book-formA-box{
	margin: auto;
	max-width:800px;
	padding:50px 0;
	font-size:15px;
}
.book-formA-box h1 span{
	color:#020000;
}

.find-my-details-form {
	width:290px;
	padding-top:5px;
}
.find-my-details-form input[type="text"]{
	border-radius:8px;
	color:#000;
	font-family: 'Roboto', sans-serif;
}

.find-submit input{
	border:none;
	color:#fff;
	font-size:18px;
	padding:5px 13px;
}
.book-formA-box .form-group{
	margin-bottom:7px;
}
.renter-form{
	margin:auto;
	width:615px;
}
.renter-form h1{
	font-size:28px;
}
.renter-form h2,.select-box h2{
	font-size:15px;
	font-weight: 700;
}
.renter-title{
	text-align:right;
}
.renter-form h3{
	font-size:14px;
	font-weight: 700;
}
.renter-form table tr td:first-child{
	text-align:right;
	padding-right:10px;
}
.renter-form table{
	width:444px;
	float:right;
}

.renter-form table.quote-form{
	width:100%;
}

.renter-form table tr td{
	padding-bottom:19px;
}
.renter-form label{
	font-weight: 400;
}
.rent-day{
	float:left;
	width:72px;
}
.rent-month{
	width:116px;
	float:left;
	margin-left:10px;
}
.rent-year{
	width:98px;
	margin-left:10px;
	float:left;
}
.renter-form table tr td.confirm-btn{
	text-align:center!important;
}
.select-box{
	margin:auto;
	max-width:800px;
	padding:40px 0;
}
.select-box h2{
	font-family: 'Open Sans', serif;
}
.border-bottom{
	border-bottom:1px solid #9f9e9e;
}
.border-top{
	border-top:1px solid #9f9e9e;
}
.select-box .row > div:first-child{
	text-align:right;
}
.select-box label{
	font-weight: 400;
	padding-top:10px;
}
.selectarea{
	width:85px;
	padding:5px 0 0 8px;
}
.selectarea select{
	width:40px;
	margin-left:5px;
	padding:0;
}
.selectA h1{
	padding-left:80px;
}
input[type="checkbox"], input[type="radio"]{
	margin:2px 0 0;
}
.qty{
	width:20px;
	padding-top:5px;
}
.qty-box{
	width: 50px;
	margin-left: 5px;
}
.checkboxarea{
	width:180px;
}
.selectA-button{
	padding:30px 0 0;
/*	text-align:center;
	margin:auto;*/
}
.selectA-button input{
	padding:10px 0;
	width:150px;
	display:inline-block;
/*	margin:0 8px;*/
	margin:0 4px;
}
.selectA-button .button-red{
	margin: 0 -2px;
}

table.onway-customer-deatails{
	width: 453px;
}
.onway-customer-deatails label{
	min-width: 130px;
}
.promo-videos{
	width: 100%;
    background-size: 80px 60px;
	padding: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
/*	background: linear-gradient(0deg, rgba(253,194,16,1) 0%, rgba(253, 221, 0, 1) 10%, rgba(253, 221, 0, 1) 90%, rgba(253, 192, 16, 1) 100%);*/
	background: rgba(252,193,18,1);
	background: -moz-linear-gradient(top, rgba(252,193,18,1) 0%, rgba(252,218,0,1) 6%, rgba(253,219,0,1) 51%, rgba(253,223,0,1) 96%, rgba(252,193,18,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,193,18,1)), color-stop(6%, rgba(252,218,0,1)), color-stop(51%, rgba(253,219,0,1)), color-stop(96%, rgba(253,223,0,1)), color-stop(100%, rgba(252,193,18,1)));
	background: -webkit-linear-gradient(top, rgba(252,193,18,1) 0%, rgba(252,218,0,1) 6%, rgba(253,219,0,1) 51%, rgba(253,223,0,1) 96%, rgba(252,193,18,1) 100%);
	background: -o-linear-gradient(top, rgba(252,193,18,1) 0%, rgba(252,218,0,1) 6%, rgba(253,219,0,1) 51%, rgba(253,223,0,1) 96%, rgba(252,193,18,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,193,18,1) 0%, rgba(252,218,0,1) 6%, rgba(253,219,0,1) 51%, rgba(253,223,0,1) 96%, rgba(252,193,18,1) 100%);
	background: linear-gradient(to bottom, rgba(252,193,18,1) 0%, rgba(252,218,0,1) 6%, rgba(253,219,0,1) 51%, rgba(253,223,0,1) 96%, rgba(252,193,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc112', endColorstr='#fcc112', GradientType=0 );
	background-repeat: repeat-x;
}
.promo-videos h2{
	font-weight: 700;
}
.promo-videos a{
	color: white;
	text-decoration: none;
}
.promo-embeded-video{
	height: 255px;
	margin: 25px;
	width: 353px;
	padding-bottom: 25.25%;
}
.travel-blog{
	margin-bottom: 20px;
}
.blog-listing-item:first-child{
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.blog-listing-item{
	padding-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.btn-blog-filter{
	font: 600 13px/17px 'Open Sans', serif;
	color: #000;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	background-color: #019802;
}
.btn-blog-filter:hover{
	color: #fff;
}
/*end body*/
#footer{
	color:#fff;
	margin-top:-40px;
	position:relative;
	z-index:10;
	text-decoration:none;
	font-size:13px;
	line-height: 22px;
	font-weight: 700;
}
#footer span {
	color: #019802;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

.wrapbox{
	padding:0 30px;
}
#footer-top{
	background-color:#1a1a1a;
	padding:20px 0;
	color:#fff;
}
#footer-top .footer-number span, #footer-top .footer-number span a{
	color: #c5c6c6;
}

#footer h3{
	font-size:13px;
	color:#ffdd00;
	margin:0;
	padding-bottom:0px;
	text-transform:uppercase;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#footer .footer-right h3{
	color:#ffdd00;
}
.footer-right {
	font-weight: 700;
}
.social a{
	display:inline-block;
	margin-top:8px;
}
.footer-bottom{
	border-top:1px #4c4c4c solid;
	padding-top:25px;
	margin-top:25px;
}
.footer-bottom ul li a{
	font-weight: 700;
}
#footer-bottom{
	background-color: #2c2d2d;
	text-align: right;
	font-size: 12px;
	color:#c5c6c6;
	padding:13px 0;
}
#footer-bottom span{
	font-weight: 700;
	color:#fff;
}
/*end footer*/

/* slider*/
.cycle-slideshow li{
	visibility:hidden;
}
.cycle-slideshow li:first-child{
	visibility:visible;
}

#ui-datepicker-div{
	max-width: 96% !important;
}
/* end slider*/

/*** media area ****/
@media (max-width: 1280px) {
	#menu ul li a{
		font-size:16px;
		padding:10px 19px;
	}
	#menu ul li.open > a{
		padding-left:15px;
		padding-right:16px;
	}
	.slider-image img{
		width:110%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	img.santa {
	    max-width: 80px;
	    top: -37px;
	    right: -37px;
	}
	.tag-logo {
   		font-size: 27px;
		line-height: 31px;
/*		margin-top: 35px;*/
	}
	.tag-logo span{
		font-size: 15px;
	}
	.free-call {
		font-size: 25px;
		line-height: 29px;
		margin-top: 40px;
	}
	#menu ul li a{
		font-size:12px;
		padding:10px 15px;
	}
	#menu ul li.open > a{
		padding-left:11px;
		padding-right:10px;
	}
	.booking-form{
		width:263px;
	}
	.banner-form label{
		font-size:10px;
	}
	.quote-btn{
		width:100%;
	}
	.slider-image img{
		width:130%;
	}
	.banner-container.container{
		width:auto;
	}
	.banner-form h1 span{
		font-size:23px;
	}
	.banner-form h1 {
		font-size: 25px;
		line-height: 28px;
	}
	.block-boxA-text{
		font-size: 10px;
		height: 37px;
	}
	.box-block {
		height: auto;
	}
	#menu .dropdown h2{
		font-size: 13px;
	}
	#menu .dropdown h3{
		line-height: 15px;
	}
	.button span{
		font-size:13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.wrapper{
		width: 750px;
	}
	.textA {
	    font-size: 43px;
	    line-height: 44px;
	    padding: 141px 0 0 59px;
	}
	.step-text {
	    font-size: 11px;
	    line-height: 15px;
	    margin-left: 5px;
	    padding-top: 4px;
	}
	.car-text{
		font-size:13px;
	}
	.select-car-step2 ul li{
		width:22.5%;
	}
	.car-price p{
		font-size: 20px;
		margin-left: 118px;
		top: -27px;
	}
	.car-price span:nth-child(3){
		font-size: 20px;
	}
	.split-decimal > .symbol,  .cents{
		font-size: 30px;
	}

	.split-decimal {
		line-height: 60px;
	}
	.car-price {
		font-size: 68px;
		font-weight: 700;
		padding: 0 0 5px 45px;
	}
	.car-price > span:first-child) {
		font-size: 13px;
		left: 22px;
		top: 5px;
	}

	.price-block h2,.feature-block h3{
		font-size:12px;
	}
	.price-block-vehicle h2 {
		font-size: 15px;
	}
	.promo-videos h2{
		height: 60px;
	}
	.m-case .m-num, .passenger .m-num{
		left:50px;
		top: 2px;
	}
	.passenger .m-num {
	    left: 50px;
	    top: 2px;
	}
	.select-car-step4 h1{
		font-size: 25px;
	}
	.content-area,.wrapbox{
		padding-left: 20px;
		padding-right: 20px;
	}
	#select-vehicle .car-display-box{
		margin: 15px;
	}
}


@media (max-width: 767px) {
	img.santa {
	    top: -61px;
	    right: -40px;
	}
	.content-area,.wrapbox{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pull-bottom-right{
		top: 140px;
	}
	.show-phone{
		display:block;
	}
	#menu ul li a{
		color:#231f20;
		font-weight: 400;
	}
	#menu ul li a:hover{
		color:#231f20;
		font-weight: 700;
	}
	#menu .dropdown-menu.hide-phone{
		display: none!important;
	}
	#menu ul li.open > a{
		background: none!important;
		box-shadow: none!important;
		padding:8px 9px 10px!important;
		border-radius:0;
	}
	.hide-phone{
		display:none;
	}
	.free-call {
		font-size: 23px;
	}
	.col-xs-4.logo {
		padding-right: 0;
		width: 44%;
	}
	.right-head{
		background:none;
		margin:0;
		text-align:left;
		padding:25px 0 20px;
	}
	.right-head-link,.right-head-link a {
		color:#fff;
	}
	.head-box{
		float:right;
		margin-right:58px;
		padding-left:0;
		width:200px;
	}
	.free-call{
		margin-top:7px;
		text-align:left;
		line-height:28px;
	}
	#menu ul li a{
		font-size:13px;
		padding:10px 13px;
	}
	#menu .navbar-header {
		position: absolute;
		right: 0px;
		top: -111px;
	}
	#menu .navbar-default .navbar-toggle{
		background:none;
		border:none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background:none;
	}
	#menu .navbar-default .navbar-toggle .icon-bar, #menu .navbar-default{
		background-color:#fff;
	}
	.right-head-link {
   		 margin: 0 27px 3px 0;
	}
	#menu{
		height:auto;
	}
	#header{
		padding-bottom:0;
	}
	.wrapper-box{
		top:0;
	}
	#menu .navbar-nav{
		margin:0;
	}
	#menu .navbar{
		position: relative;
	}
	nav{
		padding:0 15px;
	}
	 #menu ul li{
		background:none;
		padding:0;
	}
	#menu li:hover ul{
		position:relative;
		background-color:#eeedec;
		width:100%;
	}
	
	#menu ul li a{
		padding-top:15px;
		padding-bottom:15px;
	}
	#menu ul li a:hover,#menu  ul > li:hover > a{
		background-color:#f6f6f5;
	}
	#menu li li a:hover{
		background:none!important;
	}
	#menu  ul > li:hover > a{
		margin-bottom:1px;
	}
	.banner{
		padding:0;
		overflow:hidden;
	}
	
	.booking-form{
		width:97%;
	}
	.banner-container{
		width:auto;
		padding:0 15px;
	}
	.box-block {
		height: auto;
	}
	#footer-top .pull-left,#footer-top .pull-right{
			float: none!important;
	}
	.footer-menu .row > div{
		width:48%;
		margin-bottom: 13px;
	}
	.footer-menu .row > div:nth-child(2n+1){
		clear: left;
	}
	.footer-right{
		margin-bottom: 13px;
	}
	.footer-bottom > .row > div{
		width: 100%;
	}
	.footer-bottom .row .row > div{
		width: 48%;
	}
	#footer-bottom{
		text-align: center;
	}
	.block-boxA .row > div{
		width:49%;
	}
	.block-boxA .row > div:nth-child(2n+1){
		clear:left;
	}
	.block-boxA-col{
		width: 217px;
		margin: 0 auto 20px;
	}
	.top-head .wrapper,#header .wrapper{
		padding:0 15px;
	}
	.branch-menu ul li a{
		padding-left:30px;
	}
	.branch-menu ul,.branch-menu .navbar{
		margin:0;
		padding:0;
	}
	
	.branch-menu .navbar-header{
		background-color:#e0e0e0;
	}
	#footer{
		margin:0;
	}
	.branch-menu .navbar-toggle {
		float: right;
		height: 50px;
		margin:0;
		padding: 9px 16px;
		position: relative;
		width: 57px;
		border-left:1px #fff solid;
	}
	.branch-menu .navbar-toggle:before{
		position:absolute;
		left:-2px;
		top:0;
		height:100%;
		width:1px;
		background-color:#ccc;
		content:'';	
	}
	.step-text {
	    font-size: 11px;
	    line-height: 15px;
	    margin-left: 5px;
	    padding-top: 4px;
	    display: none;
	}
	.step-num {
    	float: none !important;
    	margin-left: 0;
    	text-align: center;
    	width: 100%;
	}
	.step-num img{
		display: inline-block;
	}
	.step2.active {
   	  width: 32%;
	}
	.step2.active .step-text{
		display:block;
	}
	.step2.active .step-num{
		width:80px;
		float:left!important;
	}
	.wrapper-box{
		margin:0 -15px;
	}
	.booking-steps{
		overflow:hidden;
	}
	.banner-form{
		padding:30px 0 0 10px;
	}
	li.step1 .step-num{		
		margin-left: 15%;
		text-align: left;
		width:auto;
		
	}
	.select-car-step2 ul li{
		width:47%;
		margin-bottom:20px;
	}
	.select-car-step2 ul li a{
		width:208px;
		margin:auto;
	}
	.select-car-step2 ul li:nth-child(2n + 1){
		clear:left;
		margin-left:0;
	}
	.car-image{
		text-align:center;
	}
	.car-image img{
		display:inline-block;
	}
	.wrapbox{
		padding:0;
	}
	.select-car-step4 h1{
		font-size: 20px;
	}
	.renter-title{
		text-align:left;
	}
	.renter-form table,.renter-form{
		width:auto;
	}
	.book-formA-box{
		padding:30px 30px;
	}
	.find-my-details-form{
		padding:20px 0 0;
	}
	.select-box .row > div:first-child{
		text-align:left;
	}
	.select-box{
		line-height:18px;
		padding:20px 0;
	}
	.select-box h2{
		padding-bottom:5px;
	}
	.select-box .radio{
		width:20px;
		display:inline-block;
	}
	.select-box input[type=radio],.select-box input[type=checkbox]{
/*		margin-left:0;*/
		margin-top:3px;
	}
	.radio-inline span{
		float: right;
	}
	.checkbox-inline span {
		float:right;
		width:87%;
	}
	.select-box label{
		padding-top:0;
	}
	.checkboxarea {
		padding-top:11px;
	}
	.checkboxarea label{
		float:left;
		width:140px;
	}
/*	.selectA .row > div:nth-child(2){
		margin-top:-8px;
	}*/
	.selectA .row{
		padding-bottom:15px;
	}
	.selectA h1 {
		padding-left: 0px;
	}
	
	.change-currency, .change-currency:hover{
		margin: 0px;
	}
	#select-vehicle .car-display-box{
		margin: 15px 95px;
	}
}

@media (max-width: 741px){
	img.santa {
		width: 110px;
		top: -40px;
		right: -40px;
	}
}

@media (max-width: 688px){
	img.santa {
		width: 90px;
	}
	#select-vehicle .selection-box .footer {
		height: 60px;
	}
}
@media (max-width: 512px){
	img.santa {
		width: 80px;
		top: -35px;
		right: -35px;
	}
	.button-orange{
		font-size: 20px;
	}
	.button-red{
		font-size: 20px;
	}
	#select-vehicle .car-display-box{
		margin: 15px 65px;
	}
}
@media (max-width: 480px) {	
	.button-orange{
		font-size: 18px;
	}
	.button-red{
		font-size: 18px;
	}
	.button-orange-div{
		padding-right: 0!important;
	}
	.head-box{
		width:202px;
	}
	.col-xs-4.logo{
		margin-top:10px;	
	}	
	.step-num {
		float: none !important;
		margin-left: 13px;
		text-align: left;
		width: 100%;
	}
	.step2.active .step-num{
		width:40px;
	}
	.select-car-title span{
		display:block;
	}
	.change-currency, .change-currency:hover{
		top:18px;
	}
	.car-price p {
		position: relative;
		font-size: 20px;
		margin-left: 118px;
		top: -27px;
	}
	.car-price span:nth-child(3){
		font-size: 20px;
	}
	.split-decimal {
		line-height: 68px;
	}
	.car-price {
		font-size: 68px;
		font-weight: 700;
		padding: 0 0 15px 45px;
	}
	
	.split-decimal > .symbol, .cents {
		font-size: 30px;
	}
	
	.price-block h2,.feature-block h3{
		font-size:12px;
	}
	.find-my-details-form{
		width:auto;
	}
	.radio-inline span {
		float: right;
		width: 93%;
	}
	.selectA-button input {
		font-size: 20px;
		width: 126px;
	}
	#select-vehicle .car-display-box{
		margin: 15px 6px;
	}
}
@media (max-width: 479px) {
	.button-orange{
		font-size: 15px;
		padding: 5px 21px;
	}
	.button-red{
		font-size: 15px;
		padding: 5px 10px;
	}
	.button-orange-div{
		padding-right: 0!important;
	}
	.head-box{
		width:128px;
		margin-right:33px;
	}
	.free-call{
		font-size:14px;
	}
	.right-head-link a, .right-head-link{
		font-size:9px;
	}
	.right-head-link span{
		padding:0 3px;
	}
	.free-call span{
		line-height: 1;
	}
	.block-boxA-col{
		width:110%;
	}
	.block-boxA-text{
		font-size: 10px;
		height: 43px;
	}
	.block-boxA-text span{
		padding-right: 15px;
	}
	.banner-form label{
		font-size: 11px;
	}
	.boxA-title{
		padding-left: 10px;
	}
	.block-boxA-text span{
		background-size: 10px 10px;
		top: 11px;
	}
	.block-boxA-text {
		font-size: 10px;
		height: 39px;
	}
	.block-boxA .row > div:nth-child(2n){
		margin-left: -10px;
	}
	.button span{
		font-size:13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.block-boxB{
		font-size:22px;
		padding:10px 0;
		line-height:25px;
	}
	.step-text,.check{
		display:none!important;
	}
	.select-car-step2 ul li{
		width:100%;
		margin: 0 auto 20px;
	}
	.select-car-title{
		font-size:14px;
	}
	.change-currency, .change-currency:hover{
		top:13px;
	}
	.rent-day {
		float: left;
		width: 52px;
	}
	.rent-day select,.rent-year select,.rent-month select{
		padding-left:3px;
		padding-right:3px;
	}
	.rent-month,.rent-year{
		margin-left:5px;
	}
	.rent-date > div{
		width:31%;
	}
	.selectA-button input {
		font-size: 20px;
		width: 115px;
	}
	
	#select-vehicle ul.selection-bar > li {
		padding: 0 2px;
	}
	#select-vehicle .selection-box .footer {
		font-size: 15px;
		height: 57px;
	}
	.table-responsive {
		 border: none;
	}
}

@media (max-width: 320px) {
	.button-orange{
		font-size: 12px;
	}
	.button-red{
		font-size: 12px;
	}
	h1{
		font-size: 18px;
	}
	.button span{
		font-size:10px;		
	}
	.quote-btn{
		width:100%;
	}
	img.santa {
	    width: 40px;
	    top: -18px;
	    right: -18px;
	}
	#select-vehicle .car-display-box{
		margin: 15px 21px;
		margin-left: 5px;
	}
	#select-vehicle .price {
		font-size: 80.62px;
		line-height: 59.23px;
	}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}