﻿/****************************************************************************************************************************************************************************************
*********************************************************************************************  CSS RESET  **********************************************************************************
*****************************************************************************************************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, strike,
strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
textarea { overflow: auto; }
.clearFloat { clear: both; }
.hidden { position: absolute !important; left: -9999px !important; top: -9999px !important; }
body, select, input, textarea { font-family: arial, sans-serif; }
select:focus, input:focus, textarea:focus { outline: 0; }
textarea { overflow: auto; }
th { text-align: left; }
address { font-style: normal; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
strong { font-weight: bold; }
em{
	font-style: italic;
}


/******************************************************************************************************************************************************************************/
/***************************************************************************  SELECTBOX  ***************************************************************************************/
/******************************************************************************************************************************************************************************/

.sbHolder{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 27px;
	position: relative;
	width: 100%;
	margin: -1px 0 0 -1px;
	z-index: 2;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
	color: #CCCCCC;
	display: block;
	font-size: 17px;
	height: 26px;
	left: 0;
	line-height: 28px;
	outline: medium none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666;
	outline: none;
	text-decoration: none;
}

.sbSelector:hover{
	background: #eee;
}
.sbToggle{
	background: url(/assets/base/images/icons/select-icons.png) 0 -117px no-repeat;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 2;
}

.sbToggle:hover .sbToggle,
.sbToggle:hover{
	background: url(/assets/base/images/icons/select-icons.png) 0 -167px no-repeat;
}

.sbToggleOpen{
	background: url(/assets/base/images/icons/select-icons.png) 0 -20px no-repeat;
}
.sbToggleOpen:hover{
	background: url(/assets/base/images/icons/select-icons.png) 0 -70px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	left: -1px;
	list-style: none outside none;
	margin: 0;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 1;
}
.sbOptions li{
	padding: 0 7px;
}

.sbOptions li:hover{
	background: #eee;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	color: #999;
	font-size: 16px;

}

.sbOptions li:last-child a{
	border: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #999;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #666;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/******************************************************************************************************************************************************************************/
/***************************************************************************  REVEAL  ***************************************************************************************/
/******************************************************************************************************************************************************************************/
.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(255,255,255,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0;
		}

	.reveal-modal {
		background: none no-repeat scroll -200px -80px #EEEEEE;
		border-radius: 5px;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 315px;
		/*padding: 30px 2%;*/
		position: fixed;
		right: 0;
		top: 0!important;
		visibility: hidden;
		max-width: 520px;
		width:80%;
		z-index: -101;
	}

	.reveal-modal.active{
		top: 0 !important;
		display: block!important;
		zoom:1;
		z-index: 101;
	}

	/*.reveal-modal.active iframe{
		visibility: visible;
		display: block;
		opacity: 1;
		filter:alpha(opacity=100);
		zoom: 1;
	}*/

	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

	.reveal-modal .close-reveal-modal {
		color: #000000;
		cursor: pointer;
		font-size: 42px;
		font-weight: bold;
		line-height: 0.5;
		position: absolute!important;
		right: -25px;
		top: 0;
	}

	.reveal-modal .close-reveal-modal:hover{
		opacity: 0.5;
	}

.w840 #vehicleModal,
.mobile #vehicleModal {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0;
	margin: auto;
	max-height: 230px;
	padding: 5%;
	top: 0 !important;
	width: 90%;
	box-shadow: 0 3px 5px #666;
}

/******************************************************************************************************************************************************************************/
/***************************************************************************  WEBFONTS  ***************************************************************************************/
/******************************************************************************************************************************************************************************/

