#pozadko, #pozadka, #pozadkoch {
  position: fixed;
  width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  background-color: #000;
	opacity: 0.8;
  display: none;
	z-index: 10;
}
#hlaska, #oznamka {
  position: fixed;
  width: 100%;
  max-width: 900px;
  left: 50%;
  top: 0;
  height: auto;
  margin: 0;
  margin-left: -450px;
  padding: 0;
  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: #cc0080;
  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: #cc0080;
  z-index: 100;
}
#hlaska span, #hlasak span, #oznamka 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;
}
.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: 40px 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: 22px;
  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 #2fac0f solid;
}
#ochrana ol {
  text-align: left;
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}
#ochrana ol li {
  position: relative;
  width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
}
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 #4c90cd;
}
input[type=checkbox]:checked {
  background: url(../images/fajka.png) no-repeat center;
	background-color: #4c90cd;
	border: 1px solid #4c90cd;
}
input[type='submit']:disabled {
  background-color: #ddd;
  border: #ccc 1px solid;
  color: #999;
  cursor: default;
}
.emailer {
  display: table;
  width: 96%;
  margin: 20px auto;
}
.form-text {
  width: 100%;
  padding: 12px 2%;
  margin: 2px 0 6px 0;
  border: 0;
}
.areatext {
  width: 100%;
  height: 150px;
  padding: 2%;
  margin: 2px 0;
  resize: none;
  background-color: #eee;
}
.form-text, .areatext {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  border: #a9a9a9 1px solid;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.areatext {
  line-height: 23px;
}
.form-text:focus, .areatext:focus {
//  outline: none;
//  border: #000 1px solid;
}
div.td {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
div.td span.placeholder {
  position: absolute;
  margin: 11px 0 0 0;
  padding: 0;
  top: 25%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background-color: none;
  pointer-events: none;
  color: #555;
}
div.td .form-text:valid + span.placeholder,
div.td .form-text:focus + span.placeholder,
div.td .areatext:valid + span.placeholder,
div.td .areatext:focus + span.placeholder {
  transform: scale(0.8) translateY(-30px);
  top: 5px;
  left: 10px;
  padding: 0 4px;
  background-color: #fff;
  font-size: 15px;
}
div.td .form-text:focus + span.placeholder,
div.td .areatext:focus + span.placeholder {
  color: #000;
}
.button {
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  width: 50%;
  text-align: center;
  padding: 15px 0;
  background-color: #4c90cd;
  border: #4c90cd 1px solid;
}
.button:hover {
  color: #000;
  background-color: #ddd;
  border: #ddd 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;
}
.vybersubor {
  position: relative;
  display: block;
  width: 100%;
//  max-width: 395px;
  height: 100px;
  margin: 10px 0 20px 0;
  padding: 0;
  border: #555 1px dashed;
//  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
.vybersubor:hover {
  border: #ff0000 1px dashed;
}
.vybersubor span.placeholdery {
  position: absolute;
  margin: 0;
  padding: 0 4px;
  top: -12px;
  left: 8px;
  background-color: #fff;
  pointer-events: none;
  font-size: 12px;
  color: #000;
}
.vybersubor:hover span.placeholdery {
  color: #ff0000;
}
.vybersubor input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
//  font-size: 200px !important;
//  direction: ltr;
  cursor: pointer;
}
.vybersubor div {
  display: table;
  float: none;
  width: 100%;
  max-width: 260px;
  height: 60px;
  margin: auto;
  margin-top: 13px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #333;
}
.vybersubor div b {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.vybersubor div span {
  padding: 2px 6px;
  background-color: #ddd;
  text-decoration: none;
  color: #000;
//  box-shadow: 0 0 0 1px #555;
  border-radius: 3px;
  font-size: 12px;
}/*
#list {
  display: block;
  float: left;
  width: 100%;
  max-width: 395px;
  height: auto;
  padding: 0;
  margin: 5px 0 15px 0;
//
}
#list li {
  float: left;
	text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}*/
ul#list {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
	max-width: 1300px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ul#list li {
  position: relative;
  float: left;
  width: calc(92%/4);
  height: calc(92%/4);
  margin: 1%;
  padding: 0;
  box-shadow: 0 0 0 1px #999;
}
ul#list li img.thumb {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
ul#list li div.closer {
  display: table-cell;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 6px;
  border-radius: 100%;
}
ul#list li div.closer img {
  display: block;
  width: 12px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #ochranka {
    position: fixed;
    width: 90%;
    max-width: 90%;
    left: 5%;
    margin-left: -2%;
    padding: 0;
    padding: 40px 2% 30px 2%;
  }
}
@media screen and (max-width: 960px) {
  #hlaska, #ochranka, #oznamka {
    position: fixed;
    width: 94%;
    max-width: 94%;
    left: 5%;
    margin-left: -2%;
  }
  #ochranka {
    width: 90%;
    max-width: 90%;
  }
}