@charset "UTF-8";
/* Main CSS */

body {
	min-width: 980px;
}
h1 {
    margin-bottom: 0.4em;
    color: #333333;
    font: 700 4.2em/1.2 "Roboto Condensed";
}
h2 {
	margin-bottom: 50px;
	font: 700 4.8em/1.2 "Roboto Condensed";
	text-align: center;
	text-transform: uppercase;
	color: #2c343e;

	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
h4, h1.leasetitle{
	font-size:1.8em;
	text-transform:none;
	margin-bottom:10px;
	line-height:1.8em;
	font-family:"Roboto", Arial, Helvetica;
}
h5{
	font-size:1.6em;
	text-transform:none;
	margin-bottom:20px;
	margin-top:0 !important;
	font-weight:normal;
}

.lightblue{
	color:#04a8f8;
}
h2.featured{
    font-size:3.8em;
}
h3 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.2em;
}

p {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.5;
}

.center{
	text-align:center;
}

input {
	margin-bottom: 2px;
	padding: 0 10px;
	height: 28px;
	border: none;
	font-size: 1.3em;
	color: #666;
	/*width:100%;*/
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px rgba(0,0,0,.1);
}
textarea {
	margin-bottom: 6px;
	padding: 6px 10px 5px;
	border: none;
	font-size: 1.3em;
	resize: vertical;
	color: #666;

	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px rgba(0,0,0,.1);
}

select {
	margin-bottom: 2px;
	padding: 0 5px;
	height: 28px;
	border: solid 1px #fff;
	font-size: 1.3em;
	color: #666;

	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px rgba(0,0,0,.1);
}

button {
	padding: 0 26px;
	height: 32px;
	border: none;
	font-size: 1.5em;
	line-height: 32px;
	background: #2c343e;
	color: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}

button:hover {
	background: #fff;
	color: #2c343e;
}



/* */

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:28px;
	padding-left: 20px;
	padding-right: 20px;
	/*width: 940px;*/
	width:1000px;
}

.prev,
.next {
	position: absolute;
	top: 14px;
	width: 80px;
	height: 32px;
	border: none;
	background: #99B4D7 url('../images/prev-next.png');
}

.prev {
	background-position: left top;
}

.next {
	background-position: right top;
}

.prev:hover,
.next:hover {
	background-color: #395d8a;
}

.prev:hover {
	background-position: -20px top;
}

.next:hover {
	background-position: -100px top;
}

/* */



/* */

#header {
	padding-top: 18px;
	background: #f2f2f2;
}

#logo {
	float: left;
	margin-left: -10px;
	border: none;
}

#phone {
	display: block;
	margin: 5px 2px 5px 0;
	border-bottom: none;
	text-align: right;
}
/*
#phone + .right {
	margin: 0 4px 10px 0;
	font-weight: 700;
	font-size: 2.2em;
	color: #424242;
}
*/
#search-form {
	float: right;
}

#search-form input {
	padding: 5px 16px 5px 28px;
	width: 186px;
	height: 20px;
	background: url('../images/search-input.png');

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* */



/* */

#specials-nav {
	margin: 10px 0 15px;
	font-size: 0;
	text-align: center;
}

#specials-nav li {
	display: inline-block;
	margin: 0 3px 6px;
}

#specials-nav li a {
	display: block;
	padding: 3px 8px 4px;
	border: solid 1px rgba(96,128,156,.3);
	font-size: 13px;
	background: #fff;
	color: #6a7b8d;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	box-shadow: 0px 1px 1px rgba(0,0,0,.05);

	background: -webkit-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: -moz-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: -o-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: linear-gradient(#ffffff 0%, #f7f8f9 100%);
}

/*Brands below "Featured Lease Specials" button*/
#specials #specials-nav li a {
	display: block;
	padding: 3px 8px 4px;
	border: solid 1px rgba(96,128,156,.3);
	font-size: 13px;
	background: #fff;
	color: #6a7b8d;
	width: auto;
	line-height:15px;
	height:auto;
}
#specials-nav li a:hover,
#specials #specials-nav li a:hover{
	color: #04a8f8;
}

#specials-nav li.active a {
	border: solid 1px rgba(6,34,60,.3);
	background: #6a7b8d;
	color: #fff;
	cursor: default;

	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
}



.nav-wrapper {
	position: relative;
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px 20px 5px;
}
#middle-cpanel #specials-nav {
	margin: 0 150px 0 0;
	text-align: left;
}