@font-face {
    font-family: 'corpoaregular';
    src: url('/assets/base/fonts/corporatea-regular-webfont.eot');
    src: url('/assets/base/fonts/corporatea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/base/fonts/corporatea-regular-webfont.woff') format('woff'),
         url('/assets/base/fonts/corporatea-regular-webfont.ttf') format('truetype'),
         url('/assets/base/fonts/corporatea-regular-webfont.svg#corpoaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corpoS_regular';
    src: url('/assets/base/fonts/corporates-regular-webfont.eot');
    src: url('/assets/base/fonts/corporates-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/base/fonts/corporates-regular-webfont.woff') format('woff'),
         url('/assets/base/fonts/corporates-regular-webfont.ttf') format('truetype'),
         url('/assets/base/fonts/corporates-regular-webfont.svg#corpoaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3,
.sbHolder,
#selectModel,
.noLoc,
#step1_location,
.vehicle_name,
.webfont1,
.btn,
.linkMercMain{
	font-family: 'corpoaregular';
	font-weight: normal!important;
}

.modelList a{
	font-family: 'corpoS_regular';
	font-weight: normal!important;
}


.wf-loading *{
	opacity: 0;
	filter:alpha(opacity=0);
}

.wf-active *,
.wf-inactive{
	opacity: 1;
	filter:alpha(opacity=100);
}

/******************************************************************************************************************************************************************************/
/***************************************************************************  FONTS  ***************************************************************************************/
/******************************************************************************************************************************************************************************/
a:active,
a:focus{
	outline:none;
}

body{
	font-size: 14px;
}

h1{
	font-size: 18px;
	margin:0 0 10px;
}

h2 {
  	font-size: 18px;
  	margin-bottom: 10px;
}

p{
	margin-bottom: 10px;
}

sup {
  	font-size: 8px;
  	vertical-align: super;
}
a {
	color: #fff;
}


.initialisingFitText{
	visibility: hidden;
}


/******************************************************************************************************************************************************************************/
/***************************************************************************  LAYOUT  ***************************************************************************************/
/******************************************************************************************************************************************************************************/
html{
	background: #000;
}
body{
	background: url(/assets/base/images/bg/bg.gif) repeat-x scroll top left #000;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(62, 62, 62,1) 40%, rgba(0, 0, 0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(40%,rgba(62,62,62,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(62, 62, 62,1) 40%, rgba(0, 0, 0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(62, 62, 62,1) 40%, rgba(0, 0, 0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(62, 62, 62,1) 40%, rgba(0, 0, 0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(62, 62, 62,1) 40%, rgba(0, 0, 0,1) 100%);
	min-width: 320px;
	overflow-x:hidden;
}

body.modalActive #main{
	overflow:hidden;
}

.content-wrapper {
  	margin: 0 auto;
  	max-width: 960px;
}

/*CSS3 Modernizr - Fades in content if supported*/
@-webkit-keyframes content-fadeIn {
  0%   { opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes content-fadeIn {
  0%   { opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes content-fadeIn {
  0%   { opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes content-fadeIn {
  0%   { opacity: 0; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.csstransitions .content-wrapper{
	-webkit-animation: content-fadeIn 0.5s 0s 1 ease-in;
	-moz-animation:    content-fadeIn 0.5s 0s 1 ease-in;
	-o-animation:      content-fadeIn 0.5s 0s 1 ease-in;
	animation:         content-fadeIn 0.5s 0s 1 ease-in;
}


.ie8 .content-wrapper{
	min-width: 960px;
}

.ie8 #body{
	min-width: 960px;
}

#header{
	height: 120px;
}

.main-content {
  	background: none repeat scroll 0 0 #000000;
  	margin-bottom: 30px;
  	color: #ddd;
  	position: relative;
}

.main-content p{
	color: #777;
	font-size: 13px;
}

#mainArticle{
	margin-top: 38px;
	padding: 10px;
}
#mainArticle.home{
	margin-top: 0;
}

#steps {
  	padding: 10px 33% 0 0;
	position: relative;
}

.home #ctas {
	float: left;
	margin: 0 -55% 0 20px;
	width: 46%
}

.home .ctas li {
  	margin-bottom: 10px;
  	transition: all 0.5s;
  	width: auto;
  	display: block;
}

.ctas li:hover img{
	opacity: 0.80;
	filter:alpha(opacity=80);
	box-shadow: 0 0 50px #000000 inset;
}

#ctas img{
	width: 100%;
	display: block;
}

.ctas li {
  	display: inline-block;
  	margin: 0 0 0.54% 0.24%;
  	width: 24.3%;
    vertical-align: top;
}

.disclaimer ol {
  	padding: 5px 0;
}

.disclaimer ol li {
  	list-style: decimal outside none;
	margin-left: 18px;
	padding: 5px 0 2px;
	line-height: 110%;
}

.stateCTP {
  	padding-top: 9px;
}

#calcResult .btnList{
	display: none;
}

#calcResult .btnListMobile{
	display: none;
}
/****************************************************************************************************************************************************************************************
*********************************************************************************************  HEADER  **************************************************************************
*****************************************************************************************************************************************************************************************/
.logo {
  	bottom: 0;
	height: 25%;
	left: 0;
	margin: auto 20px;
	max-width: 536px;
	padding: 0 0 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
}

.logo a{
	display: block;
	height: 100%;
	line-height: 300%;
	vertical-align: middle;
}

.logo img {
  	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.logo img.v2{
	display: none;
}

.linkMercMain {
  	color: #ddd;
  	float: right;
  	font-size: 15.9px;
  	padding: 10px;
  	text-decoration: none;
  	text-shadow:1px 1px 1px #444444;
  	background: #606367;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606367', endColorstr='#4a4e53');
	background: -webkit-gradient(linear, left top, left bottom, from(#606367), to(#4a4e53));
	background: -moz-linear-gradient(top,  #606367,  #4a4e53);
}

#header .content-wrapper {
  	height: 100%;
  	position: relative;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  FOOTER  **************************************************************************
*****************************************************************************************************************************************************************************************/
#footer {
  	color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	padding:0 10px;
}

.footer a {
  	color: #FFFFFF;
  	text-decoration: none;
}

.footer .content-wrapper {
  	border-top: 1px solid #999999;
  	padding: 15px 0;
  	overflow: hidden;
}

.copyright {
  	float: left;
}

.copyright a:hover{
	text-decoration: underline;
}

.footerNavCtn {
  	float: right;
  	padding-right: 10px;
}

.footerNav{
	float: left;
}

.footerNav li {
  	border-left: 1px solid #CCCCCC;
  	float: left;
}

.footer .footerNav li:first-child {
  	border-left: medium none;
}

.footer .footerNav a {
  	color: #CCCCCC;
  	display: block;
  	font-size: 12px;
  	padding: 0 7px;
}

.footer .footerNav a:hover {
  	text-decoration: underline;
}

.footerNav {
  	float: left;
}

.footerSocialmedia {
  	float: left;
}

.footerSocialmedia a {
  	margin-top: -5px;
  	margin-left: 5px;
	text-indent: -9999px;
	float: left;
	transition: all 0.2s;
	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll 0 0 transparent;
	background-size: 57px auto;
	display: block;
	height: 24px;
	width: 24px;
}

.footerSocialmedia a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.footerSocialmedia .fb{
	background-position: 0 0;
}

.footerSocialmedia .tw{
	background-position: -26px 0;
}

.footerSocialmedia .yt{
	background-position: 0 -125px;
}

.footerSocialmedia .in{
	background-position: 0 -95px;
}

.footerSocialmedia .li{
	background-position: -26px -95px;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  HOME  ************************************************************************************
*****************************************************************************************************************************************************************************************/
.stepHdr {
 	padding: 5px;
 	background: #64676b;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
	background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
	background: -moz-linear-gradient(top,  #75787b,  #54585d);
}

.locationCtn{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40%;
	z-index: 2;
}

#step1_location {
  	width: 100%;
	font-size: 14px;
	padding:2px 3px;
	height: 26px;
	background: url(/assets/base/images/icons/select-icons-1.png) no-repeat scroll right 7px #eee;
	border-radius:0;
	border:none;
	-webkit-appearance: none;
}

#step1{
	position: relative;
}

#step1 .stepHdr{
	z-index: 10;
}

.step {
  	float: left;
  	width: 100%;
  	z-index: 1;
}

.stepHdr{
	margin-bottom: 1px;
	/*position: relative;*/
}

.stepHdr h2 {
  	margin: 5px 0 5px 5px;
	line-height: 17px;
}

#step1 .stepHdr h2{
	padding-right: 42%;
}

.vehicleGrid {
  	background: none repeat scroll 0 0 #FFF;
	padding: 0 0 35px 5px;
	z-index: 1;
	position: relative;
}

.vehicle {
  	border: 1px solid #DCDBDB;
	display: inline-block;
	margin: -1px 0 0 -5px;
	position: relative;
	width: 25%;
}

.vehicleImg{
	height: auto;
	width: 100%;
}

.vehicle_name {
  	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	bottom: 2px;
	color: #333333;
	font-size: 14px;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.vehicle_name span{
	display: block;
	padding:0 10px;
	/*font-size: 2.5vw;*/
}

.vModel_popup {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: -1;
}

.vModel_popupInner{
	height: 100%;
}

.vModel_popup.active{
	opacity: 1;
	width: 300%;
	filter:alpha(opacity=100);
	box-shadow: 0 0 10px #666666;
	z-index: 5;
	transition: opacity 0.3s ease-in-out 0s;
}
.vModel_popup.active.single {
	width: 100%;
}
.vModelImg {
  	float: left;
  	height: 100%;
}

.vModel_popup .vehicle_name {
  	width: 33%;
}

.vImgPlaceholder {
  	display: block;
  	float: left;
  	height: 100%;
  	width: 33%;
}
.vModel_popup.single .vImgPlaceholder {
	width: 100%;
}
.modelListCtn {
  	float: left;
	min-width: 150px;
	width: 67%;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	height: 100%;
	margin-top: -1px;
}

.vModel_popup h2 {
  	border-bottom: 1px solid #888888;
	color: #333333;
	margin: 8px 20px 5px;
	padding-bottom: 5px;
	text-shadow: 1px 0 0 #444444;
}

.modelList{
	margin: 0 20px;
	overflow: hidden;
}

.modelList li {
  	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.modelList a {
  	color: #333333;
  	display: block;
  	padding: 5px;
  	text-decoration: none;
  	transition:all 0.3s;
}

.modelList a:hover {
  	background: none repeat scroll 0 0 #333333;
  	color: #FFFFFF;
}

.reveal-modal iframe{
	opacity: 0;
	/*transition:0.2s ease;*/
}

.reveal-modal.active iframe{
	opacity: 1;
	zoom: 1;
}

.vModel_popup_close{
	background: none repeat scroll 0 0 #666666;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
	background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
	background: -moz-linear-gradient(top,  #75787b,  #54585d);
  	color: #EEEEEE;
  	display: block;
  	font-size: 12px;
  	line-height: 100%;
  	padding: 5px 10px;
  	right: 0;
  	top: 0;
  	position: absolute;
}


.flashBannerCtn{
	position: relative;
}


a.flashBannerLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  VARIANT  **************************************************************************
*****************************************************************************************************************************************************************************************/
.hdrBtnCtn {
  	float: right;
	margin: -45px -10px 0 0;
}


.hdrBtnCtn .btn{
	color: #fff;
	font-size: 14px;
	margin: 0 0 1px -3px;
}

.modelImgCtn {
  	float: right;
  	margin: -10px -10px 0 0;
  	width: 66%;
  	overflow: hidden;
  	position: relative;
  	z-index: 1;
  	background: #ddd;
}

.modelImgs {
  	padding: 59% 0 0;
  	position: relative;
  	width: 100%;
}

.modelImg {
	overflow: hidden;
  	left: 0;
  	position: absolute;
  	top: 0;
  	z-index: -1;
  	opacity: 0;
  	filter:alpha(opacity=0);
  	transition:0.5s ease;
}

.modelImg.active {
	z-index: 2;
	opacity: 1;
	filter:alpha(opacity=100);
}

.modelImg img {
  	width: 100%;
}

#calculator #step1 {
  	left: 0;
  	position: absolute;
  	top: -40px;
  	width: 35.4%;
}

.calcLHS {
  	float: left;
  	width: 34%;
}

.calcLHS h1 {
  	font-size: 29px;
  	margin-bottom: 30px;
  	padding-top:5px;
  	line-height: 100%;
}

.resultCtn {
  	overflow: hidden;
}

.noLoc {
	font-size: 18px;
	height: 244px;
	line-height: 170px;
	text-align: center;
}

.disclaimer {
  	box-sizing: border-box;
	color: #999999;
	float: right;
	font-size: 10px;
	margin-right: -10px;
	padding: 10px 10px 0;
	width: 66%;
}

.noLoc span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.calcLHS h3 {
  	font-size: 20px;
	margin-bottom: 10px;
}

.price .calcLHS h3{
	display: block;
	font-size: 18px;
}

#selectModel {
  	margin: 0 0 10px;
  	cursor: default;
  	background: #64676b;
	width: 100%;
	font-size: 18px;
}

#selectModel span {
  	display: block;
  	padding: 10px;
}

.models li {
  	float: left;
  	margin-bottom: 2px;
  	width: 50%;
}

.models .btn {
  	height: 32px;
	line-height: 32px;
	text-align: left;
	width: 100%;
}

.models .btnTxt {
  	font-size: 12px;
  	line-height: 12px;
  	padding: 0 10px;
  	vertical-align: middle;
  	visibility: hidden;
}

.variant .models .btn{
	border: 1px solid #777777;
	text-align: left;
	width: 100%;
}

.models .btn:hover,
.models li.active .btn{
	background: #333;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#2b2b2b');
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#2b2b2b));
	background: -moz-linear-gradient(top,  #444,  #2b2b2b);
}

#calculator {
  	border-bottom: 1px solid #333333;
  	margin-bottom: 20px;
  	padding-bottom: 20px;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  PRICING PAGE  **************************************************************************
*****************************************************************************************************************************************************************************************/
#calcResult {
  	padding-bottom: 30px;
}

#calcResult td {
  	font-size: 14px;
  	padding: 0 2px 10px;
  	box-sizing:border-box;
}

#calcResult .sub-text {
	font-size: 14px;
	display: block;
}

