* {
  -webkit-tap-highlight-color: transparent;
}
html {
  scroll-behavior: smooth;
}
body {  
  margin: 0;
	padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
	line-height: 26px;  
  color: #000;
  scroll-behavior: smooth;
}
a {
	color: #e82d4c;
  text-decoration: underline;
}
a:hover, a:active {
	color: #ffcc00;
  text-decoration: none;
}   
link, a, a:visited, a:hover, a:focus {
  outline: none;
}

h1, h2 {    
  float: left;
  width: 98%;
  font-family: 'Roboto', sans-serif;
	font-size: 27px;
	line-height: 34px; 
  color: #333;
  padding: 0;
  margin: 30px 0 30px 0;
}
h3 {     
  float: none; 
  width: 98%; 
  font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 31px;
  color: #333;
  padding: 0;
  margin: 30px 0 10px 0;
} 
h4 {     
  float: none;  
  width: 98%; 
  font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 29px;
  color: #333;   
  padding: 0;
  margin: 40px 0 10px 0;
} 
.ha4 {  
  padding: 0;
  margin: 20px 0;
} 
h1 hr, h2 hr , h3 hr { 
  float: left;  
  width: 50px; 
  height: 2px;
  border: 0;
  margin-top: 8px;
  background-color: #ffcc00;
}
h3 span {
  display: table;
  font-size: 16px;
  line-height: 5px;
  font-weight: normal;
}
h1.lutujem {
  width: 96%;
  text-align: center;
  border-left: 0;
}
blockquote {
  display: table;
  float: none;
  width: auto;
	font-style: italic;
	margin: 0;
	padding: 20px 0;
}
blockquote p {
	border-left: 3px #ffcc00 solid;  
	margin: 0;
	margin-left: 20px;
	padding: 0 20px;
}
img {
  border: 0;
}
.img_left {  
  float: left; 
  padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 20px;
}
.img_right {
  float: right; 
	padding: 0;
	margin-left: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.img_left img, .img_right img { 
  float: left;
}
.img_full {
  float: left; 
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.img_full img.full {
  float: left;
  width: 100%;
  max-width: 1300px;
	padding: 0;
	margin: 0;
}
.img_h_full_l, .img_h_full_r { 
  float: left;
  width: calc(100%/2);
  max-width: 648px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.img_h_full_r {  
  float: right;
}
.img_h_full_l img.full, .img_h_full_r img.full {
  float: left;
  width: 100%;
  max-width: 648px;
	padding: 0;
	margin: 0;
}
.galerkam {
//  box-shadow: 200px -200px 0 -193px #ffcc00, -200px 200px 0 -193px #ffcc00;
  box-shadow: 5rem -5rem 0 -4.5rem #ffcc00, -5rem 5rem 0 -4.5rem #ffcc00;
}
.galerka {
  position: relative;
  overflow: hidden;
}
.galerka:hover .xfoto {
  transform: scale(1.1);
}
.xfoto {
  transition: 0.5s;
}
.foto {
  float: left;
  position: absolute;
  bottom: 0; 
  right: 0;
  padding: 6px 12px;
  margin: 0; 
  text-align: center;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.foto:hover, .galerka:hover .foto, .polozaz:hover .foto, .dvanastka:hover a .foto, .strnastka:hover a .foto, .obalszf:hover a .foto {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.galerka img.play {
  display: none;
}
.galerka:hover img.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
}
.cositosi {
  display: table-cell;
  padding-top: 0;
  padding-bottom: 0;
}
.obsah ul, .obsah ol {
//  float: none;
//  display: table;
  margin: 10px;
  margin-top: 30px;
  padding: 0;
  columns: 424px 2;
  column-gap: 4rem;
}
.obsah ul li, .obsah ol li {
  margin: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}
.cositosi p {
  float: none;
  display: table;
  margin-top: 0;
}
input[type=checkbox] {
  -webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #cacece;
	padding: 8px;
  margin: auto;
  margin-top: 2px;
  width: 24px;
  height: 24px;
	display: block;
  float: left;
	position: relative;
}
input[type=checkbox]:hover {
	border: 1px solid #9b7d41;
}
input[type=checkbox]:checked {
  background: url(../images/fajka.png) no-repeat center; 
	background-color: #9b7d41;
	border: 1px solid #9b7d41;
}
input[type='submit']:disabled {
  background-color: #ddd;
  border: #ccc 1px solid; 
  color: #999;
  cursor: default;
}

/* ---------------- */

#kontajner {
	position: relative;
  width: 100%;
  height: 100%; 
	margin: 0;
  padding: 0; 
  scroll-behavior: smooth;
}

#vrchol {
  position: fixed;
  top: 0;
  width: 100%;
	height: 65px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

#toplogo {
  width: 100%;
	height: 65px;
	max-width: 1300px; 
  margin: 0 auto; 
	position: relative;
}
.logino {
  padding: 0;
  margin: 8px 0 0 14px;
  width: 140px;
} 

#tmenu, #emenu {
  display: block;
}

.lab {
  float: right;  
  cursor: pointer;
  width: 20px;
  height: 16px;
  margin: 24px 24px 0 0;
}
.lab > div {
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  z-index: 1;
}
#nav01:checked ~ .lab > div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#nav01:checked ~ .lab > div:nth-child(2) {
    opacity: 0;
}
#nav01:checked ~ .lab > div:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
} 
#tmenum, #emenum, .lab, .nav {
  display: none;
} 
#tmenum {
  position: fixed;
  right: -120%;
  top: -11px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s;
  z-index: 100005;
}
input[id*="nav"] { display: none; }
input[id*="nav"]:not([id*="00"]):checked ~ #tmenum { right: 0; }
input[id*="nav"]:not([id*="01"]):checked ~ #lab { right: 10000px; }
input[id*="nav"]:not([id*="00"]):checked ~ #lab { z-index: 100006; }
input[id*="nav"]:not([id*="00"]):checked ~ #bacak { display: block; } 

/* ---------------- */

.topmenu {  
  float: right;
  height: 48px;    
  padding: 0 1%; 
  margin: 8px 0 0 0;  
  z-index: 1;  
	font-size: 17px;
  border-top: transparent 1px solid;
  border-bottom: transparent 1px solid;
  font-family: 'Roboto', sans-serif;
}
.topmenu li {
  display: inline;
  float: left;
	text-align: left; 
  list-style-type: none; 
  padding: 0;
  margin: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.topmenu li.extra {
  margin-left: -18px;
}

.topmenu li a, .topmenu li div#a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 12px 15px 0 15px; 
  height: 42px;        
  color: #555;
}
.topmenu li:hover a, .topmenu li a:hover, .topmenu li:hover div#a, .topmenu li div#a:hover {
  display: block;    
  text-decoration: none;  
  color: #ecb000;
  text-shadow: -0.1px -0.1px #ecb000, 0.1px -0.1px #ecb000;
  border-bottom: #ecb000 2px solid;
}
.topmenu li a.menux, .topmenu li div#a.menux {
  display: block;    
  text-decoration: none;  
  color: #ecb000;
  text-shadow: -0.3px -0.3px #ecb000, 0.3px -0.3px #ecb000;
//  border-bottom: #ffcc00 2px solid;
  border-bottom: transparent 2px solid;
}
.topmenu li:hover a.menux, .topmenu li a.menux:hover, .topmenu li:hover div#a.menux, .topmenu li div#a.menux:hover {
  display: block;    
  text-decoration: none;  
  color: #ffcc00;
  text-shadow: -0.3px -0.3px #ecb000, 0.3px -0.3px #ecb000;
  border-bottom: #ecb000 2px solid;