#middle-cpanel #specials-nav li {
	margin: 0 5px 5px 0;
}

.nav-wrapper #quote-link {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 154px;
	height: auto;
	border-left: solid 1px #fff;
}

.nav-wrapper #quote-link span {

	margin-top: 20px;
	text-align: center;
	display: block;
	height: 28px;
	line-height: 28px;
}

/* */



/* */

#nav {
	height: 60px;
	border-top: solid 1px #fff;
	background: #eee;
}

#nav li {
	float: left;
	border-right: solid 1px #fff;
}

#nav li:first-child {
	border-left: solid 1px #fff;
}

#nav li a {
	display: block;
	padding: 0 20px;
	height: 60px;
	border: none;
	font: 700 1.65em/60px "Roboto Condensed";
	text-transform: uppercase;
	color: #555;
}

#nav li a:hover,
#nav li.active a {
	background-color: #fff;
	color: #333;
}

/* */



/* */

#top-slider .rslides {
	margin: 0 auto;
}

/* */



/* */

#top-banner {
	overflow: hidden;
	width: 100%;
}

#top-banner img {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -600px;
}

/* */



/* */

#specials {
	padding-top: 50px;
	height: 120px;
	border-top: solid 1px rgba(0,0,0,.1);
	border-bottom: solid 1px rgba(0,0,0,.1);
	background: #fff;
}

#specials p {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 2.4em;
	text-align: center;
	color: #62748a;
}

#specials a {
	display: block;
	margin: 0 auto;
	width: 680px;
	height: 80px;
	border: solid 2px #395d8a;
	font: 3em/80px "Roboto Condensed";
	text-align: center;
	background: rgba(255,255,255,.5);
	color: #395d8a;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

#specials a:hover {
	background: #395d8a;
	color: #fff;
}

/* */



/* */

#current {
	padding: 50px 0;
}

#current ul li {
	float: left;
}

#current ul div .lsholder ul div {
	position: relative;
	margin: 0 10px 20px;
	width: 160px;
}

#current ul div img {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#current ul div .model,
#current ul div .class {
	display: block;
	font-size: 1.3em;
	background: #f8f8f8;

	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#current ul div:hover .model,
#current ul div:hover .class {
	color: #04a8f8;
}

#current ul div .model {
	padding: 12px 16px 2px;
}

#current ul div .class {
	padding: 2px 16px 12px;
}

#current ul div .model span,
#current ul div .class span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;

	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#current ul div .price, .lsholder ul div .price {
	display: block;
	position: relative;
	padding: 8px 16px;
	font-weight: 300;
	font-size: 1.6em;
	text-align: center;
	background-color: #c54417;
	color: #fff;

	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0;

	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	margin:0 15px 15px;
	cursor:pointer;
}

.lsholder ul div .price:hover {
	background: #923211;
}
#current ul div:hover .price {
	background: #923211;
}

#current ul div .price:before, .lsholder ul div .price:before {
	display: none;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 7px;
	background: url('../images/home-car-arrow.png');
	content: '';

	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#current ul div:hover .price:before, .lsholder us lid:hover {
	top: -7px;
}

#current ul div a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
	border:1px solid #e9e9e9;

}

#current .prev {
	left: 120px;
}

#current .next {
	right: 120px;
}

/* */



/* */

#services {
	position: relative;
	overflow: hidden;
	height: 300px;
	background: #f2f2f2;
	background: url('../images/services-bg.png') repeat-x;
}

#services a {
	overflow: hidden;
	margin-top: 80px;
	width: 450px;
	height: 140px;
	border: none;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

#build-veh {
	float: left;
	background: url('../images/build-btn-bg.png') bottom;
}

#get-quote {
	float: right;
	background: url('../images/quote-btn-bg.png') bottom;
}

#services a:hover {
	background-position: top;
}

/* */



/* */

#all-specials {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}

#all-specials.page {
	margin: 0 -10px;
	padding: 0;
}

#all-specials li {
	float: left;
	margin: 0 10px 20px;
}

#all-specials a {
	display: block;
	padding: 8px 20px 10px;
	width: 200px;
	font-size: 1.5em;
	background: #358bca;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#all-specials a:hover {
	background: #07a0e7;
}

#all-specials .column {
	float: left;
}

/* */



