/*======================================================
  Screen Style Sheet
  Best Stainless
------------------------------------------------------
  Author(s): An Lieu
  Created: Jan 2015
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");


/* General Classes */
html{
}
.hidden,
.hidetext,
#token,
.tinysite{
    display:none;
}
.clear, .clearboth{clear:both;}
.req,
.warning,
.error{
    color:#a00;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	margin:0 15px 15px 0;
}
img.right {
	margin: 0 0 15px 15px;
}
.two-column{   
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
 }
body{
  overflow-x: hidden;
  background-color: #000000;
}
#wrap{
	background-color: white;
}

.constraint-container{
	min-width: 1200px;
	position: relative;
	margin: auto;
	width: 100%;
}
.constraint{
	width: 1180px;
	position: relative;
	margin: auto;
}
#header{
	z-index: 99;
	background-color: #000000;
	position: relative;

}
#header-content{
}
#telephone{
	position: absolute;
	right:20px;
}
.searchWrap{
	position: absolute;
	right:0px;
	bottom:-58px;
	background-color: white;
	height: 58px;
	width: 227px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}
.search {
    background-color: transparent;
    border: 0px solid white;
    color: gray;
    text-transform: capitalize;
    font-size: 13px;
    margin: 20px 10px;
    width: 180px;
    padding-bottom: 5px;
}
.simpleSearchForm i{
	color: black;
	font-size: 1.6em;
	margin-left: -20px;
	top: 4px;
	z-index: 1;
	position: relative;
}
.simpleSearch_submit{
	position: relative;
	z-index: 99;
	border:0px solid white;
	background-color: transparent;
}
#logo img{
	margin: 30px 0px;
    height: auto;
    max-width: 100%;
}

.telephone{
	position: absolute;
	bottom:20px;
	right:0px;
	text-align: right;
	font-weight: 500;
}
.telephone p, #telephone-toll .phone-icon{
	text-transform: uppercase;
	color: #4386e1;
	font-size: 24px;
	line-height: 16px;
}
.telephone p span{
	color: #dfaa19;
	font-size: 14px;
}
.telephone p i{
	color: #c9cdd0;
	margin-right: 10px;
}
#telephone-toll{
	right:300px;
}
.phone-icon{
	background:url(/images/phone-icon.png) no-repeat left center;
    padding-left: 32px;
}
#global-nav {
	width: 45%;
	border-bottom:1px solid #373a3f;
	position: absolute;
	right: 0px;top:0px;
}
#global-nav li{
	position: relative;
	float: right;
	list-style: none;
	height: 50px;
	padding-top: 10px;
}

#global-nav li a{
	padding: 7px 20px;
	color: white;
	display: block;
	text-transform: uppercase;
	font-size: 12px;letter-spacing: 0.3px;
}
#global-nav li.seperator{
	color: #373a3f;
	margin-top:3px;
}
#global-nav li.first a{
	padding-right: 0px;
}
#global-nav li a:hover{
	color: #e29100;
	text-decoration: none;
}
#global-nav li.last a:hover{
	background-color: transparent;
	text-decoration: none;
}
#global-nav li.last a{
	border:0px solid white;
}

#telephone{
	color: white;
	position: absolute;
	right: 0px;
	bottom:0px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.7em;
	line-height: 1.7em;
}
#telephone strong{
	font-weight: 500;
}
#telephone strong a{
	pointer-events: none;
	color:#fff;
}
#telephone span{
	color: gray;
	font-size: 0.65em;
	line-height: 1.2em;
	margin-right: 10px;
	text-transform: uppercase;
	color: #e29100;
}
#primary-nav-wrapper{
	z-index: 9;
	position: relative;
	width: 100%;
	border-top:1px solid white;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+100 */
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top,  #dbdbdb 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dbdbdb 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	border-bottom: 1px solid #0b284f;
	height: 60px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.6);
}

#primary-nav{
	margin: auto;padding: 0px;
}
#primary-nav > li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	z-index: 9;
	
}
#primary-nav > .last{
    position: relative;
}

#primary-nav > .last:before{
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -11px;
    left: 0;
    content: "";
    background-color: #e29100;
}

