.animated { 
    animation-duration: 30s;
    animation-timing-function: linear; 
    animation-fill-mode: forwards; 
    animation-iteration-count: infinite; 
} 
@keyframes pozadi {
  0%   {
  background: url(img/pozadi.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  30%   {
  background: url(img/pozadi.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  33%   {
  background: url(img/pozadi2.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  63%   {
  background: url(img/pozadi2.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  66%   {
  background: url(img/pozadi3.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  97%   {
  background: url(img/pozadi3.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
  100%   {
  background: url(img/pozadi.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  background: white;
}
h1 {
font-size: 24px;
font-weight: 500;
color: #00468C;
line-height: 40px;
margin: 0;
padding-bottom: 10px;
}
h2 {
width: 100%;
font-size: 28px;
font-weight: 400;
color: #222222;
line-height: 40px;
margin: 10px 0 0 0;
}
h3 {
font-size: 22px;
font-weight: 400;
color: #0080FF;
line-height: 30px;
margin: 10px 0 0 0;
}
h4 {
font-size: 52px;
font-weight: 300;
color: #222222;
line-height: 60px;
margin: 0;
}
h5 {
font-size: 52px;
font-weight: 300;
color: white;
margin: 0;
}
hr {
width: 100%;
margin: 15px 0 15px 0;
height: 1px;
background: radial-gradient(ellipse 60% 100%, #B8DFFF, white);
border: 0;
}
#hlavicka {
width: 100%;
min-height: 150px;
float: left;
overflow: hidden;
background: white;
}
#hlavicka_in {
max-width: 1920px;
min-height: 150px;
margin: 0 auto;
overflow: hidden;
}
#hlavicka_left {
width: 40%;
min-height: 150px;
float:left;
overflow: hidden;
}
  .hlavicka_left_obsah{
  width:95%;
  height: 94px;
  margin-left: 5%;
  border-bottom: 1px solid black;
  }
  .hlavicka_left_telefon{
  width:95%;
  height: 24px;
  margin-left: 5%;
  margin-top: 10px;
  text-align: left;
  text-indent: 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;  
  float: left;
  background: url(ikony/telefon.png) top left no-repeat;
  }  
  .hlavicka_left_email{
  width:95%;
  height: 24px;
  margin-left: 5%;
  margin-top: 10px;
  text-align: left;
  text-indent: 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;  
  float: left;
  background: url(ikony/email.png) top left no-repeat;
  }  
    .hlavicka_left_email a:link{
    font-size: 18px;
    font-weight: 300;
    text-decoration: none; 
    color: black; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }  
    .hlavicka_left_email a:visited{
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: black;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }  
    .hlavicka_left_email a:hover{
    font-size: 18px;
    font-weight: 300;
    color: #006DD9;
    text-decoration: underline;  
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
    }  
  .hlavicka_left_cara{
  width:55%;
  height: 9px;
  margin-left: 45%;
  border-bottom: 1px solid #006DD9;
  }
#hlavicka_right {
width: 40%;
min-height: 150px;
float:left;
overflow: hidden;
}
  .hlavicka_right_obsah{
  width:95%;
  min-height: 94px;
  margin-right: 5%;
  border-bottom: 1px solid black;
  }
  .hlavicka_right_vlajky{
  width:25px;
  height: 94px;
  margin-right: 10px;
  float: right;
  }
    .hlavicka_right_vlajky_cz{
    width:25px;
    height: 25px;
    margin-top:5px;
    float: right;
    background: url(ikony/cz.png) center no-repeat; 
    }
    .hlavicka_right_vlajky_de{
    width:25px;
    height: 25px;
    margin-top:5px;
    float: right;
    background: url(ikony/de.png) center no-repeat; 
    }
    .hlavicka_right_vlajky_en{
    width:25px;
    height: 25px;
    margin-top:5px;
    float: right;
    background: url(ikony/en.png) center no-repeat; 
    }
  .hlavicka_right_tlacitko{
  width:240px;
  height: 50px;
  float: left;
  margin-top: 22px;
  margin-left: 100px;
  background: #006DD9;
  text-align: center;
  color: white;
  line-height: 50px;
  font-weight: 300;
  overflow: hidden;
  font-size: 20px;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
  }
  .hlavicka_right_tlacitko:hover{
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
  -webkit-filter: hue-rotate(-55deg);
  }

    .hlavicka_right_tlacitko_ikona{
    width: 50px;
    height: 50px;
    float: left;
    background: url(ikony/kalendar.png) #00468C center no-repeat;
    }
  .hlavicka_right_cara{
  width: 55%;
  height: 9px;
  margin-right: 45%;
  border-bottom: 1px solid #006DD9;
  }
  #logo {
  width: 18%;
  height: 150px;
  float: left;
  overflow: hidden;
  margin: 0 1% 0 1%;
  background: url(img/logo.png) center no-repeat;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
  background-size: contain;
  }
  #logo:hover {
  width: 18%;
  height: 150px;
  float: left;
  overflow: hidden;
  margin: 0 1% 0 1%;
  background: url(img/logo.png) center no-repeat;
  opacity: 0.7;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
  background-size: contain;
  }
  #logo a:link{
  width: 100%%;
  height: 150px;
  float: left;
  overflow: hidden;
  background: url(img/logo.png) center no-repeat;
  background-size: contain;
  }
#logo_male{
  width: 90px;
  height: 70px;
  float: left;
  overflow: hidden;
  margin: 0 1% 0 1%;
  background: url(img/logo.png) center no-repeat;
  -webkit-transition: all 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease;
  transition: all 0.7s, transform 0.7s;
  display: none;
  background-size: 95%;
}
#logo_male:hover {
  -webkit-transition: all 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease;
  transition: all 0.7s, transform 0.7s;
  opacity: 0.6;
}
#vlajky_male{
display: none;
float: left;
margin: 0 5% 0 5%;
}

#hlavicka_text {
width: 400px;
height: 550px;
margin: 10px 700px 0 100px;
text-align: right;
float: right;
overflow: hidden;
font-size: 23px;
font-weight: 600;
text-shadow: 0px 0px 3px #B8DFFF,0px 0px 3px #B8DFFF,2px 2px 10px #B8DFFF;
}
  #hlavicka_text ul {
  margin: 10px 0 0 0;
  }
#hlavicka_text a:link {
text-decoration: none;
color: black;
}
#hlavicka_text a:visited {
text-decoration: none;
color: black;
}
#hlavicka_text a:hover {
text-decoration: underline;
color: #000066;
}
#hlavicka_menu{
width: 100%;   
float: left;
overflow: hidden;
}
#telo {
width: 100%;
height: auto;
float: left;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 18px;
}
.text {
width: 98%;
height: auto;
float: left;
margin: 0 1% 1% 1%;
text-align: justify;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 18px;
}
  .text a:link{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #00468C;
  -webkit-transition: all 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease;
  transition: all 0.7s, transform 0.7s;
  }
  .text a:visited{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #00468C;
  -webkit-transition: all 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease;
  transition: all 0.7s, transform 0.7s;
  }
  .text a:hover{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  color: #0080FF;
  -webkit-transition: all 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease;
  transition: all 0.7s, transform 0.7s;
  }
