
.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: right;
	box-sizing: border-box;
}


.cbp-af-header .logo img{
	margin-left: 2%;
}

.cbp-af-header nav ul{
	padding-top: 20px;
	padding-right: 1%;
}



.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 nav ul {
	padding-top: 5px;
	padding-right: 1%;
}

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


@media only screen and (min-width:0px) and (max-width:768px){
	
	
.cbp-af-header nav{
	width: 100%;
	text-align: center;}

.cbp-af-header .logo img{
	margin-left: 0%;
	float: none;
	margin: 0 auto;
}

.cbp-af-header nav ul{
	width: auto;
	padding-top: 20px;
}	
	
	
.cbp-af-header nav ul li ul{
	padding-top: 0px;
}
	
	
.cbp-af-header.cbp-af-header-shrink nav {
	width: 100%;
	background: #f1f2f2;
	padding: 15px 0;
	text-align: center;
}	
	
	
.cbp-af-header nav ul{
	padding-right: 2%;
}
	
.cbp-af-header.cbp-af-header-shrink .logo img{
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 50px;
}
	

	
	
	
}