#primary-nav > li > a {
    color: #585c62;
    display: block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    height: 30px;
    margin-top: 17px;
    font-size: 1.3em;
    padding-right: 25px;
    padding-left: 25px;
    background-image: url(../images/nav_divider.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#primary-nav > li:hover > a
,#primary-nav > li.active > a{
	text-decoration: none;
	color: #e29100;
}
#primary-nav > li.first > a{
	padding-left: 0px;
	border-left: 0px solid white;
}
#primary-nav > li.last > a{
	background-image: none;
}
#primary-nav > li > ul{
	display: none;;
	position: absolute;
	left: 0px;
	top:60px;
	padding: 0px;
	list-style: none;
	width: 800px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url("../images/trans_black_90.png");
	border: 1px solid #696969;
	border-top:0px solid white;
}
#primary-nav > li > ul > li > a{
	border-right: 1px solid #333333;
	float: left;
	display: inline;
	width: 266px;
	padding: 10px 25px;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 1.05em;
	letter-spacing: 0.04em;
}
#primary-nav > li > ul > li > a:hover{
	background-color: #e29100;
	text-decoration: none;
}
#primary-nav  ul ul {
	display: none;
}
#hero-banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-top: 135px; */
}
#hero-banner, 
#hero-banner .slides li {
    height: 560px;
}

#hero-banner .slides li {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
    margin: 0;
    display:none;
}
#hero-banner .caption{
	position: absolute;
	width: 100%;
	left: 0px;top:0px;
}

#hero-banner .caption > div{
	width: 960px;
	border:1px solid white;
	padding: 20px;
	background-image: url("../images/trans_black_70.png");
	margin-top: 85px;
	text-align: center;
	color: white;
	font-family: 'Oswald', sans-serif;
}
#hero-banner .caption > div h3{
	margin: 20px auto;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 4.3em;
}
#hero-banner .caption > div p{
	width: 80%;margin: 20px auto;margin-bottom: 40px;
	font-size: 1.2em;line-height: 1.4em;
	color: white;
}
#hero-banner .caption > div a{
	padding: 5px 40px;
	font-size: 1.4em;
	border:1px solid white;
	background-color: black;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	bottom: -20px;
	width: 30%;
	left: 35%;
	position: absolute;
	color: #e29100;
}
#hero-banner .caption > div a:hover{
	text-decoration: none;
	background-color: #e29100;
	color: white;
}
#hero-banner .flex-control-nav{
	bottom:0;
}
.flex-control-paging li a{
	background-color:#e29100;
}
/*home content*/
h1{
	font-family: 'Oswald', sans-serif;
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.6em;
	margin: 40px auto;margin-bottom:10px;
}
h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #686b71;
	text-align: center;
	margin-top: 0px;
}

p{
	font-size: 15px;
	color: #767c7f;
	line-height: 24px;
	color: #686b71;
	font-size: 1.1em;
	font-weight:400;
}
.home-content p{
	text-align: center;
}
.home-content .col{
	width: 45%;
	float: left;
	padding: 30px 0px;
}
.home-content .col h5{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #d17811;
}
.home-content .col p{
	text-align: left;
}
.home-content .col:first-child{
	margin-right: 10%;
}


/*product cycle*/
#product-cycle{
	margin: 50px auto;
	position: relative;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 40px;
}
#product-cycle .item h4{
 color: #686b71;
 font-weight: normal;
 text-align: center;
 font-size: 0.8em;	
 text-transform: uppercase;
 width: 40%;
 margin: auto;
}
#product-cycle .arrow{
	background-color: white;
	padding: 10px;
	width: 5%;
	text-align: center;
	position: absolute;
	left: 45%;
	bottom:-20px;
	cursor: pointer;
}
#product-cycle .arrow.next{
	left: 50%;
}
#home-buckets{
	margin-top: 40px;
	border-top:10px solid #e29100;
	padding: 60px 0px;
	background: url('../images/home_bucket/home_bucket_bg.jpg') no-repeat center center scroll; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}
.home-bucket{
	width: 30.3%;
	background-color: transparent;
	margin-left:4%;
	float: left;
	position: relative;
	border-bottom:10px solid #e29100;
	position: relative;
	height: 0px;
	padding-bottom: 34%;
	background: url('../images/home_bucket/1.jpg') no-repeat center center scroll; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}
.home-bucket:first-child{
	margin-left: 0%;
}