//  border-bottom: transparent 2px solid;
}
.topmenu li a.active {
  display: block;    
  text-decoration: none;  
  color: #ecb000;
  text-shadow: -0.3px -0.3px #ecb000, 0.3px -0.3px #ecb000;
//  border-bottom: #ffcc00 2px solid;
  border-bottom: transparent 2px solid;
}
.topmenu li.homexx {
  display: none;
}
.topsipka {
  padding: 0 15px 0 8px;
  background: url(../images/topmenu.png) no-repeat right 3px;
}
.topsipka:hover {
  padding: 0 15px 0 8px;
  background: url(../images/topmenu.png) no-repeat right -81px;
}
.topmenu li div#a.menux .topsipka, .topmenu li:hover div#a .topsipka {
  padding: 0 15px 0 8px;
  background: url(../images/topmenu.png) no-repeat right -81px;
}

/* -------------- sub menu -------------- */   

.topmenu li ul.topsubmenu {box-sizing: border-box}

.topmenu li ul.topsubmenu {
  display: none;  
}
.topmenu li:hover ul.topsubmenu {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1300px; 
  top: 66px;
  margin: -1px 0 0 0; 
  text-align: left; 
	line-height: 22px; 
  padding: 0; 
  padding-top: 1%; 
  padding-bottom: 2%; 
  z-index: 9999;   
  background-color: #fff; 
  border: #eee 1px solid; 
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);  
//  text-shadow: -0.1px -0.1px #fff, 0.1px -0.1px #fff;
  font-size: 16px;
}
.topmenu li:hover ul.topsubmenu li { 
  position: relative; 
  display: block;
  float: left;
  width: calc(94.6% / 4);
  height: 51px;
  padding: 0; 
  margin: 1% 0 0 1%;
  box-shadow: 0 0 0 1px #ccc;
  display: flex;
  flex-wrap: wrap; 
}
.topmenu li:hover ul.topsubmenu li:hover, .topmenu li:hover ul.topsubmenu li.on, .topmenu li:hover ul.topsubmenu li.onc {
  box-shadow: 0 0 0 1px #ffcc00;
} 
.topmenu li:hover ul.topsubmenu li a { 
  display: table;
  float: left;
  width: 94%;
  height: auto;
  text-align: left;   
  padding: 0 3%; 
  margin: 0;
  color: #555; 
  border: 0; 
  text-shadow: -0.1px -0.1px #fff, 0.1px -0.1px #fff;
}
.topmenu li:hover ul.topsubmenu li a strong {   
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
} 
.topmenu li:hover ul.topsubmenu li span {  
  display: table;
  float: left;
  width: 94%;
  height: auto;
  text-align: left;   
  padding: 1px 3%; 
  margin: auto 0;  
  color: #555; 
  border: 0; 
  text-shadow: -0.1px -0.1px #fff, 0.1px -0.1px #fff;
}
.topmenu li:hover ul.topsubmenu li a div, .topmenu li:hover ul.topsubmenu li span div { 
  float: left;
  width: 0;
  width: auto;
//  max-width: 90%;
  padding: 5px 14px 0 0; 
  margin: 0 3px 0 0;
} 
.topmenu li:hover ul.topsubmenu li:hover a, .topmenu li:hover ul.topsubmenu li:hover span {   
  text-shadow: -0.1px -0.1px #ffcc00, 0.1px -0.1px #ffcc00;
  color: #ffcc00;
}   
.topmenu li:hover ul.topsubmenu li a.onn, .topmenu li:hover ul.topsubmenu li span.onn {   
  text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
  color: #ffcc00;
}

/* subsubmenu */

.topmenu li:hover ul.topsubmenu li div {
  float: left; 
  position: relative;
  width: 100%;
}

.topmenu li:hover ul.topsubmenu li ul.topsubsubmenu {
  display: none;  
}

.topmenu li:hover ul.topsubmenu li:hover ul.topsubsubmenu {
  display: block;
  position: absolute;
  margin: 0; 
  width: 100%;  
  top: 94%; 
  left: -1px;
  padding: 10px 0; 
  z-index: 1; 
  border-left: #ffcc00 1px solid;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
  background-color: #fff; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); 
}

.topmenu li:hover ul.topsubmenu li ul.topsubsubmenu li {
  width: 100%; 
  margin: 0; 
  padding: 0;
  border: 0;  
  box-shadow: 0 0 0 0 #ccc;
  height: auto;
  min-height: 34px;
} 

.topmenu li:hover ul.topsubmenu li ul.topsubsubmenu li a { 
  font-weight: normal;
  width: 96%; 
  height: 0;
  height: auto;
  padding: 3px 0 3px 30px; 
  color: #555; 
  background: url(../images/cudlik3.gif) no-repeat 15px -282px;  
  text-shadow: -0.1px -0.1px #fff, 0.1px -0.1px #fff; 
}

.topmenu li:hover ul.topsubmenu li ul.topsubsubmenu li:hover a:hover, .topmenu li:hover ul.topsubmenu li ul.topsubsubmenu li a.on, .topmenu li:hover ul.topsubmenu li ul.topsubsubmenu li a.onc { 
  text-shadow: -0.1px -0.1px #ffcc00, 0.1px -0.1px #ffcc00;
  color: #ffcc00;
  background: url(../images/cudlik3.gif) no-repeat 15px -136px;
}

/* ---------------- */

