.anotace
{
    position: fixed;
    top: 50px;
    margin-left: 35%;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
    min-height: 100px;
    font-size: 13px;
    color: #666;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #666;
	z-index: 1000;
}

.anotace {
  
    -webkit-animation: 5s ease 0s normal forwards 1 zmiz;
    animation: 5s ease 0s normal forwards 1 zmiz;     
  
}
.orderBtn
{
	background-color: transparent;
	box-sizing: border-box;
	color: #cc5743;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.orderBtn:hover
{
	background-color: #FFF;
	color: #666;
}

@keyframes zmiz {
  0%  { opacity: 1; }
  60%  { opacity: 1; }
  100%  { opacity: 0;  z-index: -5;  }
}

.hlaska
{
	font-size: 12px;
	color: #EF171B;
	text-align: center;
	margin: auto;
}

.under
{
	text-decoration: underline;
}
.underHoOn:hover
{
	text-decoration: underline;
}

.tp2
{
    margin-top: 2%;
}
.t2
{
    margin-top: 2px;
}
.t5
{
    margin-top: 5px;
}
.t10
{
    margin-top: 10px;
}
.t20
{
    margin-top: 20px;
}
.t50
{
    margin-top: 50px;
}

.m2
{
	margin: 2px;	
}
.m5
{
	margin: 5px;
}
.m15
{
	margin: 15px;
}
.ms10
{
	margin-left: 10px;
	margin-right: 10px;
}

.p5
{
	padding: 5px;
}
.l5
{
	margin-left: 5px;
}

.l10
{
	margin-left: 10px;
}
.l20
{
	margin-left: 20px;
}

.l50
{
	margin-left: 50px;
}

.b10
{
    margin-bottom: 10px;
}
.fl
{
    display: flex;
    justify-content: space-between;
}
.fa
{
    display: flex;
    justify-content: space-around;
}
.fc
{
    display: flex;
    justify-content: center;
}
.jc
{
    display: flex;
    justify-content: center;
}
.fs
{
    display: flex;
    justify-content:flex-start;
}
.fe
{
    display: flex;
    justify-content:flex-end;
}

.wr
{
    flex-wrap: wrap;
}
.cent
{
    margin: auto;
}

.textcent
{
    text-align: center;
}
.textleft
{
    text-align: left;
}

.alBet
{
    align-items: center;
    align-content: space-between;
}
.alCent
{
    align-items: center;
    align-content: center;
}
.alTop
{
    align-items: flex-start;
    align-content: flex-start;
}
.alSeTop
{
    align-self: flex-start
}

.font14
{
	font-size: 14px;
}

.w5
{
    width: 5%;
}
.w10
{
    width: 10%;
}
.w15
{
    width: 15%;
}
.w19
{
    width: 19%;
}
.w20
{
    width: 20%;
}
.w24
{
    width: 24%;
}
.w25
{
    width: 25%;
}

.w29
{
    width: 29%;
}
.w30
{
    width: 30%;
}
.w32
{
    width: 32%;
}

.w33
{
    width: 33%;
}
.w35
{
    width: 35%;
}


.w40
{
    width: 40%;
}

.w45
{
    width: 45%;
}
.w48
{
    width: 48%;
}
.w49
{
    width: 49%;
}
.w50
{
    width: 50%;
}
.w60
{
    width: 60%;
}
.w69
{
    width: 69%;
}
.w70
{
    width: 70%;
}
.w75
{
    width: 75%;
}
.w79
{
    width: 79%;
}
.w80
{
    width: 80%;
}
.w90
{
    width: 90%;
}
.w98
{
    width: 98%;
}
.w100
{
    width: 100%;
}
.maxw100
{
	max-width: 100px;
}
.maxw200
{
	max-width: 200px;
}

.maxw250
{
	max-width: 250px;
}

.maxw300
{
	max-width: 350px;
}

.maxw350
{
	max-width: 350px;
}
.maxw450
{
	max-width: 450px;
}
.maxw550
{
	max-width: 550px;
}

.h100
{
	height: 100%;
}
.maxw800
{
	max-width: 800px;
}
.minw25
{
	min-width: 25px;
}
.minw50
{
	min-width: 50px;
}
.minw75
{
	min-width: 75px;
}

.minw100
{
	min-width: 100px;
}
.minw150
{
	min-width: 150px;
}

.minw200
{
	min-width: 200px;
}

.minw250
{
	min-width: 250px;
}
.minw325
{
	min-width: 325px;
}
.minw450
{
	min-width: 450px;
}
.minw500
{
	min-width: 500px;
}

.minw550
{
	min-width: 550px;
}

.minw800
{
	min-width: 800px;
}
.mxw1200
{
	max-width: 1200px;
}

.minh50
{
	min-height: 50px;
}
.minh100
{
	min-height: 100px;
}

.minh200
{
	min-height: 200px;
}

.minh400
{
	min-height: 400px;
}

.nepretekat
{
	overflow: hidden;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #cc5743;
}

input:focus + .slider {
  box-shadow: 0 0 1px #cc5743;
}
.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderH {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #FFA716;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderH:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderH {
  background-color: #4AE932;
}

input:focus + .sliderH {
  box-shadow: 0 0 1px #4AE932;
}

input:checked + .sliderH:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

textarea
{
	padding: 14px;
	background-color: #ccebff;
	border: none;
	box-sizing: border-box;
	font-family: arial;
	font-size: 12px;
}
.sliderH.round {
  border-radius: 12px;
}

.sliderH.round:before {
  border-radius: 50%;
}

.radioCheck {
  margin-top: 14px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.radioCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.zvolit {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #666;
  border-radius: 50%;
}
.radioCheck:hover input ~ .zvolit {
  background-color: #ccc;
}
.radioCheck input:checked ~ .zvolit {
  background-color: #cc5743;
}
.zvolit:after {
  content: "";
  position: absolute;
  display: none;
}
.radioCheck input:checked ~ .zvolit:after {
  display: block;
}
.radioCheck .zvolit:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-box,.close-icon,.search-wrapper {
	position: relative;
	padding: 10px;
}
.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}
.search-box {
	
	border: 1px solid #ccc;
  	border-radius: 15px;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  	outline: 0;
  	cursor: pointer;
}
.close-icon:after {
	color: #FFF;
	content: "X";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #5FA442;
	z-index:1;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 4px;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.close-icon:hover
{	background-color: #FFF;	}

.line1
{
	background-color: #bbb;
	height: 1px;
}

.wwr
{
   word-wrap: break-word;   
   white-space: pre-wrap;      
   white-space: -moz-pre-wrap; 
   white-space: -pre-wrap;     
   white-space: -o-pre-wrap;   
   
}
.stdImg
{
    background-size: contain; 
    background-position:center; 
    background-repeat: no-repeat
}