.home-bucket h4{
	width: 70%;
	top:35%;left: 15%;
	position: absolute;
	border:1px solid white;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 3em;
	background-image: url("../images/trans_black_70.png");
	
}
#home-buckets a:hover h4{
	color:#f7921e;
}
#footer-top-content{
	border-top:1px solid #d0d0d0;
	padding: 40px 0px;
}
#footer-top-content img{
	width: 30.3%;
	margin-left: 4%; 
}
#footer-top-content img:first-child{
	margin-left: 0%;
}
footer{
	background-color: black;
	color: white;
}
footer .divider{
	background-color: #373a3f;
	height: 1px;
	width: 45%;
	position: absolute;
	right: 0px;top:55px;
}
#footer-content{
	padding: 20px 0px;
}
#footer-logo{
	float: left;
	margin: 20px 20px;margin-bottom: 40px;
	margin-left: 0px;
}
#footer-content ul{
	float: left;
	margin: 0px;padding: 0px;
	border-right: 1px solid #373a3f;
	padding: 0px 50px;
	margin-bottom: 40px;
}
#footer-content ul.col-3{
	border-right: 0px solid white;
}
#footer-content ul li{
	list-style: none;
	margin: 5px 0px;
}
#footer-content ul li a{
	color: #686b71;
}
#footer-content ul li a:hover{
	text-decoration: none;
	color: #f7921e;
}
#footer-content address{
	float: right;
	width: 170px;
}
#footer-content address .strong{
	color: #f7921e;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;letter-spacing: 0.05em;
	margin-bottom: 5px;
}

#footer-content address .tele{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 1.4em;
}
#footer-content address .tele a{
	pointer-events: none;
	color:#fff;
}


#footer-link{
	margin: 0px;padding: 0px;margin-top: 3px;
	float: left;
}
#footer-link li{
	display: inline;
	margin: 5px;
	color: #686B71;
	list-style: none;
	font-size: 13px;
	
}
#footer-link li a{
	color: #686B71;
	font-weight: bold;
}

#footer-link-2{
	margin: 0px;padding: 0px;
	float: right;
}
#footer-link-2 li{
	display: inline;
	margin: 5px;margin-right: 20px;
	color: #686B71;
	list-style: none;
	font-size: 13px;
}
#footer-link-2 li i{
	font-size: 30px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	color: #f7921e;
}
#footer-link-2 li a{
	color: #f7921e;
}
#footer-link-2 li a:hover i{
	color:#fff;
	text-decoration: none;
}
#footer-bottom-2{
	background-color: #121417;
}
#footer-bottom-2-content{
	margin: auto;
	padding: 20px 0px;
}

.tpl-3 #content-bg-wrap,
.tpl-4 #content-bg-wrap,
.tpl-9 #content-bg-wrap{
	background-image: url("../images/main_bg.png"); 
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#breadcrumb-wrapper {
    padding: 13px 10px;
    background-color: #000;
    position: relative;
    /* margin-top: 140px; */
}
.crumb-container{
	margin:10px 0 0;
}
.crumb-container span{
	display: inline;	
}
.crumb-container span,
.crumb-container span a{
	color:#fff;
	font-size: 11px;
	letter-spacing: 0.05px;
}
.crumb-container span.current{font-weight: bold;}
.crumb-container span:not(.current):after{
	content:"\f125";
    font-family: "Ionicons";
    margin:0 5px;
}
#breadcrumb-wrapper h1{
	color: white;
	text-align: left;
	font-size:2.5em;
	margin: 15px 0px;margin-bottom: 0px;
}
.rfq-btn{
	border:0px solid white;
	padding: 10px 0;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	font-size:14px;
	width: 200px;
    text-align: center;
	background-color: #f2b500;
	color: black;
	font-family: 'Oswald', sans-serif;
}
#breadcrumb-wrapper .rfq-btn {
    position: absolute;
    right: 46px;
    top: 0;
}
#content-wrap{
	background-color: white;
}
.landing-banner{
	margin-bottom: 20px;
}
#content p
,#content ul{
	font-size: 15px;
	color: #767c7f;
}

#content h2{
	font-size: 24px;
	color: #f7921e;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}
#content h3 { 
font-size: 18px; 
font-family: 'Oswald', sans-serif; 
} 


#content{
	padding:30px;
}
#sidebar-right,
#blog-right{
	padding:30px;
	width: 25%;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,ffffff+100 */
