#head {
	width:100%;
	background:#ffffff;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	text-align:center;
	min-width:1024px;
	box-shadow:0 3px 6px rgba(0,0,0,.05);
}

/**header**/
#head #header {
	width:calc(100% - 30px);
	max-width:1300px;
	margin:0 auto;
	box-sizing:border-box;
	padding:20px 0;
	position:relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

}
#head #header #logo {
	width:200px;
}
#head #header > a {
	width: 20px;
	position:relative;
	top: 0px;
}
/**gmenu**/
#head #header > div ul.menu#menu-gmenu {

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	padding-top:20px;

}

#head #header > div ul.menu#menu-gmenu li {
}
#head #header > div ul.menu#menu-gmenu li a {
	font-size:1.6rem;
	line-height:1em;
	display:block;
	box-sizing:border-box;
	padding:0 2em;
	position:relative;
	transition:.3s;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
#head #header > div ul.menu#menu-gmenu li a::after {
	content:'';
	display:block;
	width:calc(100% - 2px);
	height:0px;
	background:#de1557;
	position:absolute;
	left:1px;
	bottom:-15px;
	transition:.3s;
	opacity:0;
	transform:translateY(5px);
}
#head #header > div ul.menu#menu-gmenu li a:hover {
	color:#de1557;
}
#head #header > div ul.menu#menu-gmenu li.current-menu-item a::after,
#head #header > div ul.menu#menu-gmenu li.current_page_item a::after,
#head #header > div ul.menu#menu-gmenu li.current-page-ancestor a::after,
#head #header > div ul.menu#menu-gmenu li.current-post-ancestor a::after,
#head #header > div ul.menu#menu-gmenu li.facility.current-menu-ancestor a::after,
#head #header > div ul.menu#menu-gmenu li a:hover::after {
	height:3px;
	opacity:1;
	transform:translateY(0);
}


@media screen and (max-width:1100px){
	
#head #header > div ul.menu#menu-gmenu li a {
	padding:0 1.5em;
}

}

@media screen and (max-width:1024px){


}

@media screen and (max-width:768px){

#head #header {
	width:calc(100% - 40px);
}

}

@media screen and (max-width:640px) {

#head {
    min-width:100%;
}
#head #header #logo {
	width: 150px;
}
#head #header {
	width:calc(100% - 30px);
	padding:12px 0;
}

footer + button#responsive-menu-button {
	top:4px;
	right:10px;
}

#head #header > a {
	width: 20px;
	padding-right:40px;
	position:relative;
	top: 0px;
}
	
}

@media screen and (max-width:480px){

	
}