﻿/*===================== 
	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: 'Poppins', sans-serif;
    margin: 0;
	padding:0;
	background:#000 url("../siteart/metalback.jpg") center top fixed no-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;
    color:#fff;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
	font-weight:700;
    /*color: #fff;*/
 }
	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}

.contact-wrapper h1 {
    font-size: 30px;
}

p {
    font-family: 'Poppins', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	
    /*color:#ccc;*/
	}

ul {
    font-family: 'Poppins', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
    /*color:#ccc;*/
	list-style: inside;
	}

strong{font-family: 'Poppins', sans-serif;font-weight:600;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #f26a21;
	} 
	
	
.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:#000; padding:8px 0;font-size:18px;color:#fff; border-bottom:2px #fff solid; }
.searchbar{float:left;width:25%;}
#search,#submit{display:inline-block;zoom: 1;*display: inline;vertical-align: middle;}
#search{width:98%;margin-right:1%;margin-bottom:0;}
.searchbar input{font-size:16px !important;}

.searchbar label {
    display:inline-block;
	font-size:18px;
    padding-top: 0;
    width: 58%;
}

#submit{width:35%;background: #000;color:#fff;margin-bottom:0;}
.social{float:right;}
.social p{font-size:24px;line-height:24px;color:#fff;}
.social a{float:left;margin-left:10px;}

header{width:100%;margin:0;/*background:url("../siteart/headback.jpg") center top no-repeat;*/ position:relative;/*-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;*/}
header i{color: #fff;}
.headerwrap{width:96%;max-width:1680px;margin:0 auto;}
.headleft{float:left;margin-top:20px;}
.headleft a,.headright p{font-size:18px;font-weight:700;color:#fff!important;display:block;margin:5px auto;}
.headleft a:hover{color:#f26a21;}
.logo{position:absolute;left:25%;right:25%;width:50%;top:-40px;text-align:center;z-index:50;}
.logo img{width:218px; margin:0 auto !important;}
.headright{float:right;text-align:right;margin-top:20px;}
.headright p span{display:block;}

.navbar{margin-top:70px;padding-bottom:8px;}


/*===================== 
	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: 'Poppins', sans-serif;
	border: #fff 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: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

textarea{
	font-family: 'Open Sans', Arial, 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;}

#formpage{text-align:center;margin:0 auto;color:#ccc;}
#formpage .half{display:inline-block;zoom: 1;*display: inline;vertical-align:top;width:47.5%;margin:0 1%;text-align:left;}
#formpage .commentbox{text-align:left;margin-left:1% !important;}
.half strong,.commentbox strong{color:#ccc;}
#formpage textarea{width:97%;}
#formpage select{width:100%;}
.sendbutton{background: #000;color:#fff;font-weight:700;}
.sendbutton:hover{background:#ccc;color:#666;cursor:pointer;}



/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1680px;margin:0 auto;padding:0;}
.container{margin:0 auto;}

#internal{padding:4% 0;}

#hs-main-content {background:#fff !important;}


/*===================== 
	contact styles 
=======================*/
.contactlink:hover > h5{color:#ccc;}




/*===================== 
	footer styles 
=======================*/

.pagebottom{padding:20px 0;border-top: #fff 6px solid;position:relative;margin-top:-5px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#f26a21;}

.footerlogo{float:left;}
.footerright{float:right;text-align:right;width:65%;}

.footerlocations {float:right; text-align:right;width:84%; margin:1% 0 0 0; word-wrap: break-word;}

.footerpages{display:inline;margin-left:20px;color:#fff;font-size:14px;font-weight:600;}
.footerlocations .footerpages{font-weight:400;}



/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1480px) {
    .searchbar{width:30%;}
    .herotitler{top:5%;}
    .herotitler h1{font-size:30px;}
    .herotitler p{font-size:16px;}
    .linkbutton h4{font-size:18px;}
    #textwrap{width:85%;}
	.blog #textwrap{width:75%;}
	
	
    p {font-size: 16px;}
    #internal h2{font-size:26px;}
    .hosted-content h1{font-size:20px !important;}
    .hosted-content h2{font-size:18px !important;}
    .hosted-content h3{font-size:16px !important;}    
}

@media screen and (max-width: 1100px) {
    .headleft a,.headright p{font-size:16px;}
    .logo img{max-width:250px;} 
    .logo{top:-45px;}
    /*.navbar{margin-top:50px;}*/
    .herotitler{width:50%;top:0;}
    .linkbox{width:28%;}
    .linkbox h3{font-size:20px;}
    .linkbox p{font-size:16px;}
    .pagebottom{padding:20px 0 20px 0;}
    .footerlogo{/*position:absolute;z-index:10;left:40%;right:40%;top:-70px;*/float:none;text-align:center;}
    .footerlogo img{margin:0 auto;}
    .footerright,
	.footerlocations{float:none;display:block;width:90%;margin:0 auto;text-align:center;}
    .footerpages{margin:0 10px;}
    .divfooter{text-align:center;}
    
    #internal{padding:4% 0 10% 0;}
}

@media screen and (max-width: 1000px) {
    body {background:#000 url("../siteart/metalback.jpg") center top no-repeat !important;-moz-background-size:cover !important;-webkit-background-size:cover !important;background-size:cover !important;}    
    .searchbar{width:35%;}
    .logo{float:none;text-align:center;}
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}

    p {font-size: 15px;}
    .herotitler{position:relative;width:90%;padding:2% 5%;text-align:center;background:#000 url("../siteart/black90.png") repeat;display:block;margin:0 auto;}
    .herotitler h1{font-size:26px;}
    .herotitler p{font-size:15px;}
    .linkbutton{padding:3px 10%;}
    .linkbutton h4{font-size:16px;}
    
    #internal h2{font-size:24px;}
    
    #formpage .half{width:47.4%;}
    #formpage textarea{width:96.5%;}
    
	
	.blogitem {width: calc(100% - 95px); margin:0 0 50px 0;}
}

@media screen and (max-width: 930px) {
	.searchbar{width:50%;}
    header{position:relative;padding-bottom:53px;}
    .headleft{float:right;width:60%;text-align:right;margin-top:25px;}
    .headleft a{margin:0 auto;}
    .headright{display:none;}
    .logo{width:25%;left:2%;right:auto;top:5px;}
    .logo img{max-width:100%;}
     .navbar{width:60%;position:absolute;right:0;bottom:0;margin:0 auto;padding:0;}
	
	.herotitler{padding:2% 5% 3% 5%;}
	
	 #internal{padding:6% 0 14% 0;}
    #internal h2{text-align:center;}
}

@media screen and (max-width: 800px) {
    .linkbox{width:30%;margin:1% 8%;}
    .linkbox h3{font-size:18px;}
    .linkbox p{font-size:14px;}   
    .welcomeleft,.welcomeright{width:100%;float:none;display:block;text-align:center;margin:2% auto;}
	.blogcenter{width:100%;}
    .testimonials{padding:4% 0;}
    .footerlogo{/*width:26%;left:37%;right:37%;*/}
    .footerright,
	.footerlocations{width:100%;}
    .footerpages{font-size:13px;margin:0 6px;}
    .divfooter{width:90%;}
}

@media screen and (max-width: 700px) {

    .headleft{margin-top:20px;}
}

@media screen and (max-width: 600px){
    .searchbar{width:65%;}
    .logo{width:35%;}
	h1 {font-size: 26px;}
	h2 {font-size: 22px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 15px;}
    p {font-size: 14px;} 
    .herotitler h1{font-size:24px;}
    .herotitler p{font-size:14px;}
    .quicklinks{padding:4% 0;}
    .linkbox{width:40%;margin:2% 4%;}
    
    .footerpages{display:block;margin:3px auto;}
    
    #internal{padding:6% 0 18% 0;}
    #internal h2{font-size:20px;}    
}

@media screen and (max-width: 480px){
    .testimonials{padding:8% 0;}

    
    #internal{padding:6% 0 22% 0;}
    
    #formpage .half{width:100%;margin:0 auto;}
    #formpage .commentbox{margin:0 auto !important;}
    #formpage textarea{width:98%;}
    #formpage input{margin-bottom:5px;}
    #formpage select{margin-bottom:5px;}
    #formpage strong{font-size:14px;}
}

@media screen and (max-width: 414px){
    .searchbar{width:70%;}
    .headleft{margin-top:15px;}
    .logo{width:40%;}
    .navbar{width:55%;}
    .herotitler{width:76%;padding:2% 12% 3% 12%;}
    .linkbox h3{font-size:16px;}
    .linkbox p{font-size:12px;} 
    .linkbutton{width:96%;padding:2%;}
	
	.blogitem-link .linkbutton{width:auto;padding:2% 5%;}
}
	
@media screen and (max-width: 360px){
    .headleft a{font-size:14px;}
    .navbar{width:50%;}
    .linkbutton h4{font-size:14px;}
    .linkbox{width:45%;margin:3% 2%;}
    
    #internal{padding:6% 0 28% 0;}
    
}
