@charset "utf-8";

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../image/bg_bd.jpg) top center repeat-x #000000;
	z-index: 10000;
	height: 78px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	min-width: 1000px;
}

.cbp-af-header .cbp-af-inner {
	width: 1000px;
	margin: 0 auto 0;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 78px;
}

.cbp-af-header h1 {
	width: 253px;
	float: left;
	margin: 18px 0 0 0;

}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	
}

.cbp-af-header nav a:hover {
	color: #4cafa4;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 45px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 52px;
}
