﻿/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */


@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	padding:0;
	background:#fff;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
.page-header{pointer-events: none;}
/* 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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:700;
	line-height:1em;
	color:#d80e2a;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size:36px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}

p {
    font-family: 'Open Sans', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:bold;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #d80e2a;
	} 
	
	
.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 
=======================*/
header{position:relative;width:100%;margin:0;padding:0;background:#000;z-index: 99;box-shadow: 0px 3px 6px 1px rgba(0,0,0,.75);}

.headerwrap{width:96%;max-width:1400px;margin:0 auto;}
.logo{float:left;width:25%;}
.mobile-logo{display:none;}

.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}

.starburst{position:relative;z-index:99;}
.starburst img{position:absolute;right:5%;top:40px;}




/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.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%;
}


/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome h1{color:#000;}
.welcome{background:#d1d1d1;}
.about-us{background:#fff;}
.about-us img{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.categories{background:#fff;border-bottom:#d80e2a 2px solid;font-family: 'Roboto', sans-serif;font-weight:800;font-size:14px;text-transform:uppercase;text-align:center;}
.linkbox{text-align:center;width: 135px;display:inline-block;}
.linkbox img{height:70px;width:auto;display: block;margin: 0 auto 10px;}

.infobox{background:#272727;color:#fff;box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.infobox img{width:100%;height:auto;}
.infobox-text{padding:15px;}
.infobox-link{padding:5px 15px;background:#000;text-align:right;font-family: 'Roboto', sans-serif;}
.infobox-link i{color:#d80e2a;}

.photo-block{width:100%;padding:0;margin:0 auto;}
.photo-block img{float:left;width:20%;height:auto;display:block;}

.thumbnail{
	float:left;
	display:block; 

	width:19%;
	margin:.5%;
}

#video-background{float:left;margin:0 20px 20px 0;max-width:100%;}

.videobox{
	width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.videobox video{
	width: 100%;
    position: fixed;
    z-index: -10;
    bottom: 32%;
}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:url(../siteart/scrollingbg.jpg) repeat; 
	padding:30px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }
.hosted-content .col{margin:0 0 0 0 !important;}
/*  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 NINE  */
.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
  	width: 88.66%;
}

.span_7_of_9 {
  	width: 77.33%;
}

.span_6_of_9 {
  	width: 66%;
}

.span_5_of_9 {
  	width: 54.66%;
}

.span_4_of_9 {
  	width: 43.33%;
}

.span_3_of_9 {
  	width: 32%;
}

.span_2_of_9 {
  	width: 20.66%;
}

.span_1_of_9 {
  	width: 9.333%;
}

/*===================== 
	Inventory styles 
=======================*/

.hs-btn.hs-highlighted{background-color:#cc0900!important; color: #fff!important}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9 { 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:#000 url(../siteart/sitemapbg.jpg) center center no-repeat;padding:50px 0;border-top:#000 2px solid;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:inherit;}
.pagebottom a:hover{color:##d80e2a !important;}

footer {
	margin: 0 auto;
	width: 100%;
	background:#000;
	padding:40px 0;
	}
	
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;
	padding:0 20px;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1605px) {
.linkbox{width:117px;}
	.linkbox img{height:60px;}
	.categories{font-size:13px;}
}
@media screen and (max-width: 1250px) {
.logo{width:100%;}	
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
.starburst img{width:200px;height:auto;}
.logo{float:none;text-align:center;width:100%;display:none;}
.mobile-logo{float:none;text-align:center;display:block;padding:20px;}
.headerwrap{width:100%;}
.address{text-align:center;padding-top:20px;}
.categories .span_1_of_9 {width:31%;}	
.thumbnail{width:32%;}			
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

p {

	font-size:14px;

	}
}
@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;}
.arrowdown{display:none;}
.categories .span_1_of_9 {width:48%;}
.starburst img{width:150px;height:auto;}
		
}

@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;}
.thumbnail{width:49%;}		
.divfooter {
	text-align:center; 
	}	
.starburst img{width:75px;height:auto;}
}
@media screen and (max-width: 414px){
	
}
	