.additionalInfo {
  	font-size: 10px;
  	font-style: italic;
}

.readMore {
  	font-size: 10px;
  	font-style: normal;
    display: block;
    padding: 10px 0 !important;
}

#calcResult .price {
  	display: block;
  	text-align: right;
}

#calcResult tfoot td {
  	border-bottom: 1px solid #333333;
  	border-top: 1px solid #333333;
  	font-size: 20px;
  	/*padding: 10px 0;*/
}

#calcResult tfoot .driveaway-price td {
    padding: 10px 0;
}

#calcResult tfoot .financed-price td {
    padding: 10px 0px 0px 0px;
}
    


.btnListCtn{
	padding-top: 5%;
	margin-top: -30px;
    padding-top: 5%;
    position: relative;
    z-index: 2;
	background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221, 221, 221,0.5) 8%, rgba(221, 221, 221,1) 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0)), color-stop(8%,rgba(221,221,221,0.5)), color-stop(20%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221, 221, 221,0.5) 8%, rgba(221, 221, 221,1) 20%);
	background: -o-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221, 221, 221,0.5) 8%, rgba(221, 221, 221,1) 20%);
	background: -ms-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221, 221, 221,0.5) 8%, rgba(221, 221, 221,1) 20%);
	background: linear-gradient(to bottom, rgba(221,221,221,0) 0%, rgba(221, 221, 221,0.5) 8%, rgba(221, 221, 221,1) 20%);
}

