@media only screen and (max-width: 959px) {

	.nav-bar li {
		padding: 0 0 0 10px;
		font-size: 14px;
	}

	.search-bar .search {
		width: 200px;
	}

	.search-bar {
		padding-right: 0px;
	}

	.nav-bar li:first-child {
		padding: 0;
	}

	.shop-bar li {
		padding: 0 10px;
		width: 33.3%;
	}

	.shop-bar li a {
	}

	.shop-bar ul {
		max-width: 748px;
	}

	.text-bar {
		padding-top: 30px;
	}

	.slider-bar .flex-direction-nav {
		width: 100%;
		margin: 0;
		left: 0;
	}

	.slider-bar .flex-prev {
		margin-left: 15px;
	}

	.slider-bar li h3 {
		width: 90%;
		margin: 0;
		right: 20px;
		text-align: right;
		top: 25%;
	}

	.slider-bar .flex-next {
		margin-right: 15px;
	}

	.text-bar h2 {
		font-size: 26px;
	}

	h1, .h1 {
		font-size: 29px;
		padding-bottom: 10px;
	}

	.text-bar .text {
		padding-top: 10px;
	}

	p {
		font-size: 17px;
		line-height: 22px;
	}

	.text-bar li {
		padding-left: 25px;
		font-size: 17px;
		background-position: left 10px;
	}

	.text-bar ul {
		padding: 15px 0 0 25px;
	}

	.text-bar {
		padding-bottom: 35px;
	}

	#footer-part {
		padding: 0 9px;
	}

	.slider-bar.loading {
		height: 245px;
	}

}

@media only screen and (max-width: 767px) {

	.mm-opened a.close {
		display: block;
	}

	.nav-bar a.close {
		width: 50px;
		height: 20px;
		font-size: 0px;
		position: absolute;
		left: 20px;
		top: 9px;
		z-index: 8888;
	}

	.nav-bar a.close:before, .nav-bar a.close:after {
		width: 30px;
		height: 3px;
		display: block;
		position: absolute;
		left: 0px;
		top: 10px;
		content: "";
		background: #21344d;
		-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	}

	.nav-bar a.mobilemenu {
		display: block;
	}

	.nav-bar ul {
		display: none;
	}

	.nav-bar a.close:after {
		-webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	}

	.search-bar .search {
		padding: 8px 15px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		border: none;
		height: auto;
		width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
		background: #231f20;
	}

	.search-bar input[type="submit"] {
		display: none;
	}

	.search-bar, #header-part .bottom .centering {
		position: static;
	}

	.search-bar .search_btn {
		float: right;
		margin: 3px 5px 0 5px;
	}

	.search-bar input[type="search"] {
		width: 100%;
		height: 25px;
	}

	.search-bar a {
		margin: 2px 12px 0 0;
	}

	#header-part {
		height: 143px;
		padding-top: 55px;
		border-bottom: 6px solid #ed7e2d;
	}

	#header-part .bottom {
		top: 0;
		border-bottom: none;
		height: 44px;
	}

	#header-part.stickyhead .bottom {
		top: 0;
		position: absolute;
	}

	#header-part a.logo {
		width: 80px;
		height: auto;
	}

	.mobilemenu span {
		width: 30px;
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		background: #ffffff;
		display: block;
		height: 4px;
		left: 0;
		position: absolute;
		right: 0;
		top: 15px;
	}

	.mobilemenu span:before {
		top: -10px;
		transition-property: top, transform;
	}

	.mobilemenu span:after, .mobilemenu span:before {
		background-color: #ffffff;
		content: "";
		display: block;
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
		transition-duration: .3s, .3s;
	}

	.mobilemenu span:after {
		bottom: -10px;
		transition-property: bottom, transform;
	}

	.mm-opened .mobilemenu span {
		background: 0 0;
	}

	.mm-opened .mobilemenu span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.mm-opened .mobilemenu span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.mobilemenu {
		display: block;
		float: left;
		font-size: 17px;
		color: #ffffff;
		height: 30px;
		margin-top: 5px;
		line-height: 30px;
		font-family: 'titilliumsemibold_upright';
		text-transform: uppercase;
		overflow: hidden;
		padding: 0 0 0 38px;
		position: relative;
		width: 85px;
	}

	.mm-opened .mobilemenu {
		text-indent: -9999px;
	}

	.slider-bar .flex-direction-nav {
		bottom: 10px;
	}

	.slider-bar .flex-next, .slider-bar .flex-prev {
		width: 15px;
		height: 18px;
		background-size: cover;
	}

	.slider-bar li h3 {
		top: 18%;
		font-size: 20px;
		right: 15px;
		line-height: 18px;
	}

	.slider-bar li h3 a {
		background-position: right center;
	}

	p {
		font-size: 15px;
		line-height: 20px;
	}

	.item-bar {
		padding: 25px 0;
	}

	.item-bar li {
		padding: 0 10px;
	}

	.item-bar ul {
		margin: 0 -10px;
	}

	.shop-bar .shop li, .shop-bar li {
		padding: 0 5px;
	}

	.shop-bar span.tag {
		width: 40px;
		height: 40px;
		background-size: cover;
		left: -8px;
	}

	h1, .h1 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.text-bar .text {
		padding-top: 0px;
	}

	.text-bar h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.text-bar ul {
		padding: 10px 0 0 10px;
	}

	.text-bar li {
		padding-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.shop-bar h2 {
		padding: 5px;
		line-height: 22px;
		font-size: 18px;
	}

	.shop-bar {
		padding-bottom: 25px;
	}

	.text-bar {
		padding-top: 20px;
	}

	h4 {
		font-size: 16px;
		line-height: 20px;
	}

	#footer-part {
		padding: 0 9px;
	}

	.footer-bar {
		padding: 9px 0 13px;
	}

	.slider-bar.loading {
		height: 212px;
	}

	.search-bar a.search_btn {
		display: block;
	}

}

