﻿/*
COLORS
dark blue:  003366;
gray: dedddd
light blue: 314b5f

*/

/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/


h1 {font-size:32px; color:#003366; text-transform: uppercase;}
h2 {color:#003366; font-size:30px; text-transform:uppercase; margin-top:20px;}
h3 {color:#003366; font-size:20px; padding: 5px 0px;}
h4 {color:#003366; font-size:28px;}

p {font-size:16px; line-height:28px; color:#003366; padding: 5px 0px;}

.pad{padding:50px 0px;}

/*--- Basic Styles-------------------------------------*/
body {
	width:100%;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
	font-weight: 300;
}


.header-top{ background: #003366; color:#fff;  padding: 0px; text-transform:uppercase;}
.header-top p, .google{display:inline-block; padding: 0px 30px; color:#dedddd; vertical-align:middle;}
.header-top a{color:#dedddd !important; text-decoration:none;}
.header-inner{ width: 92%; margin: 0 auto; padding:16px 0px; text-align:center;}
.google{}
.google img {display: inline-block; width:inherit;}


.wrapper { width: 100%; margin: 0 auto; text-align:center;}
.wrapper2 { width: 100%; margin: 0 auto; text-align:left;}
.wrapper-inner {padding: 30px 0px; width: 65%; margin: 0 auto;}
.wrapper-inner-contact{padding: 30px 0px; width: 90%; margin: 0 auto;}

.two-cols{width: 35%; display: inline-block; vertical-align:top; text-align:left; padding-right: 15px;}

.four-cols{width: 22%; display: inline-block; vertical-align:top; text-align:left; padding-right: 10px;}
.four-cols a{color:#003366; text-decoration:none;}

.map {
	 width:100%; 
	 height:400px;
	 border:none;
	 z-index:0;
	 float:left;
}
.snazzy {
    overflow: hidden;
    width: 100%;
}

.snazzy iframe {
    pointer-events: none;
}
/*---NAVWRAP--------------------------------------------*/  

.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */
.logo {text-align:center;}
#navwrap {
	background:url(../siteart/nav.png) repeat-x;
	/*background-color: rgba(178,15,15, 0.75);*/  
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:22%;
/*	height: 100%;
	max-height:844px;*/
	float:left;
	padding-top:12px;
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	z-index:99999;
}
/*---TOP NAVIGATION ------------------------------------------------*/
#top-nav{
	float:left;
	position:relative;
	margin-top:15px;
}
#top-nav ul{list-style: none; padding:0; margin:0;}
#top-nav li{list-style: none; padding:0; margin:0;}
#top-nav ul li {
    display: block;
    position: relative;	
}
#top-nav li ul {display: none;}
#top-nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-style: normal;
	font-weight:normal;	
	font-size:15px;
	padding:5px 0px 15px 9em;
}
#top-nav ul li li a { /* appearance of the sub-level links */
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-style: normal;
	font-weight:normal;	
	font-size:.875em;
	padding:1em 1em 1em 0.95em;
	background-color:#B20F0F;
	width:251px;
}
#top-nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color: #B20F0F;
	background-color:#dedddd;
}
 
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#top-nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
	left:140px;
	width:14em;
}
 
#top-nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
 
#top-nav ul li:hover > ul {  
    display: inline-block;
    line-height: normal;
    z-index: 100;
}
 
#top-nav ul ul li {
    float: none; 
    position: relative;
}

/*styles applied navigation icons in header.ss file */
#top-nav ul li a:hover {border-bottom: 1px solid #fff; }
	


/**---- SCROLLING MANU BAR -----------------------------*/
.manu1{position:relative;}
.manu-bar{
	width:55%;
	background:#fff;
	margin: 0 auto;
	text-align: center;
	padding:20px 0px;
	position:absolute;
	left: 0px;
	right:0px;
	margin-top: -65px;
	border:#f3f3f3 2px solid;
}
/*---FOOTER STYLES --------------------------*/
.footer-logos{ 
	width: 100%;
	text-align:center;
	margin:0 auto;
	background: #003f7d;
}
.footer-logos img{ 
	width: 100%;
	max-width: 210px ; 
	padding: 5px 45px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.footer{ background: #003366;}
.footer .wrapper-inner{padding: 5px 0px;}
.footer p{color:#dedddd; font-size:12px;}


/*--------FORM STYLES --------------------*/
.form-wrapper{margin: 0 auto; text-align:center;display:inline-block;}
.left{text-align:left;}
form{margin: 0 auto; text-align: center;}

#formpage { vertical-align:top;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
	text-align:left;
	
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	color:#202e3b;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:100%; 
	color: #000;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}
#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}


#formpage input.button,
#formpage input.button:focus {
     color:#005787; border: 2px solid #005787; padding: 8px 14px; background: #f3f3f3;
	 width:120px; font-size: 15px;
	 font-family: 'Montserrat', sans-serif;
	 

}
#formpage input.button:hover {
	color:#f3f3f3; border: 2px solid #005787; background:#005787;
	width:120px;
	 font-family: 'Montserrat', sans-serif;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000; margin: 0 auto;}

.CaptchaImagePanel {
margin:0 auto;
padding:0 0 0 0;
 width: 100%;
 max-width:182px;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


#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:#003366 !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:#003366 !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 #003366 !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: #003366 !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 {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; 
}

.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: 1480px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}

/*#navwrap {height:1917px;}*/
#top-nav ul li a {padding: 5px 0px 10px 3em;}
.logo img {width:90%;}

/*#navwrap {width:24%; height:1687px;}*/
#content {width:76%;}
}



@media screen and (max-width: 1250px) and (min-width:858px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#top-nav {display:none;}


/*#navwrap {width:28%; height:1687px;}*/


/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
@media screen and (max-width: 1023px) and (min-width:858px) {
#content {width:72%;}
.logo img {width:90%;}

#manu {width:100%; margin:0 auto; text-align:center;}
#manu img {padding:5px 0;}
.four-cols{width: 40%; padding:20px 20px 0px 0px;}
}



@media screen and (max-width: 857px) and (min-width:500px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#top-nav {display:none;}

/*#navwrap {width:15%; height:1234px;}*/
#content {width:85%;}
.logo img {width:90%;}

.two-cols{width:100%; text-align:center;}
.four-cols{width: 40%; padding:20px 20px 0px 0px;}

.header-top p, .google{display: block; padding: 0px; font-size: 13px;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
 
@media screen and (max-width: 649px){ 

.wrapper-inner {width: 85%;}
}
@media screen and (max-width: 499px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#top-nav {display:none;}

/*#navwrap {float:none; width:100%; height:auto;}*/
#content {float:none; width:100%;}
.logo img {width:100%;}

.two-cols{width:100%; text-align:center;}
.four-cols{width: 100%; padding:30px 0px 0px 0px;}
.footer-logos img{padding: 5px 0px; }


/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
