@charset "UTF-8";
/* CSS Document */
#SiteLogo {
	background-color:#29323a;
	margin: 7px 0px 0px 7px;
	position: absolute;
	top:0px;
	left:0px;
	transition: all ease-in-out 1s;
	z-index: 1;
}
#SearchHold {
	padding:0px 0px 0px 5px ;
	/*position: absolute;
	top:0px;
	right:0px;
	height: 50px;
	width: 50px;
	font-size: 20px;*/
	border-left:1px solid #c9c9c9; 
	/*NEW for slide*/
	display: block;
    color: #E5E5E5;
    padding: 0px 7px;
    line-height: 48px;
    text-decoration: none;
    position: relative;
}

#SearchHolder.SearchClose {
	position: fixed;
	top: 7px;
	right: -175px;
	transition: all ease-in-out 1s;
	z-index: 205;
	visibility: hidden;
		
}

#SearchHolder.SearchOpen {
	position: fixed;
	top: 7px;
	right: 5px;
	transition: all ease-in-out 1s;
	z-index: 205;
	visibility: visible;
}
a.SearchGlass {color: #E5E5E5;}

a.SearchGlass:hover {color:#14b4ff;}
/**/



#headerPadding {
	height:48px;
}

#MenuHolder{
	background-color:#29323a;
	width: 100%;
	display: block;
	/* height:50px; */
	position: fixed;
	z-index: 200;
	border-bottom: 1px solid #ffffff;
}

#wsnavtoggle {
	background-color: rgba(41,50,58,0.85);
	margin: 0px;
	padding-top: 22px;
	padding-left: 13px;
	width: 50px;
	height: 49px;
}

.wsmenu {
    font-family: "industry",sans-serif;
	font-weight: 300;
	color:#aeb0b3;
	font-size: 1em;
	background: #29323a;
	/*width:500px;*/	
}


.SlideMenuClose {margin-right: 0px; transition: all ease-in-out 1s;}

@media only screen and (max-width: 767px){
	.SlideMenuClose {visibility: hidden;}	
}
	
.SlideMenuOpen {margin-right: 180px; transition: all ease-in-out 1s;}


.megamenu h1 {
	font-weight:100;
	color:#29323a;
	padding-bottom: 16px;
}

.megamenu h2 {
	font-weight:100;
	color:#29323a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}	

.megamenu a {
	font-weight:300;
	font-size:1em;
	/*color:#14b4ff; contrast fix*/
	line-height: 24px;
}
.wsmenu-list > li > a:hover {
	color:#14b4ff;
	background-color:rgba(41,50,58,1);
	}
.menuLine {
	width:100%;
	border-top: 1px solid #29323a;
	margin-top: 40px;
	height:1px;
}	
.menuLine2 {
	width:100%;
	border-top: 1px solid #29323a;
	margin-top: 16px;
	margin-bottom:16px;
	height:1px;
}	
.wsmenu img.menuimg {
	border: solid 1px #29323a;
	width:100%;

}

@media (min-width: 767px) {
/*.wsmenu {width: 760px;}*/

} 

@media (max-width: 1199px) {
.megamenu h2 {
	font-size: 1.125em;
}
.megamenu a {
	font-size:0.875em;
	line-height: 2em;
}
	
}

@media (min-width:767px) {
.wsmenu {
	width:550px;
	float: right;
	/*margin-right: -10px;*/
}
	
}

@media (min-width:767px) and (max-width: 1024px) {

}
@media (min-width:767px) and (max-width: 845px) {

}


@media (max-width: 767px) {
  .menuLine2 {
	margin-top: 8px;
	margin-bottom: 8px;
	
}
	
#headerPadding {
	height:50px;
}

#SiteLogo {
	top:0px;
	left:50px;
}
}


