.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	/*height: 230px;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header.not-homepage {
	background: #fff;
}

.cbp-af-header .logo {
	width: 175px;
	transition: width 0.5s;
}

/*@media screen and (min-width: 30em) {
	
	.cbp-af-header .logo {
		width: 250px;
	}

	.cbp-af-header.cbp-af-header-shrink .logo {
		width: 200px;
	}

}*/

@media screen and (min-width: 72em) {
	
	.cbp-af-header .logo {
		width: 320px;
	}

	/* .cbp-af-header.cbp-af-header-shrink .logo {
		width: 150px;
		float: left;
	} */

/*	.cbp-af-header .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		transition: flex-direction 0.4s ease;
	}

	.cbp-af-header.cbp-af-header-shrink .wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}*/
	
}