﻿/***** BEGIN 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
	overflow-x: hidden;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #fff; font-size: 45px;  text-transform:uppercase; }
h2 { font-family: 'montserratlight'; color: #fa4323; font-size: 35px; text-transform:uppercase; }
h3 { font-family: 'montserratbold'; color: #fff; font-size: 18px;}
h4 { font-family: 'montserratlight'; color: #e33a1d; font-size: 25px; margin: 3% 0 0 4%;}
h5 { font-family: 'montserratlight'; color: #fff; font-size: 14px; text-transform: uppercase;}
h6 { font-family: 'montserratregular'; color: #fff; font-size: 14px;}
h7 { font-family: 'montserratregular'; color: #fff; font-size: 13px;}
h8 { font-family: 'montserratlight'; color: #fff; font-size: 12px;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#101010;}
p a{color: #fa4323; text-decoration:none;}
p a:hover{color: #ccc; text-decoration:none;}
p .fa{color:#fa4323;}
p .fa:hover{color:#ccc;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#fff;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #fff;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #fa4323; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
	z-index:1002;
	position:relative;
}
.header-inv {
	margin: 0 auto;
	width: 100%;
	z-index:1002;
	position:relative;
	background:#101010;
}

	
.header-right {
    float: right;
    text-align: right;
    padding: 2%;
	font-size:16px;
}
	.header-right a{
		color:#fff !important;
	}
	.header-right a:hover{
		color:#fa4323 !important;
	}
.header-left {
	color:#fff;
    float: left;
    text-align: left;
    padding: 2%;
	font-size:13px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding-right: 3px;
}	
	
.greeting {
    margin: 300px 0 195px 0;
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 100px;
    line-height: 45px;
}
.link {
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-family: 'montserratlight';
    padding: 3px 15px;
    width: 275px;
    margin: 1% 0 0;
}
.link:hover{
	color:#fa4323;
	border:1px solid #fa4323;
}



/*===================== 
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
.wrapper h1{color:#cecbcb;}

.content{padding:4% 0;	}

.giant{width:100%;}
.giant img{width:100%;}

.divider {
    border-bottom: solid 5px #e33a1d;
    width: 25%;
    padding: .5% 0;
}
.manus{
	width:100%;
	margin:0 auto;
	text-align:center;	
}
.manus img{
	max-height:100px;
	padding: 2% 2%;
	text-align: center;	
}



/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 20px;
	font-style: normal;
	margin: 20% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}


	
/*** BACKGROUND SLIDES ****/
.cb-slideshow,
.cb-slideshow:after { 
    position: top;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	top:0;
    z-index: 2; 
}

.cb-slideshow ul{ 
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
}

