/*
Theme Name: Roztoč Hřiba
Description: Roztoč Hřiba - vytočte si zakázku
Version: 1.0
Tags: roztoc, hriba
*/

body {
    font-family: 'Gantari', sans-serif;
}

#topbar {
    height: 85px;
    background-color: #fff;
    width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 10000;
}

.logo {
  padding-top: 20px;
}

.menu-mobile {
  display: none;
}

.menu ul li {
    display: inline-block;
    list-style-type: none!important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 500;
    cursor: pointer;
}

.menu ul li:hover {
  background-color: #1d1d1b;
  border-bottom: 5px solid #fff;
  color: #fff;
  line-height: 80px;
  background: url('./assets/imgs/menu_arrow@2x.png') no-repeat #1d1d1b;
  background-position: bottom center;
  background-size: 20px;
}

.arrow {
  display: inline-block;
}

.menu ul li:hover a {
  color: #fff;
}

.menu a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.menu-mobile ul li {
  display: inline-block;
  list-style-type: none!important;
  padding-left: 40px;
  text-transform: uppercase;
  line-height: 45px;
}

.menu-mobile a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu-mobile a:hover {
  color: #db2633;
  cursor: pointer;
}

#homepage {
    color: #fff;
    background: url('./assets/imgs/bg.jpg') no-repeat;
    background-size: cover;
    width:100vw;
    height: calc(100vh - 85px);
    overflow: hidden !important;
}

#kolo-text {
  color: #ffde00;
  margin-top: 50px;
  bottom: 30px;
}

#arrow {
  background: url('./assets/imgs/cursor@2x.png') no-repeat;
  background-size: contain;
  top: calc(50% - 44px);
  right: 90%;
  width: 137px;
  height: 88px;
  position: absolute;
  z-index: 3000;
}

#circus-lights {
  position: absolute;
  right: 2px;
  top: 18.8%;
  z-index: 1000;
  cursor: pointer;
  width: calc(61.5% - 15%);
}

/* #circus-lights:hover > #circus {
  filter: brightness(1.2)!important;
}

#circus-lights:hover + #circus {
  filter: brightness(1.2)!important;
}

#circus-lights:hover #circus {
  filter: brightness(1.2)!important;
}

#head:hover > #circus {
  filter: brightness(1.2)!important;
}

#head:hover + #circus {
  filter: brightness(1.2)!important;
}

#head:hover #circus {
  filter: brightness(1.2)!important;
}

#head2:hover > #circus {
  filter: brightness(1.2)!important;
}

#head2:hover + #circus {
  filter: brightness(1.2)!important;
}

#head2:hover #circus {
  filter: brightness(1.2)!important;
} */


#circus  {
  position: absolute;
  right: 20px;
  top: 20%;
  z-index: 500;
  width: 45%;
}

.vytoc {
    position: relative;
    z-index: 5000!important;
    margin-left: -30px;
    margin-bottom: 30px;
}

.vytoc2 {
    position: relative;
    z-index: 5000!important;
    margin-left: -85px;
    margin-bottom: 30px;
    display: none;
    margin-top: 90px;
}

.nadpis-vytoc {
  position: absolute;
  width: 100%;
  font-weight: 900;
  font-size: 40px;
  padding-top: 115px;
  text-align: center;
  color: #000;
}

.vytoc-text {
    font-size: 16px;
    padding-right: 120px;
    line-height: 200%;
}

.vytoc-text a {
  color: #ffde00!important;
}

.vytoc-text a:hover {
  color: #fff6b6!important;
  text-decoration: none!important;
}