.platno {
  width: 100%;
  margin: 0;
  margin-top: 65px;
  padding: 0;
  position: sticky;
  top: 65px; 
  margin-bottom: -80px;
}
.obal, .oball {
  width: 100%;
  padding: 0;
  margin: 0;
}
.oball {
  margin-top: 56px;
}
.skratit {
  margin-top: -20px;
}
.xtop {
  margin-top: -12px;
}
.priesvitne {
  background-color: transparent;
}
.background {
/*	background: url(../images/logos.svg) no-repeat center 2%; 
  background-size: 102% auto;
  background-color: #fdfdfd; */
}
.sive {
  background-color: #f6f6f6; 
}
.biele {
  background-color: #fff; 
}
.obsah {
  width: 100%;
	max-width: 1300px;
  padding: 60px 0 40px 0;
  margin: 0 auto;
}
.topik {
  min-height: 770px;
}
.stvorka {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 30px; 
}
.dvanastka {
  box-sizing: border-box
  display: flex;
  flex-wrap: wrap;
  width: 460px;
  height: auto;
  overflow: hidden;
}
.dvanastka_box {
  position: relative;
  width: calc(100% / 2);
	height: auto;
  float: left;
  padding: 0;
  margin: 0;
	text-decoration: none;
  box-shadow: 0 0 0 1px #fff;
}
.stvorka h3, .dvanastka h3, .flexx h3 {
  margin-bottom: 25px;
} 
.dvanastka_box img.xfoto {
  width: 100%;
	height: auto;
}
.deviatka {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.stvorka h3, .deviatka h3 {
  margin-top: 10px;
}
.strnastka {
  box-sizing: border-box
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  height: auto;
  overflow: hidden;
}
.strnastka_box {
  position: relative;
  width: calc(100% / 3);
	height: auto;
  float: left;
  padding: 0;
  margin: 0;
	text-decoration: none;
  box-shadow: 0 0 0 1px #fff;
}
.strnastka_box img.xfoto {
  width: 100%;
	height: auto;
}
.obsah a { 
  color: blue;
  text-decoration: none;
  border-bottom: 1px blue solid; 
}
.obsah a:hover { 
  text-decoration: none;
  border-bottom: 0; 
}
.obsah p.perex {
  float: left;
  width: 96%;
  font-size: 16px;
	font-style: italic;
//  box-shadow: 3px -1px 0 -1px #ffcc00 inset;
	margin: 25px 0;
	padding: 10px 2%;
	background: url(../images/bodka2.png) repeat center;
  background-color: #f1f1f1; 
}
.gs_obal2 { 
  float: left; 
  width: 250px;
  height: 250px;
	margin: 0;
	margin-right: 30px;
} 
.podclanok {
  float: left;
  width: 100%;
  padding: 0;
  padding-top: 15px;
  border-top: 0.5px dotted #999;
} 
.podclanok a {
  border-bottom: 0; 
}
.publikovane {
  float: left;
  padding: 0;
	margin: 0;
  margin: 4px 0 0 0;
}
.publikovane img.iconka {
  display: inline;
  width: 100%;
  max-width: 18px;
  margin: 0; 
}
.social {
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.publikovanie {
  display: inline-block;
  float: left;
  padding: 0;
	margin: 0;
	margin-left: 4%;
	margin-top: 10px;
}
.publikovanie img.iconka {
  display: inline;
  width: 100%;
  max-width: 18px;
  margin: 0;
}
.citajviac {
  display: inline-block;
  float: right;
  padding: 5px 5px 0 5px;
	margin: 0;
  background-color: #f6f6f6;
}
.box3:hover .citajviac {
  background-color: #ddd;
}
.citajviac img.iconka {
  display: inline;
  width: 100%;
  max-width: 30px;
  margin: 0 0 0 0;
}

.obalob, .t_polozka, .o_polozka, .obalsz, .obalszf, .videogaleria_box, .fotogalerie_box, .link_box, .fotogaleria_box, .polozaz, .polozaz a, .flexy, .flexx, .plexy, .box2, .box3, .box4, .box5, #adresabox, .adresa_box, #partneri_box {box-sizing: border-box}
.obalsz, .obalszf {
  width: 100%;
	max-width: 1300px;    
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  border: 2px solid transparent;
  border-bottom: 0;
  border-right: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0 1px transparent;
  background: #fff;
}
.obalszf {
  border: 0;
}
.obalsz h3, .obalszf h3 {
  margin-bottom: 35px;
}
.obalsz a, .obalszf a, a.videogal, a.galerka {
  border-bottom: 0;
}
.videogaleria_box, .fotogalerie_box, .link_box {
  width: calc(99.4% / 3);
	height: auto;
  float: left;
  margin: 0.2%;
  margin-left: 0;
  margin-top: 0;
	text-decoration: none;
  background: #f6f6f6;
  padding: 0;
}
.link_box {
  width: calc(97.2% / 4);
  margin: 0.27%;
}
.link_box:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.fotogaleria_box {
  width: calc(100% / 4);
	height: auto;
  float: left;
  margin: 0;
  margin-left: 0;
  margin-top: 0;
	text-decoration: none;
  padding: 0;
  background: #fff;
}
.fotogaleria_box .polozaz {
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #fff;
}
.fotogalerie_box .polozaz {
  padding: 0;
  margin: 0;
}
.polozaz, a.popup-youtube  {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
	text-decoration: none;
  color: #000;
  position: relative;
}
.gs_obals { 
  float: left;  
	width: 100%;
  transition: 0.5s;
}
.gs_obals img { 
  float: left;  
	width: 100%;
}
.fotogaleria_box:hover .polozaz .gs_obals, .fotogalerie_box:hover .polozaz .gs_obals {
  transform: scale(1.1);
}
.fotogalerie_box p, .videogaleria_box p, .link_box p {
  float: left;
  width: 94%;
  padding: 15px 3%;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
.videogaleria_box p {
  padding: 10px 3%;
}
.polozaz {
  margin: 0;
  padding: 10px 3%;  
  background-color: #ccc; 
}
.videogaleria_box img {
  display: block;
}
a.videogal {
  position: relative;
}
a.videogal img {
  display: block;
}
a.popup-youtube img.play, a.videogal img.play {
  display: none;
}
a.popup-youtube:hover img.play, a.videogal:hover img.play  {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
}
a.popup-youtube img.cakaj, a.videogal img.cakaj {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
}
a.popup-youtube:hover img.cakaj, a.videogal:hover img.cakaj {
  display: none;
}
.videogaleria_box ul, .videogaleria_box ol {  
  float: left;
  width: 90%;
  margin: 0;
	margin-left: 50px;
	padding: 0;
}
.videogaleria_box ul li, .videogaleria_box ol li {  
  float: left;
  margin: 0;
	padding: 0; 
  width: 97%; 
  font-size: 16px;
}
.fotogalerie_box .polozaz img.play, .fotogaleria_box .polozaz img.play {
  display: none;
}
.fotogalerie_box .polozaz:hover img.play, .fotogaleria_box .polozaz:hover img.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
}

.flexy, .flexx, .plexy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.flexy, .flexx {
  margin-bottom: 50px;
}
.flexy a, .flexx a, .plexy a {
  border: 0;
}
.box2 {
  width: calc(96% / 2);
	height: auto;
  padding: 0;
  margin: 25px 0;
  text-decoration: none;
}
.box2:hover {
  background-color: #fff;
  box-shadow: 0 0 0 10px #fff, 0 0 20px rgba(0, 0, 0, 0.3);
//  box-shadow: 0 0 0 10px #f6f6f6, 0 0 0 11px rgba(0, 0, 0, 0.2);
}
.box2 .obrazok {
  float: left;
  width: 100%;
  max-width: 150px;
  padding: 0; 
  margin: 0 auto;
  background-size: 100% auto;
}
.box2 .text {
  display: table-cell;
  float: none;
  padding: 5px 0 0 30px; 
  margin: 0;
  color: #000;
}
.box2 h3 hr {
  float: left;  
  width: 30px; 
  height: 2px;
  border: 0;
  margin-top: 12px;
  margin-bottom: 0;
  background-color: #ffcc00;
}
.box2 ul {
  margin-bottom: -10px; 
}
.box3, .box3x {
  position: relative;
  width: calc(98.4% / 3);
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
	line-height: 26px;
}
.box3 div.box3div {
  float: left;
}
.box4, .box4x {
  position: relative;
  width: calc(98% / 4);
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
	line-height: 26px;
}

.plexy .box5, .plexy .box5x {
  position: relative;
//  width: calc(99.62% / 5);
  width: calc(99.696% / 4);
  padding: 0;
  margin: 0;
}
.plexy .box5x {
  height: 1px;
}
.plexy .box5 {
  float: left;
  box-shadow: 0 0 0 1px #ddd; 
//  border: 1px #000 solid;
  margin-top: 1px;
  margin-right: 1px;
  padding-bottom: 10px;
  background-color: #fff;
  text-decoration: none; 
  z-index: 0;
}
.plexy .box5:hover {
//  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); 
  box-shadow: 0 0 0 2px #ffcc00; 
//  box-shadow: 0 0 0 1px #ddd, 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.plexy .box5 span {
  float: left;
  width: 94%;
  height: 48px;
	font-weight: normal;
	color: #333;
  padding: 0 3% 15px 3%;
  text-align: center;
  line-height: 16px;  
}  
.plexy .box5 span.poloza_cena {
  height: 16px;   
  color: #333; 
}
.plexy .box5 span.poloza_akcia {
  height: 16px;   
  color: #cc0000; 
}
.plexy .box5 span.poloza_akcia s {  
  color: #777;  
}

.box3, .box4 {
//  background-color: #fcfcfc;
  text-decoration: none;
//  border-bottom: 2px transparent solid;
}
.box3:hover div.box3div, .box4:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
//  background: url(../images/point.png) repeat center;
  background-color: #fff;
//  border-bottom: 2px #ccc solid;
//  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
a.bgd .text {
  padding-bottom: 10px;
}
.box3:hover div.box3div, .box4:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
//  background: url(../images/point.png) repeat center;
  background-color: #fff;
//  border-bottom: 2px #ccc solid;
//  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/*.bgd {
  position: relative;
  background-color: #fff;
  text-decoration: none;
  border-bottom: 0;
  box-shadow: 0 0 0 1px #f6f6f6; 
  color: #000; 
}*/
/*.bgd:hover {
//  box-shadow: 0 0 0 1px #ddd, 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #000;
}*/
/*a.bgd { 
  color: #000;
  text-decoration: none;
  border-bottom: 0; 
}*/
.navigacia {
  margin-top: -25px;
  font-size: 14px;
}
.navigacia i {
  font-size: 18px;
}
.box3 .obrazok, .box4 .obrazok {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  max-width: 450px;
  padding: 0; 
  margin: 0 auto;
  background-size: 100% auto;
}
.plexy .box5 .obrazok {
  position: relative;
  display: block;
  float: none;
  width: 96%;
  max-width: 450px;
  padding: 0; 
  margin: 2% auto;
  background-size: 100% auto;
}
.box3 .text, .box4 .text {
  position: relative;
  display: table;
  float: left;
  width: 92%;
  padding: 0 4% 30px 4%; 
  margin: 0;
}
.box5 .text {
  position: relative;
  display: table;
  float: left;
  text-align: center;
  width: 92%;
  height: 90px;
  padding: 0 4%; 
  margin: 0;
}
.box5 h3 { 
  font-size: 16px;
	line-height: 24px;
  font-weight: normal;
  padding: 0; 
  padding-top: 10px; 
  margin: 0;
}
.box3 h3 hr, .box4 h3 hr { 
  float: left;  
  width: 30px; 
  height: 2px;
  border: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #ffcc00;
}
.box3 .text h3, .box4 .text h3 {
  font-size: 19px;
	line-height: 26px;
}
.box2 .text h3 {
  font-size: 19px;
	line-height: 26px;
  margin-top: 0;
}
.box3 .text p, .box4 .text p, .box5 .text p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.box3 ul, .box4 ul, .box5 ul {
  margin-bottom: 0;
}
a.box2, a.box3, a.box4 {
  color: #000;
}

.t_obal {
  float: left;  
	width: 100%;
} 
.t_obal img {
  width: 100%;
} 
/*.titulny_obrazok {
  display: inline-block;
  float: right;
  width: 36%;
  height: 36%;
  margin-top: 38px;
  margin-left: 4%;
  margin-bottom: 20px;
}*/
.titulny_obrazok {
  display: inline-block;
  float: left;
  width: 36%;
  height: 36%;
  margin-top: 38px;
  margin-right: 4%;
  margin-bottom: 20px;
}
.titulny_obrazok a {
  border-bottom: 0;
}
.obalob {
  position: relative;
  border: 3px solid #fff;
  border-bottom: 0;
  border-right: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.t_polozka {
  width: 100%;
  background: #fff;
  float: left;
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
	text-decoration: none;
}
.t_polozka a {
  width: 100%;
  float: left;
  display: block;
  margin: 1px 1px 0 1px;
  -moz-box-shadow: 0 0 0 1px #ccc; 
  -webkit-box-shadow: 0 0 0 1px #ccc;  
  box-shadow: 0 0 0 1px #ccc; 
}
.o_polozka {
  width: calc(100% / 4);
  background: #fff;
  float: left;
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
	text-decoration: none;
}
.o_polozka a {
  width: 99.6%;
  float: left;
  display: block;
  margin: 0 1px 0 1px;
  -moz-box-shadow: 0 0 0 1px #ccc; 
  -webkit-box-shadow: 0 0 0 1px #ccc;  
  box-shadow: 0 0 0 1px #ccc; 
}
.t_polozka a:hover, .o_polozka a:hover {
  -moz-box-shadow: 0 0 0 1px #444; 
  -webkit-box-shadow: 0 0 0 1px #444;  
  box-shadow: 0 0 0 1px #444; 
}
.produkt_udaje {
  display: table;
  float: none;
  width: 100%;
  max-width: 60%;
  padding-top: 15px;
}
.popis {
  display: table;
  padding-top: 16px;
  padding-bottom: 16px;
}
.popis a {
  display: inline-block;
  float: none;
  padding: 1px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #333;
  background-color: #ddd;
	text-decoration: none;
  border-bottom: 0;
}
.popis a:hover {
  color: #eee;
  background-color: #333;
}

.obal_cislovanie {
  float: left; 
  width: 100%;   
  text-align: center; 
}
.cislovanie { 
  display: inline-block; 
  float: none; 
	padding: 10px 0;
	text-align: center; 
} 
.cislovanie a { 
  float: left;  
  background-color: #f3f3f3;
  width: 30px;
  margin: 0 2px; 
  text-decoration: none;
  border-bottom: 0;
}
.cislovanie a:hover { 
  float: left;  
  background-color: #ddd;  
  color: #333;  
  margin: 0 2px;
}
.ok_stranka { 
  float: left;   
  background-color: #ffcc00;
  color: #fff;
  width: 30px;    
  margin: 0 2px; 
} 
.bodky {     
  float: left; 
  margin-top: 5px;   
  color: #ab301e; 
	font-size: 8px;
}

.otazky { display: table; float: none; width: 100%; padding: 0; margin: 20px 0; }
.otazky h3 { margin-bottom: 30px; }
.otazka { float: left; width: 96%; padding: 10px 2%; margin: 3px 0; box-shadow: 0 0 0 1px #bbb; }
.otazka:hover { background-color: #fff; }
.otazka label { float: left; width: 100%; padding: 5px 0; margin: 0; cursor: pointer; color: #333; }
.otazka label i {  color: #000; }
.otazka label i.fa-angle-up { display: none; float: right; margin-left: 10px; margin-top: 0; font-weight: normal; background-color: #eee; border-radius: 50%; padding: 4px 8px 6px 8px; }
.otazka label i.fa-angle-down { display: inline-block; float: right; margin-left: 10px; margin-top: 0; background-color: #eee; border-radius: 50%; padding: 5px 8px 5px 8px; }
.otazka:hover label i {  background-color: #bbb; color: #fff; }
.odpoved { display: none; }
input[type=checkbox]:checked + .otazka label i.fa-angle-up { display: inline-block; }
input[type=checkbox]:checked + .otazka label i.fa-angle-down { display: none; }
input[type=checkbox]:checked + .otazka .odpoved { display: block; color: #000; }
input[type=checkbox]:checked + .otazka { background-color: #fff; }
input[type=checkbox]:checked + .otazka label i {  background-color: #bbb; color: #fff; }

.marks {
  position: absolute; 
  z-index: 1;
}
.marks i {
  float: left; 
  margin: 5px 0 0 5px;
  background-color: #fff;
  border-radius: 15px; 
  border: #fff 1px solid; 
}
.dostupnost {
  display: block; 
  margin-top: 1%;
}
.dostupnost strong {
  font-weight: normal;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
}
.br, .bri {
  display: none; 
	line-height: 0; 
	margin: 0;
	padding: 0;
}
.akcia {
  display: inline-block;
  float: left;
  width: 46px; 
  height: 46px; 
  padding: 0;
  margin: 3px;
	background-color: rgba(255, 255, 0, 0.9);
  font-size: 16px;
//  border: 2px #fff solid;
  border-radius: 50%;
  text-shadow: -0.3px -0.3px #333, 0.3px -0.3px #333;
//  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
}
.dostupnost1 {
  display: inline-block;
  float: left;
  width: 46px; 
  height: 46px; 
  padding: 0;
  margin: 3px;
//  border: 2px #fff solid;
  border-radius: 50%;
//  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  background: url(../images/tag.svg) no-repeat center center;
//  background-size: 56%;
  color: rgba(255, 255, 255, 1);
}
.akcia span, .dostupnost1 span {
  display: block;
  margin: 15px auto 0 auto;
}
.plexy .box5 .dostupnost1 {
  color: #fff;
}
.akcia2 {
  float: none; 
  padding: 8px 16px;
  margin: 0;
	background-color: rgba(255, 255, 0, 0.8);
	color: rgba(0, 0, 0, 1);
}
.info {
  width: 100%;
  max-width: 450px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  box-sizing: border-box;
}
.info tr td {
  padding: 2%;
  margin: 0;
  border: #777 1px dotted;
}
.info tr td a {
  display: inline-block;
  float: none;
  padding: 1px 5px;
  margin-right: 5px;
  color: #333;
  background-color: #ddd;
	text-decoration: none;
  border-bottom: 0;
}
.info tr td a:hover {
  color: #eee;
  background-color: #333;
}
.obal_kosika {
  padding: 0;
  margin: 2% 0;
  text-align: center;
}
#selecto {
  width: 100%;
  max-width: 500px;
  margin: 0;
}
.obalcena {
  box-sizing: border-box;
  width: 98%;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#obalpricka {
  width: 40%;
  padding-right: 3%;
  text-align: right;
}
.sikme s {
  position: relative;
  text-decoration: none;
}
.sikme s:before {
  position: absolute;
  content: "";
  left: -3px;
  right: -3px;
  top: 50%;
  border-top: 2px solid #333;
//  transform:rotate(3deg);
}
#vkosicku {
  display: block;
  float: left;
  width: 46px; 
  height: 46px; 
  padding: 0;
  margin: 3px;
  color: #333; 
  background: url(../images/shopping-carta.svg) no-repeat center center;
  background-size: 56%;
	background-color: rgba(153, 0, 0, 0.9);
  border-radius: 50%;
  z-index: 99;
}
.kuk_do_kosicka { 
  position: relative;
  float: right;  
  margin-top: 19px;
  margin-right: 20px;
  text-align: center; 
  z-index: 9;
  color: #333; 
  background: url(../images/shopping-cart.svg) no-repeat center top;
  background-size: contain;
	background-color: rgba(255, 255, 255, 0.8);
}
.kuk_do_kosicka a { 
  text-decoration: none;
}
.obalchcem {
  width: 44%;
  padding-left: 3%;
  text-align: left;
}
.kolkochcem {
  width: 90px;
  border: 1px #999 solid;
  padding: 5px;
  margin: 0;
  text-align: center;
  background-color: #fff;
}
.nechcem {
  max-width: 85px;
  padding: 5px;
}
.buton {
  width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0 1px;
  border: 0 #bbb solid;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  outline: none;   
}
.buton:hover {
  background-color: #ddd;  
}
.pocetvkosiku {
  position: absolute;
}
.pocetvkosiku[data-kosik]:after {
  content: attr(data-kosik);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;   
  top: -6px;
  right: -8px;
  font-family: sans-serif;
  font-size: 13px;
//  font-weight: bold;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #990000;
  color: #fff; 
}
.kosik_lavy, .objednavka_lava {
  display: inline-block;
  float: left;
  width: 48%;
  padding: 0;
  margin: 0;
}
.kosik_pravy, .objednavka_prava {
  display: inline-block;
  float: right;
  width: 48%;
  padding: 0;
  margin: 0; 
}
.tabulka_kosicek {  
  float: left;
  width: 100%; 
  margin-top: 23px;
  background-color: #ccc;
}
.tabulka_kosicek a {  
	border-bottom: 0;
}
.tabulka_kosicek th {
  background-color: #ddd;
  color: #333;   
  font-weight: normal;
  padding: 1% 0;
  text-align: right;
  font-size: 15px;
	line-height: 18px; 
}
.tabulka_kosicek td {
  background-color: #fff; 
  color: #333;
  padding: 4px 0;
  text-align: center;
	border-bottom: 1px dotted #888;
} 
.tabulka_kosicek tr:hover td.hover {
  background-color: #f5f5f5;
} 
.tabulka_kosicek strong {   
  color: #333; 
  font-weight: normal;
}
.tabulka_kosicek td span {  
  font-weight: normal;
  color: #333; 
}
.tabulka_objednavka {     
  float: left;
  width: 100%;
  margin: 0;  
  padding: 0;
}
.tabulka_objednavka th {
  background-color: #ddd;
  color: #333;   
  font-weight: normal;
  padding: 1% 1.6%;
  margin: 0; 
  text-align: center; 
} 
.tabulka_objednavka th input[type=checkbox] {
  margin-top: 5px;
}  
.tabulka_objednavka td {
  padding: 0.1% 0.2%;
  border-bottom: 3px transparent solid;
} 
.zarovnanie_dolava_top { 
  text-align: left;
}
.zarovnanie_doprava_top {
  width: 15%;
  min-width: 100px;
  text-align: right;
}   
.tabulka_objednavka_div {
  display: table;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
} 
.areatextik {
  width: 98%;
  height: 60px;
  margin: 0;
  margin-top: 0.3%;
  padding: 1%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;	
  border: #a9a9a9 1px solid;
  resize: none;
} 
.form-text-obj {  
  width: 90%;
  height: 30px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  border: 0;
  border: #a9a9a9 1px solid;
  background-color: #fff; 
}  
.form-select-obj {  
  height: 34px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  border: 0;
  border: #a9a9a9 1px solid;
  background-color: #fff;
}

/* ---------------- */ 

.not {
  padding: 0;
  margin: 0;
}
.nadpaticka {
  display: block;
  float: left;
  width: 96%;
  padding: 40px 2% 40px 2%;
  margin: 0 auto;
//	background: url(../images/bodka2.png) repeat center;
//	background-color: #eee;
  background: url(../images/point.png), url(../images/construction.jpg) no-repeat center;
  background-color: #fff;
  position: relative;
  z-index: 1;
} 
.podpaticka {
  width: 100%;
	max-width: 1300px; 
  min-height: 470px;
  padding: 0;
  margin: 0 auto;
	opacity: 1;
}
.emailer {
  display: inline-block;
  float: right;
  width: 50%;
  margin: 20px 0;
}
.form-text {
  width: 100%;
  padding: 7px 2%;
  margin: 2px 0;
  border: 0;
} 
.areatext {   
  width: 100%;
  height: 103px;
  padding: 2%;
  margin: 2px 0;   
  resize: none;
  background-color: #eee;
}
.form-text, .areatext {  
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border: #a9a9a9 1px solid;
  background-color: #fff; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.button {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 50%;
  text-align: center;
  padding: 20px 0;
  background-color: #ffcc00; 
  border: #ffcc00 1px solid;  
}
.button:hover {
  color: #fff;
  background-color: #777;  
  border: #555 1px solid;  
}
.chyba {
  clear: both;
  float: left;
  position: relative;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  padding: 5px 0 10px 0;
  color: #990000;
  background-color: #eee;   
} 
.chyba ul {
  margin-left: 0;
} 
.adresabox {
  width: 100%;
	max-width: 1300px;    
  padding: 0;
  margin: 0 auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#adresa_box, #partneri_box, #adresa_boxo {
  width: calc(95% / 3);
	height: auto;
  float: left;
  margin: 0;
  padding: 20px 0;
	text-decoration: none;
  border-top: 1px dotted rgba(0, 0, 0, 0.8);
}
#adresa_boxo {
  border-top: 0 dotted rgba(0, 0, 0, 0.8);
}
#adresa_box li, #partneri_box li {
	text-align: left; 
  max-width: 100%;
  list-style-type: none; 
  padding: 8px 0 8px 36px;
  margin: 0; 
  margin-bottom: 10px;
}
/*#partneri_box {
  width: 100%;
  background-color: #ddd;
}
#partneri_box li {
  float: none;
  max-width: calc(95% / 3);
  background-color: #ccc;
}*/
#adresa_box table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;    
}
#adresa_box table tr td {
  margin: 0;  
}
#displaynone {
  display: table; width: 100%; max-width: 1920px; height: auto;
}

#partneri_box .partneri {
  position: relative;
  margin: 0; 
  margin: 8px 0 28px 0; 
  padding: 0;
  overflow: hidden;
}
#partneri_box .partneri .partner {
  display: table; width: 100%; max-width: 500px; height: auto;
}
#partneri_box .partneri:hover .partner {
  transform: scale(1.1);
}
#partneri_box .partneri .partner {
  transition: 0.5s;
}

#votrelec {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
}
#votrelec div {
  display: table;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0;
  background: url(../images/zlta.png) no-repeat center;
  opacity: 0.9;
}
#votrelec div span {
  display: table;
  float: left;
  width: 60%;
  padding: 3%;
  font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 27px;
  font-weight: normal;
  color: #000;
  text-decoration: none; 
  text-align: left;
}
#votrelec div span h3 { 
	font-size: 27px;
	line-height: 34px; 
  color: #000;
  margin: 0 0 10px 0;
}
#votrelec2 {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 100px;
  right: 30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
	line-height: 26px;
  color: #fff;
  text-decoration: none; 
  background-color: rgba(232, 45, 76, 0.7);
  z-index: 1;
}
#votrelec2:hover {
  background-color: rgba(43, 25, 19, 0.8);
}
#votrelec2 span {
  display: table;
  vertical-align: middle;
  float: none;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
