@media screen and (max-width: 980px) {
	body{
		
	}
	#header{
		display:none;
	}
	.menumobile{
		display:block!important;
	}	
	.container {
		width: 750px;
		max-width: 100%;
		margin: 0 auto;
	}
	.slide_img  {
		height: auto;
	}

	.nivoSlider img {
		min-height: inherit!important;
		max-height: initial!important;
	}
	.main_home {
		max-height: initial;
		padding-bottom: 20px;
		background-size: 100% auto;
	}
	.tab_home .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.tab_home .nav-tabs > li > a {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		color: black;
	}
	a.search_icon_mobile{
		font-size: 20px;
	}
	.menumobile a.menu {
		font-size: 20px;
	}
	.box_layout {
		float: right;
		width: 100%;
	}
}	

@media screen and (max-width: 700px) {
	.owl-prev {
		display: none!important;
	}	
	.owl-next {
		display: none!important;
	}
	.menu_bottom {
		display: none;
	}	
}


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