/*
 * By BlacART (http://blacart.com)
 */

/* fix for dotted outlines in FIREFOX */
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

/* Imported Fonts */
 @import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
 
/* Overwrites */
.page-header { margin-top: 0px; }
.navbar-brand { height: 60px; }
.navbar-nav > li > a { padding: 30px 10px; }
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #66CCCC;
}

.linkcol a{
	color: rgb(70, 146, 148);
}

.linkcol a:hover{
	color: rgb(9, 105, 111) !important;
	text-decoration: none;
}

.nav-color-cont{
	background-color: white;
}

.navbar{
	margin-bottom: 0;
}

.socialnav img{
	width: 35px;
	height: 35px;
	float: right;
	margin: 2px 16px;
}

/* Fade Show */

#fadeshow1 {
	margin-bottom: 20px;
	max-height: 500px;
	
}

.box-shadow1{
	box-shadow: 0px -3px 45.5px black;
}
.navbar-header {
	height: 75px;
}
#fadeshow1 .gallerylayer img{
	width: 100%;
	max-height: 1000px;
}
.call-to-action {
	width: 100%;
}
.row {
	padding: 10px 0px;
}
.btn-primary {
	padding: 8px 20px;
	background: #3498DB none repeat scroll 0% 0%;
	color: #FFF;
	border-radius: 4px;
	border: medium none;
	margin-top: 10px;
}

/* New Nav Styles */
.emblems{
	float: right;
	width: 110px !important;
	height: 110px !important;
	margin: 6px !important;
}

#topbar{
	background-color: #000000;
	color: white;
}

.topbarcont p{
	display: inline;

}

.paratop{
	padding-top: 10px;
	float: left;
}

.paratopemail{
	margin-left: 25px;
}

#topbar a{
	text-decoration: none;
	color: white;
	transition: all 0.4s ease-in-out;
}

#topbar a:hover{
	color: #60AEAF;
}

.top-nav address{
	float: right;
	margin-top: 15px;
	font-style: italic;	
}

.top-nav a{
	color: black;
}

.top-nav a:hover{
	color: #57A3A4;
	text-decoration: none;
}



.getaquote{
	display: inline;
	float: right;
	margin: 10px 5px 10px 0;
	font-family: Arial Black;
}
.top-nav-cont{
	font-size: 20px;
	padding-left: 20px;
	
}

@media (min-width: 992px) {
	.top-nav img{
		margin-top: 6px;
 		width: 370px;
		height: 100px;
	}
}
@media (min-width: 1260px) {




	.top-nav-cont li:nth-child(2){
		padding-left: 40px;
	}

	.top-nav-cont li:nth-child(3){
		padding-left: 40px;
	}

	.top-nav-cont li:nth-child(4){
		padding-left: 40px;
	}

	.top-nav-cont li:nth-child(5){
		padding-left: 40px;
	}
}




.top-nav-cont li a{
	color: white !important;
}

.top-nav-cont li a:hover{
	color: #57A3A4 !important;
}
.navbar-default{
	background-color: rgb(59, 59, 59);
	border-color: #3B3B3B;
}

.background-col-cont li{
	background-color: black;
	color: white;
}

.list-control-serv{
	margin-top: 10px;
}
/* Contact Page Form Style */

form{
	margin-bottom: 40px;
}

.custombutt{
	float: right;
	font-size: 22px;
	background-color: #F0F0F0;
}

.custom-form-text{
	height: 132px !important;
}

/* parallax test */
.parallax-section-1 {
	height: 450px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*     background-image: url('../img/metalwp.jpg'); */
    width: 100%;
    background-size: cover;
/*     opacity: 0.9; */
}

/* Typography */
body {
	font-size: 14px;
	color: #B1B1B1;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	color: #4E4E4E;
}
h1 { font-size: 46px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

section#content {
	margin: 40px 20px;
}

div.credits {
	margin-top: 32px;
	font-size: 12px;
}
.home-fadeshow-wrapper {
	max-width: 100%;
	max-height: 500px;
	width: 100%;
	margin: auto;
}
.fadeshow-wrapper {
	max-width: 631px;
	max-height: 286px;
	width: 100%;
	height: 100%;
	margin: auto;
}