#votrelec2 img.cart {
  width: 50px;
  margin: auto auto 0 auto;
  padding: 0 15px;   
}
//#votrelec2 { display: none; }

/* ---------------- */
	
.paticka {
  display: block;
  position: relative;
  width: 92%;
	max-width: 1300px; 
	padding: 20px 0;
	color: #000;	
	text-align: left;
  margin: 0 auto;
  clear: both;
} 
.prehodnotenie {
  margin-top: 0;
  margin-bottom: 2%;
} 
a.maska { 
	color: navy;
  text-decoration: none; 
  cursor: pointer;
}  
a.maska:hover { 
	color: #000;
  text-shadow: -0.3px -0.3px #000, 0.3px -0.3px #000;
}  
a.mask { 
	color: #000;
  text-decoration: none; 
  cursor: auto;
} 

/* ---------------- */

#back-top {
	position: fixed;
	bottom: 45px;
  right: 25px;
	padding:0;
	margin:0;
  z-index: 1;
}
#back-top a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/back-top.png) no-repeat center center;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#back-top a:hover {
	background-color: #000080;
} 

.obal_kosika table {
  border-collapse: collapse;
}
.obal_kosika table tr {
  width: 100%;
  float: left;
  margin: 3px 0;
//  border-radius: 5px;
  box-shadow: 0 0 0 1px #ccc;
  background: url(../images/point.png) repeat center;
  background-color: #fff;
}
.obal_kosika table tr td {
  padding: 1% 0;
}
.obal_kosika table tr:hover {
  box-shadow: 0 0 0 1px #ddd;
  background-color: #eee;
}
.obal_kosika table tr:hover td {
  background: url() repeat center;
}
.obal_kosika table tr td .mrj {
  color: #000;
}
.obal_kosika table tr:hover td .mrj {
  color: #000;
}
.tlacica, .tlacica2, .tlacica3 {
  text-align: center;
  border: 0;
	padding: 0;
	padding: 20px 0;
  color: #fff;   
  cursor: pointer;
  outline: none;
  margin: 1% 2% 0 0;
  background-color: #cc6600;
  text-decoration: none;
}
.tlacica {
  display: block;
	width: 65px;
	height: 65px;
	padding: 20px 0;
  margin: auto 10px auto 0;
  background: url(../images/add-to-carta.svg) no-repeat center;
  background-size: 40%;
  background-color: #8f5f3c;
//  border: 0;
//  border: #fff 2px solid ;
  border-radius: 50%;
}
.tlacicad {
  display: block;
	width: 65px;
	height: 65px;
	padding: 20px 0;
  margin: auto 10px auto 0;
  background: url(../images/add-to-carta.svg) no-repeat center;
  background-size: 40%;
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
}
.tlacica2 {    
  float: right;
  margin: 1% 0 0 0;
	padding: 10px 20px;
}
.inefarby {
  float: left;
  background-color: #eee;
  color: #333; 
}
.tlacica3 { 
	width: 100%;
  max-width: 300px;
  margin: 1% 0 0 0;
  color: #333; 
  background-color: #ddd;
}
.tlacica:hover, .tlacica2:hover, .tlacica3:hover {    
	background-color: #999;
  color: #fff;  
}
.tlacica:hover {  
  background: url(../images/add-to-cart.svg) no-repeat center; 
  background-size: 40%; 
	background-color: #bc9f8a;
  color: #fff;   
}
.buttonok {
  float: right;
  font-size: 15px;
	padding: 5px 40px 5px 0;
	margin: 0;
  color: #fff;
}
.tlacica:hover .buttonok {
  color: #000;
}
.disable, .disable:hover { 
  background: url(../images/add-to-cart.svg) no-repeat center; 
  background-size: 40%; 
	background-color: #ccc;
  color: #fff; 
  cursor: default;
}
.vypis {
  padding: 7px 2%;
  margin: 2px 0;
  border: 0;
  text-align: left;
  background: url(../images/point.png) repeat center;
	background-color: rgb(204,255,153);
} 