/* */
/*
#testimonials {
	padding: 50px 0 70px;
	border-top: solid 1px rgba(0,0,0,.1);
}

#testimonials .left {
	position: relative;
	padding-right: 70px;
	font: 3.6em/1.2 "Roboto Condensed";
}

#testimonials .left:after {
	position: absolute;
	top: 22px;
	right: -10px;
	width: 60px;
	height: 50px;
	background: url('../images/testimonial-corner.png');
	content: '';
	z-index: 1;
}

#testimonials .testimonial {
	position: relative;
	overflow: hidden;
	padding: 40px;
}

#testimonials .testimonial .border-left {
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 20px;
	width: 10px;
	background: url('../images/testimonial-border-left.png');
}

#testimonials .testimonial .border-right {
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 10px;
	background: url('../images/testimonial-border-right.png');
}

#testimonials .testimonial .border-top {
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 10px;
	background: url('../images/testimonial-border-top.png');
}

#testimonials .testimonial .border-bottom {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 10px;
	background: url('../images/testimonial-border-bottom.png');
}

#testimonials .testimonial .corner-left-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../images/testimonial-corner-left-top.png');
}

#testimonials .testimonial .corner-right-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('../images/testimonial-corner-right-top.png');
}

#testimonials .testimonial .corner-left-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url('../images/testimonial-corner-left-bottom.png');
}

#testimonials .testimonial .corner-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url('../images/testimonial-corner-right-bottom.png');
}

#testimonials p {
	font-size: 1.4em;
}

#testimonials p:last-child {
	margin-bottom: 0;
}

#testimonials .prev {
	left: 246px;
}

#testimonials .next {
	right: 246px;
}
*/

.testimonial {
	margin-bottom: 30px;
}

.testimonial .text {
	padding: 40px;
	font-size: 1.3em;
	line-height: 1.6;
	background: #f8f8f8;

	border-radius: 15px;
}

.testimonial .text + div {
	padding-left: 170px;
	min-height: 50px;
	background: url('../images/cloud-anchor.png') top left no-repeat;
}

.testimonial .date {
	padding-top: 12px;
	font-style: italic;
	font-size: 1.3em;
	color: #aaa;
}

.testimonial .user {
	padding-top: 2px;
	font-size: 1.5em;
}

/* */



/* */

#middle {
	padding: 50px 0;
}

#middle-cpanel {
	padding: 50px 20px 30px;
}

#middle-cpanel .container {
	margin: 0;
	padding: 0;
}

/* */



/* */

#contacts {
	float: left;
	margin-bottom: 40px;
}

#contacts .address {
	margin-bottom: 5px;
}

#contacts + img {
	float: right;
	margin-bottom: 40px;

	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}

#contacts div {
	font-size: 1.3em;
	line-height: 1.5;
}

/* */



/* */

#faqs-phone {
	margin: -30px 0 40px;
	font: 3em/1.2 "Roboto Condensed";
	text-align: center;
}

#faqs {
	margin-bottom: -20px;
}

#faqs > li {
	margin-bottom: 40px;
	border: solid 1px #f2f2f2;
}

#faqs .question {
	padding: 20px 40px;
	font-size: 1.5em;
	line-height: 1.5;
	background: #f2f2f2;
}

#faqs .answer {
	padding: 20px 40px 0;
}

#faqs .answer ul {
	margin-bottom: 20px;
}

#faqs .answer p + ul {
	margin-top: -10px;
}

#faqs .answer ul li {
	position: relative;
	margin: 0 0 7px 30px;
	font-size: 1.3em;
	line-height: 1.5;
}

#faqs .answer ul li:after {
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	content: '—';
}

/* */



/* */

#years-nav {
	display: table;
	margin: -30px auto 30px;
}

#years-nav li {
	float: left;
	margin: 0 5px;
}

#years-nav li a {
	display: block;
	padding: 3px 8px;
	border: solid 1px rgba(96,128,156,.3);
	font-size: 1.3em;
	background: #fff;
	color: #6a7b8d;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	box-shadow: 0px 1px 1px rgba(0,0,0,.05);

	background: -webkit-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: -moz-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: -o-linear-gradient(#ffffff 0%, #f7f8f9 100%);
	background: linear-gradient(#ffffff 0%, #f7f8f9 100%);
}

#years-nav li a:hover {
	color: #04a8f8;
}

#years-nav li.active span {
	display: block;
	padding: 3px 8px;
	border: solid 1px rgba(6,34,60,.3);
	font-size: 1.3em;
	background: #6a7b8d;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,1);
}

