.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    background: #6cab26;
    background-image: url(../images/background_header.png); /* fallback */
    background-image: url(../images/background_header.png), -webkit-gradient(linear, left top, left bottom, from(#6cab26), to(#6ceb86)); /* Saf4+, Chrome */
    background-image: url(../images/background_header.png), -webkit-linear-gradient(top, #90be21, #319336); /* Chrome 10+, Saf5.1+ */
    background-image: url(../images/background_header.png),    -moz-linear-gradient(top, #90be21, #319336); /* FF3.6+ */
    background-image: url(../images/background_header.png),     -ms-linear-gradient(top, #90be21, #319336); /* IE10 */
    background-image: url(../images/background_header.png),      -o-linear-gradient(top, #90be21, #319336); /* Opera 11.10+ */
    background-image: url(../images/background_header.png),         linear-gradient(to bottom, #90be21, #319336); /* W3C */	
	
	background-position: top;
	z-index: 10000;
	height: 85px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	opacity: 0.98;
}

.cbp-af-sharebutton-f {
	position: fixed;
	top: 85px;
	right: 300px;
	width: 100px;
	background: #fff;
	background-color: #fff;
	background-position: top;
	z-index: 9999;
	height: 50px;
	overflow: hidden;
	opacity: 0.7;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 0px;
	line-height: 50px;
	color: #3b5998;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.cbp-af-sharebutton-t {
	position: fixed;
	top: 85px;
	right: 200px;
	width: 100px;
	background: #fff;
	background-position: top;
	z-index: 9999;
	height: 50px;
	overflow: hidden;
	opacity: 0.7;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 0px;
	line-height: 50px;
	color: #4099ff;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.cbp-af-sharebutton-g {
	position: fixed;
	top: 85px;
	right: 100px;
	width: 100px;
	background: #fff;
	background-position: top;
	z-index: 9999;
	height: 50px;
	overflow: hidden;
	opacity: 0.7;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 0px;
	line-height: 50px;
	color: #4099ff;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.cbp-af-sharebutton-f:hover {
	background-color: #3b5998;
	cursor: pointer;
	opacity: 1.0;
	color: #fff;
}

.cbp-af-sharebutton-t:hover {
	background-color: #4099ff;
	cursor: pointer;
	opacity: 1.0;
	color: #fff;
}

.cbp-af-header .cbp-af-inner {
	width: 1300px;
	margin: 0 auto;
	padding: 10px 135px;
}

.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 h1,
.cbp-af-header nav a {
	line-height: 70px;
}

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

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

.cbp-af-header nav a {
	color: #eee;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	margin: 0 0 0 20px;
	font-size: 14px;
    padding:5px;
    border-radius:5px;
}

.cbp-af-header nav a:hover {
	color: #449933;
    background:#fff;
    
}

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

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

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

/* Slider starts here*/

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center 20%;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
    height:350px;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
    display:none;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

@media screen and (max-width: 1190px) {

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: 1190px;
	-moz-background-size: 1190px;
	background-size: 1190px;
	background-position: center 20%;
}

}

/* Example Media Queries */
@media screen and (max-width: 0px) {
	
	.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: 45px;
	}

	.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;
	}
}