#slider {
width: 100%;
height: auto;
float: left;
overflow: hidden;
animation-name: pozadi;
}
#slider_in {
max-width: 1920px;
height: 780px;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
overflow: hidden;
text-align: justify;
  background: url(img/pozadi.jpg) no-repeat;
  background-position: 50% 40px;
  background-size: 100%;
}
.menu {
width: 820px;
height: 50px;
margin: 0 auto; 
text-align: center;
background: #006DD9;
}   
    .menu_odkaz {
    width: auto;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 50px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: white;
    float: left;
    overflow: hidden;
    background: url(img/menu_cara.png) top right no-repeat;
    }
    .menu_odkaz a:link{
    width: auto;
    height: 50px;
    text-decoration: none;
    color: white;
    padding: 0px 10px 0px 10px;
    float: left;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz a:visited{
    width: auto;
    height: 50px;
    color: white;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    float: left;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz a:hover{
    width: auto;
    height: 50px;
    text-decoration: none;
    text-align: center;
    color: #00468C;
    padding: 0px 10px 0px 10px;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
menu a:link{
color: white;
text-decoration: none;
-webkit-transition: all 1s, -webkit-transform 1s;
transition: all 1s, transform 1s;
}
menu a:visited{
color: white;
text-decoration: none;
-webkit-transition: all 1s, -webkit-transform 1s;
transition: all 1s, transform 1s;
}
menu a:hover{
color: #006DD9;
text-decoration: none;
-webkit-transition: all 1s, -webkit-transform 1s;
transition: all 1s, transform 1s;
}
.menu button {
    margin: 5px;
    background: #0080FF;
    border: 0;
    float: right;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    display: none;
    border-radius: 5px;
}               
.menu button:hover, .menu button:focus {
    background: #1081DD;
}

.menu.zobrazit menu {
display: block;
width: 98%;
margin: 0 1% 0 1%;
padding: 0;
}

@media screen and (max-width: 1020px) {
    .menu button {
        display: block;
        float: right;
    }
.menu {
background: none;
width: 100%;
position: absolute;
z-index: 100;
}   
    .menu_odkaz {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 70px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #222222;
    overflow: hidden;
    background: white;
    border-bottom: 1px solid #222222;
    }
    .menu_odkaz a:link{
    width: 100%;
    text-decoration: none;
    color: #222222;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz a:visited{
    width: 100%;
    color: #222222;
    text-decoration: none;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz a:hover{
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #0080FF;
    overflow: hidden;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz_koupit {
    width: 90%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: white;
    overflow: hidden;
    border-radius: 3px;
    background: url(ikony/menu_kosik.png) #0080FF center left no-repeat;
    }
    .menu_odkaz_koupit a:link{
    width: 90%;
    height: 40px;
    text-decoration: none;
    color: white;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz_koupit a:visited{
    width: 90%;
    height: 40px;
    color: white;
    text-decoration: none;
    overflow: hidden; 
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }
    .menu_odkaz_koupit a:hover{
    width: 90%;
    height: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: white;
    overflow: hidden;
    background: url(ikony/menu_kosik_hover.png) #006DD9 center left no-repeat;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;
    }    
menu{
width: 90%;
float: left;
}                    
.menu menu {display: none;}
}
.uvod_box {
width: 29.33%;
min-height: 240px;
font-family: 'Roboto', sans-serif;
margin: 1% 2% 1% 2%;
float: left;
overflow: hidden;
text-align: center;
    }
.uvod_box {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uvod_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 140, 0.7);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.uvod_box:hover, .uvod_box:focus, .uvod_box:active {
  color: white;
}
.uvod_box:hover:before, .uvod_box:focus:before, .uvod_box:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.uvod_box:hover  .uvod_box_nadpis {
  height: 100%;
  padding-top: 20%;
  background: none;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
    }

  .uvod_box_nadpis {
  width: 100%;
  min-height: 40px;
  font-family: 'Roboto', sans-serif;
  line-height: 40px;
  color: white;
  font-size: 20px;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #00468C;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
    }
  .cerna_cara{
  width:98%;
  height: 9px;
  margin: 0 1% 0 1%;
  border-bottom: 1px solid black;
  float: left;
  }
  .modra_cara{
  width:55%;
  height: 9px;
  margin: 0 22.5% 0 22.5%;
  border-bottom: 1px solid #006DD9;
  float: left;
  }
  .nadpis{
  width:98%;
  height: auto;
  margin: 0 1% 0 1%;
  float: left;
  text-align: center;
  }
  .texty{
  width:98%;
  height: auto;
  margin: 0 1% 0 1%;
  float: left;
  text-align: justify;
  }
#onas {
width: 100%;
height: auto;
float: left;
padding-bottom: 20px;
padding-top: 20px;
}
  #onas_left {
  width: 56%;
  min-height: 300px;
  font-family: 'Roboto', sans-serif;
  float: left;
  overflow: hidden;
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  padding: 0 2% 0 2%;
  }
  #onas_right {
  width: 38%;
  min-height: 300px;
  font-family: 'Roboto', sans-serif;
  margin: 0 1% 0 1%;
  float: left;
  overflow: hidden;
  text-align: justify;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  }
.mezera {
width: 100%;
height: 20px;
float: left;
overflow: hidden;
    }
.uvod_box_piktogram {
width: 30px;
height: 30px;
margin: 5px;
float: left;
overflow: hidden;
border-radius: 5px;
    }
.uvod_box_text {
width: 96%;
min-height: 30px;
font-family: 'Roboto', sans-serif;
margin: 5px 2% 5px 2%;
float: left;
font-size: 20px;
line-height: 30px;
text-align: center;
color: white;
overflow: hidden;
    }
.ubytovani_box {
width: 29.33%;
min-height: 240px;
font-family: 'Roboto', sans-serif;
margin: 10px 2% 10px 2%;
float: left;
overflow: hidden;
text-align: center;
background: #006DD9;
border-radius: 5px;
    }
.ubytovani_box_nadpis {
width: 96%;
min-height: 30px;
font-family: 'Roboto', sans-serif;
margin: 5px 2% 5px 2%;
float: left;
font-size: 20px;
line-height: 30px;
text-align: center;
color: white;
overflow: hidden;
border-bottom: 1px solid #0080FF;
    }
.ubytovani_box_obrazek {
width: 96%;
min-height: 200px;
font-family: 'Roboto', sans-serif;
margin: 5px 2% 5px 2%;
float: left;
font-size: 20px;
line-height: 30px;
text-align: center;
color: white;
overflow: hidden;
border-bottom: 1px solid #0080FF;
    }
#pata_all {
width: 100%;
min-height: 140px;
float: left;
overflow: hidden;
background: #00468C;
} 
#pata {
max-width: 1920px;
min-height: 140px;
margin: 0 auto;
overflow: hidden;
}
  #pata a:link{
  color: white;
    font-weight: 200;
  text-decoration: none;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
  }
  #pata a:visited{
  color: white;
    font-weight: 200;
  text-decoration: none;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
  }
  #pata a:hover{
  color: #7373FF;
    font-weight: 200;
  text-decoration: underline;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
  }
