@viewport {
  width: device-width;
}

/************************************************************************************
smaller than 800
*************************************************************************************/

@media screen and (max-width: 800px) {
	
body {
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.desktop {
	display: none;
}

.mobile {
	display: block;
	background-color: #FFF;
	margin: 0px auto;
}

.mobile:after {
	clear: both;
    content: "";
    display: table;
}

.container {
	width: 100%;
	margin: 45px auto 0px auto;
	background-color: #FFF;
}

.container:after {
	clear: both;
    content: "";
    display: table;
}

#mmenu  {
	visibility: visible !important;
}

.header_mobile {
	display: block;
	position: fixed;
	width: 100%;
	background-color: #FFF;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px 0 #343433;
	z-index: 2;
}


.btn_menu {
	float: left;
	width: 25px;
	margin: 12px 10px;
}

.btn_menu a {
	color: #000;
	font-size: 22px;
}

.logo_mobile {
	float: left;
	width: 120px;
	margin: 5px 0px;
}

.logo_mobile img {
	max-height: 35px
}

.tel_mobile {
	float: right;
	width: 100px;
	margin: 10px 5px 5px 0px;
	font-size: 13px;
	font-weight: 900;
	color: #000;
	text-align: right;
}

.tel_mobile a {
	color: #000;
}

.slide {
	width: 100%;
	background: url(slide_1.jpg) top no-repeat;
	background-size: cover;
	height: 150px;
}

.content {
	width: 98%;
	float: left;
	padding: 1%;
}

.h1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.h1 h1 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0px; 
	padding: 0px;
}

.text {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.text img {
	max-width: 150px;
}

.footer {
	width: 98%;
	float: left;
	padding: 1%;
	background-color: #ffa914;
	color: #FFF;
	font-size: 13px;
}

.footer a {
	color: #FFF;
	font-size: 13px;
}

.copyright {
	width: 98%;
	float: left;
	padding: 1%;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-size: 12px;
}

.cos {
	width: 100%;
	float: left;
}


.ad-gallery {
    width: 95%;
}

}