.button {
  display: block;
  text-align: left;
	width: 100%;
  max-width: 400px;
  border: 0;
	padding: 20px 0;
  color: #fff;   
  cursor: pointer;
  outline: none;
  margin: 10px 2% 0 0;
  background-color: #8f5f3c;
  text-decoration: none;
}
.button span {
  font-size: 14px;  
}
.button:hover {
  background-color: #bc9f8a;
  color: #fff;
  border: 0;
}
.buttonok2 {
  display: table;
  float: none;
  font-size: 16px;
  background: url(../images/send2.svg) no-repeat left center;
  background-size: contain;
	padding: 1px 0 1px 70px;
	margin: 0 auto;
  color: #fff;
}
.button:hover .buttonok2 {
  background: url(../images/send.svg) no-repeat left center;
  background-size: contain;
  color: #000;
  border: 0;
}
.button:disabled,
.button[disabled] {
  background-color: #ccc;  
  box-shadow: 0 0 0 1px #999; 
  cursor: default;
}
.button:disabled .buttonok2,
.button[disabled] .buttonok2 {
  background: url(../images/send3.svg) no-repeat left center;
  background-size: contain;
  color: #999;
}

#pozadok, #pozadko, #pozadka, #pozadkoch, #bacak {
  position: fixed; 
  width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  background-color: #999;
	opacity: 0.25;
	filter:Alpha(Opacity=25);
  display: none; 
	z-index: 10; 
}
#porovnaj {
  position: fixed; 
  width: 900px; 
  min-width: 900px; 
  left: 50%; 
  top: 30px; 
  margin: 0; 
  margin-left: -450px; 
  padding: 0; 
  padding: 19px 0;  
  box-shadow: -5px 0 0 0 #ff9900, 0 0 10px rgba(0, 0, 0, 0.3);
  border: #cc0000 0 solid;  
  display: none;
  font-size: 16px;
	line-height: 34px;
  text-align: left;
  z-index: 99999;  
  background: url(../images/info.png) no-repeat 30px center;  
  background-color: #fff;
}
#porovnaj span {
  float: right;
  display: table;
  width: 80%;
  padding: 19px 0 19px 20%;
  margin: 0;
  text-align: left;
  color: #333; 
}
.popiska {
  display: inline-block;
  float: left;
  width: auto;
  line-height: 24px; 
  padding-left: 110px;
  padding-right: 20px;
}
.tlacitka {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -19px;
}
#porovnaj.zobrazit {
  display: block;
  top: 10%;
}
#porovnaj.skryt {
  display: none;
}
#ano, #nie {
  display: inline-block;
  float: right; 
  cursor: pointer;
  padding: 1px 30px;
  margin: 0 10px 0 0;
  font-size: 14px;
}
#ano {
	background-color: #ff8200;
  border: #ff8200 1px solid; 
  color: #fff; 
}
#nie {
	background-color: #ffdaa2;
  border: #ffdaa2 1px solid; 
  color: #333; 
}
#ano:hover, #nie:hover {
	background-color: #ff6600; 
  border: #ff6600 1px solid; 
  color: #fff; 
}
#hlaska, #oznamka {
  position: fixed; 
  width: 100%; 
  max-width: 900px; 
  left: 50%; 
  top: 0; 
  height: auto;
  margin: 0;
  margin-left: -470px; 
  padding: 50px 20px 30px 20px;    
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
  display: none;
  text-align: center;
  font-weight: normal; 
  line-height: 22px;
  color: #000;
  z-index: 100;    
}
#hlasak {
  position: fixed; 
  width: 1300px; 
  max-width: 1300px; 
  left: 50%; 
  top: 0; 
  height: 100%;
  max-height: 918px; 
  margin: 0;
  margin-left: -650px; 
  padding: 0;    
  background-color: #fff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
  display: none;
  text-align: center;
  color: #000;
  z-index: 100;    
}
/*#hlaska span, #hlasak span {
  float: none;
  display: table;
  width: 80%;
  padding: 30px 0 30px 11%;
  margin: 0;
  border: #cc0000 0 solid;  
  text-align: left;
}*/
#hlaska.zobrazit, #hlasak.zobrazit, #oznamka.zobrazit {
  display: block;
  top: 3%;
}
#hlaska.skryt, #hlasak.skryt, #oznamka.skryt {
  display: none;
}
#stoj, #stoja {
  display: block;
  position: absolute; 
  top: 0; 
  right: 0; 
  width: 36px; 
  height: 36px; 
  background: url(../images/stop.png) no-repeat right bottom; 
  cursor: pointer; 
}
#stoj:hover, #stoja:hover {
  background: url(../images/stop.png) no-repeat right top; 
}
.black {
  color: #000;
//  box-shadow: -5px 0 0 0 #669900;
}
.green {
  color: #669900;
//  box-shadow: -5px 0 0 0 #669900;
}
.orange {
  color: #ff5500;
//  box-shadow: -5px 0 0 0 #ff5500;
}
.blue {
  color: #0066cc;
//  box-shadow: -5px 0 0 0 #0066cc; 
}

