@font-face {
    font-family: Amor; /* deklarace fontu */
    src: url("font/KoopOfficeRegular.ttf"); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}
@font-face {
    font-family: AmorBold; /* deklarace fontu */
    src: url("font/KoopOfficeBold.ttf"); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}

@font-face {
    font-family: AmorItalic; /* deklarace fontu */
    src: url("font/AmorSansTextProBoldItalic.ttf"); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}

@font-face {
    font-family: Subpear; /* deklarace fontu */
    src: url("font/subpear.TTF"); /* propojenĂ­ na umĂ­stÄ›nĂ­ souboru */
}

@font-face {
    font-family: 'opensans-regular';
    src: url('font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'comic-regular';
    src: url('font/comici.ttf');
}







@media (max-width: 2560px) and (min-width: 1024px){
    
    .topnav {
        display: none;
    }
    
    
     .none {
        display: none;
    }
    
    * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


     img{
        width: 100%;
        height: auto;
     }
     
     #myVideo {
  width: 100%; 
  height: auto;
}


    strong {
         font-family: AmorBold, Arial, Helvetica, sans-serif;
     }
     
        body{
        margin: 0px;
        padding: 0px;
        font-size: 1vw;
        line-height: 1.2vw;
        font-family: Amor, Arial, Helvetica, sans-serif;
        color: #000;
        z-index: -3;
    }
    
    .pozadi {
        width: 100%;
         height: 50vw;
         overflow: hidden;
         z-index: -100;
    }
    
    .pozadi img{
        width: 100%;
        height: auto;
    }
    
   .pozadi-nadpis {
       font-family: AmorItalic;
        position: absolute;
        top: 10vw;
        left: 8%;
        font-weight: bold;
       text-transform: uppercase;
       color: white;
        text-align: left;
        font-size: 5vw;
        line-height: 4.5vw;
        padding: 1vw;
        padding-left: 3vw;
       
    }
    
    .pozadi-nadpis #pruhled {
        color: transparent;
        -webkit-text-stroke: 0.1vw #fff 
    }
    
    .pozadi-nadpis #doplnkovytext {
       color: white;
       font-weight: normal;
       font-size: 2.5vw;
       text-transform: none;
       font-family: Amor;
    }
    
    
    .pozadi-text {
        position: absolute;
        top: 40vw;
        left: 75%;
        width: 18%;
        color: white;
        text-align: left;
        font-size: 1.5vw;
        line-height: 1.8vw;
        background-color: #e11926;
        padding: 1vw;
        padding-left: 3vw;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }
    
    .pozadi-text:hover {
        background-color: #ff3838; 
      
        
    }
    
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 6vw;
        float: left;
        background-color: #fff;
        z-index: 999;
        box-shadow: #ddd 0 0 1.5vw; 
    }
    
    
    

    .logo {
        float: left;
        width: 24%;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 1vw;
    }
    
    .prihlaseni {
        width: 95%;
        margin: 6vw 5% 0 5%;
        overflow: auto;
    } 
    
    .box {
        float: left;
        width: 46%;
        margin: 1vw 1%;
        padding: 0 1% 0 1%;
        border: none;
        color: #e11926;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        border-radius: 0.5vw;
        
    }
    
    .box-velke {
        float: left;
        width: 95%;
        margin: 1vw 1%;
        padding: 0 1% 0 1%;
        border: none;
        color: #e11926;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        border-radius: 0.5vw;
   }
   
   .kalendar {
       width: 45%;
       margin: 0.5vw 2%;
       color: #000;
       float: left;
       padding: 0.5vw 2%;
   }
   
   
    hr { 
        width: 100%;
        color: #fff;
    }
    
    h2 {
        font-weight: normal;
        letter-spacing: 1;
        line-height: 1vw;
        font-size: 2vw;
    }
    
    h2 a {
        text-decoration: none;
    }
    
    .pridat {
        float: right;
        font-size: 4vw;
        color: #fff;
        margin: -3vw 0vw 0 0; 
        background-color: #e11926;
        border-radius: 0.5vw;
        padding: 0.5vw;
    }
    
    .pridat:hover {
        background-color: #071025;
        color: #e11926
    }
    
    
    table {
        width: 100%;
        font-size: 1.25vw;
        border-collapse: collapse;
        color: #000;
        margin-bottom: 1vw;
    }
    
    
    tr {
   
    }
    
    tr:hover {background-color: #ddd}
    
   .kalendarik {
        width: 14%;
        padding: 1vw 0.5vw;
        height: 5vw
    }
    
    .kalendaricek {
        float: left;
        text-align: center;
        height: 2vw;
        width: 13%;
        font-size:  1.2vw;
        padding: 0.4vw;
    }
    
    .stred3 {
        width: 48%;
        min-height: 15vw;
        overflow: auto;
        float: left;
    }
    
    
    
      td {
        padding: 1vw 0.5vw;
        vertical-align: top;
    }
    
    td a {
        text-decoration: none;
        color: #444;
    }
    
    td button {
        width: 85%;
    }
    
    td .sirsi {
        width: 40%;
    }
    
    th {
        background-color: #071025;
        color: #fff;
        padding: 0.5vw;
        text-align: left
    }
    
    td #male {
        font-size: 0.8vw;
    }
    
    .poletd {
        float: left;
        width: 100%;
        padding: 1vw 0 0.5vw 0.5vw;
        line-height: 1.1vw;
        border-radius: 0.5vw;
    }
    
    .poletd .nazev {
        color: #000;
        font-size: 1.4vw;
        margin-bottom: 0.5vw;
    }
    
    .pole {
        float: left;
        width: 70%;
        height: 5vw;
        margin-left: -3vw;
        font-size: 1.3vw;
        
        
    }

     .polehlavni {
        float: left;
        height: 5vw;
        text-align: center;
        margin: 0 2% 0 2%; 
    }
    
    .polehlavni:hover{
        border-bottom: solid;
        border-bottom-color: #e11926;
       
    }
         
    .kurzy .polovina {
        float: left;
        width: 100%;
        height: 20vw;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        overflow: hidden;
        margin: 0 0 2vw 0;
    } 
    
    .polovina:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext {
        float: right;
        width: 50%;
        margin-top: 1vw;
        height: 18vw;
        margin-left: 1%;
    }
    
    .polovina img {
        float: right;
        width: auto;
        height: 20vw;
        clip-path:  polygon(32% 0%, 100% 0%, 100% 100%, 75% 100%, 15.55% 100%, 1.67% 60.00%, 11.67% 17.68%);
    }
    
    .polovina .nadpis {
        width: 100%;
        text-align: left;
        margin: 0.75vw 1%;
        color: #e11926;
        font-size: 2.3vw;
        line-height: 2.5vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext button {
        padding-right: 5%;
        margin-left: 1%;
        width: 10vw;
        background-color: #e11926;
        height: 3vw;
        color: white;
        font-size: 1.1vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    .kurzy .polovina2 {
        float: right;
        width: 100%;
        height: 20vw;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        overflow: hidden;
        margin: 0 0 2vw 0;
    } 
    
    .polovina2:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext2 {
        float: right;
        width: 50%;
        margin-top: 1vw;
        height: 18vw;
        margin-left: 1%;
    }
    
    .polovina2 img {
        float: left;
        width: auto;
        height: 20vw;
        clip-path: polygon(65.28% 0.00%, 0% 0%, 0% 50%, 0% 100%, 75.55% 100%, 92.17% 62.74%, 84.72% 22.83%)
                   
    }
    
    .polovina2 .nadpis {
        width: 100%;
        text-align: left;
        margin: 1vw 1%;
        color: #e11926;
        font-size: 2.5vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext2 button {
        padding-right: 5%;
        margin-left: 1%;
        width: 10vw;
        background-color: #e11926;
        height: 3vw;
        color: white;
        font-size: 1.1vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext2 button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    #novinky2, #partneri2, #kurzy2, #informaceprosoutezici2, #fotogalerie2, #pronajem2, #darkovepoukazy2, #kontakt2 {
    margin-top: 1vw; 
    height: 7vw;

}
    
    .poletext {
        width: 100%;
        text-align: center;
        margin-top: 3.2vw;
        color: #071025;
        text-shadow: 1px 2px 3px white;
        font-size: 1.5vw;
        text-transform: uppercase;
        
    }
    
    .poletext2 {
        width: 100%;
        text-align: center;
        margin-top: 2vw;
        color: #fff;
        text-shadow: 1px 2px 3px black;
        
    }
    
    .poletext a {
        color: #000;
    }
    
    .poletext a:hover {
        color: #007e31;
    }
    
    .stopa {
        position: absolute;
        margin-top: -1vw;
        float: left;
        width: 100%;
        height: 5vw;
        z-index: 5;
    }
    
    .stopa img {
        width: 100%;
        height: auto;
    }
    
    .vertikalnimenu {
        position: fixed;
        top: 35%;
        width: 4vw;
        z-index: 100;
        background-color: white;
        border-radius: 0 0.3vw 0.3vw 0;
        padding-left: 0.25vw;
    }
    
    .vertikalnimenu img {
        width: 70%;
        margin: 0.3vw;
        height: auto;
    }
    
    .vertikalnimenu2 {
        position: fixed;
        top: 35%;
        right: 0;
        width: 8vw;
        height: 8vw;
        z-index: 100;
        background-color: white;
        border-radius: 0.3vw 0 0 0.3vw;
        padding-right: 0.25vw;
    }
    
    .vertikalnimenu2 img {
        width: 90%;
        margin: 0.3vw;
        height: auto;
    }
    
    
    
    .hlavni {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-top: 1%;
        font-size: 1.25vw;
        
    }
    
    .hlavni img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
     h1 {
        font-size: 2.5vw;
        line-height: 3.5vw;
        color: #e11926;
        text-transform: uppercase
    }
    
    p {
        font-size: 1.1vw;
        
    }
    
    ul {
        line-height: 1.4vw;
    }
    
    li {
        font-size: 1.1vw;
    }
    
    .prava {
        float: left;
        width: 30%;
    }
  .leva {
        width: 66%;
        float: left;
        margin-left: 2%;
    }
    
    .leva img {
       width: 90%;
       height: auto;
       margin-left: 10%;
    }
    
    
    
    
    
    button:hover {
         border: 0.25vw;
        color: #fff;
        background-color: #071025
    }
    
    
    
   button {
       float: left;
        margin: 1% 1vw;
        width: 27%;
        background-color: #e11926;
        height: 3.5vw;
        color: white;
        font-size: 1.1vw;
        border: 0vw;
        color: white;
        border-radius: 0.5vw;
        
    }
    
    
    button:hover {
         border: 0.25vw;
        color: #fff;
        background-color: #071025
    }
    
    button img {
        height: 60%;
        width: auto;
        margin-top: 5%;
        margin-left: auto;
    }
    
    
   
    
    .areal {
        float: left;
        width: 100%;
        padding: 0 15% 0 15%;
        font-size: 1.25vw;
        margin-bottom: 2vw;
        margin-top: 5vw;
    }
    
      .minulerocniky img {
       float: left;
        width: 30%;
        height: auto;
        margin: 1vw 1%;
    }
    
    .kurzy {
      float: left;
        width: 100%;
        padding: 0 15% 4vw 15%;
        font-size: 1.25vw;
        background-color: #e11926;
    }
    
    .kurzy h1 {
        color: white;
    }
    
    .kurzy h2 {
        color: white;
        font-size: 2vw;
        line-height: 0vw;
        font-family: Amorbold
    }
    
    .registrace-kurz {
        float: left;
        width: 100%;
        padding: 0 15% 4vw 15%;
        font-size: 1.25vw;
        margin-top: 8vw; 
    }
    
    .registrace-kurz-text {
        width: 47%;
        float: left;
        margin-right: 2vw;
        color: black;
    }
    
    
    .tretina {
        width: 47%;
        float: left;
        margin-right: 2vw;
        color: white;
    }
    
    
   
    
    
    
    .firemniakce {
      float: left;
        width: 100%;
        padding: 0 15% 0 15%;
        font-size: 1.25vw;
        margin-top: 5vw;
    }
    
    .firemniakce img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
    .darkovepoukazy {
      float: left;
        width: 100%;
        padding: 0 15% 0 15%;
        font-size: 1.25vw;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    
    .darkovepoukazy img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
    .darkovepoukazy video {
        width:70%;
        height: auto;
    }
    
    
     .pronajem {
      float: left;
        width: 100%;
        padding: 0 15% 0 15%;
        font-size: 1.25vw;
        background-color: #071025;
        margin-top: -8vw;
       color: #fff;
        
    }
    
    .pronajem img {
        width: 30%;
        height: auto;
        margin-left: 35%;

    }
    
    .pronajem h1 {
        color: white;
    }
    
     .pronajem h2 {
        color: #e11926;
        line-height: 1vw;
    }

    
     .kontakt {
         float: left;
        width: 100%;
        font-size: 1.25vw;
        margin-top: -7vw;
    }
    
    .kontakt img {
        width: 100%;
        height: auto;
    }
    
    .kontakty {
        float: left;
        width: 100%;
        padding: 0 15% 0 15%;
        margin-top: 2vw;
    }
    
    .kontakt-pole {
        float: left;
        width: 30%;
        margin-right: 2%;
    }
    
    .kontakt-pole a {
        text-decoration: none;
        color: black;
    }
    
    #kontakt-nadpis {
        text-transform: uppercase;
        color: #e11926;
        font-weight: bold;
    }
    
     .mapa {
        float: left;
        width: 100%;
        height: 25vw;
        font-size: 1.25vw;
        overflow: hidden;
        background: url('img/mapa-1990.jpg') no-repeat center center; color: #fff;
    }
    fieldset {
        float: left;
        width: 47%;
        margin-right: 2%;
        border: none;
        color: #007e31;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        
    }
    
    legend {
        color: #007e31;
        font-weight: bold;
        font-size: 1.5vw;
        padding-top: 5vw;
    }
    
    .registrace-pole {
        float: left;
        width: 70%;
        height: 2.5vw;
        color: #e11926;
        margin-top: 1vw;
        font-size: 1vw;
       
    }
    
    .registrace-poleimg {
        float: left;
        width: 100%;
        height: 15vw;
        color: #007e31;
        margin-top: 1vw;
        font-size: 1vw;
       
    }
    
     .registrace-poleimg img {
        height: 8vw;
        width: auto;
       
    }
    
    
    .registrace-k-vyplneni {
        float: left;
        width: 100%;
        margin-top: 0.5vw;
        min-height: 1.5vw;
        line-height: 2.2vw;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 0.5vw;
         font-size: 1.25vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
         color: #666;
         overflow: auto;
    }
    
    .registrace-k-vyplneni-checkbox {
        float: left;
        width: 100%;
        margin-top: 0.25vw;
        min-height: 1vw;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 0.25vw;
         font-size: 1vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
         color: #666;
         overflow: auto;
    }
    
    select {
        width: 95%;
        height: 2vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
        border: 0;
        border-bottom: 2px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #fff;
        color: #666;
        
    }
    
    textarea {
        width: 93%;
        height: 5vw;
        font-size: 1vw;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin-left: 2%;
   }
   
    input[type=text] {
        height: 2vw;
        width: 95%;
        border: 0;
        border-bottom: 1.5px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
    }
    
    input[type=text]:focus{
     border-bottom: 1.5px solid #e11926;
    outline: none;
    }
    
    input[type=date] {
        height: 2vw;
        width: 95%;
        border: 0;
        border-bottom: 1.5px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
        font-family: Amor;
        
        
        
    }
    
    input[type=date]:focus{
     border-bottom: 1.5px solid #e11926;
    outline: none;
    }
    
    input[type=password] {
        height: 2vw;
        width: 95%;
        border: 0;
        border-bottom: 1.5px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
    }
    
    input[type=password]:focus{
     border-bottom: 1.5px solid #e11926;
    outline: none;
    }
    
     input[type=submit] {
        margin-bottom: 0.5vw;
        height: 2vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #e11926;
        color: #fff;
        height: 3vw;
    }
    
     input[type=submit]:hover {
        margin-bottom: 0.5vw;
        height: 2vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #071025;
        color: #fff;
        height: 3vw;
    }
    
    input[type=button] {
        margin-bottom: 0.5vw;
        height: 3vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #ddd;
        color: #000;
    }
    
     input[type=button]:hover {
        margin-bottom: 0.5vw;
        height: 3vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #071025;
        color: #fff;
    }
    
    ::placeholder { 
    color: #ddd;
    opacity: 1;
    }
   
    
    
    
    
    
    
  
    
    .spodek {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        height: 8vw;
        background-color: #000;
        opacity: 0.7;
    }
    
    .ikony-leva {
        float: left;
        margin-left: 5vw;
        margin-top: 1.5vw;
    }
    
    .ikony-leva img{
        margin-left: 1vw;
        margin-right: 1vw;
        width: 3vw;
    }
    
     .ikony-prava {
        float: right;
        margin-right: 5vw;
        margin-top: 1.5vw;
        width: 3vw;
    }
   
    
    .vrsek {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 18vw;
    }
    
    .vrsek img {
        width: 10vw;
        margin-left: 36%;
        margin-top: 9vw;
    }
        
    
     .stred {
        margin: 0 12% -10vw 28%;
        width: 60%;
        min-height: 15vw;
        overflow: auto;
            
    }
    
    .stred2 {
        height: 10vw;
        width: 10vw;
    }
    
    
    
   
    
    h3 {
        margin-top: 2.5vw;
        font-size: 1.25vw;
    }
    
    h3 a {
        text-decoration: none;
        color: #fff;
    }
    
    
    
    li {
        margin-bottom: 1vw;
    }
    
    a {
        text-decoration: none;
        
    }
    
    #posun {
        margin-left: 2vw;
    }
    
    #cervena {
        color: #ff3838;
        font-weight: bold;
    }
    
    
    
    .seznam {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 10vw;
    }
    
    
     .radek {
        font-size: 0.8vw;
        width: 100%;
        float: left;
        height: 3.5vw;
        padding: 0.25vw 0 0.25vw 0; 
    }
    
    
    
    .radek:hover {
        background-color: #ddd;
    }
    
    .radek .polozka {
        float: left;
        width: 10%;
        margin-left: 1vw;
        font-size: 1.2vw;
    }
    
    .radek .polozka2 {
        float: left;
        width: 5.5%;
        text-align: center;
        font-size: 1.2vw;
    }
    
    .radek .polozka2 img {
        height: 100%;
        width: auto;
        margin-left: 15%;
    }
    
    .radek .polozka3 {
        float: left;
        width: 25%;
        text-align: center;
        font-size: 1.2vw;
    }
    
    .promaletelefony {
        display: none;
    }
    

}  

