﻿
/*===================== 
	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/old_moon.png") repeat !important;
	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;
	line-height:1.5em;
	}
	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:900;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #b1171a;
	} 
	
	
.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:50px 0 0 0;background:url("../siteart/old_moon.png") repeat;border-bottom:8px solid #b1171a;}
.headlogo{position:absolute;left:5%;top:2%;z-index:10;}
.headlogo img{max-width:350px;}
.headlogo p{font-size: 12px;}
.headcenter{width:20%;text-align:center;position:absolute;left:40%;right:40%;top:20px;}
.headcenter a p{color:#b1171a;font-size:22px;line-height:24px;font-weight:900;}
.headright{float:right;width:40%;text-align:right; margin-top: -30px;}
.headright h3{font-family: 'Arizonia', cursive;color:#b1171a;padding:0;font-size:36px;line-height:1em;}
.headright h4{padding-bottom:1%;}
.headright a .mailbutton{float:right;}

.navbar{margin-top:20px;background:#454545;}

/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1620px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1680px;margin:0 auto;}
.internal{padding:4% 0;}
.pagetitler{color:#b1171a;padding:0;}
	
/*===================== 
	slideshow styles 
=======================*/
.heroslider{position:relative;}
.slidetext{position:absolute;left:0%;bottom:5%;padding:2% 0;width:100%;background:rgba(0,0,0,0.8);text-align:center;}
.slidetext h2{color:#fff;line-height:1.2em;font-weight:900;text-align:center;padding:0;font-weight:500;font-size:48px;}
.slidetext h2 span{color:#b1171a;font-size:56px;text-decoration: underline;font-weight:900;}
.slidetext h2,.slidetext h2 span img{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;}
.slidetext img{width:auto !important;}

/*===================== 
	welcome styles 
=======================*/
.welcome{padding:0;background:#fff;position:relative;}
.welcomeleft{width:60%; margin: auto; padding: 4% 0;}
.welcomeleft h4{color:#454545;font-weight:500;padding:0;}
.welcomeleft h1{font-family: 'Arizonia', cursive;color:#b1171a;font-weight:900;padding:0;line-height:1.1em;font-size:40px;}
.announce{padding:2% 0 0 0;}
.welcomeright{width:100%;background:url("../siteart/old_moon.png") repeat; padding:2% 8%; box-sizing: border-box;}
.welcomeright h4{color:#b1171a;font-weight:700;border-bottom:3px solid #b1171a;padding:0;text-align:left;margin-bottom:2%;}
.listit{padding:0;color:#454545;}
.listit i{color:#b1171a;}
.welcomelink{width:100%;margin:2% auto;text-align:center;background:#b1171a;padding:8px 0;color:#fff;font-weight:bold;}
.largerlink{padding:15px 0; font-size: 21px;}
.reversed{background:#000;margin:4% 0 6% 0;}
.welcomelink:hover{background:#000;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.reversed:hover{background:#b1171a;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}

.icon-wrap{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.icon-wrap a{
	width:25%;
	margin: auto;
}
.icon-wrap a figure{
	width:100%;
	margin: 0;
	padding: 6% 0;
}
.icon-wrap a figure img{
	width: 60%;
	margin: auto;
	display: block;
}
.icon-wrap a figure figcaption{
	font-size: 21px;
	text-align: center;
	font-weight: 700;
	color: #b1171a;
}
.icon-wrap a figure:hover{
	opacity: .7;
}

/*===================== 
	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: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:100%;
}

textarea{
	font-family: 'Source Sans Pro', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}

#formpage h4{padding-bottom:1%;}

input[type='checkbox'],input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}

.search{text-align:left;width:92%;margin:0 auto;}
.keyed{margin:8px auto;}
.keyed label{color:#b1171a;padding:0;font-size:14px;font-weight:600;}
.keyed input{margin:0;width:97.5%;}
.keyed select{margin:0;}
.leftsplit{width:48%;margin:0 2% 8px 0;float:left;}
.rightsplit{width:48%;margin:0 0 8px 2%;float:left;}
.leftsplit input,.rightsplit input{padding:1.5% 1%;}
.prices{margin-bottom:0;}
#sendsearch input{width:100%;margin-top:2%;background:#b1171a;color:#fff;border:none;padding:8px 1%;font-weight:700;}
#sendsearch:hover input{background:#000;color:#fff;-moz-transition:0.3s all ease;-webkit-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;transition:0.3s all ease;cursor:pointer;}

#formpage strong{color:#b1171a;}
#formpage .half{width:48%;float:left;margin-right:2%;}
#formpage .whole{width:98%;}
#formpage .whole select{margin-bottom:10px;padding:0.5%;}
.commentbox{width:96%;}
.captchabox{width:40%;margin:0 auto;color:#454545;}
.sendbutton{background:#b1171a;color:#fff;padding:8px 0;text-transform:uppercase;font-weight:900;border:1px solid #b1171a;}
.sendbutton:hover{background:#000;color:#fff;-moz-transition:0.3s all ease;-webkit-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;transition:0.3s all ease;cursor:pointer;}

/*===================== 
	layout styles 
=======================*/
.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*===================== 
	inventory styles 
=======================*/
.cf{background:#fff;}
.internal iframe{background:#fff;padding:1% 0;height:300px;}
#partsframe{height:1000px;}
.hosted-content .pagination > .drop-down-form select{width:8% !important;}
.hosted-content h1{font-size:24px !important;line-height:1.3em;color:#b1171a;}
.hosted-content h2{font-size:22px !important;line-height:1.2em;color:#b1171a;}
.hosted-content h3{font-size:20px !important;line-height:1.1em;color:#b1171a;}
.currency-capital-price-container img{display:none !important;}
.legal p{font-size:11px;}

.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
}
.list-content .listing-widgets .Currency a, .listing-widgets-detail .Currency a {
	background: #003a5d !important;
}
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {
	color: #b1171a !important;
}


/*===================== 
	about / contact styles 
=======================*/
.textwrap{width:60%;float:left;}
.textwrap p{color:#454545;}
.staffstack{width:35%;float:right;margin-left:5%;text-align:center;}
.staffstack h2{color:#b1171a;padding:0;}

.addressblock{width:100%;display:block;text-align:center;}
.addressblock h3{color:#b1171a;padding:0;line-height:1.2em;margin-top:1%;}
.addressblock p{padding:0;color:#454545;}
.addressblock p strong{color:#b1171a;font-weight:900;}
.addressblock p a:hover{color:#000;}

/*===================== 
	location styles 
=======================*/
.locationblock{width:100%;background:#b1171a;}
.locationtitler{padding:10px 0;}
.locationleft{float:left;}
.locationleft h3{color:#fff;padding:0;}
.locationleft p{color:#fff;}
.locationright{float:right;}
.contactbutton{width:300px;background:#fff;padding:5px 0;text-align:center;color:#b1171a;font-weight:900;margin-top:20px;}
.contactbutton:hover{background:#000;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;color:#fff;}
.locationblock iframe{height:350px;}

/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#454545;padding:40px 0;}
.pagebottom p{color:#fff;font-size:18px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ccc;}

.footerleft{width:33%;margin-right:2%;float:left;}
.footerleft h3{color:#fff;padding:0;}
.footerleft p strong a{color:#fff;}
.footerleft img{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin:1% 4% 1% 0;max-width:200px;}
.mailbutton{width:200px;padding:6px 0;text-align:center;color:#fff;background:#b1171a;}
.mailbutton:hover{background:#fff;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;color:#b1171a;}
.footerlinks{width:15%;margin-right:5%;float:left;}
.footerlinks h3{color:#fff;font-weight:900;line-height:1.5em;padding:0;margin-bottom:4%;}
.footerlinks a{display:block;color:#fff;font-weight:600;margin:3px 0;}
.footerright{width:45%;float:left;text-align:right;}

.bottomlogos{background:#fff;text-align:center;margin-top:30px;padding:8px 0;}
.bottomlogos a img{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;max-width:120px;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #fff;
	border-bottom:none;
    font-weight:600;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #ccc;
		}

.footertext {
	font-size:11px; 
	color:#fff;
	}

.smallfootertext {
	font-size:11px; 
	color:#fff;
	}

.divfooter {
	margin:0 auto;
	text-align:right;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1800px) {
	h1 {font-size: 32px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	.headlogo{width:300px;}
	.headlogo img{max-width:100%;}
}

@media screen and (max-width: 1680px) {
	.headlogo{left:2%;}
}

@media screen and (max-width: 1540px) {
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}   
    p {font-size: 16px;}
	.headlogo{width:250px;position:relative;float:left;left:0;}
	.headcenter{width:30%;left:35%;right:35%;}
	.slidetext h2{font-size:40px;}
	.slidetext h2 span{font-size:48px;}
	.slidetext h2 span img{max-width:160px;}
	.contactbutton{margin-top:15px;}
	.keyed label{font-size:12px;}
    .footerleft img{max-width:140px;}
    
    .emailbutton{font-size:14px;}
}

@media screen and (max-width: 1300px) {
	h1 {font-size: 26px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}  
    p {font-size: 16px;}
    .headlocation h3{font-size:18px;}
    .linkbox{width:43%;}
	.welcomelink{font-size:15px;}
}

@media screen and (max-width: 1100px) {
    header{padding-top:20px;}
	.headlogo{width:200px;}
	.navbar{margin-top:15px;}
	.headcenter img{max-width:200px;}
	.headcenter a p{font-size:20px; line-height: 22px;}
	.headright {margin-top: 0px;}
	.headright h3{font-size:30px;}
	.slidetext h2{font-size:36px;}
	.slidetext h2 span{font-size:42px;}
	.slidetext h2 span img{max-width:130px;}	
	.locationblock iframe{height:250px;}
	
    .hosted-content h1{font-size:20px !important;}
    .hosted-content h2{font-size:18px !important;}
    .hosted-content h3{font-size:16px !important;}   
    
    .pagetitler{text-align:center;}
    .textwrap,.staffstack{width:100%;float:none;display:block;margin:0 auto;text-align:center;}
    .textwrap{padding-bottom:4%;}
    
    #formpage{text-align:left;}
    #formpage .half{margin:0 1%;}
	#formpage .whole{margin:0 1%;}
    .commentbox{margin-left:1%;}
	#formpage h4{margin-left:1%;}
}

@media screen and (max-width: 1000px) {
	.welcomeleft{width:80%;}
	.welcomeleft h1{font-size:36px;}
	.welcomelink{font-size:14px;}
	.pagebottom p{font-size:16px;}
	.footerlinks a{font-size:15px;}
	
	.icon-wrap a{
		width:33%;
		margin: auto;
	}
	.icon-wrap a figure figcaption{
		font-size: 18px;
	}
	.headright h4 {font-size: 16px;}
	
}

@media only screen and (max-width: 950px) {
	.headcenter{display:none;}
}

@media screen and (max-width: 800px) {
	.headlogo{width:180px;}
	.headcenter img{max-width:160px;}
	.headcenter a p{font-size:13px;}
	.mailbutton{width:150px;font-size:14px;}
    .slidetext{position:relative;top:auto;left:auto;width:92%;padding:2% 4%;text-align:center;display:block;}
    .welcome{min-height:auto;}
	.welcomeright h4{text-align:center;}
	.reversed{margin-bottom:2%;}
    .pagebottom{padding:20px 0;text-align:center;}
	.footerleft,.footerlinks{width:45%;margin:2%;display:inline-block;zoom: 1;*display: inline;vertical-align:top;}
	.footerleft a .mailbutton{margin:0 auto;}
    .footerright{width:100%;float:none;display:block;text-align:center;}
    .footerright img{margin:0 auto;}
	.divfooter{text-align:center;}
    .bottomlogos img{max-width:100px;}
    
    .internal{padding:4% 0;}
    .internal iframe{height:200px;}
    
    .captchabox{width:60%;}
}

@media screen and (max-width: 700px) {
	.headright h3{font-size:26px;}
	.slidetext h2{font-size:30px;}
	.slidetext h2 span{font-size:36px;}
	.slidetext h2 span img{max-width:100px;}		
	.contactbutton{width:220px;}
    .footerleft{width:100%;display:block;float:none;text-align:center;margin:3% auto;}
    .footerleft img{max-width:100px;margin:1%;}
    .footerlinks{width:90%;margin:3% auto;text-align:center;float:none;display:block;padding:0;}
    .footerlinks h3{margin:0;}
	.footerright{margin:5% auto;}
	
	#formpage .half{width:98%;}
	#formpage .half select{margin-bottom:10px;}
	
	.icon-wrap a{width:50%;}
	.icon-wrap a figure figcaption{font-size: 16px;}
}

@media screen and (max-width: 600px) {
	.headlogo{width:40%;}
	.headright{width:60%;}
	.locationtitler{padding:20px 0;}
	.locationleft,.locationright{float:none;width:100%;display:block;text-align:center;}
	.locationleft p{padding:0;}
	.contactbutton{width:100%;margin:1% auto;}
}

@media screen and (max-width: 480px){
	.slidetext h2{font-size:24px;}
	.slidetext h2 span{font-size:30px;}
	.slidetext h2 span img{max-width:80px;}	
	.welcomeleft h1{font-size:30px;}
    .footerleft img{max-width:none;width:35%;margin:2%}
    .footerlinks{margin:4% auto;}
	.footerright a img{max-width:140px;}
    
    #formpage .half{width:98%;}
    #formpage input,#formpage select{margin-bottom:5px;}
    .captchabox{width:90%;}
}

@media screen and (max-width: 400px){
	.headlogo{margin-top:6px;}
	.headright h3{font-size:22px;}
	.headright h4{font-size:16px;}
	.mailbutton{width:120px;padding:4px 0;font-size:12px;}
	.slidetext h2{font-size:20px;}
	.slidetext h2 span{font-size:24px;}
	.slidetext h2 span img{max-width:60px;}	
	.welcomeleft h1{font-size:24px;}
	.listit{font-size:15px;}
	.pagebottom h3{font-size:18px !important;}
	.pagebottom p,.footerlinks a{font-size:14px;}
}
	
