header.site-header{
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	margin:0;

}

/*============================
page_header.htm
=============================*/
div.top_bar{
	background-color: #000;
	width: 100%;
	margin: auto;
	height: 30px;
}
div.top_bar div.top_wrapper{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding: 3px 20px 3px 20px;	
	
}
div.header_wrapper {
/*	background-color: #fff;*/
	background: #ebe7dd url(/images/topback.jpg) fixed no-repeat top center;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	border-bottom: 3px solid #09599c;
}

.h_social{
	float: left;
}
.h_social a i{
	font-size: 20px;
}
.h_social a i:hover{
	color: #000;
}
.account{
	float: right;
}
.logo h2{
	text-align: center;
	margin: auto;
}


.logo img {
    padding-top: 10px;
    padding-bottom: 0px;
}

.logo img, .logo img.retina {
	text-align: center;
	margin: auto;
	max-height: 100px;
	float: left;
}
.logo.logo-center img{margin: 0 auto;}
.logo a {height: auto; overflow: hidden; display: block;}

.logo img{display: block;
max-width: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;}