/* */



/* */

#brands-nav {
	float: left;
	margin: 0 20px 15px 0;
	width: 100px;
}

#brands-nav a {
	display: block;
	padding: 2px 0;
	border: none;
	font-size: 1.3em;
}

#brands-nav li.active span {
	display: block;
	padding: 2px 0;
	font-size: 1.3em;
	color: #2c343e;
	cursor: default;
}


#vehicles h2.modelname {
	margin-bottom: 20px;
	padding: 20px 30px;
	font-size: 2.8em;
	font-weight:normal;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	background: #343a41;
	color: #fff;
	text-align:left;
}

#vehicles .item {
	margin-bottom: 20px;
	padding: 20px 30px;
	background: #f2f2f2;
/*
	background: #343a41;
	color: #fff;
*/
}

#vehicles .item .image {
	float: left;
	margin: -20px 30px -20px -30px;
	width: 348px;
	height: 174px;
	overflow: hidden;
}

#vehicles .item img {
	/*width: 348px;*/
	width:280px;
	margin-left:20px;
}

#vehicles .item .model {
	height: 42px;
	font-size: 1.5em;
}

#vehicles .item .payment,
#vehicles .item .reduction,
#vehicles .item .residual {
	height: 17px;
	font-size: 1.3em;
	line-height: 17px;
	color: #666;
}

#vehicles .item a {
	float: left;
	margin: 11px 10px 0 0;
	padding: 0px 16px;
	height: 30px;
	border: none;
	font-size: 1.3em;
	line-height: 30px;
	background: #358bca;
	color: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#vehicles .item a:hover {
	background: #07a0e7;
}

/* */



/* */

#image {
	float: left;
	margin-right: 40px;
	width: 400px;
	height:240px;
	overflow: hidden;
	background: url('../images/build-your-car-temp-image.png') no-repeat 20%;
}
/*For Chrome MediaGallery Image 320 x 240 - HL*/
#image img{
   /* margin-left:40px;*/
   margin-left:0px;
}

/*For Carbooks Image 400 x 200 - HL*/
#image.old img{
    margin-left:0px;
}
#image + div,
#image + form {
	float: right;
	width: 420px;
}

#image + div form {
	margin-bottom: 30px;
}

#image + div select {
	width: 420px;
}

#image + div p {
	color: #666;
}

#image + div p:last-child {
	margin-bottom: 0;
}

/* */



/* */

#vehicle-info {
	float: left;
	margin: 0 20px 20px 0;
	padding: 40px;
	width: 220px;
	height: 120px;
	background: #f2f2f2;
}

#vehicle-info div {
	font-size: 1.5em;
	line-height: 1.5;
}

#vehicle-base {
	float: left;
	width: 400px;
	height: 200px;
	font-size: 1.3em;
	margin:0 0 80px 0;;
}

#vehicle-base thead th {
	font-weight: 500;
}

#vehicle-base tr {
	height: 40px;
	line-height: 40px;
}

#vehicle-base tr:nth-child(even) {
	background: #f5f8fc;
}

#vehicle-base thead tr {
	background: #f2f2f2;
}

#vehicle-base tfoot tr {
	background: #f5f8fc;
}

#vehicle-base tr td:first-child {
	padding-left: 40px;
}

#vehicle-base tr td:last-child {
	padding-right: 40px;
}


/* */



/* */

#details {
	margin: -30px -40px -40px;
}

#details table {
	width: 100%;
}

#details table thead tr {
	background: #3b3c3d;
	color: #fff;
}

#details table tbody tr {
	background: #fff;
}

#details table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

#details th {
	padding: 10px 40px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5;
}

#details td {
	padding: 10px 40px;
	font-size: 1.3em;
	line-height: 1.5;
}



#specs {
	margin: -30px -40px -40px;
}

#specs table {
	width: 100%;
}

#specs table thead tr {
	background: #3b3c3d;
	color: #fff;
}

#specs table tbody tr {
	background: #fff;
}

#specs table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

#specs th {
	padding: 10px 40px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5;
}

#specs td {
	padding: 10px 40px;
	font-size: 1.3em;
	line-height: 1.5;
}



#equip {
	margin: -30px -40px -40px;
}

#equip table {
	width: 100%;
}

#equip table thead tr {
	background: #3b3c3d;
	color: #fff;
}

#equip table tbody tr {
	background: #fff;
}

