﻿/*===================== 
	Color information
	
	- Yellow: #ffcc33;
	- Red: #990000;
	-
	-
		 
=======================*/
/*===================== 
	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 {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
	}

body {
	font-family: Arial, sans-serif !important;
    margin: 0;
	padding:0;
	background:#000;
	}

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;} 

.hosted-content h2{text-align: left;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size:30px;
		font-weight:700;
		color:#990000;
		padding:1% 0 2% 0;
	}
	h2 {
		font-size:30px;
		font-weight:700;
		color:#000;
		padding:3% 0 1% 0;
		text-align:center;
	}
	h3, .h3, h2.h3 {
		font-size:21px;
		font-weight:700;
		color:#000;
		padding:1% 0 1% 0;
	}
	h4 {
		font-size:18px;
		font-weight:700;
		color:#000;
		padding:1% 0 0 0;
	}

p {
	font-size:16px;
	color:#000;
	padding:1% 0 1% 0;
	margin: 0;
	}
.text p{
	color:#fff;
}
.yellow{color:#ffcc33;}
.red{color:#990000;}
.white{color:#fff;}
.smaller{font-size:14px; padding:.5%;}
.facebook {padding:.2%;}
.bold{font-weight: bold;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: underline;
		}  


/***** SIDE TABS *****/


.sidetabs {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 9999;
}


#fb {
    width: 400px;
    height: 520px;
    top: 260px;
    right: -400px;
    z-index: 9999999;
}

#fbTab {
    display: block;
	height: 75px;
	width: 55px; 
	background:url(../siteart/fbtab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

#linkedin {
    width: 400px;
    height: 520px;
    top: 345px;
    right: -400px;
    z-index: 999999;
}

#linkedinTab {
    display: block;
	height: 75px;
	width: 55px; 
	background:url(../siteart/linkedintab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}


/*===================== 
	header styles 
=======================*/

.header-top {
	width: 100%;
	margin: 0;
	background:#333;
	}
	.header-top p{float:right; display:inline-block;}

header {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	}
.phone{padding:.5% 6% .5% .5%;}
.email{padding:.5% 2% .5% .5%;}

.main_logo{
	float:left;
	padding:1% 0 1% 6%;
}

.kolor_logo{
	float:right;
	padding:1% 1% 1% 0;
}
/*===================== 
	nav styles 
=======================*/

#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	margin:0;
	padding:0;
	background:#990000;
	}
	nav.primary ul {
		max-width:1250px;
		margin:0 auto;
		padding:0;
		}
		nav.primary ul li {
			float:left;
			display:block;
			list-style-type:none;
			}
			nav.primary ul li a {
				font-size:18px;
				font-weight:700;
				color:#fff;
				text-decoration:none;
				padding:5px 10px;
				line-height:34px;
				display:block;
				}	
			nav.primary ul li a:hover {
				background:#000;
				}
			nav.primary ul li li a { /* appearance of the sub-level links */
				display:block;
				background:#990000;
			}
			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: 900;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}
/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/


/***Button Styles *******/
figure.category{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 8%;
	width: 17%;
}
figure.category img{
	width:100%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	color:#333;
	font-weight:600;
	font-size:30px;
	text-align:center;
	padding:2% 0 5% 0;
}
figure.category:hover figcaption {
	color:#990000;
}
/**********************************/

.cycle-slideshow{
	float:left;
	width:55%;
	
}
.cycle-slideshow img{
	width:100%;
	height:517px;
}

.photo_col {
	display:inline-block;
	float:left;
	padding:2% 2% 5% 2%;
	width:28%;
	}
	.photo_col img{
		width:100%;
	}


/*===================== 
  Scrolling Inv styles 
=======================*/

.slider{
	height:90px;
	width:100%;
	overflow:hidden;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	background:url(../siteart/concrete_seamless.png) repeat;
	background-color: #fff
	}
.top_wrap{
	height:517px;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2% 0;
	}
