﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}




/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
    margin: 0;
	padding:207px 0 0 0 !important;
	background:url(../siteart/p6.png) repeat;
	color:#262626;
	}
body.main{padding:0 0 0 0 !important;}
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;}
.black{color:#262626;}
	
/*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;
    border-top: none;
    color: #4d4d4d;
 } 

img { border: 0; max-width:100%;} 

img.right{float:right;margin:10px 0 15px 15px;max-width:50%;height:auto;}
img.left{float:left;margin:10px 15px 15px 0;max-width:50%;height:auto;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
	margin: 0;
	padding:0 0 10px 0;
	font-weight:700;
	color:#262626;
	text-transform:uppercase;
	}
	h1 {
	color:#ff6600;
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}

p {
    font-family: 'Oswald', sans-serif;
	font-weight:300;
	padding: 0 0 15px 0;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:700;}

p i{color:#ff6600;margin-right:5px;}

ul{margin-top:0;}

table.responsive{width:100%;}
table.responsive tr td{box-sizing:border-box;padding:10px;border:#ccc 1px solid;text-align:center;}
table i{color:#ff6600;margin-right:5px;}
/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:#ff6600;
}

a:hover  {
	text-decoration: none;
	} 

a.pushbutton{padding:10px 35px;border:#ff6600 2px solid;display:inline-block;color:#262626;font-weight:400;text-decoration:none;margin-right:10px;margin-bottom:5px;}	
a:hover.pushbutton{background:#262626;color:#fff;}	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{padding:2px 0;color:#fff;background:#000;}
.topbar p{padding:0 0 0 0;}
.topbar a{color:#fff;text-decoration:none;}
.topbar i{margin-right:5px;color:#ff6600;font-size:24px;}
.topbar ul{list-style:none;margin:0 0 0 0;padding:10px 0;text-align:right;}
.topbar ul li{padding:0 0 0 40px;display:inline-block;vertical-align:middle;}
.topbar ul li:last-child{float:right;padding:0 0 0 0;}

.phone{font-weight:700;font-size:1.3em;}

header{width:100%;margin:0;background:rgba(0,0,0,0.8);position:fixed;top:0;z-index:1004;}

.headerwrap{position:relative;width:96%;max-width:1170px;margin:0 auto;}
.logo{position:absolute;left:0;top:20px;transition-duration: 0.3s;z-index:99;}
.logo img{display:inline-block; width:auto;height:160px;	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;}
.sticky .logo img{width:auto;height: 75px;transition-duration: 0.3s;}
.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}

/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome{background:url(../siteart/welcomebg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.welcome p{text-transform:uppercase;}
.quicklinks{background:#ff6600;border-bottom:#ffc299 1px solid;}
.quicklinks ul{padding:0;margin:0 auto;list-style:none;width:100%;max-width:1400px;}
.quicklinks ul li{margin:0;padding:0;text-align:center;}
.quicklinks ul li a{float:left;width:16.66%;box-sizing:border-box;border-right:#ffc299 1px solid;color:#fff;text-transform:uppercase;font-size:26px;font-weight:700;line-height:30px;padding:40px 20px;text-decoration:none;display:inline-block;}
.quicklinks ul li span{font-size:20px;}
.quicklinks i{display:block;font-size:80px;color:#9f4001;margin-top:15px;}
.quicklinks ul li a:hover{background:#262626;}
.quicklinks ul li:last-child a{border-right:none;}

.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

.titlebar{position:relative;display:block;padding:4% 0;background-color:#4d4d4d;background-repeat:no-repeat;
background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.titlebar h1{color:#fff; font-size:56px;z-index:10;position:relative;padding:0 0 0 0;font-weight:700;text-transform:uppercase;}
.titlebar p{color:#fff; font-size:56px;z-index:10;position:relative;padding:0 0 0 0;font-weight:700;text-transform:uppercase;}

.titlebar:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.3; transition: .3s all;display:block;z-index:1;}



/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;position:relative;}
.container{width:100%;max-width:1230px;margin:0 auto;}


	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	banner styles 
=======================*/

/*===================== 
	Form styles 
=======================*/
.order-form{display:block;background:#fafafa;padding:15px;border:#ccc 1px solid;}

#formpage{padding:0 10px;}

.order-form form{
	margin:0 0 0;
}
.order-form form label{
	display:inline-block;;
	font-size:16px;
	padding:0 0 0 0;
}
.order-form form input{
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	box-sizing:border-box;
}
.order-form form input.half{width:48%;float:left;margin:1%;}

.order-form form input:focus{
	border: #2885b3 solid 1px;
}
.order-form form input.button2{
	display:block;
	width:50%;
	margin:0 auto 20px;
	border:#ff6600 solid 1px;
	background-color:#ff6600;
	color:#fff;
	border-radius: 2px;
	text-transform:uppercase;
}

.order-form form input.button2:hover{
	background-color:#4d4d4d;
	cursor:pointer;
}

.order-form form input[type="checkbox"] {display:inline-block;width:auto;margin: 0 1% 10px}

.order-form form select{
    font-family: 'Oswald', sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size:14px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.order-form form textarea{
    font-family: 'robotoregular';
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin:0 1% 10px;
	box-sizing:border-box;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,  
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important;
	font-size: 12px;
	color: #000;
	text-align: left !important;
	font-weight:normal!important;
	padding:0px 0 0!important;
	box-sizing:border-box;
	}

.CaptchaImagePanel{float:left;margin-right:10px !important;}
.CaptchaMessagePanel{}
#CaptchaAnswer{margin:5px 0; width:50%;}
fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}


	
/*===================== 
	Search Form styles 
=======================*/
#formpage{padding:0 10px;}

form.detailed-search{
	margin:0 0 0;
	display:block;
}
form.detailed-search input{
	font-family: 'Oswald', sans-serif;
}
form.detailed-search input:focus{
	border: #2885b3 solid 1px;
}

.searchform{width:100%; background:#262626; padding:10px 0;}
.searchform form{ max-width:1170px; margin:10px auto; }
.searchform input{
	float:left;
	width: 19%;
	margin-right:1%;
	margin-left:0;
	margin-bottom:0;
    padding: 5px 5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #dad9d9;
	box-sizing:border-box;
	border-radius: 0;
	-webkit-appearance: none;

}
.searchform select{
	font-family: 'Oswald', sans-serif;
	float:left;
	width: 19%;
	margin-right:1%;
	margin-left:0;
	margin-bottom:0;
    padding: 8px 5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #dad9d9;
	box-sizing:border-box;
	border-radius: 0;
	-webkit-appearance: none;
}

.searchform input[type="submit"] {
	margin:0 0 0 0;
	padding: 6px 5px;
    font-size: 16px;
	border-radius:0px;
	background:#ff6600;
    border: 1px solid #ff6600;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

.searchform input::placeholder {color: #000;}


.quickform  form.detailed-search input, .quickform form.detailed-search select{
	width: 79%;
	display:inline-block;
	margin-bottom:0;
	padding: 5px 10px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #dad9d9;
	box-sizing:border-box;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.quickform form.detailed-search input[type="submit"] {
	width: 18%;
	font-family: 'FontAwesome';
	text-align:center;
	margin:0 0 0 0;
	padding: 7px 9px;
	font-size: 16px;
	border-radius:0px;
	background:#ff6600;
	border: 1px solid #ff6600;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

.searchform form.detailed-search input::placeholder {color: #000;}

/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#ff6600 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #ff6600 !important; color:#fff !important;}


/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#ff6600 !important; color:#fff !important;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:8px 0;
	background:#ff6600;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.hosted-content .col {margin: 1% 0 1% 0;}
.hosted-content h3 {font-size:20px;}
.hosted-content .pagination>.drop-down-form select, .hosted-content .pagination-blog>.drop-down-form select{width:auto;}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:url(../siteart/bo_play_pattern.png) repeat;background-color: #000;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom h3{color:#ff6600;}
.pagebottom p{color:#fff;font-size:.8em;text-transform:uppercase;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ff6600;}
.pagebottom i{color:#ff6600;margin:0 5px; font-size:16px;}

footer {
	margin: 0 auto;
	padding:10px 0;
	background:#000;
	width: 100%;
	}
footer p{float:left;color:#fff;font-weight:700;text-transform:uppercase;padding:0;font-size:.8em;}
footer p:last-child{float:right;}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}
.internal{display:block;margin-top: 89px;padding-top: 15px;border-top: #6c6c6c 1px solid;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1170px) {
body {padding:0 0 0 0 !important;font-size:16px;}
header{position:relative;top:0;}
.topbar{font-size:14px;}	
.logo{top: 10px;}
.logo img{height: 100px;}
.quicklinks ul li a{font-size:24px;}
.quicklinks ul li span{font-size:20px;}
}
@media screen and (max-width: 1000px) {
.quicklinks ul li a{font-size: 20px;}
.quicklinks ul li span{font-size: 14px;}
.quicklinks i{font-size: 50px;}
}
@media screen and (max-width: 900px) {
.quicklinks ul li a{width:33.33%;border-top: #fff 1px solid;}
.topbar ul li{padding: 0 0 0 15px;}

}

@media screen and (max-width: 800px) {
.topbar{text-align:center;font-size:18px;}
.topbar ul{text-align:center;}
.topbar ul li{padding:0 0 0 0;display: none;}
.phone{display: block !important;}
.logo{position:relative;}
.headerwrap{width:100%;}
.address{text-align:center;padding-top:20px;}

}
@media screen and (max-width: 600px) {
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.titlebar h1{font-size: 36px;}
.quicklinks ul li a{width:50%;border-top: #fff 1px solid;}
<!--.quicklinks ul li:last-child a{width:100%;border-top: #fff 1px solid;}-->
.quicklinks i{font-size: 30px;margin-top: 5px;}
table.responsive tr td{display:block;}	
.searchform input, .searchform select{
	width: 49%;
	margin-right:1%;
	margin-bottom:1%;
}

.searchform input[type="submit"] {
	width:99%;
}

}

@media screen and (max-width: 480px){
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}
footer p{float:none;text-align:center;}
footer p:last-child{float:none;}
img.right{float:none;text-align:center;}
.internal{display:block;margin-top: 40px;border-top:#fff 1px solid;}

}
@media screen and (max-width: 414px){
	
}
	