.btnList {
  	padding: 1%;
	width: auto;
}

.modelImgCtn .btnList li {
  	display: inline-block;
	margin-top: 5px;
	width: 32.8%;
}

.btnList .btn {
  	width: 100%;
  	font-size: 16px;
}

.btnListMobile {
  	padding: 1%;
	width: auto;
}

.modelImgCtn .btnListMobile li {
  	display: inline-block;
	margin-top: 5px;
	width: 32.8%;
}

.btnListMobile .btn {
  	width: 100%;
  	font-size: 16px;
}

.calcLHS .registerInterest {
  	display: block;
	margin: 30px 0;
	border:1px solid #fff;
	font-size: 16px;
	text-align: center;
	line-height: 130%;
	background: #7f8084;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  ICONS  **************************************************************************
*****************************************************************************************************************************************************************************************/
.iconArrowLeft .icon {
  	border-bottom: 8px solid transparent;
  	border-right: 8px solid #fff;
  	border-top: 8px solid transparent;
  	display: inline-block;
  	font-size: 0;
  	height: 0;
  	line-height: 0;
  	margin: 0 5px 1px 10px;
  	vertical-align: middle;
  	width: 0;
}

.btn.iconHome .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll 0 -28px transparent;
  	background-size: 57px auto;
  	display: inline-block;
  	height: 20px;
  	margin: 0 1px -3px 10px;
  	width: 20px;
}

.iconStopwatch .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -27px -37px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 18px;
}

.iconBook .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -51px -39px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 19px;
}

.iconInfo .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -53px -65px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 18px;
}

.iconCompass .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -1px -67px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 18px;
}

.iconDollarSign .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -26px -65px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 19px;
}

.iconDollarQuote .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -51px -89px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 19px;
}

.iconEmail .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -1px -91px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 19px;
}

.iconPencil .icon {
  	background: url("/assets/base/images/icons/icons-sprite@2x.png") no-repeat scroll -25px -89px transparent;
  	background-size: 70px auto;
  	display: inline-block;
  	height: 22px;
  	margin: -5px 5px 0 10px;
  	vertical-align: middle;
  	width: 20px;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  ERROR PAGES  **************************************************************************
*****************************************************************************************************************************************************************************************/

.notFound #mainArticle {
	min-height: 400px;
	padding: 30px;
}
.notFound #mainArticle h2 {
	font-size: 26px;
	margin: 0 0 30px 0;
}
.notFound #mainArticle p {
	margin: 0 0 15px 0;
	font-size: 14px;
}
.notFound .hdrBtnCtn {
	margin: -64px -30px 0 0;
}


