.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}


.cbp-af-header header3{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	overflow:hidden;
	height:60px;
}


.cbp-af-header.cbp-af-header-shrink .h3mid{
	margin-top:0%;
	width:270px;
	height:60px;
	background:url(logobgsmall.png) no-repeat;
}
.cbp-af-header.cbp-af-header-shrink .h3right{
	float:right;
	overflow:hidden;
	width:60%;
	padding-top:5px;
}


.cbp-af-header.cbp-af-header-shrink .header1,
.cbp-af-header.cbp-af-header-shrink .header2 {
	display:none;
}