.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: rgba(0,0,0,0.0);
	padding: 5px 2% 15px 2%;
	z-index: 999999;
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	-moz-mix-blend-mode: difference;
	-o-mix-blend-mode: difference;
	-ms-mix-blend-mode: difference;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 0px 1% 12px 1%;
	background: rgba(0,0,0,0.0);
	/*backdrop-filter: blur(2px);
	-moz-backdrop-filter: blur(2px);
	-o-backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	-ms-backdrop-filter: blur(2px);*/
}


.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 170px;
	-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 .logo {
	padding-top: 0px;
	text-align: left;
	float: left;
	width: auto;
}




@media only screen and (min-width:0px) and (max-width:767px){
	

	
}


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


}