.container1{
	max-width: 1100px;
	margin: 0 auto;
	padding:2%;
}
.text{
	float:left;
	width:45%;
	background:#333;
	height:100%;
}
.top_container{
	padding:18% 12%;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { 
	display:inline-block;
	float:left;
	padding:2%;
	width: 30%;
	}
.col-1-2 { width: 49%;}
.col-2-3 { 
	display:inline-block;
	float:left;
	padding:2%;
	width: 62%;
	}
.col-3-4 { width: 75%;}







.list-container-flexrow .price-container .price,
.mobile-option-bar .mobile-option-bar-filter,
.listing-prices__retail-price {color:#990000 !important;}


#no-compare-listings,
.list-top-section .list-title .list-listings-count {color:#000 !important;}

.contact-options a {background:#333 !important;}

.list-container-flexrow .view-listing-details-link{background:#990000 !important;}

.compare-listings-container .compare-container .cs-btns a{background:#fba825 !important;}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {color:#990000 !important;}

.selected-facet {padding: 8px 12px !important; color:#fff !important; background:#990000 !important;}
.list-content .list-error-container .info button {background:#990000 !important;}

.faceted-search-content .mobile-done-button-container .mobile-done-button,
.show-all-modal .apply-button {color:#fff !important; background:#990000 !important;}

.show-all-modal .back-button {color:#990000 !important; border:1px #990000 solid !important}

.compare-chkbox-container .compare-listings .fa-check {top:3px !important; left:2px !important;}
.compare-checked span,
.compare-checked a{color:#990000 !important; text-decoration:none !important;}




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	}
footer ul{
	list-style: none;
}
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:16px;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	padding:1% 0 2% 0;
	color:#cccccc;
	}
	
/*==============================
	   Responsive Styles			
================================*/	
@media screen and (max-width: 1500px)  {
.top_wrap{
	height:415px;
}
.cycle-slideshow img{
	width:100%;
	height:415px;
}
}
@media screen and (max-width: 1250px)  {
	.top_wrap{
		height:280px;
	}
	.cycle-slideshow img{
		width:100%;
		height:280px;
	}
	.top_container{
		padding:4% 12%;
	}
	h1 {
		font-size:21px;
		font-weight:700;
		padding:1% 0 2% 0;
	}
	nav.primary ul li a {
	  font-size:16px;
	  padding:5px 10px;
	  font-weight:400;
	}
	nav.primary ul {
		max-width:1050px;
		margin:0 auto;
		padding:0;
	}	
}
@media screen and (max-width: 1100px)  {
	nav.primary ul li a {
	  font-size:15px;
	  padding:5px 8px;
	  font-weight:400;
	}
	nav.primary ul {
		max-width:920px;
		margin:0 auto;
		padding:0;
	}	
}
@media screen and (max-width: 920px)  {
	nav.primary ul li a {
	  font-size:14px;
	  padding:5px 10px;
	  font-weight:400;
	}
	nav.primary ul {
		max-width:695px;
		margin:0 auto;
		padding:0;
		line-height:26px;
	}
	.col-1-3 { 
	display:block;
	float:none;
	padding:2%;
	width: 90%;
	}
	.col-2-3 { 
	display:block;
	float:none;
	padding:2%;
	width: 90%;
	}	

	.sidetabs {display:none;}
	
nav.primary{
	display:none;
}

/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 28px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	background:#990000;
	}
	#menu-button a{
		 color:#fff;
		 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%;
}

.main_logo{
	float:none;
	margin:auto;
	display:block;
	width:45%;
	padding:1% 0 1% 0;
}

.kolor_logo{
	float:none;
	margin:auto;
	display:block;
	width:45%;
	padding:1% 0 1% 0;
}
.cycle-slideshow{display:none;}
.top_wrap{ height:100%;}
.cycle-slideshow img{
	width:100%;
	height:100%;
	display:none;
}
.text{
	float:none;
	width:100%;
	background:#333;
	height:100%;
}
.top_container{padding:4% 12%;}
figure.category figcaption{
	font-size:21px;
	padding:0 0 5% 0;
}

}
@media screen and (max-width: 520px)  {
figure.category figcaption{
	font-size:16px;
}
h4 {font-size:14px;}
.photo_col { width:45%; }
}
@media screen and (max-width: 420px)  {
	.header-top {display:none;}
	.main_logo{width:60%;}
	.kolor_logo{width:60%;}
	figure.category{
	display: block;
    float: none;
	margin: 0 auto;
	padding:2% 0;
	width: 35%;
}
}