.pata_copyright {
width: 16%;
max-width: 110px;
min-height: 140px;
float: right;
overflow: hidden;
font-size: 16px;
text-align: right;
font-family: 'Roboto', Calibri, arial, sans-serif;
color: black;
margin: 5px 1% 5px 1%;
background: url(img/logo_pata.png) center no-repeat;
background-size: 100%;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
}
.pata_copyright:hover {
opacity: 0.6;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
}
#pata_left {
width: 28%;
float:left;
overflow: hidden;
margin-left: 2%;
}
#pata_mapa {
width: 28%;
height: 100%;
float:left;
overflow: hidden;
margin: 5px 1% 5px 1%;
}
#pata_kontakt {
width: 22%;
margin-top: 5px;
line-height: 26px;
color: white;
text-align: left;
font-weight: 300;
font-size: 18px; 
float:left;
overflow: hidden;
}
  .pata_left_obsah{
  width:95%;
  height: 94px;
  }
  .pata_left_telefon{
  width:95%;
  height: 24px;
  margin-top: 10px;
  text-align: left;
  text-indent: 32px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 200; 
  color: white; 
  float: left;
  background: url(ikony/telefon_pata.png) top left no-repeat;
  }                            
  .pata_left_email{
  width:95%;
  height: 24px;
  margin-top: 10px;
  text-align: left;
  text-indent: 32px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 200;  
  float: left;
  background: url(ikony/email_pata.png) top left no-repeat;
  }   

