.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 156px;
	overflow: hidden;
	/*-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;*/
}

.cbp-af-header .cbp-af-inner {
	width:100%;
	margin: 0;
	padding:0;
}


 /* 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.cbp-af-header-shrink {
	height: 93px;
}


/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	
}

@media screen and (max-width: 32.25em) {

}

@media screen and (max-width: 24em) {
	
}