.primary { background-color: #6cc;}
.secondary { background-color: #09696f; }
.gray-darker { background-color: #111; }
.gray-dark { background-color: #333; }
.gray { background-color: #555; }
.gray-light { background-color: #777; }
.gray-lighter { background-color: #eee; }

.cta {
	padding: 20px 0px 40px;
	background-color: #F2F2F2;
	border-bottom: 5px solid #469294;
	font-size: 14px;
	line-height: 1.8;
}
.cta-btn {
	background-color: #469294;
	color: #f2f2f2;
	font-size: 25px;
	width: 200px;
	height: 48px;
	line-height: 1.3;
}
.cta-btn:hover {
	background-color: #09696f;
	color: #f2f2f2;
}
footer {
	padding: 40px 0px;
	color: #aaa;
}
footer a {
	color: #fff;
}

#my-video{
	position: initial !important;
	top: -800px !important;
	left: 580px !important;
/* 	height: 500px !important; */
}

@media (max-width: 1260px) {
	#fadeshow1 {
		max-height: 415px;
	}
}
@media (max-width: 992px) {
	#fadeshow1 {
		max-height: 315px;
		position:relative;
		z-index:7;
	}

	#mainlogo {
		position:relative;
	}

	.top-nav-cont {
		font-size:14px;
	}

	.top-nav-cont li {
		margin:0;
		padding:0;
	}

	a.header-logo img {
		width:33%;
		margin-top:20px;
		
	}

	img.emblems {
		position:absolute;
		width:60px !important;
		height:60px !important; 
	}

	img.emblems.itar {
		right:0;
		top:20px;
	}

		img.emblems.iso {
		right:75px;
		top:20px;
	}



	.top-nav address {
		margin-right:33%;
	}





}
@media (max-width: 720px) {

}

@media (max-width: 768px) {
	/*.top-nav-cont li:nth-child(2) {
		padding-left: 0;
	}

	.top-nav-cont li:nth-child(3){
		padding-left: 0;
	}

	.top-nav-cont li:nth-child(4){
		padding-left: 0;
	}*/

/* 	.emblems {
	    float: right;
	    width: 85px !important;
	    height: 85px !important;
	    margin: 6px !important;
	    margin-top: 15px !important;
	} */

	#outer-wrap{
		display: none;
	}

	#topbar{
		display: none;
	}


	.navbar-header {
		background:#fff;
		position:relative;
		z-index:10;
	}

		.top-nav-cont {
		font-size:14px;
	}

	.top-nav-cont li {
		margin:0;
		padding:0;
	}

	a.header-logo img {
		width:230px;
		margin-top:5px;
	}

	img.emblems {
		position:absolute;
		width:40px !important;
		height:40px !important; 
		z-index:900;
	}

	img.emblems.itar {
		right:0;
		top:10px;
	}

		img.emblems.iso {
		right:45px;
		top:10px;
	}



	.top-nav address {
		float:left;
		clear:both;
		margin-left:40px !important;
	}

	#sticker {
		position:absolute;
		top:0;
		width:100%;
		z-index:700;
		background:none;

	}

	#sticker .container .row {
		padding-bottom:0 !important;
	}

	.header-logo {
		margin-left:50px;
		z-index:900 !important;
		position:relative;
	}

	.navbar-toggle {
		position:absolute;
		left:10px;
		top:0px;
	}

	address {
		display:none;
	}

	.navbar-collapse {
		background:rgb(59, 59, 59);
	}




}

@media (max-width: 600px) {
	#fadeshow1 {
		max-height: 225px;
	}
	.fadeshow-wrapper {
		display: none;
	}
}

@media (max-width: 480px) {
	#fadeshow1 {
		max-height: 135px;
	}
	.parallax-section-1{
		display: none;
	}
	.footercontrol{
		text-align: center !important;
	}
	.text-right{
		text-align: center;
	}
	
	/*.top-nav img{
		margin-top: 6px;
		width: 287px;
		height: 70px;
		text-align: center;
	}*/
	
}

@media (max-width: 320px){
	/*.emblems{
		width: 55px !important;
	    height: 55px !important;
	    margin-top: 25px !important;
	}*/
}