background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top,  #e4e4e4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4e4e4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#blog-right h3{
	color:#686b71;
	font-size:21px;
	text-transform: uppercase;
}
#blog-right ul {
    padding-left: 18px;
}
#blog-right ul li{
	color:#686b71;
}
#blog-right ul li a{
	color:#686b71;	
}
#sidebar-left{
	padding: 10px;
	width: 20%;
	float: left;
}
.tpl-3 #content,
.tpl-8 #content{
	width: 75%;
	float: left;
}
.tpl-4 #content{
	width: 55%;
	float: left;
}
#content .divider{
	border-top:1px solid #8f9496;
	margin: 20px 0px;margin-top: 30px;
}
#standard-buckets{
	width: 100%;
	margin:20px auto;
	position: relative;
	clear:both;
}
.standard-bucket {
    width: 30.33%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 3%;
    float: left;
    position: relative;
    height: 130px;
    overflow: hidden;
    background-color: #252525;
    border-bottom: 5px solid #f7921e;
}
.standard-bucket:hover{
	text-decoration: none;
}
.tpl-4 .standard-bucket{
	width: 47.5%;
	margin-right: 5%;
	border-bottom:none;
}
.tpl-4 .standard-bucket:nth-child(2n){
	margin-right: 0%;
}
.tpl-4 .standard-bucket .more{
	background-color: black;
	bottom:10px !important;
}
#standard-buckets.wide {
	width: 105%;
}
#standard-buckets.wide .standard-bucket{
	height:250px;
	width: 45%;
	margin-right: 5%;
	
}
.standard-bucket img{
	width: 100%;
	display: none;
}
.standard-bucket h3 { 
	margin: 23px auto; 
	color: white; 
	text-transform: uppercase; 
	z-index: 9; 
	text-align: center; 
	width: 80%; 
	letter-spacing: 0.05em; 
	line-height: 29px; 
}
.standard-bucket:hover h3,
.standard-bucket:hover .more{
	color: #f7921e;
}
/*
.standard-bucket .description{
	z-index: 8;
	color: #e5e5e5;
	font-weight: lighter;
	font-size: 14px;
	width: 100%;
	padding: 0px 20px;
	height: 220px;
	display: block;
	display: block;
	  -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
*/
.tpl-3 #standard-buckets.wide .standard-bucket .description {
	height: 250px;
}
#page-services .standard-bucket .description{
	top:0px;
}
.standard-bucket .more{
	display: block;
	padding: 7px 10px;
	text-align: center;
	width: 50%;
	position: absolute;
	bottom:0px;left: 25%;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: white;
}
.standard-bucket .deco{
	width: 100%;
	height: 91px;
	position: absolute;
	top:-15px;
	z-index: 1;
	background-image: url("../images/standard_bucket_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#content .wide .standard-bucket .deco{
	background-image: url("../images/wide_bucket_bg.png");
}
.standard-bucket:hover .description{
	top:0px;
	  -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.content-cta{
	display: block;
	width: 100%;
	border-top:1px solid #dadada;
	margin: 0px 0px;
	clear: both;
}
.content-cta p{
	text-align: center;
	margin-top:30px;margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 400;font-size: 20px;
	color: #d38b13;
}

.content-cta:hover, 
.content-cta:hover p,
.content-cta:hover p.call {
	text-decoration: none;
	color:#686b71 !important;
}
#content .content-cta:hover p {
	text-decoration: underline;
}
.form-style{
	position: relative;
}
.form-style p{
	font-size: 12px;
}

.form-style label{
	font-weight: normal;
	font-size: 10px;
	margin: 2px;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
	color: gray;
	display: none;
}
.form-style label.error{
	color: red;
}
.form-style input[type='text']
,.form-style input[type='email']
,.form-style textarea{
	border-radius: 4px;
	font-size: 12px;
	margin:10px 2px;
	padding:10px 8px;
	border:1px solid #c9cdd0;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 7px;
}
.material-type-field select {
    margin:10px 2px;
	padding:10px 8px;
}
.forms textarea{
 resize: none;
}
.form-style input[type='submit']{
	border:0px solid white;
	margin:3px 2px;
	padding: 5px 20px;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	width: 100%;
	background-color: #f2b500;
	color: black;
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;letter-spacing: 0.05em;
}
.form-style input[type='submit']:hover{
	background:#585c62;
	color:#fff;
}
.qq-clear-button, .qq-upload-button{
	background:#585c62 !important;
}
.qq-clear-button:hover, .qq-upload-button:hover {
    background: #f2b500 !important;
}
.form-style input[type='file'] {
    margin-bottom: 7px;
    font-size: 11px;
    background-color: white;
    border: 1px solid #c9cdd0;
    padding: 10px 8px;
    width: 100%;
    border-radius: 6px;
    margin-top: -46px;
    opacity: 0;
}
.input-group{
	width:100%;
}
.rfq-btn:hover{
    background-color: #e7e7e7;
    color: black;
    text-decoration: none;
}
.form-style h4{
	color: black;
	padding-left: 0px;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}
.form-style h4 span{
	color: #367edf;
	font-size: 25px;
}
.form-style i{
	font-size: 40px;
	line-height: 40px;
	color: #c9cdd0;
	position: absolute;
	left: 0px;top:5px;
}
#sidebar-left {
    padding: 0px;
    margin-bottom: 30px;
}
#secondary-nav h2{
	text-align: left;
	margin-top: 30px;margin-left: 20px;
	text-transform: uppercase;
}
#secondary-nav h2 a{
	color: black;
	font-size: 0.9em;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
