.cbp-af-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.0);
	z-index: 900;
	height: 150px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

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

.cbp-af-header h1#title {
	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#title,
.cbp-af-header nav a {
}

.cbp-af-header h1#title  {
	margin-top: 60px;
}

.cbp-af-header nav {
	margin-top: 46px;
	z-index: 999;
}

.cbp-af-header nav a {	
	font-size: 11px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.cbp-af-header nav a:hover {
}

/* Transitions and class for reduced height */

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(255,255,255,.0);
}

.cbp-af-header h1#title  ,
.cbp-af-header nav {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

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

.cbp-af-header.cbp-af-header-shrink h1#title {
	margin-top: 70px;
}

.cbp-af-header.cbp-af-header-shrink nav {
	margin-top: 56px;
}

.cbp-af-header.cbp-af-header-shrink h1#title {

}

.cbp-af-header.cbp-af-header-shrink nav a {
}