.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width:980px;
	background:#3c3c3c;
	/*background: #dc3c00;*/
	z-index: 10000;
	height: 90px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-ms-transition: height 0.3s;
	transition: height 0.3s;
	box-shadow:0px 2px 5px #888888;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	min-width:900px !important;
	margin: 0 auto;
	padding: 0 1.875em;
	background:red;
}

.cbp-af-header img,
.cbp-af-header #menu {
	display: inline-block;
	float:left;
	position: relative;
	color:#fff;
	margin-top:5px;
}
.cbp-af-header #menu 
{
	margin:0px;
	margin-top:32px;
	float:right;
}
.cbp-af-header #menu li
{
	list-style-type:none;
	float:left;
}
.cbp-af-header #menu li span
{
	line-height:25px;
}
.cbp-af-header #menu a
{
	display:block;
	padding:0px 20px;
	float:left;
	margin:0px;
	font-family:Oswald;
	font-weight:300;
	font-size:16px;
	text-decoration:none;
	color:#fff;
}
.cbp-af-header #menu a:hover
{
	color:#fcff00;
}
