.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 85px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s; background: transparent
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}


.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}


/* 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;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 75px;  background: #000000;  position: fixed;
}
.header.cbp-af-header.cbp-af-header-shrink{background: #FFFFFF; box-shadow:5px 5px 5px #0000000d;}

@media only screen and (min-width: 640px) and (max-width: 767px) {
.header.cbp-af-header, .header.cbp-af-header.cbp-af-header-shrink{height: 60px;}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.header.cbp-af-header, .header.cbp-af-header.cbp-af-header-shrink{height: /*205px;*/60px}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.header.cbp-af-header, .header.cbp-af-header.cbp-af-header-shrink{height:60px /*205px;*/}
.cbp-af-header{height: 70px;}
.cbp-af-header.cbp-af-header-shrink{height: 65px;}
}