@media (max-width: 5000px) and (min-width: 2561px){
      .topnav {
        display: none;
    }
    
    
     .none {
        display: none;
    }
    
    * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


     img{
        width: 100%;
        height: auto;
     }
     
     #myVideo {
  width: 100%; 
  height: auto;
}


    strong {
         font-family: AmorBold, Arial, Helvetica, sans-serif;
     }
     
        body{
        margin: 0px;
        padding: 0px;
        font-size: 0.9vw;
        line-height: 1.2vw;
        font-family: Amor, Arial, Helvetica, sans-serif;
        color: #000;
        z-index: -3;
    }
    
    .pozadi {
        width: 100%;
         height: 100%;
         overflow: hidden;
         z-index: -100;
    }
    
    .pozadi img{
        width: 100%;
        height: auto;
    }
    
   .pozadi-nadpis {
       font-family: AmorItalic;
        position: absolute;
        top: 10vw;
        left: 8%;
        font-weight: bold;
       text-transform: uppercase;
       color: white;
        text-align: left;
        font-size: 5vw;
        line-height: 4.5vw;
        padding: 1vw;
        padding-left: 3vw;
       
    }
    
    .pozadi-nadpis #pruhled {
        color: transparent;
        -webkit-text-stroke: 0.1vw #fff 
    }
    
    .pozadi-nadpis #doplnkovytext {
       color: white;
       font-weight: normal;
       font-size: 2.5vw;
       text-transform: none;
       font-family: Amor;
    }
    
    
    .pozadi-text {
        position: absolute;
        top: 10vw;
        left: 21%;
        width: 18%;
        color: white;
        text-align: left;
        font-weight: bold;
        font-size: 1.5vw;
        line-height: 1.8vw;
        background-color: #e11926;
        padding: 0.5vw;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }
    
    .pozadi-text:hover {
        background-color: #ff3838; 
      
        
    }
    
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 3.5vw;
        float: left;
        background-color: #fff;
        z-index: 999;
        box-shadow: #ddd 0 0 1.5vw; 
    }
    

    .logo {
        float: left;
        width: 10vw;
        margin-left: 20%;
        margin-right: 4%;
        margin-top: 1vw;
    }
    
    .pole {
        float: left;
        width: 56%;
        height: 3vw;
        margin-left: -3vw;
        font-size: 0.9vw;
        
        
    }

     .polehlavni {
        float: left;
        height: 2.5vw;
        text-align: center;
        margin: 0 2% 0 2%; 
    }
    
    .polehlavni:hover{
        border-bottom: solid;
        border-bottom-color: #e11926;
       
    }
    
    .kurzy {
      float: left;
        width: 100%;
        padding: 0 20% 0vw 20%;
        background-color: #e11926;
    }
    
    .kurzy h1 {
        color: white;
    }
    
    .kurzy h2 {
        color: white;
        font-size: 2vw;
        line-height: 0vw;
        font-family: Amorbold
    }
    
    .registrace-kurz {
        float: left;
        width: 100%;
        padding: 0 15% 4vw 15%;
        font-size: 1.25vw;
        margin-top: 8vw; 
    }
    
    .registrace-kurz-text {
        width: 47%;
        float: left;
        margin-right: 2vw;
        color: black;
    }
    
    
         
    .kurzy .polovina {
        float: left;
        width: 100%;
        height: 20vw;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        overflow: hidden;
        margin: 0 0 2vw 0;
    } 
    
    .polovina:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext {
        float: right;
        width: 40%;
        margin-top: 1vw;
        height: 18vw;
        margin-left: 1%;
    }
    
    
    
    .polovina img {
        float: right;
        width: auto;
        height: 20vw;
        clip-path:  polygon(32% 0%, 100% 0%, 100% 100%, 75% 100%, 15.55% 100%, 1.67% 60.00%, 11.67% 17.68%);
    }
    
    .polovina .nadpis {
        width: 100%;
        text-align: left;
        margin: 0.75vw 1%;
        color: #e11926;
        font-size: 2.3vw;
        line-height: 2.5vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext button {
        padding-right: 5%;
        margin-left: 1%;
        width: 8vw;
        background-color: #e11926;
        height: 2vw;
        color: white;
        font-size: 0.9vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    .kurzy .polovina2 {
        float: right;
        width: 100%;
        height: 20vw;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        overflow: hidden;
        margin: 0 0 2vw 0;
    } 
    
    .polovina2:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext2 {
        float: left;
        width: 44%;
        margin-top: 1vw;
        height: 18vw;
        margin-left: -2%;
    }
    
    .polovina2 img {
        float: left;
        width: auto;
        height: 20vw;
        clip-path: polygon(65.28% 0.00%, 0% 0%, 0% 50%, 0% 100%, 75.55% 100%, 92.17% 62.74%, 84.72% 22.83%)
                   
    }
    
    .polovina2 .nadpis {
        width: 100%;
        text-align: left;
        margin: 1vw 1%;
        color: #e11926;
        font-size: 2.5vw;
        line-height: 2.5vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext2 button {
        padding-right: 5%;
        margin-left: 1%;
        width: 8vw;
        background-color: #e11926;
        height: 2vw;
        color: white;
        font-size: 0.9vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext2 button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    #novinky2, #partneri2, #kurzy2, #informaceprosoutezici2, #fotogalerie2, #pronajem2, #darkovepoukazy2, #kontakt2 {
    margin-top: 1vw; 
    height: 4vw;

}
    
    .poletext {
        width: 100%;
        text-align: center;
        margin-top: 1.2vw;
        color: #071025;
        text-shadow: 1px 2px 3px white;
        font-size: 1vw;
        text-transform: uppercase;
        
    }
    
    .poletext2 {
        width: 100%;
        text-align: center;
        margin-top: 2vw;
        color: #fff;
        text-shadow: 1px 2px 3px black;
        
    }
    
    .poletext a {
        color: #000;
    }
    
    .poletext a:hover {
        color: #007e31;
    }
    
    .stopa {
        position: absolute;
        margin-top: -1vw;
        float: left;
        width: 100%;
        height: 5vw;
        z-index: 5;
    }
    
    .stopa img {
        width: 100%;
        height: auto;
    }
    
    .vertikalnimenu {
        position: fixed;
        top: 35%;
        width: 4vw;
        z-index: 100;
        background-color: white;
        border-radius: 0 0.3vw 0.3vw 0;
        padding-left: 0.25vw;
    }
    
    .vertikalnimenu img {
        width: 70%;
        margin: 0.3vw;
        height: auto;
    }
    
    .vertikalnimenu2 {
        position: fixed;
        top: 35%;
        right: 0;
        width: 8vw;
        height: 8vw;
        z-index: 100;
        background-color: white;
        border-radius: 0.3vw 0 0 0.3vw;
        padding-right: 0.25vw;
    }
    
    .vertikalnimenu2 img {
        width: 90%;
        margin: 0.3vw;
        height: auto;
    }
    
    
    
    .hlavni {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-top: 1%;
        font-size: 1.25vw;
        
    }
    
    .hlavni img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
     h1 {
        font-size: 1.3vw;
        line-height: 2vw;
        color: #e11926;
        text-transform: uppercase
    }
    
    p {
        font-size: 0.8vw;
        
    }
    
    ul {
        line-height: 0.8vw;
    }
    
    li {
        font-size: 0.8vw;
    }
    
    .prava {
        float: left;
        width: 30%;
    }
    
  .leva {
        width: 46%;
        margin-left: 10%;
        float: left;
    }
    
    .leva img {
       width: 90%;
       height: auto;
       margin-left: 10%;
    }
    
   button {
        padding-right: 5%;
        margin-left: 1%;
        width: 13vw;
        background-color: #e11926;
        height: 3vw;
        color: white;
        font-size: 1.1vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    
   
    
    .areal {
        float: left;
        width: 100%;
        padding: 0 20% 0 20%;
        font-size: 1.25vw;
        margin-top: 2vw;
    }
    
    
    
    
      .minulerocniky img {
       float: left;
        width: 30%;
        height: auto;
        margin: 1vw 1%;
    }
    
    
    
    
    .tretina {
        width: 45%;
        float: left;
        margin-right: 2vw;
        color: white;
    }
    
    
    .tretina button {
        padding-right: 5%;
        margin-left: 1%;
        width: 14vw;
        background-color: white;
        height: 3vw;
        color: #071025;
        font-size: 1.1vw;
        border: 1vw;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .tretina button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    
    .firemniakce {
      float: left;
        width: 100%;
        padding: 0 20% 0 20%;
        font-size: 1.25vw;
        margin-top: 3.5vw;
        margin-bottom: 1.5vw;
    }
    
    .firemniakce img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
     .darkovepoukazy {
      float: left;
        width: 100%;
        padding: 0 20% 0 20%;
        font-size: 1.25vw;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    
    .darkovepoukazy img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
    .darkovepoukazy video {
        width:70%;
        height: auto;
    }
    
     .pronajem {
      float: left;
        width: 100%;
        padding: 4vw 20% 0 20%;
        font-size: 0.8vw;
        background-color: #071025;
        margin-top: -5vw;;
       color: #fff;
        
    }
    
    .pronajem img {
        width: 30%;
        height: auto;
        margin-left: 35%;
   }
    
    .pronajem h1 {
        color: white;
    }

    
     .pronajem h2 {
        color: #e11926;
        line-height: 1vw;
        font-size: 1.5vw;
    }

    
     .kontakt {
         float: left;
        width: 100%;
        font-size: 1.25vw;
        margin-top: -7vw;
        padding: 4vw 0% 0 0%;
        
    }
    
    .kontakt img {
        width: 100%;
        height: auto;
    }
    
    .kontakty {
        float: left;
        width: 100%;
        padding: 0 20% 0 20%;
        margin-top: 2vw;
        font-size: 0.8vw;
    }
    
    .kontakt-pole {
        float: left;
        width: 30%;
        margin-right: 2%;
    }
    
    .kontakt-pole a {
        text-decoration: none;
        color: black;
    }
    
    #kontakt-nadpis {
        text-transform: uppercase;
        color: #e11926;
        font-weight: bold;
    }
    
     .mapa {
        float: left;
        width: 100%;
        height: 25vw;
        font-size: 1.25vw;
        overflow: hidden;
        background: url('img/mapa.jpg') no-repeat center center; color: #fff;
    }
    
    .registrace {
        
    }
    
    fieldset {
        float: left;
        width: 47%;
        margin-right: 2%;
        border: none;
        color: #007e31;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
     }
    
    legend {
        color: #007e31;
        font-weight: bold;
        font-size: 1.5vw;
        padding-top: 5vw;
    }
    
    .registrace-pole {
        float: left;
        width: 70%;
        height: 2.5vw;
        color: #e11926;
        margin-top: 1vw;
        font-size: 1vw;
       
    }
    
    .registrace-poleimg {
        float: left;
        width: 100%;
        height: 15vw;
        color: #007e31;
        margin-top: 1vw;
        font-size: 1vw;
       
    }
    
     .registrace-poleimg img {
        height: 8vw;
        width: auto;
       
    }
    
    
    .registrace-k-vyplneni {
        float: left;
        width: 100%;
        margin-top: 0.5vw;
        min-height: 1.5vw;
        line-height: 2.2vw;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 0.5vw;
         font-size: 1.25vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
         color: #666;
         overflow: auto;
    }
    
    .registrace-k-vyplneni-checkbox {
        float: left;
        width: 100%;
        margin-top: 0.25vw;
        min-height: 1vw;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 0.25vw;
         font-size: 1vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
         color: #666;
         overflow: auto;
    }
    
    select {
        width: 95%;
        height: 2vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
        border: 0;
        border-bottom: 2px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #fff;
        color: #666;
        
    }
    
    textarea {
        width: 93%;
        height: 5vw;
        font-size: 1vw;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin-left: 2%;
   }
   
    input[type=text] {
        height: 2vw;
        width: 95%;
        border: 0;
        border-bottom: 1.5px solid #ddd;
        font-size: 1.25vw;
        padding-left: 5%;
    }
    
    input[type=text]:focus{
     border-bottom: 1.5px solid #e11926;
    outline: none;
    }
    
     input[type=submit] {
        margin-bottom: 0.5vw;
        height: 2vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #e11926;
        color: #fff;
        height: 3vw;
    }
    
     input[type=submit]:hover {
        margin-bottom: 0.5vw;
        height: 2vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #071025;
        color: #fff;
        height: 3vw;
    }
    
    input[type=button] {
        margin-bottom: 0.5vw;
        height: 3vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #ddd;
        color: #000;
    }
    
     input[type=button]:hover {
        margin-bottom: 0.5vw;
        height: 3vw;
        width: 95%;
        border: 0;
        font-size: 1.25vw;
        padding-left: 5%;
        background-color: #071025;
        color: #fff;
    }
    
    ::placeholder { 
    color: #ddd;
    opacity: 1;
    }
   
    
    
    
    h2 {
        font-weight: normal;
        letter-spacing: 1;
        line-height: 2.5vw;
    }
    
    h2 a {
        text-decoration: none;
    }
    
    
  
    
    .spodek {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        height: 8vw;
        background-color: #000;
        opacity: 0.7;
    }
    
    .ikony-leva {
        float: left;
        margin-left: 5vw;
        margin-top: 1.5vw;
    }
    
    .ikony-leva img{
        margin-left: 1vw;
        margin-right: 1vw;
        width: 3vw;
    }
    
     .ikony-prava {
        float: right;
        margin-right: 5vw;
        margin-top: 1.5vw;
        width: 3vw;
    }
   
    
    .vrsek {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 18vw;
    }
    
    .vrsek img {
        width: 10vw;
        margin-left: 36%;
        margin-top: 9vw;
    }
        
    
     .stred {
        margin: 0 12% -10vw 28%;
        width: 60%;
        min-height: 15vw;
        overflow: auto;
            
    }
    
    .stred2 {
        height: 10vw;
        width: 10vw;
    }
    
    
    
   
    
    h3 {
        margin-top: 2.5vw;
        font-size: 1.25vw;
    }
    
    h3 a {
        text-decoration: none;
        color: #fff;
    }
    
    hr {
        margin: 0 2% 3vw 2%;
        width: 96%;
        color: #fff;
    }
    
    li {
        margin-bottom: 1vw;
    }
    
    a {
        text-decoration: none;
        
    }
    
    #posun {
        margin-left: 2vw;
    }
    
    #cervena {
        color: #ff3838;
        font-weight: bold;
    }
    
    table {
        width: 100%;
        font-size: 0.8vw;
        border-collapse: collapse;
        color: #fff;
    }
    
    
    
   
    
   
    
    td {
        padding: 0.5vw
    }
    
    td .sirsi {
        width: 40%;
    }
    
    th {
        background-color: #007e31;
        color: #fff;
        padding: 0.5vw;
        text-align: left
    }
    
    td #male {
        font-size: 0.6vw;
    }
    
    .seznam {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 10vw;
    }
    
    
     .radek {
        font-size: 0.8vw;
        width: 100%;
        float: left;
        height: 3.5vw;
        padding: 0.25vw 0 0.25vw 0; 
    }
    
    
    
    .radek:hover {
        background-color: #ddd;
    }
    
    .radek .polozka {
        float: left;
        width: 10%;
        margin-left: 1vw;
        font-size: 1.2vw;
    }
    
    .radek .polozka2 {
        float: left;
        width: 5.5%;
        text-align: center;
        font-size: 1.2vw;
    }
    
    .radek .polozka2 img {
        height: 100%;
        width: auto;
        margin-left: 15%;
    }
    
    .radek .polozka3 {
        float: left;
        width: 25%;
        text-align: center;
        font-size: 1.2vw;
    }
    
    .kalendarik {
        width: 14%;
        height: 2vw;
        margin-top: 5vw; 
        color: black;
    }
    
    .kalendarik tr:hover {
        background-color: #fff;
    }

.poletd {
        float: left;
        width: 100%;
        padding: 0.5vw 0 0.5vw 0.5vw;
        margin-top: 0.5vw;
        line-height: 1.1vw;
    }
    
    .poletd .nazev {
        color: #000;
        font-size: 0.8vw;
    }

.box-velke {
        float: left;
        width: 70%;
        margin: 5vw 1% 1vw 15%;
        padding: 0 1% 0 1%;
        border: none;
        color: #e11926;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        border-radius: 0.5vw;
   }
   
   
    .promaletelefony {
        display: none;
    }
    
}


@media(max-width: 1023px) and (min-width: 320px){
           /* Style the navigation menu */
.topnav {
    float: left;
   background-color: #e11926;
   color: white;
  position: absolute;
  z-index: 8;
  top: 5vw;
  left: 10vw;
  
}
.topnav #myLinks {
  display: none;
  margin-top: 14vw;
  color: white;
}

.topnav #myLinks a {
   font-size: 7vw;
   line-height: 8vw;
   color: white;
   
}
  


