﻿/*===================== 
	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 
=======================*/

.col-lg-12 {
}

.col-lg-6 {
    padding-right: 0px;
}

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

.row {
    padding: 0px;
    margin: 0px;
}

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;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
    line-height: 2;
    font-size: 16px;
	}

.paragraph {
    line-height: 2;
    font-size: 16px;
}	

h1 {
    font-size: 45px;
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

b {
}

/*===================== 
	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%;
    background-color: #2f2f2f;
}

.navbar {
}

.header-logo {
    max-width: 250px;
    display: block;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.social {
    width: 75px;
    padding: 0px 6px;
    margin: auto;
    float: right;
    clear: none;
    opacity: 0.6;
    transition: 0.3s;
}

.social:hover {opacity: 1;}

.hero-container {
    margin: 0px;
    padding: 0px;
}

.hero-image {
    width: 100%!important;
    margin: 0px;
    padding: 0px -15px!important;
}

.hero-padding {
    padding: 0px;
}

.body-container {
    padding: 0px -15px!important;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding-top: 64px;;
	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: lightgrey!important;
    transition: 0.3s;
}	
			
nav ul li a:hover {
	color: white!important;
    text-decoration: underline;
    
}
	
	
/* 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: 18px;
	font-family:'Oswald', sans-serif;
	}
	
	nav.primary ul li li a:hover { 
	line-height:22px;
	color:#ffffff !important;
	text-align:left !important;
	font-size: 18px!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: #2b2b2b;
}
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:18px;
	text-transform:none;
    text-align: left!important;
}

.navborder {
    border-top: solid 2px red;
    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: #2f2f2f;
	border-bottom: ;
	text-align: left;
	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: #2b2b2b;
}


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 
=======================*/



/*===================== 
	gutters styles 
=======================*/

footer * {
    box-sizing: border-box !important;
        }
header * {
    box-sizing: border-box !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;
}


/*===================== 
	layout styles 
=======================*/

.info-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.info-left {
    padding: 0px;
}

.info-right {
    padding-left: 5%;
    padding-right: 5%;
}

.body-image {
    width: 100%;
    padding: 0px;
}

.search-area {
    background-image:url("../siteart/SteelTexture.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    text-align: center;
    padding: 100px 0px;
    margin-bottom: 25px;
}

.whitetitle1 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 50px;
    padding-bottom: 15px;
}

.whitetitle2 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 65px;
    padding-bottom: 10px;
}

.white {
    color: white;
}

/**.yellow-button {
    color: black;
    border: none;
    padding: 10px 25px;
    background-color: #fbc227;
}**/

.yellow-button {
    width: 175px;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    background-color: #fbc227;
    color: black;
}

.yellow-button:hover {
    color: white;
}



/*===================== 
	quote styles 
=======================*/

.border{
    border-bottom: solid 2px red;
    width: 40%;
}

.red {
    color: red;
}

.quote-page {
    margin: auto;
    padding: 100px 10%;
}

.inputline {
    width: 100%;
    height: 35px;
    margin-left: 12px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.pushinput{
    padding-left: 0px;
    margin-right: -15px!important;
}

.pushmessagetext {
    padding-left: 0px;
    margin-right: -15px!important;
}

.pushmessage {
    padding-left: 0px;
    margin-right: -15px!important;
}

.messagebox {
    margin-left: 12px;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.submit {
    text-align: center;
    margin-top: 25px;
    width: 175px;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    background-color: #fbc227;
    color: black;
}

.submit:hover {
    color: white;
}

.thankyou-link {
    color: black!important;
    line-height: 2;
    font-size: 16px;
    transition: 0.3s;
}

.thankyou-link:hover {
    color: red!important;
    text-decoration: underline;
}

.thankyou-page {
    margin: auto;
    margin-bottom: 60px;
    padding: 100px 10%;
}

.contact-page {
    padding: 50px 10%;
}

.contact-info {
    display: block;
    margin: auto;
}

.lefttext {
    text-align: left;
}

.about-info {
    display: block;
    margin: auto;
}


/*===================== 
	Inventory styles 
=======================*/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #EA222C!important;}

.faceted-search-content .selected-facets-container .selected-facet {background-color: #EA222C!important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #EA222C!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {color: #EA222C!important;}

.list-content .list-main-section .list-container .fin-calc {color: #EA222C!important;}

.mc-debuginfo {display: none;}

.detail-content .detail-additional-data .data-row .data-label {background-color: #EA222C!important;}

.phone-and-email .send-email-btn {color: #EA222C!important; border: 1px solid #EA222C!important; background-color: white;}

.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #EA222C!important;}

.field-value {color: #EA222C!important;}

.currency-selector {color: #EA222C!important;}

.dealer-company-header {color: #EA222C!important; font-size: 16px;}

.body-wrapper {padding: 50px 24px;}
 
.bodytext {font-size: 15px!important;}

.list-content .list-listing-mobile .view-listing-details-link {background-color: #EA222C!important;}

.list-content .list-listing-mobile .price-container .price {color: #EA222C!important}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{color:#000!important;}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px!important;
	color: #999!important;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px!important;
		color: #fff!important;
		}

.footertext {
	font-size:13px!important; 
	color:#666!important;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	width:100%; 
	text-align:center; 
	margin:0 auto;
	}

li {
    list-style: none;
}

li.info {
    list-style: circle;
}

.footer-stretch {
    height: 200px;
    color: white; 
    background-color: #2f2f2f; 
    padding: 25px 50px;
    width: 100%;
}

.footer-logo {
    max-width: 200px;
    display: block;
    margin: auto;
}

.footer-sub {
    background-color: #212121;
    padding: 25px;
    width: 100%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}

.divfooter {width:450px; text-align:center; margin:0 auto;}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling {
    width:100%;
    height:92px;
}

.scroll-area {
    margin-bottom: 25px;
}


/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    
    .info-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-left {
        padding: 0px;
    }

    .info-right {
        padding-left: 5%;
        padding-right: 5%;
    }

    .body-image {
        width: 100%;
        padding: 0px;
    }

    .footer-logo {
        max-width: 200px;
        display: block;
        margin: auto;
    }
    
    
    

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
    .header-logo {
        max-width: 250px;
        display: block;
        margin: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .socialbuttons {
        display: none;
    }

    .social {
        display: hidden;
    }
    
    .info-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-left {
        padding: 0px;
    }

    .info-right {
        padding-top: 25px;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .footer-logo {
        padding-top: 50px;
        max-width: 200px;
        display: block;
        margin: auto;
    }
    
    .footer-stretch {
        height: 400px;
        color: white; 
        background-color: #2f2f2f; 
        padding: 25px 50px;
    }


}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    .footer-logo {
        max-width: 200px;
        display: block;
        margin: auto;
        padding: 0;
    }
    
    .footer-links {
        display: none;
    }
    
    .footer-stretch {
        height: 200px;
        color: white; 
        background-color: #2f2f2f; 
        padding: 50px 25px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