.pata_nadpis {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
  text-align: left;
  color: white;
  }
#kontakt_left {
  width: 48%;
  min-height: 400px;
  float: left;
  color: white;
  overflow: hidden;
  text-align: left;
  font-size: 19px;
  padding: 1%;

  }
    .kontakt_checkbox {
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_checkbox_label {
    width: 150px;
    height: 30px;
    float: left;
    overflow: hidden;
    color: #777777;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 1% 1% 1% 10px;
    line-height: 30px;
    }
    .kontakt_pole_jmeno {
    width: 90%;
    height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: url(img/kontakt_jmeno.png) white center left no-repeat;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_pole_noc {
    width: 90%;
    height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: url(img/noc.svg) white center left no-repeat;
    background-size: 24px;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_pole_telefon {
    width: 90%;
    height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: url(img/kontakt_telefon.png) white center left no-repeat;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_pole_email {
    width: 90%;
    height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: url(img/kontakt_email.png) white center left no-repeat;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_pole_zprava {
    width: 90%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    float: left;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0 0 0;
    background: url(img/kontakt_zprava.png) white top left no-repeat;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 34px;
    line-height: 30px;
    }
    .kontakt_odeslat {
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    color: white;
    overflow: hidden;
    font-size: 16px;
    margin: 20px 20px 20px 0;
    background: linear-gradient(to bottom, #006DD9 0%,#00468C 100%);
    line-height: 30px;
    border: 0;
    padding: 10px 60px 10px 60px;
    }
    .kontakt_odeslat:hover {
    background: linear-gradient(to top, #006DD9 0%,#00468C 100%);
    padding: 10px 60px 10px 60px;
    }
  #kontakt_right {
  width: 45%;
  min-height: 300px;
  float: left;
  overflow: hidden;
  text-align: left;
  font-size: 19px;
  padding-left: 5%;
  margin: 1% 0 1% 0;
  }
  #kniha_right {
  width: 43%;
  min-height: 300px;
  float: left;
  overflow: hidden;
  text-align: left;
  font-size: 19px;
  padding-left: 2%;
  padding-left: 5%;
  margin: 1% 0 1% 0;
  }
.pokoj_box {
width: 23%;
min-height: 240px;
font-family: 'Roboto', sans-serif;
margin: 1% 1% 1% 1%;
float: left;
overflow: hidden;
text-align: center;
    }
.pokoj_box {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pokoj_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 140, 0.7);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pokoj_box:hover, .pokoj_box:focus, .pokoj_box:active {
  color: white;
}
.pokoj_box:hover:before, .pokoj_box:focus:before, .pokoj_box:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pokoj_box:hover  .pokoj_box_nadpis {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px; 
  background: none;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
    }
  .pokoj_box_nadpis {
  width: 100%;
  min-height: 40px;
  font-family: 'Roboto', sans-serif;
  line-height: 40px;
  color: white;
  font-size: 20px;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #00468C;
    -webkit-transition: all 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: ease;
    transition: all 0.7s, transform 0.7s;  
    }
.pokoje_text{
width: 58%;
float: left;
margin: 1%;
text-align: left;
}
#pokoje_rezervace {
width: 36%;
min-height: 100px;;
font-family: 'Quicksand', sans-serif;
margin: 0 1% 0 1%;
padding: 1%;
overflow: hidden;
text-align: center;
background: #014D71;
float: left;
border-radius: 3px;
}
    .pokoje_checkbox_label {
    width: 150px;
    height: 30px;
    float: left;
    overflow: hidden;
    color: white;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 1% 1% 1% 10px;
    line-height: 30px;
    }
    .pokoje_odeslat {
    height: 50px;
    width: 40%;
    font-family: 'Open Sans', sans-serif;
    float: left;
    color: white;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    background: linear-gradient(to bottom, #006DD9 0%,#00468C 100%);
    line-height: 30px;
    border: 0;
    }
    .pokoje_odeslat:hover {
    background: linear-gradient(to top, #006DD9 0%,#00468C 100%);
    }
    .pokoje_cena {
    height: 50px;
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    float: left;
    color: white;
    overflow: hidden;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 30px;
    border: 0;
    } 
  .galerie_obrazek {
  width: 24%;
  min-height: 250px;
  margin: 0.5%;
  float: left;
  overflow: hidden;
    }
.galerie_pole_obrazek{
width: 100%;
height: 100%;
float: left;
overflow: hidden;
margin: auto 0;
}
.galerie_pole_obrazek a:link{
width: 100%;
height: 100%;
float: left;
overflow: hidden;
margin: auto 0;
}
.galerie_pole_obrazek a:visited{
width: 100%;
height: 100%;
float: left;
overflow: hidden;
margin: auto 0;
}
.galerie_pole_obrazek a:hover{
width: 100%;
height: 100%;
float: left;
overflow: hidden;
margin: auto 0;
}
.galerie_in{
width: 24%;
position: relative;
float: left;
margin: 0.5%;
background: #f1f1f1;
}
.galerie_in:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.galerie_in_20{
width: 11.5%;
position: relative;
float: left;
margin: 0.5%;
background: #f1f1f1;
}
.galerie_in_20:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.galerie_pole_obrazek {
  position: absolute;
  width: 96%;
  height: 96%;
  margin: 2%;
}
@media screen and (max-width: 1020px) {
#hlavicka{
display: none;
}
#vlajky_male{
display: block;
}
#logo_male{
display: block;
}
#pouziti_left{
width: 100%;
}
#uvod_img {
width: 100%;
margin: 0;
}
#uvod_text ul{
width: 100%;
margin: 0;
}

#pouziti_center{
width: 100%;
margin: 0 auto;
}
#pouziti_right{
width: 100%;
}
#ukazka_left{
width: 100%;
}
#ukazka_center{
width: 90%;
margin: 5%;
}
#ukazka_right{
width: 100%;
}
}
@media screen and (max-width: 1400px) {
#slider_in {
height: 580px;
}
@media screen and (max-width: 1200px) {
#slider_in {
height: 540px;
}
}
@media screen and (max-width: 1100px) {
#slider_in {
height: 500px;
}
}
@media screen and (max-width: 1000px) {
#slider_in {
height: 500px;
}
.uvod_box {
min-height: 20px;
    }
  #onas_left {
  width: 96%;
  }
  #onas_right {
  display: none;
  }