#secondary-nav > ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondary-nav > ul > li > a{
	border-top: 1px solid #d2d4d5;
	padding:10px;padding-right: 40px;padding-left: 20px;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #464646;
	font-size: 1.2em;
	position: relative;
	
	/*background-image: url("../images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 200px center;*/
}
#secondary-nav > ul > li.last > a{
	border-bottom: 1px solid #d2d4d5;
}
#secondary-nav > ul > li > a:hover
,#secondary-nav > ul > li.active > a{
	background-color: #464646;
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

#secondary-nav > ul ul{
	padding: 0px;margin: 0px;
}
#secondary-nav > ul ul > li{
	list-style: none;
}
#secondary-nav > ul ul > li > a{
	color: #717171;
	display: block;
	padding: 7px;padding-left: 40px;
}
#secondary-nav > ul ul > li > a:hover
,#secondary-nav > ul ul > li.active > a{
	background-color: #717171;
	color: white;
	text-decoration: none;
}

#page-contact-us .rfq-btn,
#page-request-a-quote .rfq-btn{
	display: none;
}
.contact-page{
	padding-bottom:30px;
}
.contact-top-block{
	margin-bottom:30px;
}
.contact-top-block p{
	width:33.333%;
	float:left;
	text-align: center;
}
.contact-top-block .company_name{
	color:#000 !important;
	font-size:24px !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	margin:14px 0;
}
.contact-top-block p span{
	color:#f7921e;
	font-size:24px;
	font-weight: 700;
}
#contact {
    width: 45%;
    float: left;
    background-color:#cccccc;
    padding:20px;
}
#contact h4{
	color:#686b71;
}
.map{
	width:53%;
	float:right;
}
.map iframe{
	width:100%;
	height:487px;
	border:none;
	pointer-events: none;
}
.address-block{
	margin: 0px;padding: 0px;
	margin-top: 10px;margin-bottom: 20px;
	width:60%;margin-left: 5%;float: left;
}
.address-block li{
	margin: 0px;padding: 0px;
	list-style: none;
	display: block;padding: 20px;
	padding-left: 50px;
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d4d5;
	color: #d2d4d5;
}
.address-block li.last{
	border-bottom: 0px solid white;
}
.address-block li span{
	color: #dfaa19;
}
.address-block li i{
	position: absolute;left: 10px;top:10px;
	color: #367edf;
}

#rfq {
    width: 50%;
    margin: 0 auto;
}
/* Customer Satisfaction form */

#customer #name,
#customer #email,
#customer #phone {
	width: 50%;
}

#customer textarea {
	resize: none;
}

#customer label {
	font-size: 14px;
	text-transform: none;
	color: #333;
}
#customer label.visit{
	display: block;
}
#customer #visit{
	margin:10px 0;
}
table.customer-satisfaction {
	width: 100%;
}
table.customer-satisfaction .rating{
	width:8%;
}
#customer table.customer-satisfaction .label {display:none;}
table.customer-satisfaction .heading {
	font-weight: bold;
}

table.customer-satisfaction label {
	display: none;
}

/*tab*/
    table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	.table-one tr td{
		width:50%;
	}
	.table-two tr td{
		width:33.3333%;
	}
	table p{
		margin:0;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
		text-align: center;
	}
	td{
	    font-size:12px;
	}
	tr td:nth-child(1){
		font-weight:bold;
	}
	