/****************************************************************************************************************************************************************************************
*********************************************************************************************  BTN  **************************************************************************
*****************************************************************************************************************************************************************************************/
.btn {
  	background: #64676b;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
	background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
	background: -moz-linear-gradient(top,  #75787b,  #54585d);
  	color: #FFFFFF;
  	display: inline-block;
  	font-size: 18px;
  	margin: 0;
  	position: relative;
  	text-decoration: none;
  	cursor: pointer;
}
.btn-blue {
	background: #0099ec;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ec', endColorstr='#0099ec');
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ec), to(#0099ec));
	background: -moz-linear-gradient(top,  #0099ec,  #0099ec);
}

input.btn {
  	border: 1px solid #777777;
  	padding: 5px;
}

.btn.flatColor{
	background: #7F8084;
}

.btnTxt {
  	display: inline-block;
  	padding: 10px;
	font-size: 14px;
}

.btn[class*="icon"] .btnTxt {
  	padding-left: 0;
}



/****************************************************************************************************************************************************************************************
*********************************************************************************************  ATOMIC CLASSES  **************************************************************************
*****************************************************************************************************************************************************************************************/
.f-left{
	float:left!important;
}

.f-right{
	float:right!important;
}

.clear{
	clear:both;
}

.redTxt{
	color:red!important;
}

.blueTxt{
	color: #0066a4!important;
}

.greyTxt{
    color: #999 !important;
}

.dgreyTxt{
    color:#333!important;
}

.aRight{
  text-align: right!important;
}

.aLeft{
  text-align: left!important;
}

.aCenter{
  text-align: center!important;
}

strong{
	font-weight:bold;
}

.uppercase{
	text-transform: uppercase;
}

.hideTxt{
	text-indent: -9999px;
}

.mRight{
    margin-right:10px;
}

.allCap{
    text-transform: uppercase;
}


.w1{
	width:10%!important
}
.w2{
	width:20%!important
}
.w3{
	width:30%!important
}
.w4{
	width:40%!important
}
.w5{
	width:50%!important
}
.w6{
	width:60%!important
}
.w7{
	width:70%!important
}
.w8{
	width:80%!important
}
.w9{
	width:90%!important
}
.w10{
	width:100%!important
}

.nomargin{
	margin:0!important;
}

.marginBot{
	margin-bottom: 10px!important;
}

.smallMarginBot{
	margin-bottom: 5px!important;
}

.hide{
	display: none!important;
}

.higherZ{
	z-index: 5;
}

.higherZ2{
	z-index: 6;
}
.higherZ3{
	z-index: 7;
}

.half{
    width:50%;
    float:left;
}

.simpleHvr:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: rgba(255,255,255,0.5);
	z-index: 15;
	display: none;
  cursor: pointer;
}

.whiteBg{
  background: #fff;
}

.greyBg{
  background: #ccc;
}

.hasPadding{
  padding:10px;
}

.paddingTop{
  padding-top: 10px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.loading{
	position: relative;
}
.loading *{
	opacity: 0.5;
}

.loading:after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content:'';
	background: url(/assets/base/images/icons/loader.gif) no-repeat scroll center center transparent;
}


/****************************************************************************************************************************************************************************************
********************************************************************************************* RETINA DISPLAY  ***************************************************************************
*****************************************************************************************************************************************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {

	#step1_location{
		background-image: url(/assets/base/images/icons/select-icons-1@2x.png);
		background-size: 15px auto;
	}
}

/****************************************************************************************************************************************************************************************
********************************************************************************************* IPAD STYLE  ***************************************************************************
*****************************************************************************************************************************************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px),
only screen and (min-width: 768px) and (max-width: 1024px){
	.vehicle{
		width: 25%;
	}

	.vModel_popup.active{
		width: 300%;
	}

	.modelListCtn{
		width: 67%;
	}

	.stepHdr h2{
		font-size: 17px;
	}

	.btnList .btnTxt{
		padding:10px 0;
	}

    .btnListMobile .btnTxt{
		padding:10px 0;
	}

	.modelList li{
		font-size: 11px;
	}

	.vModel_popup h2{
		font-size: 16px;
		padding-bottom: 2px;
		margin:5px 10px 5px 5px;
	}

	.modelList{
		margin: 0 5px 0 0;
	}
}

/****************************************************************************************************************************************************************************************
********************************************************************************************* (1024) IPAD LANDSCAPE  ***************************************************************************
*****************************************************************************************************************************************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
	.vehicle{
		width: 25%!important;
	}

	.vModel_popup.active{
		width: 300%!important;
	}

	.vImgPlaceholder{
		width: 32.8%!important

	}

	.modelListCtn{
		width: 67%!important;

	}

	.reveal-modal .modelListCtn{
		width: 45%!important;
	}
}


/****************************************************************************************************************************************************************************************
*********************************************************************************************  840 WIDTH STYLE  ****************************************************************************
*****************************************************************************************************************************************************************************************/
@media all and (max-width: 840px) {
	.vehicle{
		width: 33.35%;
	}

	.vModel_popup{
		display: none;
	}

	.vModel_popup h2{
		font-size: 16px;
		padding-bottom: 2px;
		margin:5px 10px 5px 5px;
	}

	.reveal-modal .modelListCtn {
		background: none;
		float: right;
		position: relative;
		width: 45%;
		z-index: 2;
		height: auto;
		padding-top: 10px;
	}

	.reveal-modal h2{
		border-bottom: 1px solid #888888;
		color: #333333;
		margin: 10px 0;
		padding-bottom: 5px;
		text-shadow: 1px 0 0 #444444;
	}

	.reveal-modal .modelList li {
		width: 100%;
		font-size: 14px;
	}

	.reveal-modal .vehicle_name{
		width:40%;
	}

	.reveal-modal .modelList a{
		transition: all 0.2s ease;
		/*font-size: 16px;*/
	}

	#vehicleModal.reveal-modal .close-reveal-modal {
	  	background: none repeat scroll 0 0 #666666;
	  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
		background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
		background: -moz-linear-gradient(top,  #75787b,  #54585d);
	  	color: #EEEEEE;
	  	display: block;
	  	font-size: 18px;
	  	line-height: 100%;
	  	padding: 5px 10px;
	  	right: 0;
	  	top: 0;
	}

	.modelList{
		margin: 0 5px 0 0;
	}

	.vModel_popup.active{
		width: 250%;
	}

	.vImgPlaceholder{
		width: 40%;
	}

	.modelListCtn{
		width: 60%;
	}

	.modelList li {
	  	font-size: 12px;
	}

	.models li{
		width: 100%;
	}

	.models li .mRight{
		margin-right: 0;
	}

	.stepHdr h2{
		font-size: 14px;
	}

	.locationCtn{
		width: 32%;
	}

	#step1 .stepHdr h2 {
	  	padding-right: 35%;
	}

	.calcLHS h1{
		font-size: 24px;
	}

	.ctas li {
	  	width: 24.2%;
	}

	.modelImgCtn .btnList li {
	  	width: 49.4%;
	}

    .modelImgCtn .btnListMobile li {
	  	width: 49.4%;
	}

	#calcResult tfoot td{
		font-size: 20px;
		font-weight: normal;
	}

	.btnList .btnTxt{
		padding:10px 0;
	}

    .btnListMobile .btnTxt{
		padding:10px 0;
	}
}

#step2 {
	min-height: 100px;
	background: #FFF;
}



