﻿/*===================== 
	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 (https://www.fontsquirrel.com) on November 29, 2016 */



@font-face {
    font-family: 'montserratbold';
    src: url('../webfonts/montserrat-bold-webfont.eot');
    src: url('../webfonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat-bold-webfont.woff') format('woff'),
         url('../webfonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../webfonts/montserrat-regular-webfont.eot');
    src: url('../webfonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat-regular-webfont.woff') format('woff'),
         url('../webfonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../webfonts/montserrat-regular-webfont.svg#montserratregular') 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: 'montserratregular';
    margin: 0;
	padding:0;
	background:#fff;
	color:#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;}
	
/*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%;} 

i.fa{color:#f7d03f;margin:0 2px;}
.scrolloff {pointer-events: none;}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'montserratbold';
	margin: 0;
	padding:0 0 2% 0;
	font-weight:normal;
	line-height:1em;
	color:#f28617;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size:28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family: 'montserratregular';
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'montserratbold';font-weight:normal;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color: inherit;
}

a:hover  {
	text-decoration: none;
	color:#f28617;
	} 
	
	
.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{background:#231f20; padding:2px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar i{margin-right:5px;}
.topbar ul{list-style:none;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}

header{width:100%;margin:0;padding:20px 0;background:url(../siteart/subtle_carbon.png) repeat;z-index:999;background-color: black;}

.headerwrap{width:96%;max-width:1400px;margin:0 auto;position:relative;}
.logo{float:left;background: #fff;border: #f28617 2px solid;max-width:450px;}
.slogan{float:right;text-align:right;width:100%;max-width:533px;padding-bottom:25px;padding-top: 15px;}
.slogan h4{padding:0;margin:0;}
.slogan img{float:left;margin-right:40px;}
.topnav{float:right;margin-bottom:20px;z-index: 99999;position: relative;}
.topnav ul{
    margin: 0;
    padding: 0;
    list-style: none;
	float:right;
}
.topnav ul li{float:left;padding-left:25px;margin-left:25px;border-left:#fff 1px solid;position: relative;}
.topnav ul li:first-child {border-left:none;}
.topnav ul li a{color:#fff;font-size:14px;}
.topnav ul li a:hover{color:#f28617;}


.topnav ul ul {
    display: none;
    position: absolute; 
	left:-25px;
}
  
.topnav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
.topnav ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 500;
}
  
.topnav ul ul li {
    float: none; 
    position: relative;
    margin:0;
	border-left:none;
	margin-left:0;
}

.topnav ul li li a:link, .topnav ul li li a:visited{
	font-size: 14px;
	line-height:14px;	
	color:#fff;
	background: #f7d03f;
	width: 210px;
	border-right:none;
	border-left:none;
	border-bottom: #fff solid 1px;
	display:block;
	padding:15px 25px;
	text-decoration:none;
}

.topnav ul li li a:hover,nav.primary ul li li a:active {
	background:#2b3136;
}





/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1400px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}
.container.cf {max-width:unset;}

	
/*===================== 
	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 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
#formpage input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
	box-sizing:border-box;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#f28617 solid 1px;
	background-color:#f28617;
	color:#000;
	border-radius: 2px;
}

input.button:hover{
	background-color:#f28617;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	margin-bottom:10px;
	font-size:14px;
	width:100%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
}





/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}

.scrolling-wrap {
    width:100%;
    margin:0 auto;
    height:90px;
    overflow:hidden;
    background:#f28617;
    padding: 5px 0;
}
 
.scrolling{
    width:100%;
	max-width:1400px;
	display:block;
	margin:0 auto;
    height:92px;
	background:#f28617;
}


.linkbox{float:left;width:23%;margin:0 1%;height:269px;position:relative;background-position:center center;background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);}
.linkbox:hover{-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);}
.linkbox .textbox{text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);font-family: 'montserratbold';}
.linkbox .textbox h2{font-size:60px;color:#000;}
.linkbox .textbox h3{color:#000;}
.linkbox .textbox span{text-transform:uppercase;font-size:18px;border-top:#000 2px solid;padding-top: 10px;margin-top: 5px;display: block;color:#000;}

a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.hero{padding:2%;background:#000 url(../siteart/hero1.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.hero p{color:#fff;text-transform:uppercase;font-size:30px;font-family: 'montserratbold';}
.hero p span{color:#f28617;}
.hero h1 {color:#AD5D08;}
.hero h2{font-size:90px;text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);text-transform:uppercase;color:#fff;}


.welcome{padding:2%;background:#fff url(../siteart/welcomebg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: white;}
.welcome p{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;}

.quotebox{background:#262626;padding:20px;box-shadow: 0px 4px 6px 1px rgba(0,0,0,.75);position:relative;margin:10px 0;z-index:100;text-align:left;color:#fff;}
.quotebox p{font-size:17px;color:#fff;}
.quotebox h3 span{color:#feb300;}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  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 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/subtle_carbon.png) repeat;padding:50px 0; background-color: black;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#f28617;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
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;
	line-height: 1em;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1170px) {
.slogan{width: auto;padding-bottom:25px;}
.logo{margin-bottom:10px;}
.logo img{max-height:90px;}
.linkbox .textbox h2{font-size: 48px;}
.linkbox .textbox h3{font-size: 20px;}
.mfglogos img{margin: 10px 20px;max-height: 30px;}
.pagebottom p{font-size:12px;}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
.logo{float:none;text-align:center;max-width:none;}
.logo img{margin: 0 auto;}
.topnav{display:none;}
.slogan{max-width: 100%;padding-bottom:25px;float:none;text-align:center;}
.slogan img{float:none;padding-bottom:15px;margin: 0 auto; display:inline-block;}
.address{text-align:center;padding-top:20px;}
.linkbox{width:46%;margin:2% 2%;height:269px;}
	h1 {font-size: 30px;}
	h2 {font-size:24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	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;}
.hero p{font-size:20px;}
.hero h2{font-size:60px;}	
}

@media screen and (max-width: 480px){
.linkbox{height:190px;}
.linkbox .textbox h2{font-size: 30px;}
.linkbox .textbox h3{font-size: 14px;}
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {text-align:center;}
.pagebottom img{margin-left:auto;margin-right:auto;}
.hero p{font-size:18px;}
.hero h2{font-size:40px;}	
}
@media screen and (max-width: 414px){
	
}
	
