.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: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	padding: 35px 0% 25px 3%;
	z-index: 99999;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 10px 0% 10px 3%;
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);

}


.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 70px;
	-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;
}

.cbp-af-header.cbp-af-header-shrink nav{
	padding: 15px 2% 25px 0;
}





@media only screen and (min-width:0px) and (max-width:1023px){
	
.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 50px;
}
		
.cbp-af-header{
	padding: 15px 0% 10px 3%;
	background: #8d1a60;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 7px 0% 7px 3%;
	background: #8d1a60;
}
	
.cbp-af-header.cbp-af-header-shrink nav{
	padding: 5px 2% 5px 0;
}
	
}
	
	
@media only screen and (min-width:1024px) and (max-width:1299px){

.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 60px;
}
	
	
.cbp-af-header{
	padding: 25px 0% 15px 3%;
}


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

}