/****************************************************************************************************************************************************************************************
*********************************************************************************************  (640) MOBILE LANDSCAPE STYLE  ******************************************************************
*****************************************************************************************************************************************************************************************/
@media all and (max-width: 640px) {

	body{
		background: #000;
	}

	h1{
		font-size: 16px;
		line-height: 20px;
	}

	.main-content p{
		font-size: 12px;
		line-height: 16px;
	}

	#header{
		height: auto;
		padding:10px;
	}

	.logo img.v2{
		display: block;
		max-width: 450px;
	}

	.logo img.v1{
		display: none;
	}

	#step1_location{
		font-size:16px;
	}
	.logo{
		border-bottom: 1px solid #6B6B6B;
		height: auto;
		margin-left: 0;
		max-width: none;
		padding: 0 0 10px;
		position: static;
		width: 100%;
	}

	.linkMercMain{
		bottom: 60%;
		padding: 10px 5px;
		position: absolute;
		right: 0;
		text-align: center;
		width: 40%;
		z-index: 2;
	}

	.hdrBtnCtn{
		margin-right: 0;
	}
	.notFound .hdrBtnCtn{
		margin-right: -20px;

	}

	#step2 {
	  	margin-bottom: 10px;
	}

	#ctas > ul {
	  	border-top: 1px solid #666666;
	  	padding-top: 20px;
	}

	.linkMercMain .optionalTxt{
		display: none;
	}

	#mainArticle{
		padding:0;
	}
	.notFound #mainArticle {
		min-height: 0;
	}

	.vehicle{
		width: 24.7%;
		margin-left: -5px;
	}

	.vModel_popup.active{
		opacity: 0;
		filter:alpha(opacity=0);
		z-index: -1;
		display: none;
	}

	#steps {
	  padding-right: 0%;
	}

	.modeListCtn,
	.vModel_popup{
		width: 100%;
		min-width: 100%;
	}

	.modelList{
		margin:0 5px;
	}

	.modelList li{
		width: 100%;
	}

	.vModel_popup h2 {
	  	font-size: 16px;
	  	margin: 5px;
	}




	.vModelImg{
		display: none;
	}

	.modelImgCtn{
		margin-right: 0;
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.home #ctas {
	  	margin: 0 auto;
		padding: 10px;
		width: auto;
	}

	.home .ctas li {
	  	display: block;
	  	width: 49.7%;
	  	float: left;
	}

	#ctas li a {
	  	display: block;
	  	padding: 0 5px;
	}

	#step1 .stepHdr h2 {
	  	padding-right: 34%;
	}

	.stepHdr h2 {
	  	font-size: 18px;
	}

	.locationCtn{
		width: 32%;
	}

	#mainArticle.variant,
	#mainArticle.price{
		margin-top: 70px;
		padding: 0;
	}

	#calculator #step1,
	#calculator #step1{
		position: absolute;
		top: -10px;
		width: 100%;
		z-index: 2;
	}

	.price .hdrBtnCtn,
	.variant .hdrBtnCtn{
		margin-right: 0;
	}

	.copyright {
	  	float: none;
		font-size: 14px;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.footerNavCtn{
		padding: 0;
		float: none;
		width: 100%;
	}

	.footerNav {
	  	float: none;
		margin: 0 auto;
		width: 300px;
	}

	.footerNav > ul {
	  	padding: 10px 0;
	  	text-align: center;
	}

	.footerNav li{
		display: inline-block;
		float: none;
	}

	.footerSocialmedia {
	  	float: none;
		margin: 0 auto;
		overflow: hidden;
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}

	.footerSocialmedia a{
		display: inline-block;
		float: none;
		margin-top: 0;
	}

	.reveal-modal .vModel_popup {
	  	opacity: 1;
	  	filter:alpha(opacity=100);
	  	position: relative;
	}
	.reveal-modal .vModelImg {
		display: block;
		height: auto;
		position: relative;
		width: 45%;
		float: none;
	}

	.reveal-modal .vehicle_name{
		left: 0;
		bottom: 10px;
		width: 50%;
		position: absolute;
		padding: 10px 0;
	}

	.reveal-modal .modelListCtn {
		background: none;
		float: right;
		position: relative;
		width: 45%;
		z-index: 2;
		height: auto;
		padding-top: 10px;
	}

	.reveal-modal h2{
		border-bottom: 1px solid #888888;
		color: #333333;
		margin: 10px 0;
		padding-bottom: 5px;
		text-shadow: 1px 0 0 #444444;
	}

	.reveal-modal .modelList li {
	}

	.reveal-modal .modelList a{
		transition: all 0.2s ease;
		/*font-size: 16px;*/
	}

	#vehicleModal.reveal-modal .close-reveal-modal {
	  	background: none repeat scroll 0 0 #666666;
	  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
		background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
		background: -moz-linear-gradient(top,  #75787b,  #54585d);
	  	color: #EEEEEE;
	  	display: block;
	  	font-size: 18px;
	  	line-height: 100%;
	  	padding: 5px 10px;
	  	right: 0;
	  	top: 0;
	  	z-index: 2;
	}

	.vModel_popup h2 {
	  	font-size: 20px;
	  	text-shadow:none;
	}

	.calcLHS {
	  	clear: left;
	  	float: none;
	  	overflow: hidden;
	  	padding: 20px 10px 10px;
	  	width: auto;
	}

	#calculator{
		border: medium none;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 28px;
	}

	.ctas {
	  	padding: 10px;
	}

	.ctas li {
	  	float: left;
	  	margin-bottom: 10px;
	  	width: 49.7%;
	}

	.modelImgCtn .btnList li {
	  	width: 49.4%;
	}

    .modelImgCtn .btnListMobile li {
	  	width: 49.4%;
	}

	.disclaimer{
		padding:10px;
		width: 100%;
		float:left;
		box-sizing:border-box;
	}

	#calcResult .btnList {
	  	padding: 30px 0 0;
	  	display: block;
	}

	#calcResult .btnList li {
	  	display: inline-block;
	  	margin-bottom: 2px;
	  	width: 49.5%;
	}

	.btnListCtn{
		display: none;
	}

    #calcResult .btnListMobile {
	  	padding: 30px 0 0;
	  	display: block;
	}

	#calcResult .btnListMobile li {
	  	display: inline-block;
	  	margin-bottom: 2px;
	  	width: 49.5%;
	}

	.btnListMobileCtn{
		display: none;
	}


	.models .btnTxt{
		font-size: 16px;
		line-height: 16px;
	}
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  480 WIDTH STYLE  ******************************************************************
*****************************************************************************************************************************************************************************************/
@media all and (max-width: 480px) {
	.vehicle{
		width: 33.15%;
		margin-left: -5px;
	}

	.models .btnTxt{
		font-size: 15px;
		line-height: 15px;
	}

	.home .ctas li {
	  	display: block;
	  	float: none;
	  	width: 100%;
	}

	.home #ctas {
		clear: left;
		float: none;
		margin: 0 auto;
		padding: 10px 10px 0;
		width: auto;
	}

	#steps{
		padding-right: 0;
	}

	.stepHdr h2{
		font-size: 18px;
	}

	.ctas li {
	  	float: none;
	  	margin-bottom: 10px;
	  	width: 100%;
	}

	.locationCtn {
	  	width: 38%;
	}

	#step1 .stepHdr h2 {
	  	padding-right: 32%;
	}

	.btnList .btnTxt {
	  	font-size: 14px;
	  	padding-right: 0;
	}

	.modelImgCtn .btnList li {
	  	width: 49.2%;
	}

	#calcResult .btnList li {
	  	width: 49.3%;
	}

	#calcResult .btnList .btnTxt {
	  	font-size: 13px;
	}

    .btnListMobile .btnTxt {
	  	font-size: 14px;
	  	padding-right: 0;
	}

	.modelImgCtn .btnListMobile li {
	  	width: 49.2%;
	}

	#calcResult .btnListMobile li {
	  	width: 49.3%;
	}

	#calcResult .btnListMobile .btnTxt {
	  	font-size: 13px;
	}
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  MOBILE STYLE  ****************************************************************************
*****************************************************************************************************************************************************************************************/
@media all and (max-width: 380px) {

	.logo img.v2{
		display: block;
	}

	.models .btnTxt{
		font-size: 14px;
		line-height: 14px;
	}

	.logo img.v1{
		display: none;
	}

	.vehicle{
		width: 50%;
	}

	#steps {
	  padding-right: 0;
	}

	.home #ctas {
	  	clear: left;
		float: none;
		margin: 0 auto;
		padding: 10px 10px 0;
		width: auto;
	}

	.vModelImg{
		display: none;
	}

	.vModel_popup{
		width: 100%;
	}

	.modeListCtn{
		min-width: 100%;
	}

	.modelList li{
		width: 100%;
	}


}
/****************************************************************************************************************************************************************************************
*********************************************************************************************  CALC RESULT FORM  ****************************************************************************
*****************************************************************************************************************************************************************************************/

