﻿/*===================== 
	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;
	}

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, .h4, .h1 {
	margin: 0;
	padding: 0;
    font-family: Oswald, 'sans-serif';
	}
	h1, .h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1, .h1 {
    text-align: center;   
}
		

h2 {
}

	
h3 {
}


h4 {
	
}


h5 {
}


h6 {
}

.col-xs-12 {float: none;}

/*===================== 
	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;
		}  

/*---  SPECIAL  ---*/

.parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #f1c624!important;}

.list-content .list-listing-mobile .view-listing-details-link {background-color: #f1c624!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #f1c624!important;}

.faceted-search-content .selected-facets-container .selected-facet {background-color: #f1c624!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: #f1c624!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;}

.body-wrapper {padding: 50px 24px;}
 
.bodytext {font-size: 15px!important;}


.bodystyles {background-color: #323232; color: white;}

/*===================== 
	header styles 
=======================*/

.container-fluid {
    padding: 0px;
}

.row {margin: 0px;}

header {
	width: 100%;
	}

.logo {
    
}

.border {
    border-bottom: solid 2px #f1c624;
}

.header-stretch {
    color: white;
    padding: 25px;
    background-image:
        linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.5)),
        url("../siteart/hero.jpg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
}

.section1 {
    color: white;
    background-color: #2c2c2c;
    background-image: url("/siteart/section1-background.png");
    background-size: cover;
    background-attachment: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 20%;
    font-size: 16px;
    line-height: 2;
}

.section2 {
    color: #2c2c2c;
    background-image: url("../siteart/steel-background.png");
    background-size: cover;
    background-attachment: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 20%;
    font-size: 16px;
    line-height: 2;
}

.section3 {
    color: white;
    background-color: #2c2c2c;
    background-image: url("/siteart/section2-background.png");
    background-size: cover;
    background-attachment: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 20%;
    font-size: 16px;
    line-height: 2;
}

.yellow-btn {
    color: #f1c624;
    background-color: #2c2c2c;
    border: solid 2px #f1c624;
    font-size: 20px;
    font-family: Oswald, 'sans-serif';
    padding: 5px 50px;
    text-align: center;
}


.yellow-btn2 {
    color: #f1c624;
    background-color: transparent;
    border: solid 2px #f1c624;
    font-size: 20px;
    font-family: Oswald, 'sans-serif';
    padding: 5px 50px;
    text-align: center;
}

.yellow-btn:hover {
    color: #2c2c2c;
    background-color: #f1c624;
    border: solid 2px #f1c624;
    font-size: 20px;
    font-family: Oswald, 'sans-serif';
    padding: 5px 50px;
    text-align: center;
}

.yellow-btn2:hover {
    color: #2c2c2c;
    background-color: #f1c624;
    border: solid 2px #f1c624;
    font-size: 20px;
    font-family: Oswald, 'sans-serif';
    padding: 5px 50px;
    text-align: center;
}
.export-area {
    padding: 50px 0px 100px 0px!important;
}

.store-area {
    margin: 150px 15%;
}

.store-info {
    text-align: center!important;
    margin-top: 100px;
}

.splashimg {
    width: 100%;
    margin-top: 75px;
    padding: 0px;
}

/*===================== 
	nav styles 
=======================*/

.navbar {min-height: 0px!important;}

nav.primary {
	padding-top: 30px;;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: center;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {
    padding: 0px 10px;
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 

}

nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 500;
	color: white!important;
    transition: 0.3s;
}	
			
nav ul li a:hover {
	color: white;
    text-decoration: none;
    border-bottom: solid 2px #f1c624;
}
	
	
/* 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;
}
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;
    text-align: left;
}
nav.primary ul ul li {
    position: center;
	display:block;
    margin:0;
	width:160px;
    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 #f1c624;
    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: center;
	min-height: 0 !important;
	}
	#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 
=======================*/

.searcharea {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 25px 10%;
}

.searchbox {
    background-color: rgba(0,0,0,0.30);
    width: 100%;
    color: white;
    text-align: center;
    padding: 25px;
}

.placeholder_label {
    border: none;
    color: black;
    background-color: white;
    padding: 5px 10px;
    font-family: 'Oswald', 'sans-serif';
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.blackstretch {
    background-color: rgba(0,0,0,0.4);
    padding: 50px 5%;
}

	
/*===================== 
	slideshow styles 
=======================*/

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/

.contact-area {
    padding: 200px 15% 50px 15%;
    text-align: left;
    margin: auto;
}

.map {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #999;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

.footer-stretch {
    color: white;
    background-color: #1b1b1b;
    text-align: center;
    margin: auto;
    padding: 25px;
}

/*========================= 
	 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) {
	

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .hidden-sm {display: none;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

