@charset "utf-8";

/*clearfix setting */

/* easy clearing by PIE
----------------------------------------------*/
#branding:after,
.langs ul:after,
#mobile:after,
#secondary:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
#branding,
.langs ul,
#mobile,
#secondary {
	display: inline-block;
}

* html b#branding,
* html .langs ul,
* html #mobile,
* html #secondary {
	height: 1%;
}
#branding,
.langs ul,
#mobile,
#secondary
 {
	display: block;
}


