.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.95);
	z-index: 10000;
	height: 160px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom:1px solid #ebe7da;
}

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

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

 /* 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 {
	line-height: 130px;
}

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

.cbp-af-header nav {
	float: right;
	margin:0;padding:0;	
	margin: 2.8em 0px 0 0px;
	display: block;
}

.cbp-af-header nav a {
 	color: #1A262A;
	text-decoration:none;
	text-transform:none;
	-moz-transition: all 0.65s;
	-ms-transition: all 0.65s;
	-o-transition: all 0.65s;
	-webkit-transition: all 0.65s;
	transition: all 0.65s;
	padding: 10px 0 0 0;
	border-top: 1px solid #EBE7DA;	
	border-bottom: 1px solid transparent;	
	border-left: 1px solid transparent;	
	border-right: 1px solid transparent;	
	margin: 0 0 0 15px;
	font-size:1.2em;
	font-weight: 400;	
}
.cbp-af-header nav ul li a, 
.cbp-af-header nav ul li span, 
.cbp-af-header nav ul li i {
	font-size:1.05em;
	font-weight: 400;
}
.cbp-af-header nav a:hover {
	color: #9D8752;
	border-top: 1px solid #b49f70;
}

.cbp-af-header nav a.currentPage
{
	color:#9D8752;
	border-top: 1px solid #b49f70;
}

.cbp-af-header #logo {
	float: left;
	cursor: pointer;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.cbp-af-header #logo img {
	margin-top: 40px;
	width:215px;height:75px;
}

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

.cbp-af-header.cbp-af-header-shrink {
	height: 80px;
	box-shadow:0 1px 5px rgba(0,0,0,.1);
}

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

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

.cbp-af-header.cbp-af-header-shrink #logo {
	background-image: url('../images/logonone.png');
}

.cbp-af-header.cbp-af-header-shrink #logo img {
	margin-top: 2px;
}
/* Media Queries */
	@media only screen and (max-width: 959px) {
	.cbp-af-header nav ul li a, .cbp-af-header nav ul li span, .cbp-af-header nav ul li i {
		font-size:1.05em;
	}	
}	
	@media only screen and (max-width: 867px) {	
	.cbp-af-header {
		height: 130px;
	}
	.cbp-af-header nav {
		border-top: 1px solid #DED1B4;
	}
	.cbp-af-header nav a,
	.cbp-af-header nav a:hover ,
	.cbp-af-header nav a.currentPage
	{
		border: none;
	}	
	
	.cbp-af-header .cbp-af-inner {
		width: 90%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav,
	.cbp-af-header #logo {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	
	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 3em;
	}

	.cbp-af-header nav a {
		margin: 0 8px  0 8px;
		font-size:1.2em;
	}
	.cbp-af-header #logo img {
		margin-top: 20px;	
		width:125px;height:44px;
	}
	.cbp-af-header #logo {
		background-image: url('../images/logosmall.png');
	}	
	.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: 2.2em;
	}

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

	.cbp-af-header.cbp-af-header-shrink #logo {
		background-image: url('../images/logosmall.png');
	}	
}
@media only screen and (max-width: 639px) {
	.cbp-af-header nav ul li a, .cbp-af-header nav ul li span, .cbp-af-header nav ul li i {
		font-size:1em;
	}
	.cbp-af-header nav a {
		font-size:1em;
	}	
}

@media only screen and (max-width: 589px) {
	.cbp-af-header nav ul li a, .cbp-af-header nav ul li i {
		font-size:1.4em;
		line-height: 2em;
	}
	.cbp-af-header nav ul li span {
		font-size:1em;
		display: none;
	}	
	.cbp-af-header nav a {
		margin: 0 15px  0 15px;
	}		
	.cbp-af-header nav a span {
		display: none;
	}	
	.cbp-af-header nav a i {
		font-size:2em;
		line-height: 2em;
		padding:0;margin:0;
	}	
	.cbp-af-header.cbp-af-header-shrink nav a i {
		font-size: 1.5em;
		line-height: 1.8em;
		margin-top:5px;
	}		
	.cbp-af-header nav a.currentPage i {
		color:#b49754;
	}
	.cbp-af-header nav a:hover i {
		color:#b49754;;
	}
	
}
@media screen and (min-width: 478em) {
	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1.8em;
	}
}