#ochranka {
  position: fixed; 
  width: 1160px; 
  max-width: 1160px;
  left: 50%; 
  top: 30px; 
  height: auto;
  margin-left: -600px;
  padding: 50px 20px 30px 20px;   
  background-color: #fff; 
  color: #333; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  font-weight: normal; 
  line-height: 26px;
  text-align: center;
  z-index: 99999;   
}
#stop {
  display: block;
  position: absolute; 
  top: 0; 
  right: 0; 
  width: 36px; 
  height: 36px; 
  background: url(../images/stop.png) no-repeat right bottom; 
  cursor: pointer; 
}
#stop:hover {
  background: url(../images/stop.png) no-repeat right top; 
}
#ochranka.zobrazit {
  display: block;
  top: 10%;
}
#ochranka.skryt {
  display: none;
}

#ochrana {
  display: block;
}
#ochrana h1 {    
  float: none; 
	font-size: 20px;
	line-height: 34px;  
  color: #000;
  padding-left: 0;
  border-left: 0 #ffcc00 solid;
}
#ochrana h2 {
  padding-left: 0;
  border-left: 0 #ffcc00 solid;
}
#ochrana ol, #ochrana ol li ul {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}
#ochrana ol li ul {
  margin-bottom: 20px;
}
#ochrana ol li {  
  position: relative;
  width: 90%;
	margin-left: 5%;  
	margin-bottom: 10px;      
}
#ochrana ol li ul li {  
  position: relative;
  width: 99%;
	margin-left: 0.1%;  
	margin-bottom: 10px;      
}