@keyframes spinlights {
    0% {
      transform: rotate(0deg);
      opacity: 0;
    }
    10% {
      transform: rotate(0deg);
      opacity: 100;
    }

    20% {
      transform: rotate(0deg);
      opacity: 0;
    }

    30% {
      transform: rotate(15deg);
      opacity: 0;
    }

    40% {
      transform: rotate(15deg);
      opacity: 0;
    }

    50% {
      transform: rotate(15deg);
      opacity: 0;
    }

    60% {
      transform: rotate(0deg);
      opacity: 0;
    }

    70% {
      transform: rotate(0deg);
      opacity: 100;
    }

    80% {
      transform: rotate(0deg);
      opacity: 0;
    }

    90% {
      transform: rotate(15deg);
      opacity: 0;
    }

    100% {
      transform: rotate(15deg);
      opacity: 100;
    }

}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(1665deg);
    }
  }

  .blur {
    animation: blur 10s;
}

@keyframes blur {
    0% {
        filter: blur(1.5px)
    }
    80% {
        filter: blur(0.5px)
    }
    100% {
        filter: blur(0)
    }
}

  .spin {
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1)
  }

  .spinlights {
    animation-name: spinlights;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  .btnspin {
    border: 2px solid #fff;
    background-color: #ffde00;
    padding: 15px 20px 12px 20px;
    text-decoration: none;
    color: #000!important;
    display: inline-block;
    font-weight: 900;
  }

  .btnspin img {
    margin-top: -5px;
  }

  .btnspin:hover {
    background-color: #fec500;
  }

  #head {
    background: url('./assets/imgs/hlava@2x.png') no-repeat;
    width: 134px;
    height: 200px;
    background-size: contain;
    position: absolute;
    z-index: 5500;
    top: calc(50% - 100px);
    right: calc(50% - 67px);
    cursor: pointer;
  }

  #head2 {
    background: url('./assets/imgs/hlava2@2x.png') no-repeat;
    width: 170px;
    height: 200px;
    background-size: contain;
    position: absolute;
    z-index: 5500;
    top: calc(50% - 100px);
    right: calc(50% - 85px);
    visibility: hidden;
    cursor: pointer;
  }

  #cobylo {
    background-color: #ffde00;
    color: #000;
    width: 100%;
    min-height: 460px;
  }

  .zakon {
    font-weight: 900;
    color: #000;
    text-decoration: underline;
  }

  .zakon:hover {
    font-weight: 900;
    color: #000;
    text-decoration: none;
  }

  #cobylo h3 {
    font-weight: 900;
    font-size: 50px;
    padding-top: 80px;
    margin-bottom: 35px;
  }

  #cobylo p {
    margin-bottom: 35px;
  }

  #footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    min-height: 460px;
  }

  #footer h3 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    padding-top: 200px;
    margin-bottom: 40px;
  }

  .pulpfiction {
    margin-left: -100px;
    margin-top: -60px;
    height: 520px;
  }

  h1 {
    font-weight: 900;
    color: #fff;
    background-color: #000;
    padding: 10px;
    display: inline-block;
  }

  .page-content {
    padding-bottom: 80px;
  }

  .page-content p {
    line-height: 200%;
    font-size: 20px;
    text-align: left;
  }

  .page-content h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .pa

  .page-content h1 span {
    color: #fff!important;
  }

  .page-content a {
    color: #000;
    font-weight: 900;
    text-decoration: underline;
  }

  .page-content a:hover {
    text-decoration: none;
  }

  #fakta {
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px 0 30px 0;
  }

  #fakta h2 {
    color: #ffde00;
    background-color: transparent;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 60px;
    margin-top: 40px;
  }

  #media {
    padding: 30px 0 30px 0;
  }

  #media h2 {
    background-color: transparent;
    color: #000;
    font-weight: 900;
    font-size: 60px;
    margin-top: 40px;
  }

  .btn-white {
    border: 3px solid #fff;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
  }

  .btn-white img {
    padding-right: 15px;
  }

  .btn-white:hover {
    color: #000;
    border: 3px solid #000;
    background-color: #fff;
  }

  .btn-fb:hover {
    color: #000!important;
    border: 3px solid #fff!important;
    background-color: #ffde00!important;
  }

  .fact {
    margin-bottom: 30px;
    display: inline-block;
  }

  .fact-number {
    float: left;
    margin-right: 20px;
    background-color: #ffde00;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 90px;
    text-align: center;
    line-height: 100px;
    color: #1c1c1c;
    font-weight: 900;
    font-family: 'Gantari', sans-serif;
    margin-bottom: 30px;
  }

  .fact-text {
    float: right;
    width: calc(100% - 120px);
    line-height: 200%;
    font-size: 17px;
    padding-top: 15px;
  }

  .kauza-clanek {
    margin-bottom: 20px;
  }

  .kauza-clanek img.wp-post-image {
    width: 100%;
    height: auto;
 }

 .kauza-text {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
 }

 .kauza-text a {
  color: #000000;
  font-size: 20px;
 }

 .zakazka {
  padding: 10px 30px 10px 30px;
  border-top: 2px solid #000;
  font-weight: 700;
  min-height: 50px;
  line-height: 25px;
 }

 .zakazka:last-child {
  border-bottom: 2px solid #000;
 }

 .zakazka:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
 }

 .zakazka h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
 }

 .mena {
  padding-right: 30px;
}