#equip table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

#equip th {
	padding: 10px 40px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5;
}

#equip td {
	padding: 10px 40px;
	font-size: 1.3em;
	line-height: 1.5;
}



#reviews {
	margin: 0 0 -20px;
}

#reviews h3 {
	margin: 0 -40px 20px;
	padding: 10px 40px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5;

	background: #3b3c3d;
	color: #fff;
}

/* */



/* */

#options,
#colors,
#summary,
#photos {
	margin: 0 -40px -40px;
}

#options .header,
#colors .header {
	padding: 10px 40px;
	font-size: 1.5em;
	line-height: 1.5;
	background: #3b3c3d;
	color: #fff;
}

#options table,
#colors table {
	width: 100%;
}

#options table tbody tr,
#colors table tbody tr {
	background: #fff;
}

#options table tbody tr:nth-child(even),
#colors table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

#options th,
#colors th {
	font-weight: normal;
}

#options th,
#options td,
#colors th,
#colors td {
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.5;
}

#options tr th:first-child,
#options tr td:first-child,
#colors tr th:first-child,
#colors tr td:first-child {
	padding-left: 40px;
}

#options tr th:last-child,
#options tr td:last-child,
#colors tr th:last-child,
#colors tr td:last-child {
	padding-right: 40px;
}

#options tr td img,
#colors tr td img {
	margin-top: -1px;
	font-size: 0;
	cursor: pointer;
}

#colors .color {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
}

/* */



/* */

#summary .header {
	padding: 10px 40px;
	font-size: 1.5em;
	line-height: 1.5;
	background: #3b3c3d;
	color: #fff;
}

#summary table {
	width: 100%;
}

#summary table tbody tr {
	background: #fff;
}

#summary table tbody tr:nth-child(even) {
	background: #f5f8fc;
}

#summary th {
	font-weight: normal;
}

#summary th,
#summary td {
	padding: 10px 40px;
	font-size: 1.3em;
	line-height: 1.5;
}

/* */



/* */

#modalWinMask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .25;
	z-index: 110;
}

#conflictDialog {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -300px;
	padding: 40px;
	width: 520px;
	font-size: 1.4em;
	line-height: 1.6;
	background: #fff;
	z-index: 111;

	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.35);
	-moz-box-shadow: 0px 10px 15px rgba(0,0,0,.35);
	box-shadow: 0px 10px 15px rgba(0,0,0,.35);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#conflictContent label {
	display: block;
	cursor: pointer;
}

#conflictContent label input {
	vertical-align: middle;
	margin: 0 5px 0 20px;
	padding: 0;
	height: auto;
	font-size: inherit;
	width:20px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* */



/* */

input#quotebtn {
	height: 3em;
	border: none;
	font-size: 1.5em;
	text-transform: uppercase;
	background: #f90;
	color: #fff;
	width:200px;
	margin-bottom:40px;
}

input#quotebtn:hover {
	background: #07a0e7;
}

button#quote-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 30px;
	height: 49px;
	line-height: 49px;
	text-transform: uppercase;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* */



/* */

#quote {
	margin-bottom: 20px;
	padding: 40px;
	background: #f2f2f2;
}

#quote input,
#quote textarea {
	width: 400px;
}

#quote select {
	width: 420px;
}



#quote #vehicle-base {
	margin-top: 40px;
	width: 400px;
	background: #fff;
}

#vehicle-base thead tr {
	background: #3B3C3D;
	color: #fff;
}

#vehicle-base tfoot tr {
	background: #f5f8fc;
}

#vehicle-base tr td:first-child {
	padding-left: 30px;
}

#vehicle-base tr td:last-child {
	padding-right: 30px;
}

/* */



/* */

#footer {
	padding: 40px 0;
	background: #eee;
	color: #999;
}

#footer-nav li {
	position: relative;
	float: left;
	height: 20px;
	margin-right: 17px;
}

#footer-nav li:after {
	position: absolute;
	top: 2px;
	right: -9px;
	width: 1px;
	height: 16px;
	background-color: #c2c2c2;
	content: '';
}

#footer-nav li:last-child:after {
	display: none;
}

#footer-nav li a {
	display: block;
	border: none;
	font: 1.3em/20px "Roboto";
	text-transform: uppercase;
}

#footer-nav li.active a {
	color: #999;
	cursor: default;
}

#copyright {
	float: left;
	margin: 10px 10px 0 0;
	font-size: 1.3em;
}