/* Style navigation menu links */
.topnav a {
  color: #007e31;
  padding: 2vw 2vw;
  text-decoration: none;
  font-size: 10vw;
  display: block;
  
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #e11926;
  color: #fff;
  display: block;
  float: right;
  position: absolute;
   left: 0;
  top: 0vw;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background: #071025;
  color: #fff;
  opacity: 1;
}

/* Style the active link (or home/logo) */
.topnav .active {
  color: #fff;
  width: 21%;
} 
        
#novinky2, #partneri2, #kurzy2, #informaceprosoutezici2, #fotogalerie2, #pronajem2, #darkovepoukazy2, #kontakt2 {
    margin-top: -25vw; 
    height: 25vw; 
}




   img{
        width: 100%;
        height: auto;
     }
    strong {
         font-family: AmorBold, Arial, Helvetica, sans-serif;
     }
     
        body{
        margin: 0px;
        padding: 0px;
        font-size: 4vw;
        line-height: 5vw;
        font-family: Amor, Arial, Helvetica, sans-serif;
        color: #000;
        z-index: -3;
    }
    
    .pozadi {
        width: 100%;
         overflow: hidden;
         z-index: -100;
         margin-top: 25vw;
    }
    
    .pozadi img{
        margin-left: -40%;
        width: 200%;
        height: auto;
    }
    
   
    .pozadi-text {
        position: absolute;
        top: 103vw;
        left: 10%;
        width: 80%;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 6vw;
        line-height: 8vw;
        background-color: #007e31;
        padding: 2vw;
        clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    }
    
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 25vw;
        float: left;
        background-color: white;
        z-index: 8;
    }
    

    .logo {
        float: right;
        width: 60%;
        height: 24vw;
        margin-top: 6.5vw;
        margin-left: 2%;
        margin-right: 4%;
        z-index: 10;
    }
    
    .pole {
       display: none;
    }

     .polehlavni {
       display: none
    }
    
    .polehlavni:hover{
        border-bottom: solid;
        border-bottom-color: #007e31;
    }
         
         
    .poletext {
        display: none
        
    }
    
    .poletext2 {
        display: none
        
    }
   
    
    .stopa {
        position: absolute;
        margin-top: -2vw;
        float: left;
        width: 100%;
        height: 5vw;
        z-index: 5;
    }
    
    .stopa img {
        width: 100%;
        height: 5vw;
    }
    
    .vertikalnimenu {
        display: none;
    }
    
    .vertikalnimenu2 {
        display: none;
    }
    
  
    .hlavni {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 1%;
        font-size: 1.25vw;
        
    }
    
    .hlavni img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
     h1 {
    font-size:6vw;
    line-height: 8vw;
    color: #e11926;
    text-transform: uppercase;
    }
    
    p {
        font-size: 4vw;
    }
    
    ul {
        line-height: 5vw;
    }
    
    li {
        font-size: 4vw;
    }
    
    button {
        padding-right: 5%;
        margin-left: 1%;
        width: 40vw;
        background-color: #e11926;
        height: 7vw;
        color: white;
        font-size:4vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    .areal {
        float: left;
        width: 90%;
        padding: 0 5% 0 5%;
        font-size: 1.25vw;
        margin-top: 2vw;
    }
    
     .kurzy {
      float: left;
      width: 90%;
      padding: 0 5% 0 5%;
      background-color: #e11926;
    }
    
    .kurzy h1 {
        color: white;
    }
    
    .kurzy h2 {
        color: white;
        font-size: 6vw;
        line-height: 8vw;
        font-family: Amorbold
    }
    
    .registrace-kurz {
        float: left;
        width: 100%;
        padding: 0 15% 4vw 15%;
        font-size: 1.25vw;
        margin-top: 8vw; 
    }
    
    .registrace-kurz-text {
        width: 47%;
        float: left;
        margin-right: 2vw;
        color: black;
    }
    
    
         
    .kurzy .polovina {
        float: left;
        width: 100%;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        margin: 0 0 2vw 0;
    } 
    
    .polovina:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext {
        float: right;
        width: 100%;
        margin-top: 5vw;
        margin-left: 1%;
    }
    
    .polovina p {
        width: 90%;
      padding: 0 5% 0 5%;
    }
    .polovina img {
        float: right;
        width: 100%;
        height: auto;
    }
    
    .polovina .nadpis {
        width: 100%;
        text-align: left;
        margin: 0vw  3% 0.75vw 3%;
        color: #e11926;
        font-size: 8vw;
        line-height: 8vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext button {
        padding-right: 5%;
        margin-left: 1%;
        margin-top: 2vw;
        width: 50%;
        margin-right: 5%; 
        background-color: #e11926;
        height: 8vw;
        color: white;
        font-size: 4vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    .kurzy .polovina2 {
        float: right;
        width: 100%;
        background-color: #eee;
        background-size: cover;
        box-shadow: .5vw .75vw 2vw #000;
        background-position: bottom -5vw right;
        margin: 0 0 2vw 0;
    } 
    
    .polovina2:hover {
        border: 1vw;
        background-color: #071025;
        box-shadow: 0.75vw 0.75vw 1.5vw #000;
        background-image: none;
         color: white;
    }
    
    .polovinatext2 {
        float: right;
        width: 100%;
        margin-top: 5vw;
        margin-left: 5%;
    }
    
    .polovina2 img {
        float: left;
        width: 100%;
        height: auto;
                   
    }
    
     .polovina2 p {
        width: 90%;
      padding: 0 5% 0 5%;
    }
    
    .polovina2 .nadpis {
       width: 100%;
        text-align: left;
        margin: 0vw  3% 0.75vw 3%;
        color: #e11926;
        font-size: 8vw;
        line-height: 8vw;
        font-family:  AmorItalic;
        text-transform: uppercase
    }
    
    .polovinatext2 button {
       padding-right: 5%;
        margin-left: 1%;
        margin-top: 2vw;
        width: 50%;
        margin-right: 5%; 
        background-color: #e11926;
        height: 8vw;
        color: white;
        font-size: 4vw;
        border: 1vw;
        color: white;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .polovinatext2 button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    .tretina {
        width: 100%;
        float: left;
        margin-right: 2vw;
        color: white;
    }
    
    
    .tretina button {
        padding-right: 5%;
        margin-left: 1%;
        width: 14vw;
        background-color: white;
        height: 3vw;
        color: #071025;
        font-size: 1.1vw;
        border: 1vw;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
    }
    
    
    .tretina button:hover {
         border: 0.25vw;
        color: #e11926;
        background-color: #fff
    }
    
    
    .firemniakce {
      float: left;
        width: 90%;
        padding: 10vw 5% 0vw 5%;
    }
    
    .firemniakce img {
        width: 90%;
        height: auto;
        margin-left: 5%;
    }
    
     .darkovepoukazy {
      float: left;
        width: 90%;
        padding: 0 5% 0 5%;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    
    .darkovepoukazy img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
    .darkovepoukazy video {
        width:100%;
        height: auto;
    }
    
    
    
    .informaceprosoutezici {
      float: left;
        width: 90%;
        padding: 0 5% 0 5%;
    }
    
    .informaceprosoutezici img {
        width: 30%;
        height: auto;
        margin-left: 35%;
    }
    
    
    .fotogalerie {
        float: left;
        width: 100%;
        font-size: 1.25vw;
        background-color: #007e31;
        padding: 2vw 0 2vw 0;
   
    }
    
    
    #fotogalerie {
        background-color: #007e31;
        
    }
    
    .fotogalerie h1 {
        color: white;
        margin-top: 2vw;
    }
    
    
    .galerie {
        width: 100%;
         float: left;
    }
    
    .foto {
        float: left;
        width: 47%;
        margin-right: 3%;
    }
    
    .foto img {
        width: 100%;
        height: auto;
        margin: 3%;
    }
    
  
    
    
    .pronajem {
      float: left;
        width: 90%;
        padding: 0 5% 0 5%;
        font-size: 0.8vw;
        background-color: #071025;
        margin-top: -25vw;
       color: #fff;
        
    }
    
    .pronajem img {
        width: 30%;
        height: auto;
        margin-left: 35%;

    }
    
    .pronajem h1 {
        color: white;
    }

    
     .pronajem h2 {
        color: #e11926;
        line-height: 6vw;
        font-size: 4vw;
    }
    
     .minulerocniky {
      float: left;
        width: 90%;
        padding: 0 5% 0 5%;
    }
    
    .minulerocniky img {
        margin-bottom: 5vw;
    }
    
     .partneri {
      float: left;
        width: 90%;
        padding: 0 5% 0 5%;
    }
    
    .partner {
        width: 50%;
        float: left;
    }
    
    .partner img {
        margin-left: 15%;
        width: 70%;
        height: auto;
    }
    
     .kontakt {
      float: left;
        width: 100%;
     font-size: 4vw;
     margin-top: -25vw;
    }
    
    .kontakt img {
        width: 100%;
        height: auto;
    }
    
    .kontakty {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 4vw;
    }
    
    
    .kontakt-pole {
        float: left;
        width: 100%;
        margin-bottom: 5vw;
    }
    
     .kontakt-pole a {
        text-decoration: none;
        color: black;
    }
    
    #kontakt-nadpis {
        text-transform: uppercase;
        color: #e11926;
        font-weight: bold;
        font-size: 5vw;
    }
    
    
     .mapa {
        float: left;
        width: 100%;
        height: 40vw;
        font-size: 1.25vw;
        overflow: hidden;
        background: url('img/mapa-1024.jpg') no-repeat center center; color: #fff;
    }
    
    .registrace {
        
    }
    
    fieldset {
        float: left;
        width: 94%;
        margin-right: 3%;
        border: none;
        color: #007e31;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        
    }
    
    legend {
        color: #007e31;
        font-weight: bold;
        font-size: 6vw;
        padding-top: 7vw;
    }
    
    .registrace-pole {
        float: left;
        width: 70%;
        height: 6vw;
        color: #007e31;
        margin-top: 1vw;
       
    }
    
    .registrace-poleimg {
        float: left;
        width: 100%;
        height: 15vw;
        color: #007e31;
        margin-top: 2vw;
       
    }
    
     .registrace-poleimg img {
        height: 8vw;
        width: auto;
       
    }
    
    
    .registrace-k-vyplneni {
       float: left;
        width: 100%;
        min-height: 10vw;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 1vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
         color: #666; 
         overflow: auto;
       
    }
    
    select {
        width: 95%;
        height: 8vw;
        font-family: AmorBold, Arial, Helvetica, sans-serif;
        border: 0;
        border-bottom: 2px solid #ddd;
        font-size: 4vw;
        padding-left: 5%;
        background-color: #fff;
        color: #666;
        
    }
    
     textarea {
        margin-bottom: 1vw;
        width: 93%;
        height: 30vw;
        font-size: 4vw;
        border: 0;
        border-bottom: 2px solid #007e31;
        margin-left: 2%;
   }
    
   
    input[type=radio] {
        width: 4vw;
        height: 4vw;
        margin-left: 3vw;
    }
    
    input[type=checkbox] {
        width: 4vw;
        height: 4vw;
        margin-left: 3vw;
    }
    
    input[type=text] {
        height: 7vw;
        width: 95%;
        border: 0;
        border-bottom: 2px solid #ddd;
        font-size: 4vw;
        padding-left: 5%;
    }
    
    input[type=text]:focus{
     border-bottom: 2px solid #007e31;
    outline: none;
    }
    
   
    
     input[type=submit] {
        height: 10vw;
        width: 95%;
        border: 0;
        font-size: 4vw;
        padding-left: 5%;
        background-color: #007e31;
        color: #fff;
    }
    
     input[type=submit]:hover {
        margin-bottom: 1vw;
        width: 95%;
        border: 0;
        padding-left: 5%;
        background-color: #666;
        color: #fff;
    }
    
    input[type=button] {
        margin-bottom: 3vw;
        margin-top: 1vw;
        height: 9vw;
        width: 95%;
        border: 0;
        font-size: 4vw;
        padding-left: 5%;
        background-color: #888;
        color: #fff;
    }
    
     input[type=button]:hover {
        margin-bottom: 1vw;
        width: 95%;
        border: 0;
        padding-left: 5%;
        background-color: #bbb;
        color: #fff;
    }
    
    ::placeholder { 
    color: #ddd;
    opacity: 1;
    }
   
    
    
    
    h2 {
        font-weight: normal;
        letter-spacing: 1;

    }
    
    h2 a {
        text-decoration: none;
    }
    
   
    
    .spodek {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        height: 8vw;
        background-color: #000;
        opacity: 0.7;
    }
    
    .ikony-leva {
        float: left;
        margin-left: 5vw;
        margin-top: 1.5vw;
    }
    
    .ikony-leva img{
        margin-left: 1vw;
        margin-right: 1vw;
        width: 3vw;
    }
    
     .ikony-prava {
        float: right;
        margin-right: 5vw;
        margin-top: 1.5vw;
        width: 3vw;
    }
    
    
    .vrsek {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 18vw;
    }
    
    .vrsek img {
        width: 10vw;
        margin-left: 36%;
        margin-top: 9vw;
    }
        
    
     .stred {
        margin: 0 12% -10vw 28%;
        width: 60%;
        min-height: 15vw;
        overflow: auto;
            
    }
    
    .stred2 {
        height: 10vw;
        width: 10vw;
    }
    
   
   
    
    h3 {
        margin-top: 2.5vw;
        font-size: 1.25vw;
    }
    
    h3 a {
        text-decoration: none;
        color: #fff;
    }
    
    hr {
        margin: 0 2% 0 2%;
        width: 96%;
        color: #fff;
    }
    
    li {
        margin-bottom: 1vw;
    }
    
    a {
        text-decoration: none;
        
    }
    
    #posun {
        margin-left: 2vw;
    }
    
    #cervena {
        color: #ff3838;
        font-weight: bold;
    }
    
    h3 {
        font-size: 5vw;
        margin-top: 5vw;
    }
    
    table {
        width: 100%;
        padding: 0 5% 0 5%;
        font-size: 3vw;
        border-collapse: collapse;
        color: #fff;
    }
    
    
    
    tr {
    border-bottom: 1px solid #999;
    }
    
    tr:hover {background-color: #e11926;}
    
    td {
        padding: 0.5vw
    }
    
    td .sirsi {
        width: 40%;
    }
    
    th {
        background-color: #007e31;
        color: #fff;
        padding: 0.5vw;
        text-align: left
    }
    
    td #male {
        font-size: 2vw;
    }
    
     .prihlaseni {
        width: 90%;
        margin: 2vw 5% 0 5%;
      
    } 
    
    .kalendarik {
        padding: 1vw 0.5vw;
        height: 5vw;
        color: #000;
        background-color: #fff;
    }
    
    .poletd {
        float: left;
        width: 90%;
        padding: 1vw 0 0.5vw 2vw;
  
        color: #000;
    }
    
    .poletd .nazev {
        color: #000;
    }
    
    .box-velke {
        float: left;
        width: 95%;
        margin: 25vw 1% 5vw 1%;
        padding: 0 1% 0 1%;
        border: none;
        color: #e11926;
        box-shadow: #ddd 0.5vw 0.75vw 2vw; 
        border-radius: 0.5vw;
   }
   
   .promavelkedispleje {
       display: none;
   }
}


#red {
    color: red;
}

.clear {
    clear: both;
}