#celkem {
  background-color: #ffde00;
  padding: 10px 30px 10px 30px;
}

#celkova-castka {
  font-size: 30px;
  font-weight: 900;
}

#celkova-mena {
  font-size: 30px;
  font-weight: 900;
}

#menu-mobile {
  display: none;
}

/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */

  @media only screen and (max-width: 900px) {
    .menu {
      display: none!important;
    }

    #menu-mobile {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }

    .menu-mobile {
      top: 85px;
      position: absolute;
      width: calc(100vw - 8px);
      height: calc(100vh - 85px);
      background-color: #fff;
      z-index: 10000;
    }

    .menu-mobile ul {
      margin: 0 0 0 -8px!important;
      padding: 0;
    }

    .menu-mobile li {
      padding-left: 0!important;
      text-align: center;
      border-top: 2px solid #000;
      width: calc(100vw - 8px);
    }

    .menu-mobile li:hover {
      background-color: #000;
      color: #fff
    }

    .menu-mobile li:hover a {
      color: #fff;
    }

    .pulpfiction {
      height: 240px!important;
    }

    .doprava {
      text-align: right;
    }
  }

  @media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
  }

  @media only screen and (min-width: 970px) and (max-width: 1445px) {
    .vytoc-text {
      font-size: 18px!important;
    }

    .vytoc {
      width: 60%!important;
      margin-top: 0px;
    }

    .vytoc2 {
      width: 75%!important;
      margin-top: 30px!important;
    }

    .nadpis-vytoc {
      font-size: 24px!important;
      padding-top: 80px!important;
    }

    .btnspin {
      margin-top: 25px!important;
      margin-bottom: 12px!important;
    }

    #circus  {
      position: absolute;
      right: 20px;
      top: 20%;
      z-index: 500;
      width: 55%;
    }

    #circus-lights {
      position: absolute;
      right: 10px;
      top: 18.8%;
      z-index: 1000;
      cursor: pointer;
      width: calc(71.7% - 15%);
      }

    #arrow {
      background: url('./assets/imgs/cursor@2x.png') no-repeat;
      background-size: contain;
      top: calc(50% - 44px);
      right: 86%;
      width: 137px;
      height: 88px;
      position: absolute;
      z-index: 3000;
  }

  #head {
    background: url('./assets/imgs/hlava@2x.png') no-repeat;
    width: 100px!important;
    height: 150px!important;
    background-size: contain;
    position: absolute;
    z-index: 5500;
    top: calc(50% - 75px);
    right: calc(50% - 50px);
    cursor: pointer;
    }
  
  #head2 {
    background: url('./assets/imgs/hlava2@2x.png') no-repeat;
    width: 110px!important;
    height: 130px!important;
    background-size: contain;
    position: absolute;
    z-index: 5500;
    top: calc(50% - 65px);
    right: calc(50% - 55px);
    visibility: hidden;
    cursor: pointer;
    }

  }

  @media only screen and (min-width: 1446px) and (max-width: 1930px) {
      /* styles for browsers larger than 1440px; */
      /* for sumo sized (mac) screens */
      .vytoc-text {
        font-size: 18px!important;
      }

      .vytoc {
        width: 80%!important;
        margin-top: 0px!important;
      }

      .vytoc2 {
        margin-top: 30px!important;
      }

      .btnspin {
        margin-top: 50px!important;
        margin-bottom: 12px!important;
      }

      #circus  {
        position: absolute;
        right: 20px;
        top: 20%;
        z-index: 500;
        width: 55%;
      }

      #circus-lights {
        position: absolute;
        right: 10px;
        top: 18.8%;
        z-index: 1000;
        cursor: pointer;
        width: calc(71.7% - 15%);
        }

        #arrow {
          background: url('./assets/imgs/cursor@2x.png') no-repeat;
          background-size: contain;
          top: calc(50% - 44px);
          right: 89%;
          width: 137px;
          height: 88px;
          position: absolute;
          z-index: 3000;
      }

        #head {
          background: url('./assets/imgs/hlava@2x.png') no-repeat;
          width: 100px;
          height: 150px;
          background-size: contain;
          position: absolute;
          z-index: 5500;
          top: calc(50% - 75px);
          right: calc(50% - 50px);
          cursor: pointer;
          }
    
        #head2 {
          background: url('./assets/imgs/hlava2@2x.png') no-repeat;
          width: 110px;
          height: 130px;
          background-size: contain;
          position: absolute;
          z-index: 5500;
          top: calc(50% - 65px);
          right: calc(50% - 55px);
          visibility: hidden;
          cursor: pointer;
          }

          .btnspin {
            margin-top: 0!important;
          }
  }
  @media only screen and (min-width: 2000px) {
      /* for sumo sized (mac) screens */
      .vytoc-text {
        font-size: 20px!important;
      }

      .vytoc {
        width: 110%!important;
        margin-top: 150px;
      }

      .vytoc2 {
        margin-top: 150px!important;
      }

      .btnspin {
        margin-top: 100px!important;
        margin-bottom: 25px!important;
      }
  }

  /* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
/* styles for mobile browsers smaller than 480px; (iPhone) */

