/*
body {
  font-family: Arial;
  margin: 0;
}
*/
/*
* {
  box-sizing: border-box;
}
*/
.mySlides img {
  vertical-align: middle;
  width:90%;
  max-width:600px;
border: 1px solid #666;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
text-align: center;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}



/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top:25%;
  width: 5%;
  text-align:center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
 background-color: red;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #600000;
}


/* Container for image text */
.caption-container {
  text-align: center;
  /*background-color: #222;*/
  padding: 2px 16px;
  color: black;
}



.row:after {
  content: "";
  display: table;
  clear: both;
margin-bottom: 10px;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
position: relative;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.5;
  width:90%;
  align: center;
  margin-left: 5%;
  margin-right: 5%;
border: 1px solid red;
padding: 1px;
}

.active,
.demo:hover {
  opacity: 1;
border: 2px solid #600000;
padding: 0px;
}



.popis {position: absolute; left: 3%; top: 100%;display: none; margin-left: 0%; width: 94%; border: 1px solid #666; padding: 1px; background: #fff; z-index: 100; box-shadow: rgba(0, 0, 0, 0.298) 0px 3px 8px 0px; transition: opacity .5s; -webkit-transition: pacity .5s; opacity: 0;top: auto; bottom: 75%;  }

.column:hover .popis {display: block; opacity: 1}

.popis .sipka, .popis .sipka-obal {position:absolute; left: 45%; margin-left: -5px; width: 0px; height: 0px; border: solid transparent; border-width: 0 10px 10px 10px; 
top: auto; bottom: -10px; border-width: 10px 10px 0 10px ; border-top-color: #000; border-bottom-color: transparent;
}

.popis .sipka-obal {border-bottom-color: #fff; 
border-top-color: #fff; border-width: 9px 9px 0  9px; margin: 0 0 1px -4px;
}
.popis p {
overflow: hidden;
}

.sipkaplay {position:absolute; left: 32%; top: 25%;width: 36%; }