@media only screen and (max-width: 479px) {

	.slider-bar li h3 {
		top: 15%;
		font-size: 16px;
		right: 15px;
		line-height: 18px;
	}

	.slider-bar li h3 a {
		background-position: right center;
	}

	.item-bar {
		padding-bottom: 0px;
	}

	.item-bar li {
		padding: 0 10px;
		width: 100%;
		padding-bottom: 25px;
	}

	.shop-bar li, .shop-bar .shop li {
		padding: 0 5px 5px;
		width: 50%;
	}

	.shop-bar li {
		padding-top: 0;
	}

	.shop-bar ul {
		padding-top: 25px;
	}

	.shop-bar .shop ul {
		padding: 0;
	}

	.shop-bar li a img {
		display: block;
		margin: auto;
	}

	.shop-bar li a {
		display: block;
	}

	.shop-bar li:last-child {
		width: 65%;
	}

	.shop-bar .shop li:last-child {
		width: 50%;
		padding-top: 25px;
	}

	.footer-bar .map {
		position: static;
		float: left;
	}

	.footer-bar address {
		padding-bottom: 15px;
	}

	.footer-bar {
		overflow: hidden;
	}

	.footer-bar .logo {
		position: static;
		float: right;
	}

	#footer-part {
		padding: 0 15px;
	}

	.footer-bar {
		padding: 15px 0;
	}

	.slider-bar.loading {
		height: 120px;
	}

}

@media only screen and (min-width: 768px) {

	.mm-menu.mm-current {
		display: none !important;
	}

	html.mm-opening .mm-slideout {
		transform: translate(0px, 0px) !important;
		-webkit-transform: translate(0px, 0px) !important;
	}

	html.mm-opened {
		overflow: visible !important;
	}

	html.mm-opened body {
		overflow: visible !important;
	}

	#mm-blocker {
		display: none !important;
	}

	.search-bar .search {
		display: block !important;
	}

	.search-bar .search_btn {
		display: none;
	}

}

@media only screen and (min-width: 768px) {

	.search-bar .search {
		display: block !important;
	}
}