.col-md-6 {
  width: 100%!important;
}

.page-content p {
  line-height: 200%;
  font-size: 20px;
  text-align: left!important;
}

.mena {
  padding-right: 5px!important;
}

#media h2 {
  font-size: 36px;
}

.mob-menu {
  width: 30px!important;
  height: auto!important;
}

.logo {
  padding-left: 0!important;
}

 .logo img {
  width: 160px!important;
  height: auto!important;
  margin-top: 0px;
 }

 #topbar {
  position: fixed;
  width: 100%;
  height: 65px!important;
  margin-left: 0!important;
 }

 html, body {
  overflow-x: hidden!important;
 }

 body {
  position: relative
 }

 #homepage {
  padding-top: 65px;
  min-height: 100%!important;
  height: auto!important;
  padding-bottom: 120px;
 }

 .hide {
  display: none!important;
 }

 .page-content h1 {
  margin-top: 30px;
 }

 #cobylo h3 {
  font-weight: 900;
  font-size: 36px;
  padding-top: 80px;
  margin-bottom: 35px;
}

 #circus-lights {
  display: none!important;
}

 .btnspin {
  width: 100%!important;
  text-align: center!important;
  bottom: 0!important;
  left: 0!important;
  position: fixed;
  z-index: 13000!important;
 }

 #footer h3 {
  font-size: 30px!important;
}

.pulpfiction {
  height: 300px;
}

#menu-mobile {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 150000;
}

.menu-mobile {
  top: 65px;
  left: 0;
  position: fixed;
  width: calc(100vw);
  height: calc(100vh - 65px);
  background-color: #fff;
}

.menu-mobile ul {
  margin: 0 0 0 -8px!important;
  padding: 0;
}

