.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: transparent;
	padding: 80px 3% 15px 3%;
	z-index: 999999;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 5px 1% 0px 1%;
	background: #4D092A;
}


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

.cbp-af-header.cbp-af-header-shrink .logo {
	padding-top: 10px;
	text-align: left;
	float: left;
	width: auto;
}

.cbp-af-header.cbp-af-header-shrink nav ul {
	padding-top: 15px;
	text-align: right;
	float: right;
	width: auto;
}




@media only screen and (min-width:0px) and (max-width:767px){
	
.cbp-af-header{
	padding: 5px 3% 15px 3%;
}
	
.cbp-af-header .logo {
	padding-top: 10px;
	text-align: left;
	float: left;
	width: auto;
}

.cbp-af-header nav ul {
	padding-top: 15px;
	text-align: right;
	float: right;
	width: auto;
}
	
.cbp-af-header.cbp-af-header-shrink {
	padding: 0px 1% 0px 1%;
}
	
	
.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 120px;
}
	

	
}

@media only screen and (min-width:768px) and (max-width:1090px){
	
.cbp-af-header{
	padding: 5px 3% 15px 3%;
}
	
.cbp-af-header .logo {
	padding-top: 10px;
	text-align: left;
	float: left;
	width: auto;
}

.cbp-af-header nav ul {
	padding-top: 15px;
	text-align: right;
	float: right;
	width: auto;
}
	
.cbp-af-header.cbp-af-header-shrink {
	padding: 0px 1% 0px 1%;
}
	
	
.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 120px;
}
	
.cbp-af-header nav ul li {
	margin-left: 14px;
}
	
	.cbp-af-header nav ul li:first-child{
		margin-left: 0;
	}
	
}




