/* Header */
.h-tel-email-top-c {
	background: #FF9800;
	text-align: center;
	padding: 8px 16px !important;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
}
.fright {
	float: right;
}
.bars-c {
	line-height: 43px;
	display: none;
}
.first-menu {
	position: fixed;
	top: 0;
	left: 0;
	background: #FF9800;
	width: 100%;
	height: 100%;
}
.first-menu > .header .content {
	padding: 0 8px;
	max-width: none;
}
.first-menu li {
	display: block;
	margin: 0 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 64px;
}
.first-menu li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
.h-menu[data-hidden=true] {
	display: none;
}
.h-menu[data-hidden=false] {
	display: block;
}
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}
/* Header End */

/* Mobile */
@media screen and (max-width: 756px) {
	/* Header */
	.header-main .navi-elements-c {
		display: none;
	}
	.bars-c {
		display: inline-block;
	}
	.w3-hide-small {
		display: none !important;
	}
	/* Header End */
}
@media screen and (max-width: 375px) {
	/* Header */
	.h-tel-email-top-c {
		display: none;
	}
}
/* Header-Main end */