#head {
  background: url('./assets/imgs/hlava@2x.png') no-repeat;
  width: 70px!important;
  height: 105px!important;
  background-size: contain;
  position: absolute;
  z-index: 5500;
  top: calc(50% - 52px)!important;
  right: calc(50% - 35px)!important;
  cursor: pointer;
}

#head2 {
  background: url('./assets/imgs/hlava2@2x.png') no-repeat;
  width: 70px!important;
  height: 83px!important;
  background-size: contain;
  position: absolute;
  z-index: 5500;
  top: calc(50% - 41px)!important;
  right: calc(50% - 35px)!important;
  visibility: hidden;
  cursor: pointer;
}

.menu-mobile li {
  padding-left: 0!important;
  text-align: center;
  border-top: 2px solid #000;
  width: calc(100vw - 8px);
}

.menu-mobile li:hover {
  background-color: #000;
  color: #fff
}

.menu-mobile li:hover a {
  color: #fff;
}

.pulpfiction {
  height: 200px!important;
  margin-top: -109px!important;
}

.doprava {
  text-align: right;
}

#circus {
  position: relative!important;
  width: 100%!important;
  z-index: 500;
  margin-left: auto!important;
  margin-right: auto!important;

  }

.vytoc {
  width: 100%!important;
  position: relative;
  z-index: 5000!important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.vytoc2 {
  display: none;
  width: 70%!important;
  position: relative;
  z-index: 5000!important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 0px!important;
}

.hpcol {
  padding-top: 10px!important;
}

.vytoc-text {
  padding: 0!important;
  text-align: center;
  line-height: 200%;
  font-size: 15px;
}

#kolo-text {
  color: #ffde00;
position: absolute;
bottom: 70px!important;
width: 75%!important;
margin-right: 0!important;
display: inline-block!important;
text-align: center!important;
margin-left: -12px!important;
}

.page-content {
  padding-top: 65px;
}

.btn-roztocit {
  z-index: 100000;
}

.nadpis-vytoc {
  position: absolute;
width: 100%;
font-weight: 900;
font-size: 20px!important;
padding-top: 53px;
text-align: center;
color: #000;
}

.pulpfiction {
  height: 200px!important;
  margin-top: -80px!important;
  }

}

  @media only screen and (max-width: 480px) {
     /* styles for mobile browsers smaller than 480px; (iPhone) */

     .page-content p {
      line-height: 200%;
      font-size: 20px;
      text-align: left!important;
    }

    .mena {
      padding-right: 5px!important;
    }

    #media h2 {
      font-size: 36px;
    }

    .mob-menu {
      width: 30px!important;
      height: auto!important;
    }

    .logo {
      padding-left: 0!important;
    }

     .logo img {
      width: 160px!important;
      height: auto!important;
      margin-top: 0px;
     }

     #topbar {
      position: fixed;
      width: 100%;
      height: 65px!important;
      margin-left: 0!important;
     }

     html, body {
      overflow-x: hidden!important;
     }

     body {
      position: relative
     }

     #homepage {
      padding-top: 65px;
      min-height: 100%!important;
      height: auto!important;
      padding-bottom: 120px;
     }

     .hide {
      display: none!important;
     }

     .page-content h1 {
      margin-top: 30px;
     }

     #cobylo h3 {
      font-weight: 900;
      font-size: 36px;
      padding-top: 80px;
      margin-bottom: 35px;
    }

     #circus-lights {
      display: none!important;
    }

     .btnspin {
      width: 100%!important;
      text-align: center!important;
      bottom: 0!important;
      left: 0!important;
      position: fixed;
      z-index: 3000!important;
     }

     #footer h3 {
      font-size: 30px!important;
    }

    .pulpfiction {
      height: 300px;
    }

    #menu-mobile {
      display: block;
      position: fixed;
      right: 20px;
      top: 20px;
      cursor: pointer;
      z-index: 150000;
    }

    .menu-mobile {
      top: 65px;
      left: 0;
      position: fixed;
      width: calc(100vw);
      height: calc(100vh - 65px);
      background-color: #fff;
    }

    .menu-mobile ul {
      margin: 0 0 0 -8px!important;
      padding: 0;
    }

    #head {
      background: url('./assets/imgs/hlava@2x.png') no-repeat;
      width: 70px!important;
      height: 105px!important;
      background-size: contain;
      position: absolute;
      z-index: 5500;
      top: calc(50% - 52px)!important;
      right: calc(50% - 35px)!important;
      cursor: pointer;
    }

    #head2 {
      background: url('./assets/imgs/hlava2@2x.png') no-repeat;
      width: 70px!important;
      height: 83px!important;
      background-size: contain;
      position: absolute;
      z-index: 5500;
      top: calc(50% - 41px)!important;
      right: calc(50% - 35px)!important;
      visibility: hidden;
      cursor: pointer;
    }

    .menu-mobile li {
      padding-left: 0!important;
      text-align: center;
      border-top: 2px solid #000;
      width: calc(100vw - 8px);
    }

    .menu-mobile li:hover {
      background-color: #000;
      color: #fff
    }

    .menu-mobile li:hover a {
      color: #fff;
    }

    .pulpfiction {
      height: 200px!important;
      margin-top: -109px!important;
    }

    .doprava {
      text-align: right;
    }

    #circus {
      position: relative!important;
      width: 100%!important;
      z-index: 500;
      margin-left: 0px!important;
      right: auto !important;
      }

    .vytoc {
      width: 70%!important;
      position: relative;
      z-index: 5000!important;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }

    .vytoc2 {
      display: none;
      width: 70%!important;
      position: relative;
      z-index: 5000!important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      margin-top: 0px!important;
    }

    .hpcol {
      padding-top: 10px!important;
    }

    .vytoc-text {
      padding: 0!important;
      text-align: center;
      line-height: 200%;
      font-size: 15px;
    }

    #kolo-text {
      color: #ffde00;
