﻿/*===================== 
	Color information
	
	- Red #ed2124
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts 
=======================*/
	@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif !important;
	background-color:#000;
    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;}

img { border: 0;} 

div.hosted-content{
	background-color:#fff;
	overflow:auto;
	margin:2% 0 0 0;
}
/*===================== 
Facted Inventory Styles
=======================*/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#ed2124 !important; color: #fff !important;}
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #ed2124 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}
.bottom-section h5 {color:black;} .listing-top-right i,.listing-top-right span {color: #fff !important;} .faceted-search-content {background-color: white;} 
.send-a-message-form {
	width: 100% !important;
}
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 26px;
		font-weight:700;
		color: #ed2124;
		text-transform:uppercase;
		padding:2% 0;
	}
	h2 {
		font-size: 22px;
		font-weight:700;
		color: #000;
		text-transform:uppercase;
		padding:2% 0 1% 0;
	}
	h5 {
		font-size: 16px;
		font-weight:700;
		color: #ed2124;
		text-transform:uppercase;
		padding:0;
	}
	
.hosted-content h1{
	padding:4% 0 0 0;
}
.hosted-content h3{
	font-size:18px;
}

p {
	margin: 0;
	padding: 1% 0;
	font-size:16px;
	font-weight: 700;
	}

.bold {
    font-weight: bold;
	}
	
.white{
	color:#fff;
}
.normal{
	font-weight:normal;
}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #ed2124; 
    text-decoration:underline;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  
		
a.btn_link_slide{
	color:#fff;
	padding:1% 3%;
	display:inline-block;
	zoom:1; 
	*display:inline;
	font-size:24px;
	margin:0 2%;
	text-decoration:none;
	text-align:center;
	background:#333;
	background:rgba(0,0,0,.65);
	border-radius:8px;
	float:right;
}
a.btn_link_slide:hover{
	color:#fff;
	background:#333;
}

a.red_btn{
	display:inline-block;
	zoom:1; 
	*display:inline;
	float:left;
	width:30%;
	padding:1% 0;
	margin:2% 0 2% 3%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-radius:8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e85858+0,ed2124+100 */
	background: #e85858; /* Old browsers */
	background: -moz-linear-gradient(top, #e85858 0%, #ed2124 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e85858 0%,#ed2124 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e85858 0%,#ed2124 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85858', endColorstr='#ed2124',GradientType=0 ); /* IE6-9 */
	
}
a.red_btn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2124+0,e85858+100 */
	background: #ed2124; /* Old browsers */
	background: -moz-linear-gradient(top, #ed2124 0%, #e85858 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ed2124 0%,#e85858 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ed2124 0%,#e85858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2124', endColorstr='#e85858',GradientType=0 ); /* IE6-9 */
}

.hosted-content a.btn:hover{
	background:#C6C6C6 !important;

}

/*===================== 
	header styles 
=======================*/

header {
	width: 100%;
	background:url('../siteart/headbg.png') no-repeat;
	background-size:cover;
	margin: 0;
	box-shadow: 0px 2px 8px 8px rgba(0,0,0,.75);
	z-index:1000;
	position:relative; 
	}
img.main_logo{
	width:300px;
	float:left;
	padding:3% 0 1% 3%;
}

/*===================== 
	nav styles 
=======================*/
#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	float:right;
	max-width:1105px;
	margin:0;
	padding:0;
	}
	nav.primary ul {
		margin:0;
		padding:0;
		}
		nav.primary ul li {
			padding:0;
			margin:0;
			list-style-type:none;
			float:left;
			}
			nav.primary ul li a {
				display:block;
				text-decoration:none;
				font-size:22px;
				color:#fff;
				font-weight:700;
				padding:90px 16px 16px 16px;
				margin:0; 
				}	
			nav.primary ul li a:hover {
				color:#ed2124;
				}
			nav.primary ul li li a { /* appearance of the sub-level links */
				display:block;
				width:200px;
				padding:5px 10px;
				text-decoration:none;
				font-size:22px;
				color:#fff;
				font-weight:700;
				background:url('../siteart/mochaGrunge.png') repeat;
				margin:0; 
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
			}
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */
  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
  
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
nav.primary ul li:hover > ul {  
    display: block;
    z-index: 100;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}