@media only screen and (max-width: 480px)  { 
	.lightbox-fullsize {
		overflow: hidden;
	}
	
}
#calcResult input[type="text"] {
  	background: #ddd;
  	border: 1px solid #ccc;
  	color: #000;
  	text-align: right;
  	width:100px;
  	padding:2px 5px;
}

#calcResult input[type="text"]:hover,
#calcResult input[type="text"]:focus{
	background-color: #fff;
}

#calcResult td.left-column {
	width: 40%;
}
.price.total{
	text-shadow:none;
	-webkit-transition: text-shadow 0.25s;
	-moz-transition: text-shadow 0.25s;
	-ms-transition: text-shadow 0.25s;
	-o-transition: text-shadow 0.25s;
	transition: text-shadow 0.25s;
	margin-bottom: 10px;
}

.price.total.active {
  	text-shadow: 0 0 5px #cccc88;
  	color: yellow;
}

/****************************************************************************************************************************************************************************************
*********************************************************************************************  NAVIGATION VEHICLE TYPE  ****************************************************************************
*****************************************************************************************************************************************************************************************/


.navigation-bar {
	width: 100%;
	background: #FFF;
}

.navigation-bar .nav-list {
	display: block;
	list-style: none;
	padding:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75787b+0,63676b+50,63676b+51,54585d+100 */
	background: #75787b; /* Old browsers */
	background: -moz-linear-gradient(top,  #75787b 0%, #63676b 50%, #63676b 51%, #54585d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #75787b 0%,#63676b 50%,#63676b 51%,#54585d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #75787b 0%,#63676b 50%,#63676b 51%,#54585d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75787b', endColorstr='#54585d',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	margin:-1px 0 0 0;
}

.navigation-bar .nav-list li {
	display: inline;
}

.navigation-bar .nav-list li  a {
	display: inline-block;
	float: left;
	padding: 9px 6px 11px 6px;
	border-left:1px solid #999999;
	text-decoration: none;
	height: 10px;
	font-size: 12px;
}
.navigation-bar .nav-list li a:hover {
	color: #00ADEF;
}

.navigation-bar .nav-list li.active a {
	color: #00ADEF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,363636+50,363636+52,2b2b2b+100 */
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #363636 50%, #363636 52%, #2b2b2b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444444 0%,#363636 50%,#363636 52%,#2b2b2b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444444 0%,#363636 50%,#363636 52%,#2b2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
	cursor: default;
}

.navigation-bar .nav-list li:first-child a {
	border-left: none;
}

.navigation-bar .select-type-control {
	display: none;	
}

.navigation-bar .select-type-control .sbHolder {
	height: 100% !important;
}

.navigation-bar .select-type-control .sbSelector {
	position: static !important;
}

.navigation-bar .select-type-control .sbOptions {
	top:0 !important;
	left: 0 !important;	
    margin: 0 0 -1px -1px !important;
	position: static !important;
	max-height: 100% !important;
}

.step h2.heading { 
	padding-left: 10px;
	background: #FFF;
	color:#000;
	padding-bottom: 10px;
	padding-top:20px;
	margin-bottom: 0;
}

@media all and (max-width: 960px) { 
	.navigation-bar .nav-list li  a {		
		font-size: 11px;
		padding: 5px 7px 0 7px;
	}
	.navigation-bar .nav-list li:first-child a {
		padding: 5px 9px 0 9px; 
	}

}

@media all and (max-width: 920px) { 
	.navigation-bar .select-type-control {
		display: block;
		padding:10px 10px 20px 10px;
	}
	.navigation-bar .nav-list {
		display: none;
	}
	
}



@media all and (max-width: 640px) { 
	.navigation-bar .select-type-control {		
		padding:10px 10px 20px 10px;
	}
	.step h2.heading {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/**********PRELOADER**********/

.preloader-container { width: 100%; position: relative; display: none; }
.preloader-container > div { position: absolute; z-index: 999; left:0; top:0; width: 100%; text-align: center; }
.preloader-container > div img { margin:5% auto; }

/*TOOLTIP*/
.tooltip {
	font-size: 9px;
}

.tooltip:hover {
	text-decoration: none;
}

div.ui-tooltip {
    max-width: 303px;
    border-radius: 0;
    border:none;
    padding:10px;
    font-size: 13px;
    line-height: 16px;
}

@media all and (max-width: 940px) { 
	div.ui-tooltip { max-width: 239px; margin-left: 10px; }
	.tooltip { display: inline-block; }
}

@media all and (max-width: 768px) { 
	div.ui-tooltip { max-width: 205px; }
}

@media all and (max-width: 680px) { 
	div.ui-tooltip { max-width: 180px;left:10px !important; }
}

@media all and (max-width: 640px) { 
	div.ui-tooltip { max-width: 80%; left:4.5% !important; }
}
}

.price.total .sub-text {
	margin:5px 0 0 0;
}

#calcResult tfoot .financed-price td {
	border-bottom: none;
}

#calcResult tfoot .disclaimer-drive-away td {
	border-top: none;
}