position: absolute;
bottom: 70px!important;
width: 100%!important;
text-align: center!important;
margin-left: -12px!important;
    }

    .page-content {
      padding-top: 65px;
    }

    .nadpis-vytoc {
      position: absolute;
    width: 100%;
    font-weight: 900;
    font-size: 14px!important;
    padding-top: 38px;
    text-align: center;
    color: #000;
    }

    .pulpfiction {
      height: 200px!important;
      margin-top: -80px!important;
      }

    
  }
  @media only screen and (device-width: 768px) {
  
  }
  /* different techniques for iPad screening */
  @media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {

    #homepage .col-md-6 {
      width: 100%!important;
    }

    .page-content p {
      line-height: 200%;
      font-size: 20px;
      text-align: left!important;
    }

    .mena {
      padding-right: 5px!important;
    }

    #media h2 {
      font-size: 36px;
    }

    .mob-menu {
      width: 30px!important;
      height: auto!important;
    }

    .logo {
      padding-left: 0!important;
    }

     .logo img {
      width: 160px!important;
      height: auto!important;
      margin-top: 0px;
     }

     #topbar {
      position: fixed;
      width: 100%;
      height: 65px!important;
      margin-left: 0!important;
     }

     html, body {
      overflow-x: hidden!important;
     }

     body {
      position: relative
     }

     #homepage {
      padding-top: 65px;
      min-height: 100%!important;
      height: auto!important;
      padding-bottom: 120px;
     }

     .hide {
      display: none!important;
     }

     .page-content h1 {
      margin-top: 30px;
     }

     #cobylo h3 {
      font-weight: 900;
      font-size: 36px;
      padding-top: 80px;
      margin-bottom: 35px;
    }

     #circus-lights {
      display: none!important;
    }

     .btnspin {
      width: 100%!important;
      text-align: center!important;
      bottom: 0!important;
      left: 0!important;
      position: fixed;
      z-index: 3000!important;
     }

     #footer h3 {
      font-size: 30px!important;
    }

    .pulpfiction {
      height: 300px;
    }

    #menu-mobile {
      display: block;
      position: fixed;
      right: 20px;
      top: 20px;
      cursor: pointer;
      z-index: 150000;
    }

    .menu-mobile {
      top: 65px;
      left: 0;
      position: fixed;
      width: calc(100vw);
      height: calc(100vh - 65px);
      background-color: #fff;
    }

    .menu-mobile ul {
      margin: 0 0 0 -8px!important;
      padding: 0;
    }

    #head {
      background: url('./assets/imgs/hlava@2x.png') no-repeat;
      width: 70px!important;
      height: 105px!important;
      background-size: contain;
      position: absolute;
      z-index: 5500;
      top: calc(50% - 52px)!important;
      right: calc(50% - 35px)!important;
      cursor: pointer;
    }

    #head2 {
      background: url('./assets/imgs/hlava2@2x.png') no-repeat;
      width: 70px!important;
      height: 83px!important;
      background-size: contain;
      position: absolute;
      z-index: 5500;
      top: calc(50% - 41px)!important;
      right: calc(50% - 35px)!important;
      visibility: hidden;
      cursor: pointer;
    }

    .menu-mobile li {
      padding-left: 0!important;
      text-align: center;
      border-top: 2px solid #000;
      width: calc(100vw - 8px);
    }

    .menu-mobile li:hover {
      background-color: #000;
      color: #fff
    }

    .menu-mobile li:hover a {
      color: #fff;
    }

    .pulpfiction {
      height: 300px!important;
      margin-top: 200px!important;
      margin-left: -80px!important;
    }

    .col-md-5 {
      flex: 0 0 auto;
      width: 51.67%!important;
      }

    .doprava {
      text-align: right;
    }

    #circus {
      position: relative!important;
      width: 100%!important;
      z-index: 500;
      margin-left: 0px!important;
      right: auto !important;
      }

    .vytoc {
      width: 70%!important;
      position: relative;
      z-index: 5000!important;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }

    .vytoc2 {
      display: none;
      width: 70%!important;
      position: relative;
      z-index: 5000!important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      margin-top: 0px!important;
    }

    .hpcol {
      padding-top: 10px!important;
    }

    .vytoc-text {
      padding: 0!important;
      text-align: center;
      line-height: 200%;
      font-size: 20px;
    }

    #kolo-text {
      color: #ffde00;