.cb-slideshow li{ 
	width: 100%;
    height: 800px;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	top:0;
    position: absolute;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 45s linear infinite 0s;
    -moz-animation: imageAnimation 45s linear infinite 0s;
    -o-animation: imageAnimation 45s linear infinite 0s;
    -ms-animation: imageAnimation 45s linear infinite 0s;
    animation: imageAnimation 45s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) { 
    background-image: url(../siteart/slides_01.jpg);
	-webkit-animation-delay:none;
    -moz-animation-delay: none;
    -o-animation-delay:none;
    -ms-animation-delay: none;
    animation-delay: none; 
	opacity: 1;
	 -webkit-animation: none !important;
	 -moz-animation: none !important;
	 -o-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;	
}
.cb-slideshow li:nth-child(2) { 
    background-image: url(../siteart/slides_02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) { 
    background-image: url(../siteart/slides_03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) { 
    background-image: url(../siteart/slides_04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) { 
    background-image: url(../siteart/slides_05.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) { 
    background-image: url(../siteart/slides_06.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}




/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #101010;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #fa4323;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #a62a14;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff !important; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;color: #cecbcb;}


/*-------------------*/

.bottom-footer {
    background: #fff;
    padding: 2% 0;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}

.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 3% 0!important;
}

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #fa4323!important;
}
	
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #fa4323;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #fa4323!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #ff694e!important;
    color: #fff!important;
}


/*=============================
	FACTED INVENTORY STYLES
================================*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button,.ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.compare-listings-container .compare-container .button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.dealer-info h2 {
	font-size: 22px !important; 
	padding: 3px 0 !important;
}

.detail-additional-data h3 {
	font-size: 18px !important;
	color: #000 !important;
	padding: 3px 0 !important;
}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i,.compare-checked,.view-listing-details-link:hover .fa,.list-content .list-title .list-title-text,.selected-facet:hover .fa {color:#fa4323 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#fa4323 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #fa4323 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #fa4323 !important;}

.title-media-buttons-heading h1 {font-size: 32px !important;}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title,.list-content .list-listing .dealer-name {color: #000 !important;}
.media-buttons .print-this .fa, .media-buttons .email-this .fa, .ts-modal-header .close .fa,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn:hover .fa,.fin-calc i,.list-content .list-container .email-seller:hover .fa, .list-content .list-container .video-chat:hover .fa {
	color: #000 !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px !important; 
}
.list-content .list-listing .listing-top-right {
	letter-spacing: .5px !important;
	text-transform: uppercase !important;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}






/*===================== 
  responsive styles 
=======================*/



@media screen and (max-width: 1235px){


.wrapper { width: 94%; padding: 0 3%;}



}
@media screen and (max-width: 1096px) {

.zoom-container .zoom-caption h3 {font-size: 17px;  margin: 20% 0 0;}
h5 {font-size: 13px;}

.manus img {padding: 2% 1%;}


}
@media screen and (max-width: 990px) {
 
.zoom-container {width: 50%;}
.manus img {padding: 2% 0;} 

.header-right {
    float: left;
    text-align: left;
    padding: 2% 0 0 2%;
    font-size: 16px;
    width: 100%;
}
.header-left {
    padding: 1.5% 0 2% 2%;
    font-size: 13px;
}




 
}
@media screen and (max-width: 897px) {


.manus {margin: 3% auto;}
.manus img { padding: 0; height: 100%; max-height: 80px;}

.column4 {
    width: 100%;
    padding-right: 0;
    margin: 2% 0;
}


}
@media screen and (max-width: 788px) {
 
 
.greeting {
    margin: 135px 0 391px 0;
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 100px;
    line-height: 45px;
} 
 

.cb-slideshow li { width: 100%; height: 600px;}
.greeting {
    margin: 135px 0 190px 0;
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 100px;
    line-height: 45px;
}
h4 { font-size: 20px; margin: 4% 0 0 4%;}



 
}
@media screen and (max-width: 750px) {

.manus img {
    padding: 0;
    height: 100%;
    max-height: 65px;
}


}
@media screen and (max-width: 545px) {

.header-left { display: none;}
.header-right { padding: 3% 2%; font-size: 16px;}

.greeting {
    margin: 135px 0 190px 0;
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 38px;
    line-height: 35px;
}

.link { font-size: 16px; padding: 3px 11px; width: 205px; margin: 2% 0 0;}
h1 {font-size: 36px;}
h2 {font-size: 31px;}


}
@media screen and (max-width: 470px) {

.zoom-container {width: 100%;}
.divider {padding: .5% 0 3%;}

h4 {font-size: 20px;margin: 9% 0 0 4%;}

.cb-slideshow li { width: 100%; height: 500px;}
.greeting {
    margin: 135px 0 150px 0;
    left: 38px;
    line-height: 35px;
}

.hosted-content #listings-title {
    font-size: 15px !important;
    margin: 0 0 3% 0 !important;
}


}
@media screen and (max-width: 368px) {

.header-right { padding: 3% 2%;  font-size: 14px;}


.greeting {
    margin: 135px 0 150px 0;
    left: 38px;
    left: 15px;
    line-height: 27px;
}

h1 {font-size: 25px;}
h2 {font-size: 20px;}





}
@media screen and (max-width: 305px) {

.header-right {padding: 4% 2%; font-size: 12px;}

.cb-slideshow li { width: 100%; height: 365px;}
.greeting {
    margin: 100px 0 93px 0;
    left: 38px;
    left: 9px;
    line-height: 26px;
}

h1 {font-size: 23px;}
.link {
    font-size: 14px;
    padding: 3px 11px;
    width: 175px;
    margin: 2% 0 0;
}


}
	