ul#topsubbox {box-sizing: border-box}
ul#topsubbox {
  width: 100%;
  max-width: 1300px;
  margin: 0; 
  text-align: left; 
	line-height: 22px; 
  padding: 0; 
  padding-top: 1%; 
  padding-bottom: 2%;
  font-size: 16px;
  columns: auto 1;
  column-gap: auto;
}
ul#topsubbox li {
  position: relative; 
  display: block;
  float: left;
  width: calc(94.6% / 4);
  height: 80px;
  padding: 0; 
  margin: 1% 0 0 1%;
  box-shadow: 0 0 0 1px #ccc; 
  display: flex;
  flex-wrap: wrap; 
}
ul#topsubbox li::before {
  content: "";
}
ul#topsubbox li:hover {
  box-shadow: 0 0 0 1px #ffcc00;
} 
ul#topsubbox li a { 
  display: table;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;   
  padding: 0; 
  margin: 0;
  color: #555; 
  border: 0; 
  text-shadow: -0.1px -0.1px #fff, 0.1px -0.1px #fff;
}
ul#topsubbox li:hover a {
  color: #ffcc00;
  text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
} 
ul#topsubbox li a strong {   
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 1%;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.maine {
//  float: left;
  width: 100%;
  padding: 0;
}
.sectione {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
.sectionez {
  display: none;
  padding: 0;
  border-top: 0 solid #ddd;
}
.inpute {
  display: none;
}
.labelboxe {
  display: inline-block;
  padding: 40px 0 0 0;
  margin: 0;
  width: 100%;
//  text-align: center;
}
.labele {
  display: inline-block;
  margin: 0 0 -2px 0;
  padding: 8px 10px;
  text-align: center;
  color: #999;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}
.labele:hover {
  color: #ffcc00;
//  text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
  cursor: pointer;
}
.inpute:checked + .labele {
  color: #ffcc00;
  text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
  border-bottom: 2px solid #ffcc00;
}
#tabe1:checked ~ #contente1,
#tabe2:checked ~ #contente2,
#tabe3:checked ~ #contente3,
#tabe4:checked ~ #contente4,
#tabe5:checked ~ #contente5 {
  display: block;
}

/* ******************************** */

@media screen and (max-width: 1920px) {
  .platno {
    overflow: hidden;
    height: 500px;
  }
} 
@media screen and (max-width: 1300px) {  
  body {  
    background-size: contain;
  } 
  .obsah {  
    padding: 60px 4% 40px 4%;
    width: 92%;
  }
  .img_h_full_l, .img_h_full_r {
    width: calc(99.7%/2);
    max-width: 648px;
  }
  .podpaticka {  
    padding: 0 4%;
    width: 92%;
  } 
  h4 {  
    padding: 0 4% 0 0;
    width: 92%;
  }
  .spodok {
    padding-bottom: 40px;
  }
  .background {
    background-size: 1300px auto;
  }  
  .obalsz, .obalszf { 
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
  .obalszf h3, .obalsz h3, .flexy h3 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .plexy .box5, .plexy .box5x {
//    width: calc(99.51% / 5);
    width: calc(99.60% / 4);
  }
}
@media screen and (max-width: 1279px) { 
  .kuk_do_kosicka { 
    margin-right: 30px;
  }
  .mainx {
    float: left;
    width: 100%;
    padding: 0;
  }
  .sectionx {
    display: none;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd;
  }
  .sectionz {
    display: none;
    width: 100%;
    padding: 0;
    border-top: 0 solid #ddd;
  }
  .inputx {
    display: none;
  }
  .labelboxx {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .labelx {
    display: inline-block;
    margin: 0 auto -2px auto;
    padding: 8px 16px;
    text-align: left;
    color: #999;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .labelx:hover {
    color: #888;
  }
  .inputx:checked + .labelx {
    color: #555;
    border-bottom: 3px solid #ffcc00;
  }
  #tabx1000:checked ~ #contentx1000,
  #tabx2000:checked ~ #contentx2000,
  #tabx3000:checked ~ #contentx3000 {
    display: table;
  }

  #ochranka {
    position: fixed; 
    width: 90%; 
    max-width: 90%; 
    left: 5%; 
    margin-left: -2%; 
    padding: 0;
    padding: 50px 2% 30px 2%;  
  }
  #tmenu, #search, #searc, #emenu {
    display: none;
  }  
  #tmenum, #emenum {
    display: block;
  }  
  .lab {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .topmenum {
    display: block; 
    float: right;  
    clear: both;
    width: 100%; 
    max-width: 420px;
    height: 100%;
    background-color: #fff; 
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;      
    overflow-y: auto;
    box-shadow: -8px 0 16px -8px rgba(0, 0, 0, 0.3);
  }
  .topmenum li {  
    display: block;
    float: left;
    width: 88.4%;
    font-size: 17px;
	  text-align: left;
    list-style-type: none;
    margin-left: 20px;
    border-top: 1px #ddd solid;
  } 
  .topmenum li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;           
    color: #333;    
  }
  .topmenum li:hover a, .topmenum li a:hover {          
    color: #ffcc00;  
  }
  .topmenum li a.menumx {          
    color: #ffcc00;
    text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
  }
  .topmenum li ul { 
    display: none;  
    float: left;
    width: 100%; 
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
  }
  .topmenum li ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0 #ddd solid;
  }
  .topmenum li ul li a {
    float: left;
    text-decoration: none;
    padding: 5px 15px 5px 35px;       
    color: #333;
    background: url(../images/cudlik3.gif) no-repeat 20px -277px;
  } 
  .topmenum li:hover ul li a {          
    color: #333;  
  }
  .topmenum li ul li:hover a, .topmenum li ul li a:hover {          
    color: #cc0000;  
    background: url(../images/cudlik3.gif) no-repeat 20px -131px;
  }
  .topmenum li ul li a.smenumx {         
    color: #ffcc00;
    background: url(../images/cudlik3.gif) no-repeat 20px -131px;
    text-shadow: -0.3px -0.3px #ffcc00, 0.3px -0.3px #ffcc00;
  } 
  .topmenum li ul li a.smenumx ~ .topmenum li a {          
    color: #ffcc00; 
    background-color: #eee;   
  }