position: absolute;
bottom: 70px!important;
width: 85%!important;
text-align: center!important;
margin-left: 0!important;
    }

    .page-content {
      padding-top: 65px;
    }

    .nadpis-vytoc {
      position: absolute;
      width: 100%;
      font-weight: 900;
      font-size: 25px!important;
      padding-top: 78px;
      text-align: center;
      color: #000;
      }

      #cobylo {
        background-color: #ffde00;
        color: #000;
        width: 100%;
        min-height: 500px;
        }

        .kauza-text a {
          color: #000000;
          font-size: 16px!important;
         }
  }

  /* Landscape */
@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {
  .vytoc-text {
    font-size: 18px!important;
  }
  
  #circus {
    width: 55%!important;
  }

  #circus-lights {
    position: absolute;
    right: 10px;
    top: 18.8%;
    z-index: 1000;
    cursor: pointer;
    width: calc(71.7% - 15%);
    }

    #arrow {
      background: url('./assets/imgs/cursor@2x.png') no-repeat;
      background-size: contain;
      top: calc(50% - 44px);
      right: 89%;
      width: 137px;
      height: 88px;
      position: absolute;
      z-index: 3000;
      }

      .pulpfiction {
        margin-left: -80px;
        margin-top: 90px;
        height: 430px;
        }

        #head {
          background: url('./assets/imgs/hlava@2x.png') no-repeat;
          width: 100px;
          height: 150px;
          background-size: contain;
          position: absolute;
          z-index: 5500;
          top: calc(50% - 75px);
          right: calc(50% - 50px);
          cursor: pointer;
          }

          #head2 {
            background: url('./assets/imgs/hlava2@2x.png') no-repeat;
            width: 110px;
            height: 130px;
            background-size: contain;
            position: absolute;
            z-index: 5500;
            top: calc(50% - 65px);
            right: calc(50% - 55px);
            visibility: hidden;
            cursor: pointer;
            }

            .vytoc2 {
              margin-top: 0!important;
              }

              #homepage {
                color: #fff;
                background: url('./assets/imgs/bg.jpg') no-repeat;
                background-size: cover;
                width: 100vw;
                height: calc(100vh - 85px);
                overflow: hidden !important;
                background-position-x: 70%;
              }

              .btnspin {
                margin-top: 0!important;
              }
}

  @media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
   .btnspin {
      border: 2px solid #fff;
      background-color: #ffde00;
      padding: 15px 20px;
      text-decoration: none;
      color: #000!important;
      display: inline-block;
      font-weight: 900;
      margin-top: 40px;
    }

    .pulpfiction {
      margin-left: -20px;
      margin-top: -10px;
      height: 520px;
      }

    .btn-white {
      border: 3px solid #fff;
      background-color: #000;
      text-transform: uppercase;
      color: #fff;
      padding: 5px 15px 5px 15px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 30px;
      }

      .vytoc2 {
        margin-top: 0!important;
      }

      #homepage {
        color: #fff;
        background: url('./assets/imgs/bg.jpg') no-repeat;
        background-size: cover;
        width: 100vw;
        height: calc(100vh - 85px);
        overflow: hidden !important;
        background-position-x: 70%;
      }

      #circus {
        width: 55%!important;
      }

      #arrow {
        right: 82%!important;
      }

      .vytoc {
        position: relative;
        z-index: 5000!important;
        margin-left: -20px;
        margin-bottom: 30px;
        width: 400px;
        }
}

  .repete {
    color: #ab95c6;
  }

  .repete:hover {
    color: #b5a8c6!important;
    text-decoration: none!important;
  }

  .repete:hover {
    color: #fff;
  }

  .no-pointer {
    cursor: default!important;
  }

  .no-bold {
    font-weight: normal!important;
  }

  .no-hover {
    background-color: #fff!important;
    color: #000!important;
    cursor: pointer;
  }

  /* Landscape */
