/**** 768 - 1023 / tablet **********************************************************/
@media (max-width:1023px) {

/**** layout **********************************************************/
.no-tablet {
	display:none;
}
.t-center-tablet {
	text-align:center!important;
}
a.to-home {
  margin:15px auto 0 auto;
	width:304px;
	display:block;
	position:static;
	max-width:100%;
}
a.to-home img {
	width:100%;
	display:block;
}
div.screen {
	width:auto;
	padding:0 40px 0 40px;
}
div.l {
	width:auto;
	float:none;
	background:none;
	min-height:0;
}
div.r {
	width:auto;
	float:none;
	min-height:0;
	background:none;
}
div.r-in {
	margin:0 0 0 0;
	padding:0 0 0 0;
  background:none;
  text-align:center!important;
}
div.r-bott {
	background:none;
	height:auto;
}
div.copy {
	padding:35px 0 15px 0;
}
/*** menu ***/
a.showmenu {
	display:block;
	width:95px;
	margin-top:20px;
}

ul.menu {
	display:none;
	margin:20px auto 0 auto;
	width:260px;
}

.format-text .flex.flex-pc {
	display:block;
}
.format-text .flex.flex-pc > * {
	display:block;
	margin:0 0 10px 0;
	width:auto;
}

/*** flex-tab ***/
.flex-tab .item-param .flex-tab-th {
	width:auto;
}


div.partneri img {
	max-width:100%;
}
/*** fotogalerie ****/
div.galerie {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
div.galerie a {
	text-align:center;
	float:none;
	margin:0 5px 5px 0;
	padding:15px;
	background:#2A0907;
	width:auto;
}
div.galerie a span {
	display:inline-block;
	width:auto;
	height:auto;
	text-align:center!important;
	vertical-align:middle;
}
div.galerie a img {
	display:block;
	float:none;
	margin:0 auto 0 auto;
	border:none;
}
div.galerie a:hover {
	background:#4D0E0C;
}
div.galerie a:hover img {
	border:none;
}

/***shop ***/
div.shop {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
a.zbozi {
	text-align:center;
	float:none;
	margin:0 5px 5px 0;
	padding:15px;
	background:#2A0907;
	width:100%;
}
a.zbozi h2 {
	margin:0 5px 5px 5px;
	padding:0;
	border:none;
	background:none;
	font-weight:bold;
	font-size:110%;
}
a.zbozi img {
	display:block;
	float:none;
	margin:0 auto 0 auto;
	border:none;
}
a.zbozi:hover {
	background:#4D0E0C;
	text-decoration:none;
}
a.zbozi:hover img {
	border:none;
}
a.zbozi:hover h2 {
	text-decoration:none;
}

.half {width:auto!important;float:none!important;margin:0 0 10px 0!important;}
.moremiddle {width:160px!important;}
.full {width:98%!important}
}