.cbp-af-header nav{
	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;
	position: fixed;
	background: white;
	text-align: center;
	box-sizing: border-box;
}

.cbp-af-header .logo img{
	opacity: 0;
	display: none;
	-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 {
	width: 100%;
	background: #f1f2f2;
	padding: 15px 1%;
	text-align: right;
}

.cbp-af-header.cbp-af-header-shrink img{
	opacity: 1;
	display: block;
}


.cbp-af-header.cbp-af-header-shrink nav ul {
	width: auto;
	padding-top: 5px;
	padding-right: 1%;
	-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;
}





@media only screen and (min-width:0px) and (max-width:768px){
	
.cbp-af-header.cbp-af-header-shrink img{
	opacity: 1;
	display: inline-block;
	float: none;
	margin: 0 auto;
}


.cbp-af-header.cbp-af-header-shrink .logo{
	width: auto;
	text-align: left;
	padding-left: 1%;
}
	
	
.cbp-af-header.cbp-af-header-shrink nav ul {
	width: 100%;
	text-align: right;
	padding-right: 2%;
}
	
}