.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 230px;
	/*
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	*/
}
.cbp-af-header ul {
	margin-top: 50px;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
	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 nav ul.navbar-right {
	right:0;
}

.cbp-af-header h1 {
	width: 170px;
	height: 150px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
	background-color: rgba(17, 17, 17, 0.85);
}
.cbp-af-header h1:hover {
	background-color: rgba(17, 17, 17, 1)!important;
	border: #998376; 
}
.cbp-af-header h1:active {
	background-color: rgba(17, 17, 17, 1)!important;
	border: #998376; 
}
header {
	position: relative;
}
.cbp-af-header h1 img {
	width: 80%;
	position: absolute;
	top:50px;
	left: 15px;
}

.cbp-af-header a {
	color: #fff !important;
	font-size: 1em;
}

.cbp-af-header a:hover {
	background-color: rgba(17, 17, 17, 1)!important;
	border: #998376; 	
}

.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}

.cbp-af-header nav a:hover {
	color: #333;
	background-color:none;
}

/* Transitions and class for reduced height */
.cbp-af-header.cbp-af-header-shrink {
	height: 50px;
	background-color: rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
}

/*-- cckuo update 20141029 start --*/
.cbp-af-header-shrink div{
	margin-left: 0;
	margin-right: 0;	
}

.cbp-af-header-shrink .container{
	position: absolute;
	z-index: 9;
	width: 100%;	
}

/*-- cckuo update 20141029 end --*/

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: normal;
}
.cbp-af-header.cbp-af-header-shrink h1 {
	height: 50px;
	background-color: transparent;
}
.cbp-af-header.cbp-af-header-shrink ul {
	margin-top: 0;
}
.cbp-af-header.cbp-af-header-shrink h1 img {
	width: 65%;
	margin-top:8px;
	position: absolute;
	top:0px;
	left: 0px;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@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;
	}
}
@media (max-width: 767px) {
.cbp-af-header {
	height: 50px;
	background-color: #111;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.25);
}
.cbp-af-header ul {
	margin-top: 0px;
}
.cbp-af-header h1 {
	height: 50px;
	background-color: transparent;
}
.cbp-af-header h1:hover {
	background-color: transparent;
}
.cbp-af-header h1 img {
	width: 65%;
	margin-top:8px;
	position: absolute;
	top:0px;
	left: 0px;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #111;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background:rgba(0, 0, 0,.75);
	border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav .open .dropdown-menu {
	background:rgba(0, 0, 0,.35);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #999;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #998675;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #998675;
}
}
@media (max-width: 979px) {
	
}