﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    line-height: 1.7;
	}

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;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: Oswald, 'sans-serif';
    text-transform: uppercase;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

b {
    font-family: Oswald, 'sans-serif';
}

	
h1 {
    font-size: 45px;
}
		

h2 {
    font-size: 30px;
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
}

.header-stretch {
    padding: 25px;
    color: white;
    background-color: #231f20;
    text-transform: uppercase;
}

.border {
    width: 100%;
    border: solid #fedf00 5px;
}

.borderbtm {
    border-bottom: solid #fedf00 10px;
}

.info-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/siteart/textured-bg.png");
    width: 100%;
    color: white;
    height: 50%;
    padding: 50px 5%;
    font-size: 18px;
}

.info-image {
    width: 50%;
    z-index: 99999;
}

.inv-button {
    padding: 10px 30px;
    font-size: 18px;
    font-family: Oswald, 'sans-serif';
    text-align: center;
    color: #fedf00;
    border: solid 2px #fedf00;
    background-color: transparent;
}

.inv-button:hover {
    padding: 10px 30px;
    font-size: 18px;
    font-family: Oswald, 'sans-serif';
    text-align: center;
    color: #686665;
    background-color: #fedf00;
}


.yellow {
    color: #fedf00;
}

.contact-area {
    padding: 50px 10%;
    font-size: 18px;
}

.text-padding {padding-left: 5%;}


/*---  SPECIAL

.list-content .list-listing-mobile .price-container .price {color: #fedf00;}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {border: 1px solid #fedf00; color: #fedf00;}

.list-content .list-listing-mobile .view-listing-details-link {background-color: #fedf00!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #fedf00!important;}

.faceted-search-content .selected-facets-container .selected-facet {background-color: #fedf00!important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #000000!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {color: #000000!important;}

.list-content .list-main-section .list-container .fin-calc {color: #000000!important;}

.mc-debuginfo {display: none;}

.detail-content .detail-additional-data .data-row .data-label {background-color: #000000!important;}

.phone-and-email .send-email-btn {color: #fedf00!important; border: 1px solid #000000!important; background-color: white;}

.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #000000!important;}

.field-value {color: #000000!important;}

.currency-selector {color: #000000!important;}

.dealer-company-header {color: #000000!important; font-size: 16px;}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #fedf00!important;}

.list-content .list-listing-mobile .email-seller-link {background-color: #fedf00!important;}

.view-listing-details-link {background-color: #fedf00!important;}

.detail-content-mobile .detail-additional-data .data-row .data-label {background-color: #000000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {color: white!important; background-color: #fedf00!important;}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {border: none!important; background-color: #fedf00!important;}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {border: none!important; background-color: #fedf00!important;}



.bodystyles {background-color: #323232; color: white;}

.body-wrapper {padding: 50px 24px;}
 
.bodytext {font-size: 15px!important;}

.mapfix {padding-right: 0!important;}   ---*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#fedf00 !important; color: #000 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #fedf00 !important; color:#000 !important;}


/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#fedf00 !important; color:#000 !important;
}

/*========================= 
	 Carousel Styles
===========================*/

#myCarousel .slides .slide-0, 
#myCarousel .slides .slide-1,
#myCarousel .slides .slide-2,
#myCarousel .slides .slide-3 {
    width: 100%;
    min-height: 50vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-item {
        height: 100%;
        min-height: 50vw;
        background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*===================== 
	nav styles 
=======================*/

.navbar {min-height: 0px!important;}

nav.primary {
	padding-top: 30px;;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;

}

nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
	color: white!important;
    transition: 0.3s;
}	
			
nav ul li a:hover {
	color: #fedf00!important;
    text-decoration: none;
    
}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul li li a { 
	line-height:22px;
	color:lightgray!important;
	text-align:left !important;
	font-size: 16px;
	font-family:'Oswald', sans-serif;
	}
	
	nav.primary ul li li a:hover { 
	line-height:22px;
	color:#ffffff !important;
	text-align:left !important;
	font-size: 16px!important;
	border-bottom: none !important;
	}
	
	nav.primary ul li li:hover { 
	}
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	background: #1b1b1b;
	width:200px;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
    padding: 10px 15px 5px 10px!important;
    margin-bottom: 5px;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size:10px!important;
	text-transform:none;
    text-align: left!important;
}

.navborder {
    border-top: solid 2px #fedf00;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 5px;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: transparent;
	border-bottom: ;
	text-align: left;
	min-height: 0 !important;
    padding-right: 10px;
	}
	#menu-button a{
		 color:#ffffff;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #1b1b1b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}








/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/

/*===================== 
	layout styles 
=======================*/

.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}
.row.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0!important;
    padding-left: 0!important;
}

li {
    list-style-type: none;
}

/*===================== 
	footer styles 
=======================*/

a[href^="tel:"] {color:#aaa!important;}

.footer-stretch {
    width: 100%;
    padding: 25px;
    text-transform: uppercase;
    color: white;
    background-color: #231f20;
    list-style: none;
}

.footer-sub {
    color: white;
    background-color: black;
    width: 100%;
    text-align: center;
    padding: 25px;
}


.footerborder {
    width: 50%;
    border: solid #fedf00 1px;
}

.quicklinks {
    line-height: 2;
}

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fedf00;
		}

.footertext {
	font-size:13px; 
	color:#999;
	}

.smallfootertext {
	font-size:10px; 
	color:#999;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .footer-links {
        display: none;
    }

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

