.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #333;
	z-index: 10000;
	height: 60px;
	padding: 10px 0;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

.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 {

}
.cbp-af-header .logo{
	line-height: 100%;
}
.cbp-af-header h1 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	font-size: 3em;
	margin: 0;
	line-height: 100%;
	float: left;
}

.cbp-af-header nav {
	float: right;
}



/* 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;
}




	@media (max-width: 767px) {

	.cbp-af-header h1, .cbp-af-header nav a {
				line-height: 40px;
	}
	.cbp-af-header {
		text-align:center;
    padding: 0;
	}.cbp-af-header h1 {
    margin: 10px;		
		padding: 0px;
    font-size: 15px;
	}.cbp-af-header [class*="span"]{
		margin: 0px; 
		float: left;
		width: 50%;
	}
	.cbp-af-header nav {
		width:100%;
		text-align:center;
		display:block;
		margin-right:10px;
	}
	}
