.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f6f6f6;
	box-shadow:0px 0px 0px #000;
	z-index: 10000;
	height: 150px;
	padding:10px 0px 20px 0px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.cbp-af-header p{
	width:80%;
	border:0px solid #000;
	height:auto;
	color:#000;
	font-size:1.5em;
	line-height:30px;
	font-weight:normal;
	text-align:right;
	margin-right:10px;
    background-color:#F6F6F6;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color:#000;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	float:right;
	}
.cbp-af-header nav {
	margin-top:-80px;
	height:50px;
	padding:10px 0px 0px 0px;
	}
.cbp-af-header .cbp-af-inner {
	width: 100%;
	max-width: 1150px;
	min-width:800px;
	margin: 0 auto;
	border:0px solid #000;
	padding: 0 0em;
}

.cbp-af-header img,
.cbp-af-header nav,
.cbp-af-header  p {
	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 img,
.cbp-af-header nav a {
	line-height: 0px;
	margin:0px;
	text-decoration:none;
}

.cbp-af-header img {
	width:150px;
	margin:0px 0px 0px 0px;
	height:150px;
}

.cbp-af-header nav {
	float: right;

}

.cbp-af-header nav a {
	color: #aaa;
	font-weight: 700;
	margin: 0 0 0 10px;
	font-size: 1em;
}

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

/* Transitions and class for reduced height */
.cbp-af-header img,
.cbp-af-header  p,
.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: 100px;
}

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

.cbp-af-header.cbp-af-header-shrink  p{
	visibility:hidden;
	}

.cbp-af-header.cbp-af-header-shrink img {
	width:100px;
	height:100px;
}

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

	.cbp-af-header img,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header img,
	.cbp-af-header nav a {
		line-height: 15px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

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

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

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
	.cbp-af-header.cbp-af-header-shrink p {
	visibility:hidden;
}

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

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