.tab-pane {
	padding: 10px;
}
.tab-pane table{
	font-size: 12px;
	width: 100%;
}
.tab-pane table td{
	padding: 2px;
}
.nav-tabs a{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #9a9a9a;
	background-color: #e8edef;
}
.nav-tabs .active a{
	color:#1751a0!important;


	letter-spacing: 0.04em;
}
#secondary-nav-content ul > li > a:hover
,#secondary-nav-content ul > li.active > a{
	border-bottom: 10px solid #008dcd;
	text-decoration: none;
	color: #ececec;
	background-image: url("../images/trans_black_60.png");
}

/*mobile*/
#mobile-nav
,#mobile-nav-btn
,#secondary-nav-link-btn{
	display: none;
}

.goog-te-gadget img{
	display: none;
}
.goog-te-menu-value{
	padding: 5px 10px!important;
}
#global-nav .last{
	background-color: #1751a0;
    width: 170px;
    height: 30px;
    padding: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value span{border-left-color: transparent !important;}
.goog-te-gadget-simple{
	background-color: transparent!important;
	border:0px solid white!important;
	width: 100px!important;
}
.goog-te-gadget-simple:hover{
	background-color: transparent!important;
}
.goog-te-gadget-simple .goog-te-menu-value span{font-size: 11px!important;margin-right: 10px;}

table.properties{border-left:1px solid #a0a0a0;border-top:1px solid #a0a0a0;margin:1em 0;}
table.properties td{padding:2px 15px 2px 10px;border-collapse:collapse;}
tr.graybg td,tr.graybg th{background:#e8e8e8;}
table.properties td,th{border-bottom:1px solid #c0c0c0;border-right:1px solid #c0c0c0;margin:0;}
table.properties th{vertical-align:bottom;}


/************************** FAQ *********************/
.faq-list{
	padding-left:0;
	list-style: none;
	margin:0;
}
.faq-list li{
    padding:0 0 20px;
	margin-bottom:20px;
	border-bottom:1px solid #dadada;
}
.faq-list h3,
.post h2 a{
	color:#f7921e;
}

/************************** Blog *********************/
.post{
	padding:30px 0;
	border-bottom:1px solid #dadada;
}
.post-info,
.post-info a{
	color:#bfbfbf !important;
	font-size:12px !important;
}
.post-info a{
	font-style: italic;
	text-decoration: underline;
}
.post .readmore{
    color:#767c7f;
	text-decoration: underline;
	text-transform: uppercase;    	
}
.pageList{
	list-style: none;
	padding-left:0;
}
.pageList li{
	float:left;
	margin:0 10px;
}
.pageList li a{
	color:#767c7f;	
}
.pageList li a.active{
    color:#f7921e;
   }
/***************************IE CSS goes here *********************/
.ie7 #mobile-nav{
	display:none;
}
.ie7 #global-nav .last{
	display:none;
}
.ie7 #global-nav a{padding:7px 20px 0 20px;}
.ie7 #primary-nav > li > a{height:20px;}
.ie7 #header .searchWrap,
.ie8 #header .searchWrap{
	width:200px;
}
.ie8 #header .search{
	width:150px;
}
.ie7 .home-bucket h3{
background-repeat:no-repeat;
}
.ie7 #footer-content .box{width:23%;}
.ie7 .content-top,
.ie8 .content-top{background:url(/images/content_top_bg.jpg);
}
.ie7 .tpl-3 #content{width:807px;}
.ie7 #sidebar-right{width:210px;}
.ie7 .tpl-4 #content{width:589px;}
.ie7 .tab-content > .active{margin:40px;}
.ie7 #contact{width:40%;}
.ie7 .home-bucket h4{
	left:10%;
}
.ie7 #contact input,
.ie7 #contact textarea{
	width:95%;
}
.ie8 #primary-nav > li > a{
	padding-right:10px;
}
.ie8 .form-style label{
	display: block;
	margin:0 2px;
}
.ie8 .form-style input[type='text'], 
.ie8 .form-style input[type='email'], 
.ie8 .form-style textarea{
	margin:5px 2px;
}
/************************** Careers *********************/
.currentOpenings {
    display: table;
    margin: 0 auto;
}
.currentOpenings h2{
}
.openings {
    text-indent: 10px;
    padding: 0px 10px;
}
.opening-content-title {
    background-color: #f7921e;
    color: white;
    padding: 10px;
    position: relative;
    margin-top: 1px;
    border: 1px solid #979797;
}
.selected:before {
    content: "\f106";
    width: 10px;
    font-family: "FontAwesome";
    cursor: pointer;
    height: 10px;
    position: absolute;
    font-size: 28px;
    top: -4px;
    right: 30px;
}
.deselected:before {
    content: "\f107";
    width: 10px;
    font-family: "FontAwesome";
    cursor: pointer;
    height: 10px;
    position: absolute;
    font-size: 28px;
    top: 0;
    right: 30px;
}
.open-career {
    display: block;
}
.closed-career {
    display: none;
}
.opening-content {
    position: relative;
    border: 1px solid #979797;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.deselect {
    height: 27px;
    overflow: hidden;
}
.role-text {
    padding-left: 30px;
}
.opening-content .deselect:before {
    content: "\f067";
    width: 10px;
    font-family: "FontAwesome";
    cursor: pointer;
    height: 10px;
    position: absolute;
    left: 0px;
    margin-top: 5px;
}
.opening-content .select:before {
    content: "\f068";
    width: 10px;
    font-family: "FontAwesome";
    cursor: pointer;
    height: 10px;
    position: absolute;
    left: 0px;
    margin-top: -2px;
}
.opening-content-title h3 {
    margin: 0 auto;
    padding-right: 20px;
}
.role-text h4 {
    font-weight: bold;
}
.apply-button a {
    background-color: #f7921e;
    color: white;
    border: 1px solid #979797;
    padding: 5px 25px 9px;
    font-weight: bold;
    font-size: 16px;
}
.apply-button a:hover {
    background-color: #e28e2d;
    text-decoration: none;
}
.apply-button {
    text-align: center;
}
.apply-tpl {
    margin-top: -20px;
}
.apply-accordion-btn {
    padding-top: 40px;
}
.current-openings-section, .core-values {
    display: inline-block;
    width: 49%;
    margin: 0 auto;
    vertical-align: top;
}
.core-values-inner {
    display: table;
    margin: 0 auto;
}
.career-upper h2{
    padding-bottom: 20px;
}
.career-banner-row {
    border-top: 1px solid #979797;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.career-banner-row img {
    height: 374px !important;
    object-fit: cover;
    padding: 0px 5px;
}
#career-form {
    width: 50%;
    margin: 0 auto;
}
#career-form .file-upload-button {
    display: table-cell;
    width: 150px;
}
#career-form .file-upload-button #file_Attachment, #career-form .file-upload-button #file_Attachment2 {
    background: #585c62;
    color: white;
    font-size: 14px;
    text-align: center;
}
#career-form .file-upload-button:hover #file_Attachment, #career-form .file-upload-button:hover #file_Attachment2 {
    background: #f2b500;
} 