#privacy {
	float: left;
	margin: 10px 0 0 0;
	font-size: 1.3em;
}

#social {
	float: right;
}

#social li {
	float: left;
	margin-left: 5px;
}

#social li a {
	display: block;
	border: none;
	width: 46px;
	height: 46px;
	background: url('../images/social-icons.png');
	opacity: .25;
}

#social li a#tw {background-position: 0 0}
#social li a#fb {background-position: -46px 0}
#social li a#ig {background-position: -92px 0}

#social li a:hover {
	opacity: 1;
}

#bbb {
	float: left;
	margin-right: 30px;
	border: none;
}

/* */



/* */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* */



/* */

#logout {
	position: absolute;
	top: 1px;
	right: 0px;
	padding: 0 20px;
	height: 60px;
	border: none;
	border-left: solid 1px #fff;
	font: 700 1.8em/60px "Roboto Condensed";
	line-height: 60px;
	text-transform: uppercase;
	color: #555;
}

#logout:hover {
	background-color: #fff;
	color: #333;
}



.weblogin {
	margin: 180px auto 0;
	padding: 40px;
	width: 220px;
	background: #f2f2f2;
}

.weblogin input[type="text"],
.weblogin input[type="email"],
.weblogin input[type="password"] {
	width: 200px;
}

.weblogin button,
#loginfrm a {
	float: left;
	padding: 0;
	font-size: 1.3em;
	text-align: center;
}

#loginfrm button {
	width: 70px;
}

#loginfrm a {
	margin-right: 5px;
	width: 145px;
	height: 32px;
	border: none;
	line-height: 32px;
	background: #358bca;
	color: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#loginfrm a:hover {
	background: #07a0e7;
}

#loginreminder button[name="cmdweblogin"] {
	width: 108px;
}

#loginreminder button[name="cmdcancel"] {
	margin-right: 5px;
	width: 107px;
}

/* */



/* */

.cpanel-box {
	margin-bottom: 20px;
	padding: 40px;
	background: #f2f2f2;
}

.cpanel-box > label {
	float: left;
	margin: 0 20px 6px 0;
	width: 200px;
	height: 28px;
	font-size: 1.3em;
	line-height: 28px;
	text-align: right;
}

.cpanel-box input[type="text"],
.cpanel-box textarea {
	width: 620px;
}

/* */






/* */

#edit-vehicle #year,
#edit-vehicle #brand,
#edit-vehicle #model,
#edit-vehicle #style {
	width: 400px;
}

/* */



/* */

#vehicle .top {
	margin-bottom: 20px;
	padding: 0;
	/*background: #f2f2f2;*/
}

#vehicle .top.left {
	margin-right: 20px;
}

#vehicle .top.right {
	width: 360px;
	height: 200px;
	font-size: 1.3em;
}

#vehicle .top.right table {
	margin: 0 -40px;
	width: 440px;
	background: #fff;
}

#vehicle table tr:nth-child(even) {
	background: #f5f8fc;
}

#vehicle .top.right table td {
	padding: 0 40px;
	height: 40px;
	vertical-align: middle;
}

#vehicle .links {
	float: right;
	margin-top: -50px;
	margin-right:-20px;
}

#vehicle .links a {
	float: right;
	margin-left: 1px;
	padding: 0 30px;
	height: 49px;
	border: none;
	font-size: 1.5em;
	line-height: 49px;
	text-transform: uppercase;
	background: #358bca;
	color: #fff;
}

#vehicle .links a:hover {
	background: #07a0e7;
}

#vehicle .links a {
    background: #f90 !important;
}

.taborange{
	background:#f90 !important;
	color:#fff !important;
}
/* */



/* */

#qq-form {
	display: none;
}

/* */



.disclaimer {
	margin-bottom: 20px;
	padding: 40px;
	text-align: center;
	background: #f2f2f2;
}

.disclaimer h3 {
	margin-bottom: 20px;
	font: 700 2.6em/1.2 "Roboto Condensed";
	text-transform: uppercase;
	color: #2c343e;

	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.disclaimer p {
	margin-bottom: 0;
}

.empty {
	display: block;
	position: relative;
	outline: solid 1px rgba(255,0,0,.5);
}



#vehicle-note {
	margin-bottom: 20px;
	padding: 40px;
	font-size: 1.3em;
	line-height: 1.5;
	background: #f2f2f2;
}