/*===================== 
	content styles 
=======================*/
/***Inventory Button Styles *******/
figure.category{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 4%;
	width: 24%;
}
figure.category img{
	width:100%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	color:#ed2124;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:2% 0 5% 0;
}
figure.category:hover figcaption {
	color:#fff;
}
/*******************************************/

.manu_logo{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	padding:2% 0 0 3%;
	width:21%;
}
/***** Contact Us Form ******/

form{
	width:60%;
}
#formcontact label{
	width:100%;
	display:block;
	margin:2% 0 0 0;
}
#formcontact input{
	display:block;
	padding:4px 0;
	width:100%;
}
#formcontact textarea{
	display:block;
	width:100%;
	height:80px;
}
#formcontact input.button{
	display:block;
	width:180px;
	margin:auto;
	background:#ed2124;
	color:#fff;
	border:none;
	padding:8px 0;
}
#formcontact input.button:hover{
	background:#000;
	color:#fff;
}
/****************************/

/******************** Search Form *********************/
form#search {
	width:100%;
	display:block;
	margin:auto;
	padding:0 0 8% 0;
}
form#search label{
	width:100%;
	font-size:14px;
	color:#000;	
	display:block;
	padding:0 0 1% 0;
}
form#search select{
	width:100%;
	padding:1%;
}
form#search input.sidebyside{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:43%;
	margin:0 0 0 1%;
	padding:1%;
}
form#search .radio-section{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:39%;
	margin:0 0 0 1%;
	padding:1%;
}
form#search .radio-section input{
	width:12px;
	display:inline;
	
}
form#search .radio-label{
	display:inline;
	font-size:14px;
	color:#000;	
}
form#search .button{
	background:#000;
	border:none;
	color:#fff;
	margin:14% 0 0 0;
	padding:2% 6%;
	width:auto;
	}
	form#search .button:hover{
		background:#A40117;
		color:#fff;
		cursor:pointer;
	}
form#search .column3 {
	width:15%; 
	margin:0 1%; 
	float:left;
	}
form#search .column4 {
	width:20%; 
	margin:0 1%; 
	float:left;
	}
	
/*** for attachments pages ****/
.hosted-content input{
	width:auto
}
.hosted-content form {
	width:100%;
}
/************************************************/
/*===================== 
	banner styles 
=======================*/

.scrolling {
	width:100%;
	height:90px;
	overflow:hidden
	}
	.banner{
		width:100%;
	}
/*===================== 
	layout styles 
=======================*/
.btn_wrap{
	width:100%;
	background:#000;
	margin:0;
}

.wrap {
	width: 100%;
	margin: 0;
	background: url('../siteart/concrete_seamless.png');
	}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding:2%;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { 
	width: 22%;
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	padding: 2% 0 3% 2%;
	}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { 
	width: 73%;
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	padding: 2% 0 3% 2%;
	}

.nopad{
	padding:0;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: underline; 
	font-size:10px;
	color: #ababab;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:10px;
		color: #ababab;
		}

.footertext {
	font-size:10px; 
	color:#ababab;
	}

.smallfootertext {
	font-size:10px; 
	color:#ababab;
	}

.divfooter {
	max-width:490px; 
	text-align:left; 
	margin:0;
	padding:2% 0 1% 4%;
	float:left;
	}
.foot_contact{
	float:right;
	text-align:right;
	padding:2% 4% 1% 0;
}
/*===================== 
 slider
=======================*/

/*-- detailed search--*/
.detailed-search-wrap {width:80%; margin:20px auto 0 auto; padding: 20px 0;}
.detailed-search-wrap .column4 {
	width: 24%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}

.detailed-search-wrap .column3 {
	width: 32%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}

