.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff none repeat scroll 0 0;
	z-index: 10000;
	height: 113px;
	overflow: hidden;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	transition: height 0.1s;
}
.clear {
	clear: both;
}
.cbp-af-header .cbp-af-inner {
	margin: 0 auto;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */



.cbp-af-header nav a:hover {
	color: #333;
}
.cbp-af-header.cbp-af-header-shrink {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.22);
    height: 63px;
}
/* logo */
.img-logo {
	float: left;
}
.img-logo img {
	padding-top: 31px;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .img-logo img {
	padding-top: 8px;
	width: 100%;
}
/* logo */

/* head-right */
.cbp-af-header.cbp-af-header-shrink .head-right {
	padding-top: 0px;
}
.head-right {
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* head-right */

/* .wp-sosmed */
.wp-sosmed {
	border-left: 1px solid #efefef;
	float: left;
	padding: 42px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .wp-sosmed {
	padding-top: 15px;
}
/* .wp-sosmed */

/* .menunav */
.menunav {
	float: left;
	padding: 47px 27px 27px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .menunav {
	padding-top: 20px;
/* .menunav */