/*  #votrelec2 {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 100px;
    right: 30px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 15px;
  }
  #votrelec2 span {
    display: table;
    float: none;
    padding: 0;
    margin: 0 auto;
    clear: both;
  }
  #votrelec2 img.cart {
    width: 40px;
    margin: auto auto 0 auto;
    padding: 0 5px;    
  }*/
}
@media screen and (max-width: 1200px) { 
  .fotogaleria_box {
    width: calc(100% / 3);
  }
} 
@media screen and (max-width: 1100px) { 
  #votrelec div span {
    width: 62.5%;
  }
  .polozkay {
    width: calc(100% / 4);
  }
 .obsah, .podpaticka {
    max-width: 92%;
  }
  .box4, .box4x {
    width: calc(98.4% / 3);
  }
  .plexy .box5, .plexy .box5x {
//    width: calc(99.491% / 4);
    width: calc(99.491% / 3);
  }
  ul#topsubbox li {
    width: calc(95.6% / 3);
  }
}
@media screen and (max-width: 1000px) { 
  .emailer  {
    width: 58%;
  }
  #adresa_box, #partneri_box {
    width: calc(95% / 2);
  }
  #adresa_boxo {
    display: none;
  }
  #hlaska, #ochranka, #oznamka {
    position: fixed; 
    width: 90%; 
    max-width: 90%; 
    left: 5%; 
    margin-left: -2%; 
    padding: 0;
    padding: 50px 2% 30px 2%; 
  }
  .link_box {
    width: calc(97.4% / 3);
    margin: 0.26%;
  }
} 
@media screen and (max-width: 900px) { 
  .img_right, .img_left {
    float: none;
    display: table;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 30px;
  }
  .polozkay {
    width: calc(100% / 3);
  }
  .otazka {
    width: 94%; 
    padding: 10px 3%;
  }
  .box3, .box3x {
    width: calc(98.8% / 2);
  }
  .titulny_obrazok {
    display: table;
    float: none; 
    width: 98%; 
    max-width: 400px;
    padding: 0; 
    margin: 0;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }
  .info, .obal_kosika {
//    max-width: 100%;
//    margin-left: auto;
//    margin-right: auto;
  }  
  .produkt_udaje {
    max-width: 100%;
    padding-top: 0;
  }
} 
@media screen and (max-width: 850px) { 
  #votrelec div span {
    width: 68%;
  }
  .box2 .obrazok {
    float: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 10px;
  }
  .box2 .text {
    display: table;
    width: 100%;
    float: none;
    padding: 5px 0 0 0; 
    margin: 0;
  }
  .plexy .box5, .plexy .box5x {
    width: calc(99.51% / 3);
  }
}
@media screen and (max-width: 800px) { 
  .polozkas, .polozkaz, .polozkap {
    width: calc(100% / 2);
  } 
  .emailer  {
    width: 100%;
    float: left;
  }
  .nadpaticka {
//	  background-size: auto 120%;
  }
  .kosik_lavy, .kosik_pravy {
    float: left;
    width: 100%;
  }
  ul#topsubbox li {
    width: calc(96.6% / 2);
  }
}
@media screen and (max-width: 700px) {  
  #votrelec div span {
    width: 70%;
  }
  .obsah img  {
    float: none;
    display: table;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 30px;
  }
  .tabulka_kosicek img {
    width: auto;
  }
  .videogaleria_box p {
    padding-top: 10px;
  }
  .galerka img, .videogaleria_box img, .fotogalerie_box img, .fotogaleria_box img, .link_box img, .videogal img {
	  margin: 0;
  }
  .obsah img.play, .obsah img.cakaj  {
    width: auto;
  }
  .obsah p.perex {
    width: 92%;
    padding: 2% 4%;
  }
  .box4, .box4x {
    width: calc(98.8% / 2);
  }
  ul#topsubbox li a img {
    width: auto;
	  margin: 0;
  }
  .plexy .box5, .plexy .box5x {
    width: calc(99.6% / 2);
  }
}
@media screen and (max-width: 670px) { 
  #adresa_box, #partneri_box {
    width: 100%;
  } 
  .plexy { 
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
  }
  .plexy .box5, .plexy .box5x {
//    width: calc(99.42% / 3);
  }
}
@media screen and (max-width: 650px) {
  .videogaleria_box, .fotogalerie_box {
    width: calc(99% / 2);
    margin: 0.2%;
  }
}
@media screen and (max-width: 620px) { 
  .tlacica2, .inefarby {
    display: block;
    float: none;
  } 
}
@media screen and (max-width: 600px) {
  #votrelec div span {
    width: 74%;
  } 
 .obsah, .podpaticka {
    max-width: 88%;
  } 
  .obalsz { 
    width: 112.4%;
    margin-left: -6%;
    margin-right: -6%;
    border: 0;
  }
  .obalszf { 
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
    border: 0;
  } 
  .plexy { 
    width: 109%;
    margin-left: -4.5%;
    margin-right: -4.5%;
  }
  .fotogaleria_box {
    width: calc(100% / 2);
  }
  .link_box {
    width: calc(97.46% / 2);
    margin: 0.28%;
  }
}
@media screen and (max-width: 590px) {
  .nechcem {
    max-width: 40px;
    margin-left: 3%;
  }
}
@media screen and (max-width: 570px) { 
  .box2 {
	  width: calc(100% / 1);
    margin: 20px 0;
  }
  .box2 .obrazok {
    float: left;
    width: 100%;
    max-width: 150px;
    padding: 0; 
    margin: 0 auto;
    background-size: 100% auto;
  }
  .box2 .text {
    display: table-cell;
    float: none;
    padding: 5px 0 0 30px; 
    margin: 0;
  }
  .polozkay {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 540px) { 
  .polozkap {
    width: calc(100% /1);
  }
  .plexy .box5, .plexy .box5x {
    width: calc(99.50% / 2);
  }
}
@media screen and (max-width: 510px) {  
  #votrelec div span {
    width: 78%;
    padding: 5%;
  }
  .polozkaz {
    width: calc(100% / 1);
  } 
  .box3, .box3x {
    width: calc(100% / 1);
  }
  .otazka {
    width: 90%; 
    padding: 10px 5%;
  }
  .obsah p.perex {
    width: 86%;
    padding: 2% 7%;
  }
  .obalszf h3, .obalsz h3, .flexy h3 {
//    text-align: center;
  }
  .box2 h3 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .labelboxe {
    text-align: center;
  }
  ul#topsubbox li {
    width: calc(97.6% / 1);
  }
}
@media screen and (max-width: 450px) { 
  .box2 .obrazok {
    float: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 10px;
  }
  .box2 .text {
    display: table;
    width: 100%;
    float: none;
    padding: 5px 0 0 0; 
    margin: 0;
  }
  .box4, .box4x {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 428px) {
  .button {
    width: 100%; 
  }
  .plexy .box5, .plexy .box5x {
    width: calc(99.34% / 2);
  }
  .img_h_full_l, .img_h_full_r {
    width: calc(99.34%/2);
    max-width: 648px;
  }
}
@media screen and (max-width: 390px) { 
  .link_box {
    width: calc(100% / 1);
    margin: 2px 0;
  }
}
@media screen and (max-width: 358px) {
  .kolkochcem {
//    max-width: 50px;
  }
  .nechcem {
    max-width: 40px;
    margin-left: 3%;
  }
}