.cbp-af-header {

	left: 0;
	width: 100%;
	background: #f6f6f6;
	z-index: 99;
	/*-webkit-transition: height 20.10s;
	-moz-transition: height 25.10s;
	transition: height 25.10s;*/
	transition:  all .3s;
	position:relative;

}

.cbp-af-header .cbp-af-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1.875em;
	transition:  all .4s;

}


.cbp-af-header search-container {
	display: inline-block;
	position: relative;
}



/* Transitions and class for reduced height */

.cbp-af-header .logo-in2 {
	padding: 5px 0;
	width: 182px;
	float: left;
	position:absolute;
	top:-35px;
	
	visibility:hidden;
	opacity:0;
	margin-left:15px;
}

.banner-box {transition:  all .4s;}
.cbp-af-header-shrink .top-head-wrap .banner-box {position:fixed; top:0px; left:0; transition:  all .4s;
/*-webkit-transition:top .3s ease-out,background-color .5s ease-out;
-moz-transition:top .3s ease-out,background-color .5s ease-out;
-o-transition:top .3s ease-out,background-color .5s ease-out;
transition:top .3s ease-out,background-color .5s ease-out;*/
}

.logo-in2 {position:absolute; top:-30px; transition:  all .4s;}
.cbp-af-header.cbp-af-header-shrink .container .logo-in2{padding:0; width: 182px; float: left; top:2px; visibility:visible; opacity:1;}

.cbp-af-inner {transition:  all .4s; position:absolute; z-index:5000; }

.cbp-af-header.cbp-af-header-shrink .cbp-af-inner { position:fixed; top:0px;  transition: all .4s }

.cbp-af-header.cbp-af-header-shrink .container .search-container { float:right; width:75%;}






