
.cbp-af-header {
	position: fixed;
	top: 50;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: rgba(255,255,255,1);
	height: 96px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	overflow: hidden;
	-moz-box-shadow:4px 4px 8px 1px rgba(20%,20%,40%,0.1);
	-webkit-box-shadow:4px 4px 8px 1px rgba(20%,20%,40%,0.1);
	box-shadow:4px 4px 8px 1px rgba(20%,20%,40%,0.1);
}

.cbp-af-inner {
	width: 100%;
	margin: 0 auto;
}

.cbp-af-header h1 {
	margin: 0;
	display: inline-block;
	float: left;
	position: relative;
}

.navicon { 
	display: block;
	border: none;
	background: none;
	float: right;
	color: #fff;
	width: auto;
	cursor: pointer;
	margin: 28px 15px 0 0;
	font-size: 1em;
}




/* Example Media Queries */
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {

.cbp-af-header { top: 0; }
.navicon { padding-right: 20px; }

}

