﻿
/*===================== 
	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
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	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%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:900;
	line-height:1.5em;
	color:#246030;
	}
	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}

p {
    font-family: 'Roboto', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'Roboto', sans-serif;font-weight:700;color:#246030;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #296f37;
	} 
	
	
.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{width:100%;margin:0;padding:30px 0 0 0;background:url("../siteart/white_wall_hash.jpg") repeat;position:relative;}

.headerwrap{width:96%;max-width:1580px;margin:0 auto;}
.logo{float:left;width:70%;}
.logo a,.headcontact{display:inline-block;zoom: 1;*display: inline;vertical-align: middle;}
.headcontact{margin-left:2%;}
.headcontact p{font-family: 'Roboto', sans-serif;font-weight:700;color:#246030;line-height:1.2em;}
.headright{float:right;text-align:right;}
.headright img{position:absolute;right:8%;bottom:5px;}
.navbar{background:#e4d423;width:100%;margin-top:30px;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.4);box-shadow:0 3px 3px rgba(0,0,0,0.4);}

/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1580px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1620px;margin:0 auto;}

/*===================== 
	welcome styles 
=======================*/
.welcome{background:url("../siteart/whitey_@2X.jpg") repeat;padding:2% 0;}
.welcome h2{width:25%;border-bottom:3px solid #246030;padding:0;line-height:1.2em;margin-bottom:2%;}
.welcomeleft{width:25%;float:left;}
.welcomeright{width:70%;float:right;}
.welcomeright iframe{height:540px;-moz-box-shadow:4px 4px 4px rgba(0,0,0,0.4);-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.4);box-shadow:4px 4px 4px rgba(0,0,0,0.4);}

/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

textarea{
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

input[type='checkbox'],input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}



/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}

.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}


.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;}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination > .drop-down-form select{width:8% !important;}
.hosted-content h1{font-size:24px !important;line-height:1.3em;}
.hosted-content h2{font-size:22px !important;line-height:1.2em;}
.hosted-content h3{font-size:20px !important;line-height:1.1em;}

.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
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#246030;padding:50px 0;}
.pagebottom p{color:#e4d423;font-size:14px;}
.pagebottom a{color:#fff;}

#footerleft{float:left;}
#footerright{float:right;text-align:right;width:40%;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #e4d423;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#e4d423;
	}

.smallfootertext {
	font-size:11px; 
	color:#e4d423;
	}

.divfooter {
	margin:0 auto;
    color:#e4d423;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1800px) {
    .headright img{right:5%;}
    
    .welcomeright iframe{height:450px;}
}

@media screen and (max-width: 1600px) {
    .headright img{right:2%;max-width:320px;bottom:20px;}
    
    .welcomeleft{width:30%;}
    .welcome h2{width:30%;}
    .welcomeright{width:65%;}
    .welcomeright iframe{height:380px;}
}

@media screen and (max-width: 1200px) {
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
    p {font-size: 16px;}    
    header{padding-top:10px;}
    .logo{width:60%;margin-top:30px;}
    .logo img{max-width:320px;}
    .headright{width:30%;}
    .headright img{position:relative;right:0;max-width:100%;bottom:0;}
    .navbar{margin-top:0;}
    
    .welcomeleft{width:35%;}
    .welcome h2{width:35%;}
    .welcomeright{width:60%;}
    .welcomeright iframe{height:300px;}
}

@media screen and (max-width: 1000px) {
    .logo{margin-top:25px;width:65%;}
    .logo img{max-width:280px;}
}

@media screen and (max-width: 800px) {
    .logo{margin-top:20px;}
    .logo img{max-width:250px;}
    .pagebottom{padding:30px 0;}
    #footerleft,#footerright{float:none;display:block;margin:0 auto;width:100%;text-align:center;}
    #footerleft img{max-width:250px;margin:0 auto;}
    .wrapper{width:92%;}
    
    .welcome{padding:4% 0;}
    .welcomeleft,.welcomeright{float:none;display:block;width:100%;text-align:center;margin:0 auto;}
    .welcome h2{text-align:center;width:60%;margin:0 auto;margin-bottom:2%;}
    .welcomeleft h3,.welcomeleft p{padding:0;}
    .welcomeright iframe{margin-top:2%;height:250px;}
}

@media screen and (max-width: 700px) {
    .logo{float:none;display:block;margin:0 auto;text-align:center;width:96%;}
    .headright{display:none;}
    .navbar{margin-top:10px;}
    
    .welcome h2{width:80%;}
}

@media screen and (max-width: 600px){
	h1 {font-size: 26px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 16px;}
	h5 {font-size: 15px;}
    p {font-size: 15px;} 	
}
	
@media screen and (max-width: 480px){
    .headcontact{display:block;margin:0 auto;}
    
    .welcome h2{width:90%;}
}
