.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.cbp-af-header.cbp-af-header-shrink {
	height: 95px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #2f2f30;
}


.cbp-af-header.cbp-af-header-shrink #logo{
	padding: 10px 0% 5px 2%;
}


.cbp-af-header.cbp-af-header-shrink ul{
	margin: 25px 0 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.cbp-af-header.cbp-af-header-shrink #logo img{
	width: 90px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.cbp-af-header.cbp-af-header-shrink ul li a{
	text-shadow: none;
}




@media only screen and (min-width:0px) and (max-width:767px){
	
	.cbp-af-header {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}



.cbp-af-header.cbp-af-header-shrink {
	height: 85px;
	background: #2f2f30;
}
	
.cbp-af-header.cbp-af-header-shrink.active {
	height: 380px;
}


.cbp-af-header.cbp-af-header-shrink #logo{
	padding: 0px 0% 5px 3%;
	height: 60px;
}
	
.cbp-af-header.cbp-af-header-shrink #logo img{
	height: 120px;
}

.cbp-af-header.cbp-af-header-shrink ul{
	margin: 20px 2% 0 0;
}
	


	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
	
	
	.cbp-af-header {
	top: 0;
	left: 0;
	width: 100%;
}



.cbp-af-header.cbp-af-header-shrink {
	height: 70px;
}


.cbp-af-header.cbp-af-header-shrink #logo{
	padding: 10px 0% 5px 2%;
	height: 45px;
	overflow: hidden;
}
	
.cbp-af-header.cbp-af-header-shrink #logo img{
	height: 60px;
}

.cbp-af-header.cbp-af-header-shrink ul{
	margin: 20px 0 0 0;
}


}


@media only screen and (min-width:1024px) and (max-width:1199px){
	
	
	
	.cbp-af-header {
	top: 0;
	left: 0;
	width: 100%;
}



.cbp-af-header.cbp-af-header-shrink {
	height: 75px;
}


.cbp-af-header.cbp-af-header-shrink #logo{
	padding: 10px 0% 5px 2%;
	height: 50px;
	overflow: hidden;
}
	
.cbp-af-header.cbp-af-header-shrink #logo img{
	height: 65px;
}

.cbp-af-header.cbp-af-header-shrink ul{
	margin: 20px 0 0 0;
}


}


@media only screen and (min-width:1200px) and (max-width:1499px){
	
	.cbp-af-header {
	top: 0;
	left: 0;
	width: 100%;
}



.cbp-af-header.cbp-af-header-shrink {
	height: 85px;
}


.cbp-af-header.cbp-af-header-shrink #logo{
	padding: 10px 0% 5px 2%;
	height: 50px;
	overflow: hidden;
}
	
.cbp-af-header.cbp-af-header-shrink #logo img{
	height: 65px;
}

.cbp-af-header.cbp-af-header-shrink ul{
	margin: 20px 0 0 0;
}


}