.vehicle-note {
	margin: -19px 0 20px;
	padding: 10px 40px;
	font-size: 1.3em;
	line-height: 1.5;
	background: #f2f2f2;
}

.vehicle-note .label {
	float: left;
	margin: -10px 30px 0 -40px;
	padding: 10px 20px 10px 40px;
	width: 288px;
	text-align: right;
	background: #333;
	color: #fff;
}

/* */

#customer-question > label {
	float: left;
	margin-bottom: 6px;
	padding-left: 10px;
	height: 28px;
	font-size: 1.3em;
	line-height: 28px;
	font-weight:normal;
}

#customer-question > label + .set {
	float: right;
}

#customer-question > label + .set label {
	width: 34px;
	text-align: center;
}

/* HL - Photos Tab on Build Your Car */
.photos{
    text-align:center;
	width:1200px;
	margin-left:-40px;
}
.photos img{
        margin:10px;
}
/* sort by price on Home page Recent Models */
.btnholder{
    margin:0 auto;
    text-align:center;
    width:460px;
    padding-top:20px;
    background:#358bca;
}
.btn{
    text-align:center;
    border:1px solid #ccc;
    padding:20px;
    font-size:1.8em;
    width:150px;
    cursor:pointer;
    float:left;
    margin:0 5px 20px;
}
.btnholder select{
    padding:0 20px;
    border:1px solid #ccc;
    height:4em;
    margin:0 10px 20px 0;
}
.btnholder .go{
    background: #c54417;
    padding:0 20px;
    border:1px solid #ccc;
    height:4em;
    margin-bottom:20px;
    color:#fff;
    font-size:1.3em;
	width:70px;
    font-weight:bold;
}


/* */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#vehicles .item { height: 300px;}
#vehicles .item .model {margin-top: 170px;}
.ifrmvideo{
    width:420px !important;
    height:250px;
}
.video {width:100% !important;}
.vidtext{float:none !important;margin-left:20px;font-size:10px;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#vehicles .item { height: 300px;}
#vehicles .item .model {margin-top: 170px;}
.ifrmvideo{
    width:100% !important;
    height:auto;
}
.video {width:100% !important;}
.vidtext{float:none !important;margin-left:20px;}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#vehicles .item { height: 300px;}
#vehicles .item .model {margin-top: 170px;}
.ifrmvideo{
    width:100% !important;
    height:auto;
}
.video {width:100% !important;}
.vidtext{float:none !important;margin-left:20px;}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#vehicles .item {height: 300px;}
#vehicles .item .model {margin-top: 170px;}
.ifrmvideo{
    width:100% !important;
    height:auto;
}
.video {width:100% !important;}
.vidtext{float:none !important;margin-left:20px;}
}


/*.blog-page #main.grid_12 {
	width: 75%;
	float: left;
	box-sizing: border-box;
	padding-right: 50px;
}

.blog-page #left-columns.grid_4 {
	width: 25%;
	float: left;
	box-sizing: border-box;	
}*/

.blog-page .grid_12 h2 {
    font-size: 30px;
    text-align: left;
    text-transform: none;
    text-shadow: none;
    margin-bottom: 10px;
}

.blog-page .grid_12 h2 a {
	text-decoration: none;
	border-bottom: none;
}

.blog-page .grid_12 .post-info {
	display: none;
}

.blog-page #main.grid_12 .post {
	margin-bottom: 30px;
	background: #f2f2f2;
	padding: 15px;
}

.blog-page .grid_12 .postmeta {
	margin-bottom: 10px;
}

.blog-page .entry img {
    display: block;
    max-width: 350px;
    width: auto;
    margin-bottom: 10px;
}

.single-post li {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 10px;
    list-style-type: disc;
}

.single-post ul {
    margin-left: 40px;
}

.switch-field {
    display: flex;
    margin-bottom: 6px;
    overflow: hidden;
	padding-left:10px;
	margin-top:10px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 4px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #76d4f7;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/* MOBILE */

#navPanel, #titleBar {
	display: none;
}

