@CHARSET "UTF-8";
.bcal-container{
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	padding: 5px;
	border: solid 1px #ccc;
	box-shadow: 0 0 3px #C0C0C0;
}
.bcal-table{
	border-collapse: separate;
	border-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
.bcal-table thead th{
	background-color: #fff;
	font-weight: bold;
	color: #212121;
	height: 20px;
	text-align: center;
}
.bcal-table tbody td{
	color: #212121;
	cursor: pointer;
	font-weight: normal;
	height: 25px;
	width: 25px;
	text-align: center;
}
.bcal-table .bcal-empty{
	background-color: #fff;
	cursor: default;
}
.bcal-table .bcal-date{
	background-color: #F1F1F1;
	border: solid 1px #D0C5C5;
}
.bcal-table .bcal-past{
	background-color: #FEFEFE;
	border: solid 1px #E6E1E1;
	color: #898989;
	cursor: default;
}
.bcal-table .bcal-today{
	background-color: #FFFF99;
}
.bcal-table .bcal-week{
	border: solid 1px #D0C5C5;
	background-color: #E4E4E4;
	cursor: default;
}
.bcal-table .bcal-selected{
	background-color: #FEFEFE;
	border: solid 1px #FFCC66;
	color: #CC6600;
}
.bcal-table .bcal-over,
.bcal-table .bcal-date:hover{
	background-color: #FFFFCC;
	border: solid 1px #FFC34C;
	color: #CC6600;
}




/* CALENDAR STYLES */



.bcal-container {
	border-radius: 0!important;
	box-shadow: 0!important;
	border: 0!important;
	padding: 0!important;
}
.bcal-table thead tr:first-child {
    background: #4f4872 !important;
}
.bcal-table thead th {
    background-color: #4f4872 !important;
    color: #fff;
    font-family: din-light !important;
    font-weight: 100;
    font-size: 17px;
}
.bcal-table {
    background-color: #fff !important;
}
.bcal-table td {
    border: 0 !important;
}
.bcal-table .bcal-selected {
    background-color: #4f4872!important;
    border: 0!important;
    color: #fff!important;
}
.bcal-table .bcal-today {
    background-color: #ffb933!important;
    color: #000!important;
}
td.bcal-date, td.bcal-date.bcal-past {
	background-color: #fff!important;
}
td.bcal-empty {
	background-color: #eaeaea!important;
}
@CHARSET "UTF-8";
.ojs-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: 12px normal Arial, sans-serif;
	display: none;
}
.ojs-wrapper{
	background-color: #666;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9500;
}
.ojs-holder{
	background-color: #fff;
	border: solid 10px #fff;
	position: absolute;
	z-index: 9600;
	box-shadow: 0 0 3px #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ojs-header{
	background-color: #ddd;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-indent: 5px;
	top: 0;
	width: 100%;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
.ojs-content{
	bottom: 32px;
	overflow: auto;
	position: absolute;
	top: 32px;
	width: 100%;
}
.ojs-footer{
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
}
.ojs-close{
	background: url(core/libs/overlayJS/overlay-close.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 16px;
}
@CHARSET "UTF-8";
.extraInsuranceDetails .crExtraName {line-height:15px!important; margin-top:10px!important;}
.crBreadcrumbs {
    height: 70px!important;
}
.crBreadcrumbsTitle {
    padding-top: 4px!important;
}
.crText, .crTextarea {
    padding: 6px!important;
}
.priceDetails table {
    margin: 50px auto!important;
}
.extrasDetails, .priceDetails {
    min-height: 280px!important;
}
.bookingDetails, .paymentDetails {
    min-height: 260px!Important;
}
.paymentInfo table tr td input[type="text"], .paymentInfo table tr td select {
    padding: 3px 10px!important;
}
.bookingPlaces {
margin-top:20px!important;
}
.crContainer{
	color: #3e3f41;
	font: normal 12px Verdana, Arial, sans-serif;
	overflow: hidden;
}
.crContainer p, .crContainer ul{margin: 0; padding: 0}
.crContainer a{
	color: #0a4965 ;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}
.crDatepickerIcon{
	background: url(app/web/img/frontend/calendar.png) 0 0 no-repeat;
	border: none;
	float: left;
	outline: none;
	display: block;
	height: 24px;
	margin: 3px 2px 0;
	width: 25px;
}
.crDate{
	float: none;
	background: #FFFFFF;
}
.crSelectReturn{
	width: 61% !important;
}
.crBtn{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	padding: 8px 15px;
}
.crPriceBtn{
	text-align:center;
	color: #909092;
}
.crPriceBtn span{
	display: block;
	margin-bottom: 5px;
}
.crPriceBtn a{
	display: block;
}
.crExtraQty{
	float:left;
	line-height: 35px;
}
.crBtnDefault {
	background: #0f5b7e !important;
    -webkit-border-radius: 28 !important;
    -moz-border-radius: 28 !important;
    border-radius: 28px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    outline: none !important;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none !important;
    margin-top: 10px !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    border: none !important;
    display: block;
    font-size: 15px!important;
    max-width: 250px;
    text-align: center;
    text-transform: uppercase;
    width: 100%!Important;
}
#crBtnQuote {
	height: 55px;
    width: 200px !important;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: none;
    outline: none;
    float: right;
}
.crBtnDefault:visited {
	position:relative;
	top:1px;
	color:#fceffc !important;
}
.crBtnDefault:active {
	position:relative;
	top:1px;
	color:#fceffc;
}
.crBtnDefault2 {
	background-color: #fd4507;
	border-radius:0;
	border:none;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
    padding: 10px 22px;
    text-transform: uppercase;
    border-bottom: 0;
}
.crBtnDefault2:hover {
    background-color: #df410c;
	display:inline-block;
	color:#fceffc;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
    padding: 10px 22px;
    text-transform: uppercase;
}
.crBtnDefault2:visited {
	position:relative;
	top:1px;
	color:#fceffc !important;
}.crBtnDefault2:active {
	position:relative;
	top:1px;
	color:#fceffc;
}
.crBtnDisableGrey{
	background-color: #C7C7C7;
    border: 1px solid #BCBCBC;
    cursor: default;
}
.crBtnDisableGrey:hover{
	cursor: default;
	background-color: #C7C7C7;
    border: 1px solid #BCBCBC;
}
.cr_same_location{
	margin-top: 25px !important;
}
#cr_same_location{
	margin: 0px;
	padding: 0px;
}
.crDateTimePicker .crLeft.crDateTimePickerLeft {
	width: 48% !important;
	margin-right: 2%;
	float: left;
}
.crDateTimePicker .crLeft.crDateTimePickerRight {
	width: 48% !important;
	margin-left: 2%;
	float: left;
}
.crDateTimePicker .crLeft input {
	float: left;
	width: 95% !important;
	margin-right: 5%;
}
.crDateTimePicker .crLeft select.crHourMin {
	width: 56% !important;
	float: left;
	margin-left: 0px !important;
}
.crDateTimePicker .crLeft select#cr_minutes_to.crHourMin,
.crDateTimePicker .crLeft select#cr_minutes_from.crHourMin {
	width: 44% !important;
}
#crFormSearch {
	width: 100%;
	margin: auto;
}
.crLeft100 .crLeft {
	width: 50%;
	float: left;
}
.vehicle-features {
	margin: 0;
	padding: 0;
}
.vehicle-features li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	font-size: 16px;
}
.vehicle-features li:before {
    content: "N";
    font-family: 'ElegantIcons';
    position: absolute;
    font-size: 16px;
    left: 0px;
    top: 4px;
}
.crBtnBack {
	background-color: #c7c7c7;
    border-radius: 6px 6px 6px 6px;
	border:1px solid #bcbcbc;
	display:inline-block;
	color:#fceffc;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:9px 45px;
	text-decoration:none;
}
.crBtnBack:hover {
    border: 1px solid #bcbcbc;
    border-radius: 6px 6px 6px 6px;
	background-color:#b9b8b8;
}
.crBtnBack:visited {
	position:relative;
	top:1px;
	color:#fceffc !important;
}
.crBtnBack:active {
	position:relative;
	top:1px;
	color:#fceffc;
}
.crBtnAdd{
	background: url(app/web/img/frontend/btn_add.png) 10% 45% no-repeat;
	color: #569FD6;
	width: 100px;
	border: 1px solid #B8B9BB;
	background-color: #FDFDFD;

}
.crBtnRemove{
	background: url(app/web/img/frontend/btn_remove.png) 10% 45% no-repeat;
	color: #569FD6;
	width: 100px;
	border: 1px solid #B8B9BB;
	padding-left: 40px;
	background-color: #FDFDFD;
}
.crLocale {
	display:none!important;
}
.crLocaleMenu{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin: 0;
}
.crLocaleMenu li{
	float: left;
	margin: 0;
	width: 38px;
	height: 37px;
}
.crLocaleMenu li a{
	display: inline-block;
	width: 38px;
	height: 37px;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
	background: url(app/web/img/frontend/locale_bg.png) 0 0 no-repeat;
}
.crLocaleMenu li a img{
	border: none;
	position: absolute;
	top: 12px;
	left: 12px;
}
.crLocaleMenu li a:hover{
	background-position: 0 -37px;
}
.crLocaleMenu li a:active, .crLocaleMenu li a:focus, .crLocaleMenu li a.crLocaleFocus{
	background-position: 0 -37px;
}
ul.crBreadcrumbs{
	list-style: none;
	margin: 0 0 0 0;
	overflow: hidden;
}
ul.crBreadcrumbs li{
	display: inline;
}
.progress-wrap ._ps1::before,
.progress-wrap ._ps2::before,
.progress-wrap ._ps3::before,
.progress-wrap ._ps4::before,
.progress-wrap ._ps5::before {
    color:#1b6494!important;
}
.crBreadcrumbs{
	width: 100%;
	height: 111px;
	background-color: #3C8B01!important;
}
.crBreadcrumbsTitle {
	padding-top:25px;
	position: relative;
}
.crBreadcrumbsTitle a:link, .crBreadcrumbsTitle a:visited, .crBreadcrumbsTitle a:active{
	color: #d7dee6;
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 13px;
	position: relative;
	height: 31px;
	line-height: 31px;
	width: 25%;
	background-position: 0 5px;
	font-weight: bold;
}
.crBreadcrumbsTitle a.crBreadcrumbsFinal{
	width: 25%;
}
.include-exclude-rates {
    background: #fff none repeat scroll 0 0!important;
    border-left: 0 solid #e8e8e8!important;
    border-right: 0 solid #e8e8e8!important;
    border-bottom: 0 solid #e8e8e8!important;
    border-top: 1px solid #e8e8e8!important!;
    margin-top: 0!important;
    margin-left: 0!important;
    padding: 10px 5%!important;
    position: absolute!important;
    width: 100%!important;
}
.progress-wrap ._ps {
    background: url(app/web/img/frontend/breadcrumbs.png) 0 0 no-repeat;
    height: 27px;
    position: absolute;
    top: 0;
    width: 37px;
    z-index: 3;
}
.progress-wrap {
	position: relative;
	margin-top: 28px;
    float: left;
    width: 100%;
}
.progress-wrap .focus {
    background-position: 0 -27px;
    left: 0;
}
.progress-wrap ._ps1 {
    left: 8%;
}
.progress-wrap ._ps1.passed {
    background-position: 0 -55px !important;
	left: 8%;
	cursor: pointer;
}
.progress-wrap ._ps2 {
    background-position: 0 0px;
    left: 36%;
}
.progress-wrap ._ps2.focus {
    background-position: 0 -27px !important;
    left: 36%;
    cursor: pointer;
}
.progress-wrap ._ps2.passed {
     background-position: 0 -55px !important;
	left: 36%;
	cursor: pointer;
}
.progress-wrap ._ps3 {
    background-position: 0 0px;
    left: 62%;
}
.progress-wrap ._ps3.focus {
    background-position: 0 -27px !important;
    left: 62%;
    cursor: pointer;
}
.progress-wrap ._ps3.passed {
    background-position: 0 -55px !important;
	left: 62%;
	cursor: pointer;
}
.progress-wrap ._ps4 {
    background-position: 0 0px;
    left: 70%;
}
.progress-wrap ._ps4.focus {
    background-position: 0 -27px !important;
    left: 70%;
    cursor: pointer;
}
.progress-wrap ._ps4.passed {
	background-position: 0 -55px !important;
	left: 70%;
	cursor: pointer;
}
.progress-wrap ._ps5 {
    background-position: 0 0px;
    left: 86%;
}
.progress-wrap ._ps5.focus {
    background-position: 0 -27px !important;
    left: 86%;
    cursor: pointer;
}
.progress-wrap ._ps5.passed {
	background-position: 0 -55px !important;
	left: 86%;
	cursor: pointer;
}
.progress-bar {
    background: url(app/web/img/frontend/progress.png) repeat-x scroll 0 0 transparent;
    height: 19px;
    left: 9%;
    position: absolute;
    top: 11px;
    width: 78%;
}
.crBreadcrumbsIcon a:link, .crBreadcrumbsIcon a:visited, .crBreadcrumbsIcon a:active{
	background: url(app/web/img/frontend/breadcrumbs.png) 0 0 no-repeat;
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	height: 31px;
	line-height: 34px;
	text-indent: 25px;
	width: 25%;
	background-position: 0 5px;
	font-weight: bold;
}
.crBreadcrumbsTitle a.focus{
	color: #fff;
}
.crBreadcrumbs span{
	position: absolute;
	top: 0;
	left: 13px;
	text-indent: 0;
}
.crBreadcrumbs a span{
	color: #676d6d;
}
.crBreadcrumbs a.focus span{
	color: #FFFFFF;
}
.crSort{
}
.crUp{
	background: url(app/web/img/frontend/arrow_up.png) center center no-repeat;
}
.crDown{
	background: url(app/web/img/frontend/arrow_down.png) center center no-repeat;
}
.crSortHolder{
	overflow: hidden;
	float:right;
}
.crTypeOuter{
	overflow: hidden;
}
.crType{
	padding: 10px 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top: 2px solid #1C2238;
	border-left: 2px solid #1C2238;
	border-right: 2px solid #1C2238;
	border-bottom: 2px solid #1C2238;
	margin-bottom:20px;
}
.crTypeImg{
	border: none;
	float: left;
	margin: 0 8px 0 7px;
}
.crTypeArea{
	float: left;
	width: 42%;
}
.crTypeAreaInner{
	margin-left:8px;
}
.crTypeRight{
	float:right;
	overflow: hidden;
	width: 20%;
}
.crTypeRightSmallScreen{
	display: none;
}
.crTypeTitle{
	color: #6a6666;
	margin: 0 0 10px 0;
	font-size: 13px;
}
.crTypeTitle strong {
	color: #0a4965;
	font-weight: bold;
	font-size: 18px;
}
.crTypeDesc{
	color: #fd4507;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 15px 0 10px;
    text-align: left;
    width: 100%;
}
.crTypePrice{
	margin: 0 0 10px 0;
	border: 2px solid #ebebeb;
	overflow: hidden;
	text-align:center;
	background-color: #F6F8F9;
	padding: 6px
}
.crTypePrice p{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #737476;
}
.available-dates > label {
    display: block;
    margin-top: 10px;
}
.available-dates span {
    display: inline-block;
    border: 1px solid #0a4965;
    padding: 6px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.crPrice{
	color: #0E0F0F;
	display: block;
	height: 30px;
	line-height: 27px;
	position: relative;

}
.crPrice abbr{
	background: #fff url(app/web/img/frontend/price_left.png) 0 0;
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}
.crPrice strong{
	font-weight: bold;
	font-size: 20px;
}
.crAttributeBar{
	margin: 35px 0 15px 0;
	overflow: hidden;
	width: 100%;
}
.crAttribute{
	color: #202221;
	display: block;
	font-weight:bold;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 0 1px 0 0;
	padding: 0 8px 0 33px;
	text-align: left;
	width: 50px;
	margin-right: 10px;
}
.attribute-group-items { width: 136px; float: left; }
.crAttribute-passengers{background: url(app/web/img/frontend/passengers.png) no-repeat;background-color: #fff;}
.crAttribute-aircondition{background: url(app/web/img/frontend/aircondition.png) no-repeat;background-color: #fff;}
.crAttribute-luggages{background: url(app/web/img/frontend/luggages.png) no-repeat;background-color: #fff;}
.crAttribute-doors{background: url(app/web/img/frontend/doors.png) no-repeat;background-color: #fff;}
.crAttribute-transmission{background: url(app/web/img/frontend/transmission.png) no-repeat;background-color: #fff;}
.crTypeBootom{
	color: #6a6666;
	line-height: 36px;
	overflow: hidden;
}
.crTypeBootom .crBtn{
	float: right;
}
.crForm{}
.crForm p{
	margin: 0 0 10px 0;
	overflow: hidden;
}
#crFormSearch{
	overflow: hidden;
}
.crLabel {
    font-size: 13px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-family: open sans !important;
}
.crLabelNotes { font-size: 10px; }
.cr4Textarea { min-height: 258px; }
.crPriceIndicator{
	text-align: center;
}
.crPriceIndicator label{
	float: none;
}
.crPriceIndicator label.price-label{
	font-size: 20px;

}
.crTextDate{
	border: solid 1px #dddfde;
	padding: 10px 3px 10px 30px;
	color: #7D8286;

}
.crPointer{cursor: pointer}
.crText,
.crTextarea{
	background-color: #FEFEFE;
	border: solid 1px #dddfde;
	padding: 9px 6px;
	color: #7D8286;
}
.crSelect{
	background-color: #FEFEFE;
	border: solid 1px #dddfde;
	padding: 9px 6px;
	color: #7D8286;
}
#crFormSearch .crSelect {
	background-color: #FFFFFF;
	color: #000;
}
#crFormSearch input.input-error,
#crFormSearch select.input-error {
	background-color: #FFB3B3 !important;
}
#crFormSearch .checkbox-bg-wrap label {
	color: #000;
	font-weight: 300;
	font-size: 14px;
}
.crSelect#cr_pickup_age,
.crSelect.crLocation {
	border: solid 2px #2E2E2E;
	background: transparent;
	padding: 9px 6px;
	color: #7D8286;
	padding-left: 40px;
	width: 100%;
	height: 48px;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
}
.crSelect#cr_pickup_age { padding-left: 10px; }
.crSelect.crTime {
	text-indent: 26px;
    background-color: #EBEBEB;
    border-right: 0px;
    height: 44px;
}
@-moz-document url-prefix() {
    .crSelect.crTime {
      	text-indent: 10px;
    }
}
.crSelect.crTimeMin {
	background-color: #EBEBEB;
    border-left: 0px;
    margin-left: -6px;
    height: 44px;
}
.cr4Select{
	background-color: #FEFEFE;
	border: solid 1px #dddfde;
	padding: 8px 6px;
	color: #7D8286;
}
.crSelectSmall{
	background-color: #FEFEFE;
	border: solid 1px #dddfde;
	padding: 5px 6px;
	color: #7D8286;
}
.crReadonlySmall {
	background: transparent;
	border: none;
}
.crSelectReturn{
	background-color: #FEFEFE;
	border: solid 1px #dddfde;
	padding: 8px 6px;
	color: #7D8286;
}
.crSameLocation{
	padding-top:10px;
	overflow: hidden;
	display:block;
	width: 190px;
	float: left;
}
.crLabel.price-label {
	font-size: 16px;
}
.crLabel.price-label span {
	text-decoration: line-through;
}
.crLabel.price-label b { font-size: 18px; }
.w70{
	width:70px;
}
.w200{
	width:200px;
}
.crClear{
	clear: both;
	height: 1px;
}
.cr4CCText{
	width:140px;
}
.cr4CCSelect{
	width: 153px;
}
.crBooking{
	background-color: #ffffff;
	margin: 15px;
	overflow: auto;
}
.crR10{
	margin-right: 10px !important;
}
.crBox{
}
.crBoxTop{
}
.crBoxTopLeft{
	background: #fff url(app/web/img/frontend/f_top_left.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 3px;
}
.crBoxTopRight{
	background: #fff url(app/web/img/frontend/f_top_right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 3px;
}
.crBoxWTop{
	color: #0E0F0F;
	background-color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 2px 0 0;
	padding: 5px 10px;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
}
.crBoxMiddle{
	background-color: #FBFBFB!important;
	border-bottom: solid 1px #d0c5c5;
	border-left: solid 1px #d0c5c5;
	border-right: solid 1px #d0c5c5;
	overflow: hidden;
	padding: 25px 20px 6px 20px;
}
.crBoxBottom{
	border-bottom: solid 1px #d0c5c5;
}
.crBoxBottomLeft{
	border-left: solid 1px #d0c5c5;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 5px;
}
.crBoxBottomRight{
	background: #fff url(app/web/img/frontend/f_bottom_right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 5px;
}
.crLocation,.crAge{
	overflow: hidden;
}
.crNote{
	background: url(app/web/img/frontend/map.png) 0 0 no-repeat;
	padding: 0 0 0 25px;
}
.crContainer .crNotice{
	margin: 0 0 15px;
}
.cr3YourBooking{
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
.include-exclude-rates {
	position: absolute;
    margin-top: 0;
    width: 80%;
    margin-left: 5%;
    padding: 10px 5%;
    background: #FFF;
    border: 1px solid #e8e8e8;
}
.include-exclude-rates-title {
	color: #2c2f6d ;
    padding: 0 2px 0 24px;
    position: relative;
    cursor: pointer;
}
.include-exclude-rates-title:before {
    content: "+";
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: -6px;
}
.include-exclude-rates-title.active:before {
	content: "x";
}
.include-exclude-rates-text {
	display: none;
}
.include-exclude-rates-text.active {
	display: block;
}
.include-rates-text,
.exclude-rates-text {
	position: relative;
	margin-top: 20px;
}
.exclude-rates-text {
	border-top: 1px solid #E8E8E8;
    padding-top: 20px;
}
.include-rates-text h4,
.exclude-rates-text h4 {
	margin-left: 10px;
	color: #7D7D7F;
	font-size: 16px;
}
.include-rates-text ul,
.exclude-rates-text ul {
	margin-left: 20px;
	color: #ADADAF;
}
.green-icon {
	display:none;
}
.red-icon {
	display:none;
}
.cr2ChooseCar{
	margin-top: 0px;
	margin-bottom: 16px;
}
.cr3excess-details {
	position: absolute;
    margin-top: 20px;
    padding: 10px 10% 10px 0;
    width: 100%;
    background: #FFF;
}
.cr3excess-details h3 {
	margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.cr3excess-details b {
	padding-left: 10px;
}
.cr3excess-details .excess-details {
	padding-left: 20px;
}
.cr3excess-details .excess-details p { margin-top: 10px; }
.cr3Extras{
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 10px;
	padding-bottom: 30px;
	overflow:auto;
	background-color: #FFFFFF;
	position: relative;
}
.cr3ExtraLoader{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("app/web/img/frontend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
    left: 0;
    position: absolute;
    top: 0;
}
.cr3Continue{
	text-align: right;
	margin-right: 15px;
	margin-top: 20px;
}
.crExtraPrice{
	overflow:hidden;
}
.crExtra{
	overflow: hidden;
	margin: 3px 15px;
	padding: 7px;
	border: 1px solid #DDDFDE;
	background-color: #F6F8F9;
}
.crExtra abbr{
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
}
.crExtra p{
	float: right;
	margin: 0 7px 0 0;
	text-align: right;
	width: 25%;
}
.crExtra strong{
	font-weight: bold;
	line-height: 35px;
}
.crExtra span{}
.crExtra button{
	float: right;
	margin-left: 10px;
}
.crStep{
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.crStep span{
	background: url(app/web/img/frontend/pad.png) 0 0 no-repeat;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 6px;
	width: 27px;
}
.crStep a{
	float: right;
}
.crExtraLeft{
	float: left;
	width: 49%;
}
.crExtraRight{
	float: right;
	width: 49%;
}
.crGray{color: #7d7d7f; }
.crRed{color: #ef7a06}
.crALeft{text-align: left}
.crARight{text-align: right}
.crBold{font-weight: bold}
.crFloatLeft{float: left}
.crFloatRight{float: right}
.cr3imgBox{
	float: left;
	width: 30%;
}
.cr3Img{
	border: none;
	height: 48px;
	float: left;
	width: 54px;
}
.cr3Items{
}
.cr3Items p{
	margin: 0 0 5px 0;
}
.cr3Term{
	line-height: 50px;
}
.crW300{width: 300px}
.crW320{width: 320px}
.crW328{width: 328px}
.crLegend{
	overflow: hidden;
	margin: 10px 0 15px;
	border-bottom: 1px solid #E8E8E8;
}
.crLegendText{
	color: #8a8e91;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	display: block;
	float: left;
	height: 31px;
}
.crLegendLeft{
	background: url(app/web/img/frontend/legend_left.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 31px;
	width: 18px;
}
.crLegendRight{
	background: url(app/web/img/frontend/legend_right.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 31px;
	width: 18px;
}
.crExtraTable{
	border-collapse: collapse;
	margin: 15px 15px 10px 16px;;
	width: 96%;
}
.crExtraTable td{
	padding: 8px 4px;
}
.crExtraTable .crKey{
	color: #4f5052;
	font-size: 12px;
	text-align: left;
	width: 40%;
}
.crExtraTable .crKey span{
	font-weight: bold;
}
.crExtraTable .crKeyBold{
	font-weight: bold;
	font-size: 13px;
}
.crExtraTable .crRed{
	color: red;
}
.crExtraTable td.crLine{
	height: 1px;
	background-color: #4F5052;
	padding: 0px !important;
}
.crExtraTable .crValue{
	color: #3e3f41;
	font-size: 14px;
	vertical-align: top;
}
label.crError {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 5px 0 0;
}
.crError {
    color: #FF0000;
}
input.crError, select.crError, textarea.crError {
    background-color: #FFB3B3;
    border: 1px solid #BE3D21;
    color: #330000;
}
input.crValid, select.crValid, textarea.crValid {
    background-color: #B8DAA9;
    border: 1px solid #6A9D48;
    color: #333300;
}
.crCheckoutForm .crLeft{
	width: 40%;
	padding: 15px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
}
.crCheckoutForm .crLeft100{
	width: 100%;
	padding: 15px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
}
.crCheckoutForm .crFormRow{
	overflow: hidden !important;
}
.crTypeAreaSmallScreen{
	display:none;
}
.crTabsSmallScreen{
	display:block;
	float: left;
	margin-bottom: 12px;
}
.crSortVehicleType{
	display:block;
	float: left;
	margin-left: 20%;
	margin-bottom: 12px;
}
.extraPriceValue{
	text-align: right;
}
.crFinalStep{
	overflow: hidden;
}
.crFinalStep label{
	display: block;
	margin-bottom: 10px;
}
.crTypeMoreDec {
	border-top: 1px solid #CCC;
    margin-top: 10px;

}
.crTypeMoreDec li {
	float: left;
    list-style: none;
    padding-left: 22px;
    height: 30px;
    margin-top: 20px;
    font-size: 13px;
    margin-right: 14px;
	background: url(app/web/img/frontend/tick-icon.png) 0 0 no-repeat;
}
.crBoxSearchInfo {
	position: relative;
    min-height: 140px;
}
.crBoxSearchInfoHead {
	position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    background: #0a4965;
    width: auto;
}
.crBoxSearchInfoBody {
	position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    height: 100px;
    background: #0f5b7e;
    color: #FFF;
    padding: 10px 16px;
    width: auto;
}
.crBoxSearchInfoBody div {
	width: auto;
	float: none;
}
.crBoxSearchInfoBody label {
	position: absolute;
	top: -26px;
}
.crBoxSearchInfoBody .pickup-info,
.crBoxSearchInfoBody .return-info,
.crBoxSearchInfoBody .vehicle-info {
	display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
.crBoxSearchInfoBody .rental-info {
	float: right;
}
.crBoxSearchInfoBody .pickup-info .pickup-location,
.crBoxSearchInfoBody .return-info .return-location {
	margin-bottom: 10px;
}
.crBoxSearchInfoBody .vehicle-info .vehicle-info-image  {
	display: inline-block;
	vertical-align: top;
}
.crBoxSearchInfoBody .vehicle-info .vehicle-info-image img {
	max-height: 80px;
}
.crBoxSearchInfoBody .vehicle-info .vehicle-info-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.crBoxSearchInfoBody .vehicle-info .vehicle-info-title span {
	text-transform: uppercase;
    font-size: 14px;
}
.crBoxSearchInfoBody .rental-info  label {
    width: 120px;
    text-align: center;
}
.rental-info .rental-info-price {
	width: 160px;
    background: #ff6f80;
    margin-top: -10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 90px;
    min-height: 100px;
}
.rental-info-price .price-symbol {
	font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.rental-info-price .price-large {
	font-size: 36px;
    vertical-align: middle;
}
.rental-info-price .price-small {
	font-size: 30px;
    font-weight: 500;
    vertical-align: bottom;
}
.payment-early-method {
	opacity: 0;
	vertical-align: middle;
}
.early-pay-title {
	font-size: 14px;
}
.early-pay-desc {
	display: block;
    margin-left: 34px;
    text-align: left;
}

/*new car list*/
.col-12 {
	width: 100%;
	float: left;
}
.col-11 {
	width: 91.66666667%;
	float: left;
}
.col-10 {
	width: 83.33333333%;
	float: left;
}
.col-9 {
	width: 75%;
	float: left;
}
.col-8 {
	width: 66.66666667%;
	float: left;
}
.col-7 {
	width: 58.33333333%;
	float: left;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-5 {
	width: 41.66666667%;
	float: left;
}
.col-4 {
	width: 33.33333333%;
	float: left;
}
.col-3 {
	width: 25%;
	float: left;
}
.col-2 {
	width: 16.66666667%;
	float: left;
}
.col-1 {
	width: 8.33333333%;
	float: left;
}
.text-center {
	text-align: center;
}
.crTypeItem {
    overflow: hidden;
    background-color: #FFFFFF;
    border-top: 2px solid #0a4965;
    border-left: 2px solid #0a4965;
    border-right: 2px solid #0a4965;
    border-bottom: 2px solid #0a4965;
    margin-bottom: 20px;
}
.image-block {
	background: #EBEBEB;
	padding: 10px;
	min-height: 240px;
}
.features-block {
	min-height: 240px;
}
.features-block ul {
	margin: 0;
    padding: 20px 10px 20px 30px;
    display: grid;
    width: 100%;
    min-height: 240px;
    border-right: 1px solid #EBEBEB;
    color: #999999;
}
.features-block .features-icon {
	list-style: none;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    padding-left: 40px;
    min-height: 40px;
    line-height: 40px;
    margin: 0px 0px;
    background-position: left center;
}
.features-block .features-icon.passengers-icon {
	background-image: url(app/web/img/frontend/passengers-icon.png);
}
.features-block .features-icon.luggages-icon {
	background-image: url(app/web/img/frontend/bags-icon.png);
}
.features-block .features-icon.doors-icon {
	background-image: url(app/web/img/frontend/doors-icon.png);
}
.features-block .features-icon.transmission-icon {
	background-image: url(app/web/img/frontend/gear-icon.png);
}
.features-block .features-icon.ac-icon {
	background-image: url(app/web/img/frontend/ac-icon.png);
}
.notes-block {
	min-height: 240px;
	padding: 40px;
	position: relative;
	vertical-align: middle;
	display: grid;
}
.notes-block:after {
	content: "";
	position: absolute;
	right:0;
	top: 0;
	bottom: 0;
	background: #EBEBEB;
	width: 1px;
}
.notes-block .car-offer {
	position: relative;
    top: -20px;
    background: #D53326;
    left: -40px;
    color: #FFF;
    display: block;
    width: 150px;
    padding: 12px;
    height: 40px;
    line-height: 17px;
    text-transform: uppercase;
}
.notes-block .car-offer:after {
	content: "";
	position: absolute;
    right: -18px;
    top: 0px;
    bottom: 0px;
    width: 18px;
    background-position: center;
    background-size: cover;
}
.car-notes {
	min-height: 0px;
}
.car-notes .custom-notes {
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #EBEBEB;
	color: #000;
}
.car-notes .custom-notes span {
    display: block;
    background: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    position: relative;
}
.custom-notes span:before {
	content: "\f00c";
	position: absolute;
	font-family: 'FontAwesome' !important; left: 0;
}
.choose-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.choose-items ul li {
	padding-left: 20px;
}
.choose-items ul li .tick-icon {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome' !important;
}
.choose-items ul li .tick-icon:before { content: "\f00c" !important; }
.price-block {
	padding: 30px 25px;
	min-height: 240px;
}
.PriceBox {
	text-align: right;
}
.PriceBox .crPrice {
	font-size: 30px;
	font-weight: bold;
	color: #0f5b7e;
}
.PriceBox .crPrice span {
	margin: 0;
    margin-top: -4px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.PriceBox .crPrice span.price-small {
	display: inline-block;
    font-size: 22px;
    font-weight: 500;
    display: initial;
}
.PriceBox .crPrice span.price-large {
    font-size: 34px;
    margin-left: -6px;
    display: inline-block;
    display: initial;
}
.price-block .crBtnContinue:hover,
.price-block .crBtnContinue {
	background: #006555;
  	background-image: -webkit-linear-gradient(top, #006555, #00473C);
  	background-image: -moz-linear-gradient(top, #006555, #00473C);
  	background-image: -ms-linear-gradient(top, #006555, #00473C);
  	background-image: -o-linear-gradient(top, #006555, #00473C);
  	background-image: linear-gradient(to bottom, #006555, #00473C);
  	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	color: #ffffff;
  	font-weight: 500;
  	outline: none;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
  	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.price-block .crBtnContinue:hover {
	background:#006555!important;
}
.price-block .crBtnContact:hover,
.price-block .crBtnContact {
	background: transparent;
	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
	border: 1px solid #CCC;
	color: #CCC;
	margin-top: 10px;
	font-weight: 500;
  	outline: none;
  	padding: 10px 20px 10px 20px;
  	text-decoration: none;
}
.checkout-head-title {
	color: #0f5b7e;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
.extras-info .extras-list {
	background: #FFF;
    padding: 20px 50px;
}
.extras-info .extra-item {
	width: 100%;
	padding: 10px 40px;
	border-bottom: 1px solid #000;
	height: 100px;
}
.extras-info .extra-item:first-child {
	border-top: 1px solid #000;
}
.extras-info .extra-item .extra-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.extras-info .extra-item .extra-image img {
	max-width: 100%;
	max-height: 100px;
}
.extras-info .extra-item .extra-title {
	width: calc(60% - 100px);
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 10px;
}
.extras-info .extra-item .extra-price {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.extras-info .extra-item .extra-action {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.extras-info .extra-item .extra-action button.crBtn.crBtnAdd,
.extras-info .extra-item .extra-action button.crBtn.crBtnRemove {
	background: none;
    border: none;
    width: 36px;
    padding: 0;
	color: #000;
	outline: none;
}
.extras-info .extra-item .extra-action button.crBtn.crBtnAdd:after {
    content: "V";
    font-family: 'ElegantIcons';
   	font-size: 36px;
    text-align: center;
}
.extras-info .extra-item .extra-action button.crBtn.crBtnRemove:after {
    content: "Z";
    font-family: 'ElegantIcons';
    font-size: 36px;
    text-align: center;
}
.extra-action .count-extra span {
    display: inline-block;
    vertical-align: middle;
}
.extra-action .count-extra .count-minus,
.extra-action .count-extra .count-plus {
	font-size: 24px;
	cursor: pointer;
}
.extra-action .count-extra .count-minus:after {
	content: "K";
    font-family: 'ElegantIcons' !important;
}
.extra-action .count-extra .count-plus:after {
	content: "L";
    font-family: 'ElegantIcons' !important;
}
.extra-action .count-extra .count-value {
	font-size: 16px;
	display: inline-block;
	margin:0 4px;
}
.personal-info {
	border: 1px solid #000;
    display: inline-block;
    width: 100%;
    padding: 0 40px 10px 40px;
}
.personal-main-info {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 10px 0px;
	position: relative;
}
.personal-info input { width: 100%; height: 40px; }
.personal-info select { width: 100%; height: 40px; }
.personal-info table { width: 100%; }
.personal-main-info:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border: 1px solid #000;
}
.personal-main-info .personal-main-info-left table {
	width: 80%;
	float: left;
}
.personal-main-info .personal-main-info-right table {
	width: 80%;
	float: right;
}
.personal-info table td { text-align: left; }
.personal-main-info table td.col-dob input {
	width: 33.33%;
	float: left;
}
.personal-main-info table td.col-phone input.code,
.personal-main-info table td.col-mob input.code {
	width: 120px;
	float: left;
}
.personal-main-info table td.col-phone input,
.personal-main-info table td.col-mob input {
	width: calc(100% - 120px);
	float: left;
}
.personal-main-info-2 {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.arrival-main-info table td input { width:50%; }
.checkout-bg {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #EBEBEB;
}
.searchbox-bg {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #F6F6F6;
}
.insurance-list {
	width: 100%;
    display: inline-block;
    background: #FFF;
    padding: 20px 40px;
}
.insurance-list .insurance-title {
	font-size: 14px;
    color: #000;
}
.insurance-item {
    margin-top: 20px;
    padding: 40px 20px;
    position: relative;
}
.insurance-item .insurance-duplicate {
	position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    z-index: 999;
}
.insurance-item-block {
	border: 3px solid #B7B7B7;
	color: #B7B7B7;
	padding: 20px;
	min-height: 220px;
	cursor: pointer;
}
.insurance-item-block.active {
	border: 3px solid #1F2F60;
	color: #1F2F60;
}
.insurance-item-title {
	display: inline-block;
	width: 100%;
	min-height: 44px;
}
.insurance-price {
	margin: 10px 0 0;
	min-height: 19px;
}
.insurance-description {
    min-height: 40px;
}
.insurance-item-block button {
	width:40px;
	height: 40px;
	background: #B7B7B7;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.insurance-item-block.active button:after {
	content : "";
	position: absolute;
	top: 9px;
	left: 9px;
	width: 20px;
	height: 20px;
	background: #0f5b7e;
	border-radius: 100%;
}
.insurance-item-title-title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
	text-transform: uppercase;
	font-size: 16px;
    margin-left: 16px;
}
.pricedetails-info {
	display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.pricedetails-info .price-info table {
	width: 90%;
}
.pricedetails-info .price-info table tr td {
	text-align: left;
	color: #212D61;
}
.pricedetails-info .price-info table tr td:last-child {
	text-align: right;
}
.pricedetails-info .price-info table tr td.under-line {
	border-bottom: 1px solid #000;
}
.pricedetails-info .price-info table tr.redbg-field td {
	background: #0f5b7e;
	color: #FFF;
	padding-bottom: 5px;
}
.pricedetails-info .price-info table tr.redbg-field td p { margin: 0; }
.pricedetails-info .price-info table tr.coupon-row td {
	text-align: left;
	color: #969696;
}
.show-coupon-field { cursor: pointer; }

.checkout-head-title-sub { font-size: 14px; }
.checkout-head-title-text {
	margin-bottom: 10px;
    font-size: 14px;
}
.insurance-default { color: #911714; }
.payment-option-info #crCCData {
	width: 100%;
    max-width: 560px;
    display: inline-block;
    background: #1B2139;
    padding: 20px;
    color: #FFF;
    border-radius: 20px;
    margin-top: 20px;
}
.payment-option-info .cc-exp {
	width: 44%;
	padding-top: 0;
}
.payment-option-info .cc-code {
	width: 48%;
    margin-left: 4%;
    padding-top: 0;
}
.payment-option-info .paymentDetails-title {
	color: #000;
    font-size: 16px;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}
.payment-option-info .paymentDetails-table tr td {
	padding:  10px 60px 10px 0;
	vertical-align: top;
}
.payment-option-info .paymentDetails-table tr td label {
	position: relative;
	font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}
.payment-option-info .paymentDetails-table tr td input {
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 10px;
	outline: none;
}
.payment-option-info .paymentDetails-table tr td .apm-radio-bg {
	position: absolute;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 100%;
}
.payment-option-info .paymentDetails-table tr td .apm-radio-bg.active:after {
	content: "";
    background: #252525;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
}
.payment-option-info .deposit-payment-table {
	width: 100%;
	background: #FFF;
	color: #252525;
}
.payment-option-info .deposit-payment-table tr td {
	padding: 20px 60px 0px 30px;
	text-align: left;
}
.payment-option-info .deposit-payment-table tr td .apm-radio-bg {
	width: 40px;
	height: 40px;
	background: #CCC;
	vertical-align: middle;
}
.payment-option-info .deposit-payment-table tr td .apm-radio-bg.active:after {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}
.payment-option-info .deposit-payment-table tr td input {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	outline: none;
}
.submit-info {
	margin-top: 40px;
    border-top: 2px solid #000;
    padding-top: 20px;
    text-align: center;
}
.submit-info #crBtnConfirm.crBtnConfirm {
	background: #0f5b7e !important;
    -webkit-border-radius: 28 !important;
    -moz-border-radius: 28 !important;
    border-radius: 28px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    outline: none !important;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none !important;
    margin-top: 10px !important;
   	border: none !important;
    height: 60px !important;
}
button.submit-info #crBtnConfirm.crBtnConfirm {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.submit-info #crBtnConfirm.crBtnConfirm:hover {
	background: #ff6f80 !important;
}
.general-features ul li {
	margin: 10px 0;
}
.payment-option-info {
	display: inline-block;
	width: 100%;
}
.coupon-field .c_coupen_code { width: 60%; }
.coupon-applied {
	padding-left: 35px;
    position: relative;
}
span.coupon-applied:before {
    content: "N";
    font-family: 'ElegantIcons';
    position: absolute;
    margin-top: -10px;
    left: 0px;
    font-size: 30px;
    color: #d53326;
}
.checkbox-bg-wrap { position: relative; }
.checkbox-bg-wrap .checbox-bg {
	position: absolute;
    margin-left: 0;
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-top: 5px;
    z-index: -1;
}
.checkbox-bg-wrap .checbox-bg.active:after {
	content: "N";
    font-family: 'ElegantIcons';
    margin-top: -6px;
    display: block;
    color: #d53326;
}
.early-booking-offer-head { position: relative; }
.early-booking-offer-head label.crError{
	position: absolute !important;
    top: -46px !important;
    left: 190px !important;
    text-align: left !important;
    width: 150px !important;
}

/*new car list*/

@media screen and (max-width: 1400px) {
    .crTypeMoreDec li {
        height: 16px;
        margin-top: 12px;
        font-size: 13px;
        width:100%;
    }
}
@media screen and (max-width: 1024px) {
	.crAttribute{
		text-align:left!important;
	}
	.crLeft {
		width: 100%!important;
	}
	.crBoxMiddle {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.features-block {
	    border-bottom: 1px solid #ccc;
	    min-height: 242px;
	}
}
@media screen and(max-width: 800px) {
	.col-tab-6 {
		width: 50%;
	}
    .progress-wrap {
        position: relative;
        margin-top: 0;
        padding-top: 0;
    }
    .online-booking .crContainer {
        padding-top: 10px !important;
    }
    .crBoxMiddle {
        padding-top: 5px;
    }
    .progress-wrap ._ps::before {
        font-size: 32px!important;
        width: 50px!important;
        height: 50px!important;
        line-height: 50px!important;
        margin-left: -60px!important;
    }
}
@media screen and (max-width: 480px) {
	.col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
	.col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
		width: 100%;
		float: left;
	}
	.crDateTimePicker .crLeft.crDateTimePickerRight,
	.crDateTimePicker .crLeft.crDateTimePickerLeft {
		width: 100% !important;
		margin: 0;
	}
	.crQuoteButton #crBtnQuote {
		float: none !important;
		margin: auto !important;
	}


}
@media screen and (max-width: 320px) {
	.crContainer{
		color: #3e3f41;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 100%;
	}
	.crQuoteButton{
		margin-top: 0px !important;
	}
	.crSelectReturn{
		width: 76% !important;
	}
	.crSameLocation{
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	.ojs-holder {
	    left: 10px !important;
	    margin: 0 auto;
	    top: 10% !important;
	    width: 88% !important;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		width: 100%;
		padding: 15px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crLeftReturn{
		float:left;
		width: 100%;
		padding: 15px 0px 0px 0px;
	}
	.crRight{
		width:80%;
		padding: 20px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crDate{
		width: 60%;
		margin-bottom: 10px;
	}
	.crHourMin{
		width: 30%;
	}
	.crLocation,.crAge{
		width: 76%;
	}
	.crTypeContent{
		width: 60%;
		float: left;
	}
	.crTabsSmallScreen{
		display:block;
	}
	.crSortHolder {
	    float: left;
	    overflow: hidden;
	}
	.crTypeImg{
		max-width: 32% !important ;
	}
	.crTypeAvai{
		display:none;
	}
	.crTypeAvaiSmallScreen{
		display:block;
		color: #909092;
		text-align: right;
		width: 263px;
		line-height: 25px;
	}
	.crAttributeBar{
		margin: 15px 0;
	}
	.crType{
		padding: 3px 5px;
	}
	.crTypeArea{
		display:none;
	}
	.crTypeAreaSmallScreen{
		display:block;
	}
	.crTypeRight{
		display:none;
	}
	.crTypePrice{
		/*width: 240px;*/
	}
	.crPriceBtn{
		line-height: 25px !important ;
		text-align: center;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.crAttribute{
		margin: 0 6px 0 0;
		padding: 0 6px 0 30px;
	}
	.crExtraName{
		float:left;
		line-height: 28px!important;
		width: 63%;
		font-weight: bold;
	}
	.crExtraQty{
		float: none !important ;
	}
	.extraPriceValue{
		text-align: left;
	}
	.crExtra{
		margin: 3px 5px;
	}
	.crKey{
		width: 67% !important;
	}
	.crBoxMiddle{
		padding: 25px 13px 6px;
	}
	.crBtnAdd, .crBtnRemove{
		width: 95px;
	}
	.crTypeRightSmallScreen{
		display: block;
		/*width: 240px;*/
	}
	.crTypeTitle{
		margin: 0 0 7px;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.cr3YourBooking{
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100% !important;
	}
	.cr4Text{
		width: 93%;
	}
	.cr4Textarea{
		width: 93%;
	}
	.cr4Select{
		width: 98%;
	}
	.cr4Title{
		width: 50%;
	}
	.crFloatRight, .crFloatLeft{
		text-align: center;
		float: none;
	}
}
@media screen and (min-width: 321px) and (max-width: 479px) {

	.crContainer{
		color: #3e3f41;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 100%;
	}
	.crQuoteButton{
		margin-top: 0px !important;
	}
	.crSelectReturn{
		width: 76% !important;
	}
	.crSameLocation{
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	.ojs-holder {
	    left: 10px !important;
	    margin: 0 auto;
	    top: 10% !important;
	    width: 90% !important;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		float:left;
		width: 100%;
		padding: 15px 0px 0px 0px;
	}
	.crLeftReturn{
		float:left;
		width: 100%;
		padding: 15px 0px 0px 0px;
	}
	.crRight{
		float:left;
		width:100%;
		padding: 20px 0px 0px 0px;
	}
	.crDate{
		width: 30%;
		margin-bottom: 10px;
	}
	.crHourMin{
		width: 17%;
	}
	.crLocation,.crAge{
		width: 76%;
	}
	.crTypeContent{
		width: 60%;
		float: left;
	}
	.crTabsSmallScreen{
		display:block;
	}
	.crSortHolder {
	    float: left;
	    overflow: hidden;
	}
	.crTypeImg{
		max-width: 32% !important ;
	}
	.crTypeAvai{
		display:none;
	}
	.crTypeAvaiSmallScreen{
		display:block;
		color: #909092;
		text-align: right;
		width: 263px;
		line-height: 25px;
	}
	.crAttributeBar{
		margin: 15px 0;
	}
	.crType{
		padding: 3px 5px;
	}
	.crTypeArea{
		display:none;
	}
	.crTypeAreaSmallScreen{
		display:block;
	}
	.crTypeRight{
		display:none;
	}
	.crTypePrice{
		/*width: 240px;*/
	}
	.crPriceBtn{
		text-align: center;
		line-height: 25px;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.crAttribute{
		margin: 0 6px 0 0;
		padding: 0 6px 0 0;
	}
	.crExtraName{
		float:left;
		line-height: 1.4;
		width: 29%;
		font-weight: bold;
	}
	.crTypeRightSmallScreen{
		display: block;
		/*width: 240px;*/
	}
	.crTypeTitle{
		margin: 0 0 7px;
	}
	.cr3YourBooking{
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100%;
	}
	.cr3imgBox{
		float: left;
		width: 60px;
	}
	.crALeft{
		width: 18%;
	}
	.cr4Text{
		width: 90%;
	}
	.cr4Textarea{
		width: 90%;
	}
	.cr4Select{
		width: 94%;
	}
	.cr4Title{
		width: 30%;
	}
}
@media screen and (min-width: 321px) and (max-width: 459px) {
	.crFloatRight, .crFloatLeft{
		text-align: center;
		float: none;
	}
	.crQuoteButton{
		margin-top: 0px !important;
	}
	.crSelectReturn{
		width: 76% !important;
	}
	.crSameLocation{
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	.crExtraName{
		float:left;
		line-height: 35px;
		width: 70%;
		font-weight: bold;
	}
	.crExtraQty{
		float: none !important ;
	}
	.extraPriceValue{
		text-align: left;
	}
	.crExtra{
		margin: 3px 5px;
	}
	.crKey{
		width: 67% !important;
	}
	.crBoxMiddle{
		padding: 25px 13px 6px;
	}
	.crBtnAdd, .crBtnRemove{
		width: 95px;
	}
	.cr4Text{
		width: 90%;
	}
	.cr4Textarea{
		width: 90%;
	}
	.cr4Select{
		width: 94%;
	}
	.cr4Title{
		width: 30%;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.crQuoteButton{
		margin-top: 0px !important;
	}
	.crContainer{
		color: #3e3f41;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 100%;
	}
	.crSelectReturn{
		width: 74% !important;
	}
	.crSameLocation{
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	.ojs-holder {
	    left: 10px !important;
	    margin: 0 auto;
	    top: 10% !important;
	    width: 92% !important;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		width: 80%;
		padding: 15px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crLeftReturn{
		float:left;
		width: 80%;
		padding: 15px 0px 0px 0px;
	}
	.crRight{
		float:left;
		width:80%;
		padding: 20px 0px 0px 0px;
	}
	.crDate{
		width: 30%;
		margin-bottom: 10px;
	}
	.crHourMin{
		width: 17%;
	}
	.crLocation,.crAge{
		width: 74%;
	}
	.crTypeContent{
		width: 60%;
		float: left;
	}
	.crTypeArea{
		width: 69%;
	}
	.crTypeAreaInner{
		margin-left: 2px;
	}
	.crTypeContent{
		width: 100%;
		float: left;
	}
	.crTypeImg{
		max-width: 25% !important ;
	}
	.crTypeAvai{
		display:none;
	}
	.crTypeAvaiSmallScreen{
		display:block;
		color: #909092;
		text-align: right;
		width: 263px;
		line-height: 25px;
	}
	.crAttributeBar{
		margin: 15px 0;
	}
	.crType{
		padding: 3px 5px;
	}
	.crTypeRight{
		display:none;
	}
	.crTypeRightSmallScreen{
		display: block;
	}
	.crTypePrice{
		float: left;
		margin-right: 10px;
		width: 28%;
	}
	.crPriceBtn{
		line-height: 25px !important ;
		text-align:left;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.crExtraName{
		float:left;
		line-height: 35px;
		width: 33%;
		font-weight: bold;
	}
	.cr3YourBooking{
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100% !important;
	}
	.cr3imgBox{
		float: left;
		width: 60px;
	}
	.crALeft{
		width: 18%;
	}
	.cr4Text{
		width: 90%;
	}
	.cr4Textarea{
		width: 90%;
	}
	.cr4Select{
		width: 94%;
	}
	.cr4Title{
		width: 30%;
	}
}
@media screen and (min-width: 735px) and (max-width: 767px) {
	.crContainer{
		color: #0a4965 ;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 100%;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		width: 40%;
		padding: 15px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crLeftReturn{
		float:left;
		width: 60%;
		padding: 15px 0px 0px 0px;
	}
	.crDate{
		width: 40%;
		margin-bottom: 10px;
	}
	.crHourMin{
		width: 17%;
	}
	.crLocation,.crAge{
		width: 92%;
	}
	.crTypeContent{
		width: 100%;
		float: left;
	}
	.crTypeRight{
		float:right;
		overflow: hidden;
		width: 20%;
	}
	.crExtraName{
		float:left;
		line-height: 35px;
		width: 40%;
		font-weight: bold;
	}
	.cr3YourBooking{
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 970px){
	.crContainer .crBtnDefault2{
		width: 100%;
		padding: 8px 0;
		text-align: center;
		font-size: 1.3em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.crContainer{
		color: #0a4965 ;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 100%;
	}
	.ojs-holder {
	    left: 10px !important;
	    margin: 0 auto;
	    top: 10% !important;
	    width: 92% !important;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		width: 45%;
		padding: 15px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crLeftReturn{
		float:left;
		width: 54%;
		padding: 15px 0px 0px 0px;
	}
	.crRight{
		float:left;
		width:45%;
		padding: 25px 0px 0px 0px;
	}
	.crDate{
		width: 35%;
	}
	.crHourMin{
		width: 17%;
	}
	.crLocation,.crAge{
		width: 82%;
	}
	.crTypeArea{
		width: 50%;
	}
	.crTypeContent{
		width: 100%;
		float: left;
	}
	.crTypeImg{
		max-width: 25% !important ;
	}
	.crTypeAvai{
		display:none;
	}
	.crTypeAvaiSmallScreen{
		display:block;
		color: #909092;
		text-align: right;
		width: 263px;
	}
	.crAttributeBar{
		margin: 15px 0;
	}
	.crTypeRight{
		float:right;
		overflow: hidden;
		width: 20%;
	}
	.crTypeRightSmallScreen{
		display:none;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.crExtraName{
		float:left;
		line-height: 35px;
		width: 60%;
		font-weight: bold;
	}
	.crBtnDefault2{
		width: 100%;
	}
	.crExtraName{
		width: 40%;
	}
	.cr3YourBooking{
		width: 35% !important;
	}
	.cr4Text{
		width: 90%;
	}
	.cr4Textarea{
		width: 90%;
	}
	.cr4Select{
		width: 94%;
	}
	.cr4Title{
		width: 15%;
	}
}
@media screen and (min-width: 768px) and (max-width: 890px){
	.crLocation,.crAge{
		width: 84%;
	}
	.cr3YourBooking{
		width: 34% !important;
	}
}
@media screen and (min-width: 1024px) {
	.crSelectReturn{
		width: 60%;
	}
	.crContainer{
		color: #0a4965;
		font: normal 12px Verdana, Arial, sans-serif;
		overflow: hidden;
		width: 1024px;
	}
	.crBreadcrumbs{
		width: 100%;
		height: 111px;
		background-color: #0e62a2
	}
	.crLeft{
		width: 40%;
		padding: 15px 0px 0px 0px;
		display: inline-block;
		vertical-align: top;
	}
	.crLeftReturn{
		float:left;
		width: 54%;
		padding: 15px 0px 0px 0px;
	}
	.crRight{
		float:left;
		width:40%;
		padding: 25px 0px 0px 0px;
	}
	.crDate{
		width: 37%;
	}
	.crHourMin{
		width: 18%;
	}
	.crLocation,.crAge{
		width: 86%;
	}
	.crTypeArea{
		width: 50%;
	}
	.crTypeContent{
		width: 60%;
		float: left;
	}
	.crTypeAvai{
		float: right;
		padding-top: 15%;
		color: #909092;
	}
	.crTypeAvaiSmallScreen{
		display:none;
	}
	.crTypeRight{
		float:right;
		overflow: hidden;
		width: 19%;
	}
	.crTypeRightSmallScreen{
		display:none;
	}
	.crYourBooking{
		width: 30%;
		margin-right: 20px;
	}
	.crExtraName{
		float:left;
		line-height: 35px;
		width: 25%;
		font-weight: bold;
	}
	.cr4Text{
		width: 90%;
	}
	.cr4Textarea{
		width: 90%;
	}
	.cr4Select{
		width: 94%;
	}
	.cr4Title{
		width: 15%;
	}
}
@media screen and (max-width: 380px) {
	.crBreadcrumbsEl{
		display: none !important;
	}
	.progress-wrap{
		width: 70%;
		left: 15%;
	}
	.progress-bar{
		width: 83%;
	}
	.MenuSearch {
		width: 80%  !important;
		display: block !important;
		text-indent: 15px !important;
	}
	.MenuCars {
		width: 80%  !important;
		left: 3%  !important;
		display: block !important;
	}
	.MenuExtras {
		width: 100%  !important;
		left: 11%  !important;
		display: block !important;
	}
	.MenuCheckout {
		width: 100%  !important;
		left: 27%  !important;
		display: block !important;
	}
	.cr3YourBooking{
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100% !important;
	}
}
@media screen and (min-width: 381px) and (max-width: 630px){
	.crBreadcrumbsEl{
		display: none !important;
	}
	.progress-wrap{
		width: 80%;
		left: 10%;
	}
	.progress-bar{
		width: 81%;
	}
	.MenuSearch {
		width: 78%  !important;
		display: block !important;
	}
	.MenuCars {
		width: 78%  !important;
		left: 3%  !important;
		display: block !important;
	}
	.MenuExtras {
		width: 100%  !important;
		left: 11%  !important;
		display: block !important;
	}
	.MenuCheckout {
		width: 100%  !important;
		left: 30%  !important;
		display: block !important;
	}
	.cr3YourBooking{
		padding-bottom: 40px;
		width: 100% !important;
	}
	.crTypeOuter{
		width: 100% !important;
	}
}
#cr_hour_from{
	margin-left:4px;
}
#cr_hour_to{
	margin-left:4px;
}



.price-block .crBtnContinue:hover, .price-block .crBtnContinue {
	background: #0f5b7e!important;
}