.detailed-row .column3.second{vertical-align: middle; margin-top: 20px;}
.detailed-search input[type='submit'] {
	font-size:15px;
	color:#fff;
	font-weight:700;
	background: #faa61b;
    width: 100%;
	padding: 9px 0;
	margin-top: 20px;
	letter-spacing: .50px;
	font-family: 'Hind', sans-serif;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	-webkit-appearance: none;
}
.detailed-search input[type='submit']:hover{
	background:#d3880c;
	color:#fff;
}
.detailed-search input[type='text'], .detailed-search select{
	font-weight: 400; 
	font-family: 'Hind', sans-serif; 
	border: 1px solid #878787;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 14px;
	height: 40px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* NOUI SLIDER */
.detailed-search .hp-slider .example-val {padding: 5px 0;}
.detailed-search .noUi-target{position: relative; direction: ltr}
.detailed-search .noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.detailed-search .noUi-handle{position: relative; z-index: 1}
.detailed-search .noUi-marker, .detailed-search .noUi-pips, .detailed-search .noUi-tooltip, .detailed-search .noUi-value{position: absolute}
.detailed-search .noUi-horizontal{height: 12px; z-index: 0}
.detailed-search .noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.detailed-search .noUi-background{background: #ccc;}
.detailed-search .noUi-connect{background: #fff !important; border: 1px #000 solid;}
.detailed-search .noUi-target{width: calc(95% - 15px); margin: 15px auto 0 auto;}
.detailed-search .noUi-handle{background: #e85858 !important; border: 1px solid #ccc; border-radius: 3px;}
.detailed-search .noUi-handle:after, .detailed-search .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.detailed-search .noUi-handle:after{left: 12px}
.detailed-search .noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.detailed-search .noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.detailed-search .example-val{font-size: 12px; font-weight: 600; color: #000;} .detailed-search .example-val span{font-weight: 400;}
.detailed-search #slider-price-value-lower:before, .detailed-search #slider-price-value-upper:before{content: '$'; padding-right: 2px}




/*==============================
	   Responsive Styles			
================================*/
@media screen and (max-width: 1462px){
	nav.primary ul li a {
	font-size:18px;padding:80px 10px 16px 10px;
}

@media screen and (max-width: 1340px)  {
nav.primary ul li a {
	display:block;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	font-weight:700;
	padding:80px 10px 16px 10px;
	margin:0; 
}	
}
@media screen and (max-width: 1204px) {
	nav.primary ul li a {
	font-size:16px;
	padding:80px 10px 16px 10px;
}	
		
	}

@media screen and (max-width: 1150px)  {
nav.primary ul li a {
	font-size:14px;
	padding:92px 8px 14px 2px;
}
}

@media screen and (max-width: 1050px)  {
img.main_logo{
	width:30%;
	float:none;
	display:block;
	margin:auto;
	padding:5% 0 0 1%;
}
nav.primary {
	float:none;
	max-width:715px;
	margin:0 auto;
	padding:0;
}
nav.primary ul li a {
	font-size:14px;
	padding:14px 8px 14px 2px;
}
a.btn_link_slide{font-size:18px;}
}
@media screen and (max-width: 860px) {
.col-1-4 { 
	width: 80%;
	display: block;
    float: none;
	margin: auto;
	padding: 0 2%;
	}
.col-3-4 { 
	width: 80%;
	display:block;
    float: none;
	margin:auto;
	padding: 0 2%;
	}
}

@media screen and (max-width: 760px)  {
nav.primary{
	display:none;
}

/*==============================
	Mobile Nav Styles			
================================*/	
#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 */
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 padding: .1em 0 .1em 0.8em;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
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/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%;
}
.divfooter {
	max-width:700px; 
	text-align:center; 
	display:block;
	margin:0 auto;
	padding:1% 0 0 0;
	float:none;
	}
.foot_contact{
	float:none;
	text-align:center;
	display:block;
	margin:0 auto;
	padding:1% 0 1% 0;
}

form#search .column3 {
	width:50%; 
	margin:0 0 2% 20%; 
	float:none;
	}
form#search .column4 {
	width:60%; 
	margin:0 0 2% 20%; 
	float:none;
	}
}
@media screen and (max-width: 620px)  {
a.btn_link_slide{
	padding:1% 2%;
	font-size:16px;
}

form{width:80%;}
a.red_btn{width:46%;}
}
@media screen and (max-width: 560px)  {
img.main_logo{
	width:50%;
	padding:8% 0 0 1%;
	}
h1 {font-size: 21px;}
h2 {font-size: 18px;}
h5 {font-size: 14px;}
p {font-size:14px;}
a.btn_link_slide{font-size:13px;}
figure.category figcaption{font-size:14px;}
}
@media screen and (max-width: 470px)  {
a.btn_link_slide{
	display:none;
}
a.red_btn{width:90%; border-radius:0;}
}
