@viewport {
  width: device-width;
}

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

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

a {
	color: #4c4042;
}

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


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

.desktop {
	display: none;
}


#mmenu  {
	visibility: visible !important;
}


.header_mobile {
	display: block;
	position: fixed;
	width: 100%;
	background-color: #000;
	top: 0;
	box-shadow: 0 0 10px 0 #343433;
	box-sizing: border-box;
}


.btn_menu {
	float: left;
	width: 30px;
	margin: 5px 10px;
}

.btn_menu a {
	color: #FFF;
	font-size: 25px;
}

.mdn {
	display: none;
}

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

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

.container {
	width: 96%;
	margin: 47px 1% 10px 1%;
	padding: 1%;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);
	float:left;
	
}

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

.footer {
	width: 96%;
	margin-top: 10px;
	padding: 2%;
	background-color: #000;
	float:left;
}

.footer p {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 12px;
}

.footer p a {
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}


.logo_mobile {
	width: 80px;
	float: left;
	margin-top: 5px;
}

.logo_mobile img {
	height: 30px;
}

.cos_mobile {
	width: 170px;
	float: right;
	margin: 8px 10px 8px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
}

.h1 {
	  width: 100%;
	  float: left;
	  margin-bottom: 10px;
	  border-bottom: solid 1px #DDD;
}

.h1 h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.produs_m {
	width: 45%;
	padding: 1%;
	margin: 1%;
	border: solid 1px #DDD;
	border-radius: 5px;
	float: left;
}

.produs_m span {
	display: block;
}

.pmt {
	text-align: center;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
}

.pmp {
	text-align: center;
	height: 100px;
}

.pmp img {
	max-height: 100px;
	max-width: 100%;
}

.text {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: normal;
}

.text img {
	max-width: 100%;
}

.text iframe {
	width: 100%;
}


.copyright_m {
    width: 96%;
	margin: 15px auto;
	font-size: 12px;
	color: #000;
}

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

.mobile_menu {
	width: 97%;
	float: left:
}

.mobile_menu a {
	display: block;
	color: #000;
	padding: 2%;
	background-color: #fafafa;
	border: solid 1px #999;
	border-radius: 5px;
	margin-bottom: 8px;
}



.serv {
	width: 45%;
	float: left;
	margin: 1%;
	padding: 1%;
	border: solid 1px #DDD;
	text-align: center;
}

.serv span {
	display: block;
}

.serv_p {
	height: 100px;
	margin-bottom: 10px;
}

.serv_p img {
	max-height: 100px;
	max-width: 100%;
}

.serv_t {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	min-height: 33px;
}
	

}