@media screen and (max-width: 736px) {

	/* Basic */

		html, body {
			overflow-x: scroll;
		}

		body {
			line-height: 1em;
			font-size: 10.5pt;
			letter-spacing: 0;
		}

		h2, h3, h4, h5, h6 {
			font-size: 1.5em;
			line-height: 1.25em;
			margin: 0 0 0.8em 0;
		}

		section, article {
			clear: both;
			margin: 0em 0em 3em 0em !important;
		}

		.button {
			display: block;
			font-size: 1.25em;
			margin: 0 1em 0 0;
		}

			.button:after {
				right: -1em;
			}

		.box-style {
			padding: 2em 15px 2em 15px;
		}

}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: transparent;
  z-index: 999;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #bbb;
}
.isStuck .navbar-brand {
  margin-top: 0;
  margin-bottom: 10px;
}
.isStuck .navbar-nav {
  margin-top: 22px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}

.isStuck .sf-menu ul {
  top: 18px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background: rgba(42, 45, 45, 0.97);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d');
  zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active {
  color: #006699;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: transparent;
  color: #006699;
}
.rd-mobilemenu_ul a:hover {
  background: transparent;
  color: #006699;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2a2d2d;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2a2d2d;
  color: #ffffff;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  left: 0;
  top: 0;
  text-align: left;
  transform: none;
}
.rd-mobilemenu_ul ul ul:before,
.rd-mobilemenu_ul ul ul:after {
  display: none;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding: 0;
  margin: 0;
  padding-left: 60px;
  color: inherit;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: transparent;
  color: #006699;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: transparent;
  color: #006699;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #2a2d2d;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  padding-left: 10px;
  text-transform: uppercase;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #2a2d2d;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #2a2d2d;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

@media (max-width: 746px) {
  .rd-mobilepanel_title {
    font-size: 18px !important;
  }
}
h1.home-sub-title{
	margin-bottom: 0.4em;
	color: #333333;
	font: 700 4.2em/1.2 "Roboto Condensed"; 
	text-align:center;
}


@media (max-width: 767px) {
  div#panel .navbar-header .navbar-toggle .icon-bar {
    background-color: #2a2d2d;
  }
  div#panel #advanced .navbar-collapse li a,
  div#panel #advanced .navbar-collapse .dropdown-menu li a {
    background: #2a2d2d !important;
    color: #ffffff !important;
  }
  .lt-ie9 div#panel #advanced .navbar-collapse li a,
  .lt-ie9 div#panel #advanced .navbar-collapse .dropdown-menu li a {
    background: none !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d') !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d') !important;
    zoom: 1 !important;
  }
  div#panel #advanced .navbar-collapse li a:hover {
    background: transparent !important;
    color: #006699 !important;
  }
  div#panel #advanced .navbar-collapse .-tm-dropdown.open > a {
    background-color: transparent !important;
    color: #006699 !important;
  }
  div#panel #advanced .navbar-collapse,
  div#panel #advanced .navbar-collapse .dropdown-menu {
    background: #2a2d2d !important;
    padding-top: 0!important;
  }
  .lt-ie9 div#panel #advanced .navbar-collapse,
  .lt-ie9 div#panel #advanced .navbar-collapse .dropdown-menu {
    background: none !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d') !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2d2d', endColorstr='#ff2a2d2d') !important;
    zoom: 1 !important;
  }

	h1{
		margin-bottom: 0.4em;
		color: #333333;
		font: 700 2.2em/1.2 "Roboto Condensed"; 
		text-align:left;
		padding-left:20px;
	}
	body{
		min-width:420px;
	}
	header .navbar-nav{
		display:none;
	}
	.container{
		width:767px;
	}
	input#quotebtn{
		width:340px;
	}
	img.brand-image{
		width:320px;
	}
	#vehicles .item .payment, #vehicles .item .reduction, #vehicles .item .residual{
		height:25px;
	}
	#card-slider{
		padding-top:10px;
	}
	#conflictDialog {
		width:100%;
		margin:0;
		left:0;
		top:30%;
	}

}

@media (max-width: 414px) {
	.container{
		max-width:400px;
		padding:10px;
	}
	.navbar-brand:before{
		content: url("../images/theleaseoutlet-logo-mobile.jpg");
		position:relative;
	}
	#social{
		float:none;
		margin-left:20px;
	}
	#phone{
		float:none;
		text-align:center;
	}
	.btnholder{
		max-width:414px;
	}
	h1.home-sub-title{
		font-size:2.6em;
	}
}

@media screen and (max-width: 746px){
.rd-mobilepanel_title {
     position: fixed; 
    font-size: 12px !important;
}
#footer .container {
    padding-left: 30px !important;
    padding-right: 30px !important;

}
h1.home-sub-title {
    padding-left: 0px !important;
font-size: 30px !important;}
}

