﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 

/* COLORS
light blue: #8cb5d2;
dark blue: #0874c0;
light gray: 3e3e3e
dark gray: 282828
*/

/***** END RESET *****/



body {font-family: 'Montserrat', sans-serif; 
	font-size:15px; 
	line-height: 26px; 
	background: #282828; 
	font-weight: 300;
	color: #8cb5d2;
	overflow-x: hidden;
}
h1 span, .h1heading span{color:#8cb5d2; font-size: 40px; line-height: 50px; font-family: 'Montserrat', sans-serif; font-weight: 400; font-style: normal;}
h1, .h1heading{ font-size: 3vw;  line-height: 40px; color: #0874c0; text-transform: uppercase; padding:20px 0px; text-align:left; font-family: 'Open Sans', sans-serif; font-style: italic; font-weight: 800;}
h2 {font-size: 20px; color:#fff; text-transform: uppercase; text-align: left; font-family: 'Open Sans', sans-serif; font-style: italic; font-weight: 800;}
h3 {font-size:20px; color: #fff; font-weight: 700;}
h4{ font-size: 18px; text-transform: uppercase; color: #8cb5d2; font-weight: 700;}

a{color:#8cb5d2; text-decoration: underline;}
a:hover {color: #fff;}
strong{font-weight: 700;}

#strong{font-weight: 700;}

#pad {padding: 2% 0;}
#l-pad {padding: 3% 0;}

.left{float:left;}
.li{text-align: left;}

hr{border:solid 1px #3e3e3e; text-align: left; width: 80%;}

.socials {display: flex; flex-wrap: wrap; gap: 10px;}
.social-link {padding: 10px; background-color: #fff; color: #0874c0; margin: 10px; width: 20px; height: 20px; display: flex; text-decoration: none;justify-content: center; align-items: center; border-radius: 10px; transition: .3s ease all;}
.social-link:hover {background-color: #eee; color: #05558E;}


/*---HEADER --------------------------*/

.header {width: 100%; position: absolute; z-index: 9999999; margin-top: 30px;}

.logo img {position: absolute; z-index: 999; left: 7%; width: 100%; max-width:250px; margin-top:-30px;}



/*---BODY -----------------------------*/
#blue-border{border-bottom: #8cb5d2 1px solid; border-top:#8cb5d2 1px solid;}
.gray{background:#282828; border-left: 40px solid #3e3e3e;}
.light-gray{background: #3e3e3e;}
.wrapper { width: 100%; margin: 0 auto;}
.wrapper-inner { width: 80%; margin: 0 auto; text-align:center;}
.wrapper-inner p { text-align: left; margin: 0 auto; padding: 5px 0;}
.wrapper-inner h4 {font-size: 3vw; line-height: 40px; color: #0874c0; text-transform: uppercase; padding: 20px 0px; text-align: left; font-family: 'Open Sans', sans-serif; font-style: italic; font-weight: 800;}
.wrapper-inner h4 span {
    color: #8cb5d2;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;}

#pageimage{width: 100%;}

.hero {position: relative;}

.slider-quote {
	text-align:center;
	position:absolute;
	top:50%;
	transform: translate(0, -50%);
	color:#fff;
	width:100%;
	z-index:99999;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */
}
.slider-quote h1{text-align: center; color:#fff; line-height: 50px; font-size: 4vw;}
 .slider-quote h1 span{text-align: center; color:#fff; line-height: 60px; font-size: 40px;}

.right-text{float: right; width: 70%}
.right-text li{text-align: left;}

#contact-pg-map{padding-top: 120px;}

#blue-buttons{background: #0874c0; padding: 20px 30px; text-align: center; float: left; margin:5px; display: inline-block; color: #fff; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: italic; font-weight: 800; text-transform: uppercase;}
#blue-buttons:hover{background:#8cb5d2;}


#inline-image{width: 100%; max-width: 320px; margin: 10px 10px 10px 0; display: inline-block; float: left;}

/*-- 3 COLS - HOME PAGE-----------------------*/
.cols-3{display: inline-block; width: 32.8%; margin: 10px 3px 0 0; vertical-align: top;}
.cols-3 #text{padding: 10% 0; width: 90%; margin: 0 auto;}
.cols-3 #text h2{padding-bottom: 10px;}
.cycle-slideshow img{width: 100%;}

/*---ZOOM HOME PAGE --------------------------*/
.zoom-container {
	width: 24.7%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
}

.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 .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .1);
	-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;
	font-family: 'Open Sans', sans-serif; font-style: italic; font-weight: 800;
}
.zoom-container:hover .zoom-caption:hover{background: rgba(0, 0, 0, .35);}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 24% 0;
}
.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:hover .zoom-caption {
	background: none;
}

/*---HOME - PRODUCTS SECTION-------------------*/
.products{border-left: solid #0874c0 40px; width: 100%; background: url(../siteart/products-bg.jpg) no-repeat; padding: 3% 0;}
.products h1, .products .h1heading{color:#fff;}

.product-lines{display: inline-block; width: 240px; background:#fff; margin: 3px; padding:5px; }
.product-lines img{width: 85%; margin: 0 auto;}
.product-lines:hover{opacity: .7;}

/*---STAFF-------------------------------------*/
.staff{text-align: left; padding: 15px 0;}
.staff a{text-align: left; color: #0874c0;font-weight: 700;}

.location{text-align: left; padding: 10px 5px; display: inline-block; width: 48%; vertical-align: top; margin: 10px 0;}
.location a{text-align: left; color: #0874c0;font-weight: 700;}


 /*---LYTEBOX GALLERY-------------------------*/

#gallery{ width:100%; max-width: 247px; padding: 5px; display: inline-block; float: left;}

/*---FRAMELESS STYLES--------------------------*/
.hosted-content{text-align:left !important; }
.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {font-family: 'Open Sans', sans-serif !important;} /* Font for Inventory to match rest of website */
.hosted-content{font-family: 'Open Sans', sans-serif !important;}
.hosted-content h1{ text-align: left !important; font-family: 'Open Sans', sans-serif !important;}

.hosted-content h2 {color: #8cb5d2 !important;font-family: 'Open Sans', sans-serif !important;}  /* Featured Listings/General Listings */
.hosted-content h3 {color: #000 !important; font-size:28px !important;font-family: 'Open Sans', sans-serif !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{font-family: 'Open Sans', sans-serif !important; line-height: 1em !important;}
.hosted-content .listings-wrapper .listings-list .category-banner h3{color: #0874c0 !important; font-size: 28px !important;font-family: 'Open Sans', sans-serif !important; line-height:1.5em !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner {background: none !important;} /* Featured Listings/General Listings Background */
.hosted-content .listings-wrapper .sort-box {background: none !important;} /* Background for Sort Order */


.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #8cb5d2 !important; font-style: italic; font-family: 'Open Sans', sans-serif !important;} /*Inventory Title Link Colors */
.listing-name a:hover {color: #8cb5d2;}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #8cb5d2 !important;} /* View Details button */
.hosted-content .btn:hover, .hosted-content .button:hover {background: #000 !important;} /* View Details Button */

.hosted-content .mobile-calculator span, .hosted-content .listings-wrapper .listings-list .dealer-info a, .hosted-content .fixed-column6 a{color: #8cb5d2 !important;}
.hosted-content h3{color: #8cb5d2 !important; font-size:18px !important; text-transform: uppercase; }
.hosted-content h1{font-size: 25px !important;}

.hosted-content .btn.listings-button .fa, .hosted-content .listings-button .fa{border-right: none !important;}

/*---FOOTER--------------------------------*/
.footer-nav{background:#3e3e3e; padding:10px 0; text-align: center; margin: 0 auto; color:#fff;}
.footer-nav li{display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size:15px;
	font-weight:800;
    line-height:30px;
    transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
    padding:10px 15px;  
    text-align:center;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-style: italic; 
}
.footer-nav li a{color:#fff; text-decoration: none;}
.footer-nav li a:hover{text-decoration: none; color: #8cb5d2;}

footer{width: 100%; margin: 0 auto; background:#282828;}
footer p {color:#fff;}
footer h2{text-align:left;}
footer img{float: right; width: 200px; display: inline-block;}

footer .product-lines-footer .h1heading {
	color: #ffffff;
}


/************************************************ Inventory Styles **/

.list-listing, .faceted-section-box, .selected-facets-container, .list-listing-mobile, .purchase-today-link{background-color:#282828!important;}
.faceted-section-head, .detail-content .detail-main-body .main-detail-data{background-color:#000!important;}
.list-content, .detail-content, .detail-content-mobile{text-align:left!important;}
.list-content .list-listing .listing-top-right .listing-dealer-info .phone-link, .detail-category, .currency-select, .detail-content .detail-main-body .main-detail-data .currency-link .detail-btn-calc p{color:#FFF!important;}
.compare-chkbox-container .compare-listings .compare-chkbox{border-color:#FFF!important;}
.option-name, .option-count{margin-top:-4px!important;}
.list-content .list-listing-mobile .dealer-phone-container a{color:#FFF!important;border-color:#FFF!important;}
.list-content .contact-options a:hover i, .list-content .contact-options a:hover span{color:#FFF!important;}
.detail-content .detail-main-body .main-detail-data .detail-title{padding-top: 0!important;padding-bottom: 0!important;color:#FFF!important;}
.des-retail-phone{color:#FFF!important;}
.data-value{background-color: #3D3D3D!important}
.breadcrumbs .breadcrumbs-element{color:#FFF!important;}
.detail-content-mobile .detail-main-body .fin-stacked{background-color:#282828!important;text-align: left!important;}
.fin-calc p{margin:0!important;}


#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 {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#0874c0 !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:#0874c0 !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 #0874c0 !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: #0874c0 !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:#FFF!important; border-color:#FFF!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; 
}

.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;}

.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: 1550px) {
.zoom-container .zoom-caption h3 {font-size:20px;}
}


@media screen and (max-width: 1200px) {
	.cols-3{width: 100%; margin: 0;}
	.cols-3 #text{padding: 5% 0;}
}
@media screen and (max-width: 1030px) and (min-width:568px) {

.zoom-container{ width: 49.7%;}
.zoom-container .zoom-caption h3 { font-size:25px;}
}
@media screen and (max-width: 1024px) {
	
	

.right-text{width:100%;}
	
h1, .h1heading{font-size: 40px;}
h1 span, .h1heading span{font-size:30px;}
	
	
.gray{border-left:none;}
.products{border-left:none;}
	
	.slider-quote {display: none;}
}

@media screen and (max-width: 800px){
	.footer-nav{display: none;}

.location{width: 95%;}

.logo img {left: 2%; width: 100%; max-width:180px;}
	
}

@media screen and (max-width: 649px){
	
.zoom-container{ width: 100%; margin-top: 5px;}
.zoom-container .zoom-caption h3 { font-size:22px;}
	
	#gallery{max-width: 100%;}

footer img{float: left;}
}


@media screen and (max-width: 450px){
.product-lines{float: left; width: 100%;}


	
}
