.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9998;
	height: 110px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 96%;
	max-width: 96%;
	margin: 0 auto;
	padding: 0;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

	/* Push Menu icon */
	.toggle-menu { cursor: pointer; }
	.toggle-menu span { font-size: 13px; color:#0ac2d2; text-transform: uppercase; font-weight: 400; position:absolute; top:6px; right:80px; line-height:104px; width:100px; letter-spacing: 1px;  }
	.subsidiary { float:right; z-index:10100; padding: 0px 40px; font-size: 27px; background-color: #fff; width:100px; text-align:right; margin-top: -4px; overflow:hidden; }
	
	/* Nav Visibility = 'No' in Push Menu when no responsive */
	.nav-resp { display: none; }
	
	

 /* 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,
.cbp-af-header nav a,
.cbp-af-header .subsidiary {
	line-height: 110px;
}

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

.cbp-af-header h1 img { 
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	margin-top: -5px;
}

.cbp-af-header nav {
	float: left;
}

.cbp-af-header nav a {
	color: #000;
	font-weight: 400;
	margin: 0 0 0 13px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cbp-af-header nav a:hover {
	color: #333;
	text-decoration: none;
}

.cbp-af-header nav a.active {
	color: #0ac2d2;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header h1 img,
.cbp-af-header nav,
.cbp-af-header nav a,
.cbp-af-header.subsidiary,
.cbp-af-header.cbp-af-header-shrink .toggle-menu span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 80px;
}

.cbp-af-header.cbp-af-header-shrink .subsidiary {
	line-height: 80px;
}

.cbp-af-header.cbp-af-header-shrink .toggle-menu span {
	line-height: 74px; 
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

.cbp-af-header.cbp-af-header-shrink h1 img {
	-webkit-transform: scale(0.72);
	transform: scale(0.72);
	margin-left: -10px;
	margin-top: -3px;
}

.cbp-af-header.cbp-af-header-shrink nav {
	margin-left: -10px;
	margin-top: 3px;
}


/* Example Media Queries */
@media screen and (max-width: 898px) {
	.toggle-menu span { display: none; }
	.subsidiary { width:auto; }
}



/* Example Media Queries */
@media screen and (max-width: 788px) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1 { padding-top: 25px; margin-left: -5px; }
	.cbp-af-header h1 img { 
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		margin-top: -60px; 
	}
	
	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		text-align: center;
		float: left;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 110px;
	}

	.cbp-af-header nav a {
		margin: 0 8px;
		font-size: 11px;
	}
	
	.cbp-af-header.cbp-af-header-shrink h1 img { 
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		margin-top: -50px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 80px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 { font-size: 2em; }
	.cbp-af-header.cbp-af-header-shrink nav a { font-size: 11px; }
	
}




/* Example Media Queries */
@media screen and (max-width: 730px) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1 { padding-top: 25px; margin-left: -5px; }
	.cbp-af-header h1 img { 
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		margin-top: -60px; 
	}
	
	.cbp-af-header h1 {mdisplay: none; text-align: center; float: left; }
	.cbp-af-header h1 { line-height: 110px; }
	
	.cbp-af-header nav { display: none; }
	
	
	.cbp-af-header.cbp-af-header-shrink h1 img { 
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		margin-top: -50px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 { line-height: 80px; }
	.cbp-af-header.cbp-af-header-shrink h1 { font-size: 2em; }
	
	
	/* Nav Visibility = 'Yes' in Push Menu when responsive */
	.nav-resp { display: block; }
}



/*
@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 11px;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}
*/