.pata_copyright {
width: 48%;
margin: 5px 1% 5px 1%;
}
#pata_left {
width: 48%;
margin-left: 2%;
}
#pata_mapa {
width: 48%;
margin: 5px 1% 5px 1%;
}
#pata_kontakt {
width: 48%;
margin-left: 2%;
}
}
@media screen and (max-width: 900px) {
#slider_in {
height: 360px;
}
.uvod_box {
min-height: 180px;
    }
}
@media screen and (max-width: 800px) {
#slider_in {
height: 330px;
}
.uvod_box {
min-height: 160px;
    }
}
@media screen and (max-width: 700px) {
#slider_in {
height: 290px;
}
.uvod_box {
min-height: 140px;
    }
  #kontakt_left {
  width: 98%;
  margin: 1% 0 1% 0;
  }
  #kontakt_right {
  width: 98%;
  margin: 1% 0 1% 0;
  }
.uvod_box_piktogram {
display: none;
    }

}
@media screen and (max-width: 600px) {
#slider_in {
height: 240px;
}
.uvod_box {
min-height: 100px;
    }
.pata_copyright {
width: 98%;
margin: 5px 1% 5px 1%;
float: left;
}
#pata_left {
width: 98%;
margin: 5px 1% 5px 1%;

}
#pata_mapa {
width: 98%;
margin: 5px 1% 5px 1%;
}
#pata_kontakt {
width: 98%;
margin: 5px 1% 5px 1%;
}

}
@media screen and (max-width: 500px) {
#slider_in {
height: 200px;
}
.uvod_box {
min-height: 80px;
    }
}
@media screen and (max-width: 400px) {
#slider_in {
height: 160px;
}
.uvod_box {
min-height: 40px;
    }
}

