#logo_m {
	display: block;
	padding: 5px 0;
	margin: 0 auto;
}
#header_m {
	position: relative;
}
#header_m_bg {
	position: relative;
	padding-top: 30px;
}
#header_cat_mobile {
	display: none;
}
/*#logo_m img {
	display: block;
	margin: 0 auto 0 auto;
}*/
#mobile_button {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px;
	cursor: pointer;
}
#nav_m {
	display: none;
	padding: 0 10px;
	margin-bottom: -1px!important;
}
#nav_m > li > a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-top: 1px solid #fff;
}
#nav_m > li:first-child a {
	border: 0;
}
#nav_m a:hover {
	color: #fff;
}
#nav_m ul a {
	display: block;
	color: #fff;
	padding: 10px;
}
#nav_m .socials_m {
	padding: 5px 0 0 0;
	text-align: center;
	border-top: 1px solid #fff;
}
#nav_m .socials_m ul.reset {
	margin: 0;
}
#nav_m .socials_m ul.reset li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	margin: 5px;
}

#nav_m a.sub_trigger {
	background: url("../img/arrow_m_right.png") no-repeat 95% center;
}
#nav_m a.sub_trigger.active {
	background-image: url("../img/arrow_m_down.png");
}
#nav_m ul.reset {
	margin-left: 10%;
}
.sub_m {
	display: none;
}

.h1_container.mobile {
	position: static;
	text-align: center;
}
.h1_container.mobile h1 {
	position: static;
	display: inline-block;
}
.h1000 {
	display: block;
}
.h500 {
	display: none;
}

@media only screen and (max-width: 450px){
	.h500 {
		display: block;
	}
	.h1000 {
		display: none;
	}
}