@media only screen 
and (min-width: 970px) 
and (max-width: 1445px) 
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
  .vytoc-text {
    font-size: 18px!important;
  }

  .vytoc {
    width: 60%!important;
    margin-top: 0px;
  }

  .vytoc2 {
    width: 75%!important;
    margin-top: 30px!important;
  }

  .nadpis-vytoc {
    font-size: 18px!important;
    padding-top: 55px!important;
  }

  .btnspin {
    margin-top: 25px!important;
    margin-bottom: 0px!important;
  }

  #circus  {
    position: absolute;
    right: 20px;
    top: 20%;
    z-index: 500;
    width: 55%;
  }

  #circus-lights {
    position: absolute;
    right: 10px;
    top: 18.8%;
    z-index: 1000;
    cursor: pointer;
    width: calc(71.7% - 15%);
    }

  #arrow {
    background: url('./assets/imgs/cursor@2x.png') no-repeat;
    background-size: contain;
    top: calc(50% - 44px);
    right: 86%;
    width: 137px;
    height: 88px;
    position: absolute;
    z-index: 3000;
}

#head {
  background: url('./assets/imgs/hlava@2x.png') no-repeat;
  width: 100px!important;
  height: 150px!important;
  background-size: contain;
  position: absolute;
  z-index: 5500;
  top: calc(50% - 75px);
  right: calc(50% - 50px);
  cursor: pointer;
  }

#head2 {
  background: url('./assets/imgs/hlava2@2x.png') no-repeat;
  width: 110px!important;
  height: 130px!important;
  background-size: contain;
  position: absolute;
  z-index: 5500;
  top: calc(50% - 65px);
  right: calc(50% - 55px);
  visibility: hidden;
  cursor: pointer;
  }

  #kolo-text {
    color: #ffde00;
    margin-top: 50px;
    bottom: 30px;
  }

}