.cbp-af-header{
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	left: 0;
	position: fixed;
	background: #20232b;
	padding: 15px 0% 15px 3%;
	z-index: 99;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 5px 0% 5px 3%;
}


.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 190px;
}

.cbp-af-header.cbp-af-header-shrink nav ul {
	padding-top: 5px;
}




@media only screen and (min-width:0px) and (max-width:767px){
	
.cbp-af-header{
	padding: 15px 0% 15px 0%;
}
	
.cbp-af-header.cbp-af-header-shrink {
	padding: 7px 0% 7px 0%;
}
	
.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 170px;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
.cbp-af-header{
	padding: 15px 0% 15px 0%;
}
	
.cbp-af-header.cbp-af-header-shrink {
	padding: 7px 0% 7px 0%;
}
	
.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 170px;
}
	
}


@media only screen and (min-width:1024px) and (max-width:1299px){


	
}

@media only screen and (min-width:1024px) and (max-width:1599px){
	

	
}