header#header {
    position: fixed;
    top: 0;
}

div#wrap {
    padding-top: 172px;
}

@media only screen and (max-width:640px) {
    div#wrap {
        padding-top: 28%;
    }
    div#hero-banner {
        background: #ffffff;
    }
}

@media only screen and (max-width:480px) {
    div#wrap {
        padding-top: 34%;
    }
}

@media only screen and (max-width:400px) {
    div#wrap {
        padding-top: 39%;
    }
}

.searchWrap {
    z-index: 100;
}

@media only screen and (max-width:767px) {
    .tablet-search .toggle-container .searchWrap.active {
        display: block !important;
        top: 60px;
        margin: 0 -20px;
        width: auto;
        right: -10px;
    }

    .tablet-search .toggle-container {
        position: relative;
    }

    .simpleSearchForm i {
        position: relative;
        margin: 0;
        top: 2px;
        right: 26px;
    }

    .simpleSearch_submit {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 13px;
    }

    input.search.simpleSearch_input {
    }
    .searchWrap {
        display: none !important;
    }
}

/* Image Carousel Gallery */
#image-carousel{
    margin: 30px 0 30px;
}
#image-carousel .slides{
    padding: 0;
}
#image-carousel li{
    height: 200px;
    overflow: hidden;
    padding: 0 10px 0 0;
    outline: 0 !important;
}
#image-carousel img{
    width: auto;
    height: 200px !important;
}
#image-carousel .arrow.prev{
    display: block;
    position: absolute;
    width: 30px;
    top: 50%;
    margin-top: -25px;
    left: -25px;
    text-align: center;
}
#image-carousel .arrow.next{
    display: block;
    position: absolute;
    width: 30px;
    top: 50%;
    margin-top: -25px;
    right: -25px;
    text-align: center;
}