#calcResult tfoot .disclaimer-drive-away td p {	
	font-size: 10px;
	line-height: 12px;
    color: #ffffff;
}

#calcResult .offer-title { 
	margin-top: 3px; 
}

#calcResult .additionalInfo { 
	font-style: normal; 
}

#calcResult .btn-request {
	height: 32px;
    line-height: 32px;
    text-align: left;
    width: 100%;    
    text-align: center;
}

#calcResult .btn-request:hover {
	opacity: 0.9;
}


#calcResult .btn-request .btnTxt {
	font-size: 16px;
	line-height: 14px;
    padding: 0 10px;
    vertical-align: middle;
}

.iframeDAC.reveal-modal {
	max-width: 960px;
	height: 750px;
	background: #000;
	text-align: center;
	display: none;
}
.iframeDAC.reveal-modal iframe {
	width: 100%;
	height: 100%;
	margin:auto;
}


/********************************TABLET AND SMALL SCREEN************************************/

@media all and (max-width: 840px) { 

	#calcResult td.left-column {
		width: 30%;
	}

	#calcResult .btn-request { 
		height: 42px;
    	line-height: 42px;
	}
}

/********************************MOBILE SCREEN************************************/

@media all and (max-width: 640px) {  

	#calcResult td.left-column {
		width: 50%;
	}

	#calcResult td {
		width: 50%;
	}

	#calcResult tfoot .financed-price td {
		vertical-align: bottom;
	}
	#calcResult tfoot .financed-price.valign-top td {
		vertical-align: top;
	}

	#calcResult tfoot .financed-price .price-title {
		font-size: 20px;
		font-weight: normal;
	}

	#calcResult tfoot .financed-price .price-title .offer-title {
		font-size: 13px;
	}
	
	#calcResult .btn-request {
		height: 32px;
	    line-height: 32px;
	    width: 100%;
	    margin-left: 4px;
    	box-sizing:border-box;
	}
	.financed-price span.additionalInfo {
		display: block;
		height: 32px;
	}
	.financed-price span.additionalInfo a {
        /*
		background: #64676b;
	  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75787b', endColorstr='#54585d');
		background: -webkit-gradient(linear, left top, left bottom, from(#75787b), to(#54585d));
		background: -moz-linear-gradient(top,  #75787b,  #54585d);
	  	color: #FFFFFF;
	  	display: inline-block;
	  	margin: 0;
	  	position: relative;
	  	text-decoration: none;
	  	cursor: pointer;
	  	height: 32px;
    	line-height: 32px;
    	font-size: 18px;
    	width: 100%;
    	box-sizing:border-box;
    	text-align: center;
            */
	}

	.financed-price span.additionalInfo a:hover {
		opacity: 0.9;
	}
	.financed-price span.additionalInfo a span {
        /*
		font-size: 16px;
	    line-height: 14px;
	    padding: 0 10px;
	    vertical-align: middle;
	    font-family: corpoaregular;
	    font-weight: normal;
            */
	}
	#calcResult .offer-title {
		margin-bottom: 18px;
	}
	.financed-price .price.total {
		font-size: 20px;
		font-weight: normal;
		height: 80px;
		letter-spacing: -1px;
	}
	#calcResult .financed-price .price.total .sub-text {
		font-size: 13px;
		letter-spacing: 0;
	}

	.iframeDAC.reveal-modal {
		max-width: 960px;
		width: 100%;
		height: 100%;
		overflow: auto;
	    overflow-x: hidden;
	    -webkit-overflow-scrolling:touch;
	}
	.reveal-modal .close-reveal-modal {
		right:0;
		top: 20px;
		color: #FFF;
	}
	.reveal-modal .close-reveal-modal:hover {
		opacity: 0.5;
		color: #FFF;
	}
	.iframeDAC.reveal-modal iframe  {
		margin: auto;
	}

	.iframeDAC.reveal-modal iframe::-webkit-scrollbar:vertical {
	    width: 11px;
	    background:#000;
	}

	.iframeDAC.reveal-modal iframe::-webkit-scrollbar:horizontal {
	    height: 11px;
	    background:#000;
	}

	.iframeDAC.reveal-modal iframe::-webkit-scrollbar {
	    -webkit-appearance: none;
	}

	.iframeDAC.reveal-modal iframe::-webkit-scrollbar-thumb {
	    border-radius: 8px;
	    border: 1px solid #dedede; /* should match background, can't be transparent */
	    background-color: #dedede;
	}

	.fancybox-type-iframe .fancybox-inner {
		-webkit-overflow-scrolling: touch;
	}
	.hidden-mobile {
		display: none;
	}
}

@media all and (max-width: 480px) {  
	#calcResult td.left-column {
		width: 31.5%;
	}
}

@media all and (max-width: 380px) {  
	#calcResult td.left-column {
		width: 35.5%;
	}
}




