@media only screen and (max-width: 768px) {
body {
	width: 100%;
	background: #320c12;
	min-height: 300px;
	font-size: 15px;
	color: #73454f;
  overflow-x: hidden;
}
.lang {
	display: none;
}
span {
	font-size: 14px!important;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.wrap {
	margin: 0 auto;
	width: 100%;
}
.menu2 {
	width: 100%;
	float: left;
	display: block;
}
.menu2 ul {
	width: 100%;
}
.menu2 li {
	background: url("../images/menu-mob.png") repeat scroll center 0 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(108, 43, 52, 0.7);
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.5);
	position: relative;
  transition: all 0.3s ease;
}
.menu2 li.active, .menu2 li:hover, .menu2 li:focus  {

	box-shadow:inset 1px 10px 20px 0px rgba(0, 0, 0, 0.5);
  	border-color: rgba(108, 43, 52, 0.1);
}
.menu2 li a {
	background: url("../images/arrow.png") no-repeat scroll center right rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 50px;
	padding: 0 30px;
}
.menu, .item-2, .item-3, .item-4 {
	display: none;
}
.logo a {
	float: left;
	height: 160px;
	background: url('../images/logo-mob.png') no-repeat center 0;
	width: 180px;
	position: relative;
	left: 50%;
	margin-left: -90px;
	margin-top: 15px;
}
.header {
	width: 100%;
	height: auto;
	background: #320c12 url('../images/header-mob.jpg') repeat-x center 0;
	float: left;
}
.main {
	float: left;
	margin: 0;
	min-height: 300px;
	width: 100%;
}
.aside {
	background: none repeat scroll 0 0 transparent;
	float: right;
	min-height: 1px;
	width: 100%;
}
#pic, ul.foot-nav {
	display: none;
}
.aside-empty {
	display: none;
}

.article {
    box-sizing: border-box;
    float: left;
    min-height: 300px;
    padding: 35px;
    width: 100%;
}
.art-content {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#watermark {
	background: url("../images/watermark22.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	float: left;
	height: 100%;
	width: 100%;
}
.footer {
	background: #320c12;
	float: left;
	height: 85px;
	margin: 0;
	width: 100%;
}
.content {
	background: url("../images/content-bg2.jpg") repeat scroll 0 13px rgba(0, 0, 0, 0);
	float: left;
	width: 100%;
	padding: 0;
}
li.level-0 {
	width: 100%;
}
li.level-0 a {
	border-bottom: 1px solid #c1b4ad;
	display: block;
	font-size: 16px;
	line-height: 35px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	width: auto;
}
.kambit span {
	color: #8a2633;
	float: left;
	font-size: 11px!important;
	margin: 34px 0 0;
	text-align: center;
	display: block;
	width: 100%;
}
.kambit a {
	display: none;
}
.gallery .thumb, .art-gallery .thumb {
	margin: 0 17px 20px 18px;
}
.form-elem-input input[type="text"], .form-elem-input select, .form-elem-input textarea {
	background-color: #dbd5ca;
	border: 1px solid #c1b4ad;
	float: left;
	font-size: 14px;
	min-width: 200px;
	padding: 11px;
	width: auto;
}
.mapa-google {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	float: none;
}
.mapa-google iframe,   .mapa-google object,  .mapa-google embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo {
	z-index: 2;
	display: block;
	position: relative;
  float: left;
	box-shadow: 4.243px 4.243px 6px 0px rgba(0, 0, 0, 0.2);
}

.rwd-table {
    overflow-x: scroll;
}
table {
	width: 100%!important;
	table-layout: fixed;
	font-size: 12px;
}

.art-body {

    width: 100%;
}
}