/**
 * @author      Dominik Douděra(doudera@grow-studio.eu)
 * @copyright   (C) 2016 Všechna práva vyhrazena.
 * @link        https://grow-studio.eu/
 * 
 */
#page,
h1,
h2,
h3,
button {
  font-family: 'Open Sans', sans-serif !important;
}
body,
html {
  overflow-x: hidden;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
.ndisplay {
  display: none;
}
.not_desktop {
  display: none;
}
@media (max-width: 990px) {
  .not_desktop {
    display: block;
  }
}
@media (max-width: 990px) {
  .not_mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn {
  text-align: center;
  background: black;
  color: white;
  border: none;
  border-radius: 1px;
  padding: 10px 50px;
}
@media (max-width: 1200px) {
  .btn {
    padding: 10px 40px;
  }
}
.btn:focus {
  outline: 0;
  color: white;
}
.btn:focus:before {
  content: none;
}
.btn.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn.with-arrow.btn:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 45%;
}
.btn.color-blue {
  background: #059ec2;
  border: 1px solid #059ec2;
}
.btn.color-blue.with-arrow.btn.color-blue:after {
  border-top: 10px solid #059ec2;
}
.btn.color-blue.bordered {
  background: white;
  border: 1px solid #059ec2;
  color: #059ec2;
}
.btn.color-orange {
  background: #ec741c;
  border: 1px solid #ec741c;
}
.btn.color-orange.with-arrow.btn.color-orange:after {
  border-top: 10px solid #ec741c;
}
.btn:hover {
  color: white;
  background: black;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.btn:hover.color-orange:before {
  background: #ec741c;
}
.btn:hover.color-blue {
  border: 1px solid #059ec2;
}
.btn:hover.color-blue.with-arrow:after {
  border-top: 10px solid white;
}
.btn:hover.color-blue:before {
  background: #059ec2;
}
.btn:hover.color-blue.bordered {
  background: black;
  border: 1px solid #059ec2;
  color: white;
}
.btn.hvr-overline-from-left:before {
  background: white;
}
.contact-strip {
  background: rgba(0, 32, 39, 0.7);
  color: white;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: 0.5s linear;
}
.contact-strip a:hover {
  text-decoration: underline;
}
.contact-strip.fixed {
  background: #059ec2;
}
@media (max-width: 390px) {
  .contact-strip .phone {
    display: none;
  }
}
.player {
  background: black;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.player .info {
  width: 100%;
  height: calc(100vh - 30px);
}
.player .info .headline {
  position: relative;
  z-index: 2;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 150px;
  font-size: 40px;
}
@media (max-width: 990px) {
  .player .info .headline {
    padding-top: 40px;
    font-size: 31px;
  }
}
@media (max-height: 580px) {
  .player .info .headline {
    padding-top: 40px;
    font-size: 31px;
  }
}
.player .info .logo {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 50px;
  right: -15px;
}
@media (max-height: 457px) {
  .player .info .logo {
    padding-top: 20px;
  }
  .player .info .logo img {
    height: 50px;
  }
}
.player .info .continue-button {
  text-align: center;
}
.player .info .continue-button .continue-to-site {
  position: absolute;
  right: calc(50% - 140px);
  width: 280px;
  margin-top: 50px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .player .info .continue-button .continue-to-site {
    right: calc(50% - 140px);
  }
}
.player .info .play-again {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  z-index: 2;
}
@media (max-height: 457px) {
  .player .info .play-again {
    margin-top: 10px;
  }
}
.player .info .btn:hover {
  color: black;
  background: white;
}
.player .info .btn:hover.color-orange:before {
  background: #ec741c;
}
.player .info .btn:hover.color-blue.with-arrow:after {
  border-top: 10px solid white;
}
.player .info .btn:hover.color-blue:before {
  background: #059ec2;
}
.player video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.player iframe,
.player object,
.player embed {
  width: 100%;
  height: 100vh;
}
.menu-fixed-holder {
  height: 57px;
}
.menu {
  background: black;
  position: relative;
  z-index: 10;
}
.menu.fixed {
  position: fixed;
  top: 29px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 992px) {
  .menu.fixed {
    border-bottom: 2px solid #059ec2;
  }
}
.menu ul {
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.menu ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu ul li a {
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 18px 20px;
}
.menu ul li:before {
  background: #059ec2;
}
.menu ul li:hover:before,
.menu ul li:active:before {
  background: #059ec2;
}
.menu ul li.button-style a {
  background: #ec741c;
}
.menu ul li.button-style a:hover {
  background: #ec741c;
}
.menu ul li .submenu {
  display: none;
  position: absolute;
  background: white;
  color: black;
  right: 0;
  top: 58px;
  width: 250px;
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .menu ul li .submenu {
    display: block;
    position: static;
    box-shadow: none;
    text-align: center;
    width: 100%;
  }
}
.menu ul li .submenu li {
  margin: 0;
  padding: 0;
  display: block;
}
.menu ul li .submenu li a {
  color: black;
  padding: 15px;
  width: 100%;
}
.menu ul li .submenu li:hover a {
  color: #059ec2;
}
.menu ul li:hover .submenu {
  display: inline-block;
  vertical-align: top;
}
.menu .logo {
  margin-top: 8px;
}
.menu .logo img {
  max-height: 48px;
  margin-left: -15px;
}
.page-content h2 {
  color: #050505;
  font-size: 32px;
  font-weight: 300;
}
.page-content h3 {
  font-weight: 600;
  font-size: 16px;
  color: #050505;
  margin-bottom: 0;
  margin-top: 0;
}
.page-content .text {
  background: #f7f7f7;
}
.page-content .text .wrap {
  text-align: center;
  padding: 50px 0;
}
.page-content .text .wrap h2 {
  color: #050505;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-content .text .wrap .content {
  color: #282828;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.page-content .text .wrap .btn {
  margin-top: 25px;
}
.page-content .text .crossroad {
  padding: 0 0 60px;
}
@media (max-width: 992px) {
  .page-content .text .crossroad {
    padding: 0;
  }
}
.page-content .text .crossroad.mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-content .text .crossroad.mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-content .text .crossroad.desktop {
    display: none;
  }
}
.page-content .text .crossroad h2 {
  margin: 45px 0 60px;
}
@media (max-width: 992px) {
  .page-content .text .crossroad h2 {
    margin-top: 20px;
  }
}
.page-content .text .crossroad .boxes {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page-content .text .crossroad .boxes {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-content .text .crossroad .boxes .box-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-content .text .crossroad .boxes .box {
  background: white;
  border: 1px solid #e0e0e0;
}
.page-content .text .crossroad .boxes .box .image {
  position: relative;
  height: 217px;
  overflow: hidden;
}
.page-content .text .crossroad .boxes .box .image .img {
  width: 100%;
  height: 217px;
  background-size: cover;
}
.page-content .text .crossroad .boxes .box .image .name {
  padding: 15px 0;
  font-weight: bold;
  position: absolute;
  margin-top: -20px;
  background: rgba(5, 158, 194, 0.8);
  color: white;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-content .text .crossroad .boxes .box .button .btn {
  margin: 25px 0;
}
.page-content .why-virtual-reality {
  padding: 0;
  margin-bottom: 0;
  background: #f7f7f7;
  padding: 40px 0;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality {
    padding-bottom: 10px;
  }
}
.page-content .why-virtual-reality img {
  max-width: 100%;
  max-height: 480px;
}
.page-content .why-virtual-reality #myCarousel-items {
  height: 350px;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality #myCarousel-items {
    height: auto;
  }
}
.page-content .why-virtual-reality #myCarousel-items h2 {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .page-content .why-virtual-reality #myCarousel-items h2 {
    font-size: 31px;
  }
}
.page-content .why-virtual-reality .carousel-control.right {
  background: none;
  width: initial;
}
.page-content .why-virtual-reality .carousel-control.right .slider_right {
  background: url(../images/slider_right.png) no-repeat;
  right: -50px;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .carousel-control.right .slider_right {
    right: -15px;
  }
}
@media (max-width: 800px) {
  .page-content .why-virtual-reality .carousel-control.right .slider_right {
    right: -9px;
  }
}
.page-content .why-virtual-reality .carousel-control.left {
  background: none;
  width: initial;
}
.page-content .why-virtual-reality .carousel-control.left .slider_left {
  background: url(../images/slider_left.png) no-repeat;
  left: -50px;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .carousel-control.left .slider_left {
    left: -15px;
  }
}
@media (max-width: 800px) {
  .page-content .why-virtual-reality .carousel-control.left .slider_left {
    left: -9px;
  }
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .left {
    text-align: center;
  }
}
.page-content .why-virtual-reality .right .items .itemx {
  margin-top: 30px;
}
.page-content .why-virtual-reality .right .items .itemx .icon {
  color: #059ec2;
  font-size: 30px;
}
.page-content .why-virtual-reality .right .items .itemx .icon .number {
  border: 1px solid #059ec2;
  border-radius: 50%;
  width: 30px;
  padding: 4px 0;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right .items .itemx .icon {
    text-align: center;
    font-size: 60px;
  }
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right .items .itemx h3 {
    text-align: center;
  }
}
.page-content .why-virtual-reality .right .items .itemx .desc {
  color: #050505;
  font-size: 14px;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right .items .itemx .desc {
    text-align: center;
  }
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right .buttons {
    text-align: center;
    margin-top: 20px;
  }
}
.page-content .why-virtual-reality .right .buttons .btn {
  margin-right: 15px;
}
.page-content .why-virtual-reality .right .btn {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right .btn {
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality .right h2 {
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 990px) {
  .page-content .why-virtual-reality.services .items .item .icon {
    font-size: initial;
    margin-bottom: 20px;
  }
}
.page-content .why-to-try-it {
  background: url(../images/bckg-services.png) no-repeat bottom left;
  padding-bottom: 40px;
}
.page-content .why-to-try-it h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 990px) {
  .page-content .why-to-try-it .items .item {
    margin-bottom: 30px;
  }
}
.page-content .why-to-try-it .items .item .wrap {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.page-content .why-to-try-it .items .item .wrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-content .why-to-try-it .items .item .wrap .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.page-content .why-to-try-it .buttons {
  text-align: center;
  margin-top: 30px;
}
.page-content .why-to-try-it .buttons .btn {
  margin-right: 15px;
}
.page-content .games {
  background: url("../images/bckg-games.png") no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.page-content .games h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .page-content .games h2 {
    margin-top: 0;
  }
}
.page-content .games .slide {
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  overflow: hidden;
  position: relative;
  top: -18px;
}
@media (max-width: 990px) {
  .page-content .games .slide {
    -webkit-clip-path: none;
    clip-path: none;
    top: 0;
  }
}
.page-content .games .slide .item {
  height: 363px;
  background-size: cover;
}
@media (max-width: 1200px) {
  .page-content .games .slide .item {
    height: 327px;
  }
}
.page-content .games .slide .item .carousel-caption {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 20px;
  z-index: initial;
}
.page-content .games .slide .item .carousel-caption h2 {
  font-style: italic;
  font-weight: bold;
  color: #f5f5f5;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.page-content .games .slide .item .carousel-caption .btn {
  position: absolute;
  bottom: 50px;
  background: transparent;
  border: 1px solid white;
  font-weight: bold;
  font-size: 12px;
  z-index: 11;
}
.page-content .games .slide .carousel-control {
  z-index: 10;
  background-image: none;
}
.page-content .games .slide .carousel-control:hover {
  opacity: 1;
}
.page-content .games .slide .carousel-indicators {
  bottom: 20px;
  right: 9px;
  left: initial;
  width: auto;
  margin-left: initial;
}
.page-content .games .game {
  padding-right: 0;
  margin-bottom: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (max-width: 1200px) {
  .page-content .games .game {
    min-height: 153px;
  }
}
@media (max-width: 990px) {
  .page-content .games .game {
    padding: 5px;
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .page-content .games .game {
    width: 50%;
    min-height: 140px;
  }
}
.page-content .games .game img {
  max-width: 100%;
  transition: all .5s ease;
  -webkit-transform: rotateY(0deg);
}
@media (max-width: 520px) {
  .page-content .games .game img {
    width: 100%;
  }
}
.page-content .games .game.hover:hover img {
  -webkit-transform: rotateY(-20deg);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.page-content .games .game a {
  display: inline-block;
}
@media (max-width: 520px) {
  .page-content .games .game a {
    display: block;
  }
}
.page-content .games .game .all-games {
  background: rgba(255, 255, 255, 0.9);
  width: 100.3%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: 1s;
}
.page-content .games .game .all-games .description {
  color: #121212;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .page-content .games .game .all-games .description {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
.page-content .games .game .all-games .btn {
  padding: 10px;
}
.page-content .games .game .all-games:hover {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.page-content .games .game .wrap {
  position: relative;
}
.page-content .reviews {
  margin-bottom: 30px;
}
.page-content .reviews h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .page-content .reviews .review {
    margin-bottom: 35px;
  }
}
.page-content .reviews .review .image {
  text-align: center;
  margin-bottom: 20px;
  height: 80px;
}
.page-content .reviews .review .image img {
  max-width: 50%;
  max-height: 80px;
}
.page-content .reviews .review .name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #050505;
}
.page-content .reviews .review .review-text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.page-content .reviews .buttons {
  text-align: center;
  margin-top: 30px;
}
.page-content .reviews .buttons .btn {
  margin-right: 15px;
}
.page-content .reviews.show-all .review {
  margin-top: 30px;
}
.page-content .vr-to-home .last-events {
  background: none;
}
.page-content .vr-to-home .last-events h2 {
  margin-bottom: 40px;
}
.page-content .last-events {
  background: url("../images/bckg-events.png") no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .page-content .last-events {
    padding-bottom: 30px;
  }
}
.page-content .last-events h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page-content .last-events .buttons {
  text-align: center;
  margin-top: 30px;
}
.page-content .last-events .buttons .btn {
  margin-right: 15px;
}
.page-content .last-events .desc {
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .page-content .last-events .gallery .col-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.page-content .last-events .gallery .col-item .item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  position: relative;
  margin-bottom: 30px;
}
.page-content .last-events .gallery .col-item .item img {
  max-width: 100%;
  transition: all .5s ease;
  -webkit-transform: rotateY(0deg);
}
@media (max-width: 990px) {
  .page-content .last-events .gallery .col-item .item img {
    width: 100%;
  }
}
.page-content .last-events .gallery .col-item .item .hover-desc {
  transition: all .5s ease;
  -webkit-transform: rotateY(0deg);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  font-size: 14px;
}
.page-content .last-events .gallery .col-item .item:hover img {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.page-content .last-events .gallery .col-item .item:hover.odd img {
  -webkit-transform: rotateY(-20deg);
}
.page-content .last-events .gallery .col-item .item:hover.odd .hover-desc {
  -webkit-transform: rotateY(-20deg);
}
.page-content .last-events .gallery .col-item .item:hover.even img {
  -webkit-transform: rotateY(20deg);
}
.page-content .last-events .gallery .col-item .item:hover.even .hover-desc {
  -webkit-transform: rotateY(20deg);
}
.page-content .last-events.show-all {
  margin-top: 0;
}
@media (max-width: 500px) {
  .page-content .last-events.show-all h2 {
    margin-top: 10px;
  }
}
.page-content .event .imagePlay {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 980px) {
  .page-content .event .imagePlay {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.page-content .event .movies {
  margin-bottom: 40px;
}
.page-content .footer {
  background: url('../images/bckg-footer.png') #111111 no-repeat;
  background-position: right bottom;
  padding-top: 60px;
  padding-bottom: 15px;
  color: white;
  font-weight: 300;
}
.page-content .footer h2 {
  font-weight: 300;
  color: #e4e4e4;
  font-size: 28px;
  border-bottom: 3px solid #343434;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-content .footer a {
  color: white;
  font-size: 16px;
}
.page-content .footer a:hover {
  text-decoration: underline;
}
.page-content .footer ul {
  color: white;
  padding-left: 30px;
}
.page-content .footer ul li {
  color: white;
  margin-bottom: 5px;
  display: list-item;
}
.page-content .footer ul li:before {
  content: none;
}
.page-content .footer ul li a {
  font-weight: 300;
}
.page-content .footer .copyright {
  color: #858585;
  font-size: 14px;
  margin-top: 30px;
}
.page-content .footer .copyright .right {
  text-align: right;
}
@media (max-width: 990px) {
  .page-content .footer .copyright .right {
    text-align: center;
    margin-top: 20px;
  }
}
.page-content .footer .copyright .right img {
  max-width: 100px;
  margin-top: -6px;
}
.page-content .footer .contacts {
  text-align: center;
}
@media (max-width: 990px) {
  .page-content .footer .contacts .icon-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .page-content .footer .contacts .icon-wrap {
    width: 100%;
  }
}
.page-content .footer .contacts .icon {
  font-size: 30px;
  color: #059ec2;
}
.page-content .footer .contacts .social-icons {
  margin-top: 20px;
}
.page-content .footer .form h3 {
  color: #e4e4e4;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-content .footer .form input::-webkit-input-placeholder,
.page-content .footer .form textarea::-webkit-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content .footer .form input:-moz-placeholder,
.page-content .footer .form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content .footer .form input::-moz-placeholder,
.page-content .footer .form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content .footer .form input:-ms-input-placeholder,
.page-content .footer .form textarea:-ms-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content .footer .form .button {
  text-align: right;
  margin-top: -78px;
}
@media (max-width: 1200px) {
  .page-content .footer .form .button {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .page-content .footer .form .button .btn {
    width: 100%;
  }
}
.page-content .footer .checkbox-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.page-content .footer .checkbox-wrap h3 {
  margin-top: 0;
}
.page-content .footer .checkbox-wrap .checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  font-weight: normal;
  margin-left: 15px;
  margin-top: 0;
}
.page-content .footer .checkbox-wrap .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-content .footer .checkbox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.page-content .footer .checkbox-wrap .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.page-content .footer .checkbox-wrap .checkbox input:checked ~ .checkmark {
  background-color: #ec741c;
}
.page-content .footer .checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-content .footer .checkbox-wrap .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.page-content .footer .checkbox-wrap .checkbox .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.page-content #subpage {
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
}
.page-content #subpage h1 {
  text-align: center;
  padding: 30px;
}
.page-content #subpage h2 {
  font-size: 26px;
  font-weight: bold;
}
.page-content #subpage.no-background {
  background: white;
}
.page-content #subpage .table-responsive table {
  border: none;
  margin: 30px auto;
}
.page-content #subpage .table-responsive table tr:first-of-type {
  background: #059ec2;
  color: white;
}
.page-content #subpage .table-responsive table td {
  padding: 10px;
}
.page-content #subpage .table-responsive table p {
  margin: 0;
}
@media (max-width: 992px) {
  .page-content #subpage .staticpage iframe {
    width: 100%;
  }
}
.page-content #subpage .staticpage table {
  margin: auto;
}
.page-content #subpage .staticpage .form {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 992px) {
  .page-content #subpage .staticpage .form {
    width: 100%;
  }
}
.page-content #subpage .staticpage .form h2 {
  margin: 80px 0 40px;
  text-align: center;
}
.page-content #subpage .staticpage .form input::-webkit-input-placeholder,
.page-content #subpage .staticpage .form textarea::-webkit-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content #subpage .staticpage .form input:-moz-placeholder,
.page-content #subpage .staticpage .form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content #subpage .staticpage .form input::-moz-placeholder,
.page-content #subpage .staticpage .form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content #subpage .staticpage .form input:-ms-input-placeholder,
.page-content #subpage .staticpage .form textarea:-ms-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.page-content #subpage .staticpage .form .button {
  text-align: right;
  margin-top: -78px;
}
@media (max-width: 1200px) {
  .page-content #subpage .staticpage .form .button {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .page-content #subpage .staticpage .form .button .btn {
    width: 100%;
  }
}
.page-content #subpage .staticpage .form textarea {
  height: 150px;
}
.page-content #subpage .staticpage .form .checkbox-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.page-content #subpage .staticpage .form .checkbox-wrap h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  font-weight: normal;
  margin-left: 15px;
  margin-top: 0;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ccc;
  border-radius: 50%;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox input:checked ~ .checkmark {
  background-color: #ec741c;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.page-content #subpage .staticpage .form .checkbox-wrap .checkbox .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.page-content #subpage .staticpage img {
  max-width: 100%;
}
.page-content #subpage .breadcrumb-grow {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
}
.page-content #subpage .breadcrumb-grow ul {
  list-style-type: none;
  padding-left: 0;
}
.page-content #subpage .breadcrumb-grow ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: black;
}
.page-content #subpage .breadcrumb-grow ul li.separator {
  color: black;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.page-content #subpage .breadcrumb-grow ul li a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.page-content #subpage .breadcrumb-grow ul li.home img {
  width: 40px;
}
.page-content #subpage .all-owning-items .item {
  margin-bottom: 40px;
}
.page-content #subpage .all-owning-items .item.right .btn {
  margin-top: 0;
}
.page-content #subpage .all-owning-items .item .image {
  text-align: center;
}
.page-content #subpage .all-owning-items .item .image img {
  max-width: 100%;
  max-height: 330px;
}
.page-content #subpage .all-owning-items .item h2 {
  font-weight: 400 !important;
  margin-bottom: 20px;
  font-size: 32px;
}
.page-content #subpage .all-owning-items .item .buttons {
  margin-top: 30px;
}
.languages {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
  top: -2px;
  right: 35px;
}
@media (max-width: 980px) {
  .languages {
    right: 29px;
    position: absolute;
    top: 2px;
  }
}
.languages img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.languages img.active {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.hidden-animation {
  visibility: hidden;
}
.play-again-movie-on-top {
  position: fixed;
  right: -95px;
  top: 200px;
  transform: rotate(270deg);
  display: none;
  z-index: 9;
}
@media (max-width: 1200px) {
  .play-again-movie-on-top {
    right: -86px;
  }
}
@media (max-width: 990px) {
  .play-again-movie-on-top {
    right: -45px;
    top: 140px;
  }
}
.play-again-movie-on-top.animate {
  display: block;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}
@media (max-width: 990px) {
  .play-again-movie-on-top .btn {
    font-size: 10px;
    padding: 5px 10px;
  }
}
@media (max-width: 500px) {
  #movie-modal .modal-footer button {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.categoryGames .col-item {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .categoryGames .col-item {
    width: 100%;
  }
}
.categoryGames .col-item .item {
  background: #ffffff;
  border-top: 3px solid #059ec2;
  padding: 15px;
  min-height: 198px;
}
.categoryGames .col-item .item h2 {
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 20px !important;
}
.categoryGames .col-item .item img {
  max-width: 100px;
  max-height: 90px;
}
.categoryGames .col-item .item:hover {
  border-top: 3px solid #ec741c;
  background: whitesmoke;
}
.modal {
  text-align: center;
}
.modal-open {
  height: 100vh;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide-catcher {
  position: relative;
  top: -90px;
}
@media (max-width: 992px) {
  .slide-catcher {
    top: -60px;
  }
}
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px !important;
  border-left: 5px solid #eee;
  color: white;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
  background: #c23321;
}
.callout.callout-warning {
  border-color: #c23321;
  background: #c23321;
}
.callout.callout-info {
  border-color: #0097bc;
  background: #0097bc;
}
.callout.callout-success {
  border-color: #00733e;
  background: #00733e;
}
#errorcatcher {
  position: relative;
  top: -110px;
}
.errorcatcher {
  position: relative;
  top: -110px;
}
.movies-vr-home .wrap {
  margin-top: 30px;
}
.movies-vr-home .wrap h2 {
  margin-bottom: 40px;
}
.movies-vr-home .wrap iframe {
  border: none;
  width: 100%;
  height: 350px;
}
.page-content #subpage.reservation {
  background: none;
}
.page-content #subpage.reservation h1 {
  padding: 30px 0;
  margin-bottom: 40px;
}
.page-content #subpage.reservation .contact-form-area {
  position: relative;
}
.page-content #subpage.reservation .steps .step {
  padding-bottom: 50px;
}
.page-content #subpage.reservation .steps .step .headline {
  font-size: 20px;
  text-align: center;
}
.page-content #subpage.reservation .steps .step .headline .number {
  background: #059ec2;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  vertical-align: top;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.page-content #subpage.reservation .steps .step .headline h2 {
  margin-top: 10px;
}
.page-content #subpage.reservation .steps .step .step-content {
  padding: 40px 0;
}
.page-content #subpage.reservation .steps .step .step-content .wrap {
  width: 50%;
  margin: auto;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap {
    width: 100%;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap.wrap-address {
  width: 70%;
}
@media (max-width: 550px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap.wrap-address {
    width: 100%;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .form-group label {
  font-size: 14px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .calendar-wrap label {
  font-size: 14px;
  margin: 30px 0 20px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .calendar-wrap .fc-left button,
.page-content #subpage.reservation .steps .step .step-content .wrap .calendar-wrap .fc-right button {
  padding: 5px;
  height: auto;
  background: #ec741c;
  box-shadow: none;
  text-shadow: none;
  color: white;
  font-size: 12px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .calendar-wrap .voucher-visual {
  max-width: 100%;
  height: auto;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .total-price {
  margin-top: 40px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .total-price .price {
  font-weight: bold;
}
.page-content #subpage.reservation .steps .step .step-content .wrap h3 {
  padding: 20px 0;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing {
  background: #f9f9f9;
  padding: 7px;
  padding-bottom: 1px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item {
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  margin-bottom: 8px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .image {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 50px;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .image {
    display: none;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .image img {
  max-width: 100%;
  max-height: 40px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .name {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
  color: black;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item label {
  width: 100%;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price-free-wrap {
  text-align: right;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price {
  text-align: right;
  margin-top: 6px;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price {
    text-align: right;
    margin-top: 17px;
    right: 10px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price .now {
  color: black;
  font-size: 14px;
  font-weight: 600;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price .now.alone {
  position: relative;
  top: 10px;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price .now.alone {
    top: 0;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .price .free {
  color: red;
  font-size: 12px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .info .icon {
  background: red;
  width: 22px;
  height: 22px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .info:hover .tooltip-info {
  display: inline-block;
  vertical-align: top;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .info .tooltip-info {
  display: none;
  width: 320px;
  background: red;
  color: white;
  z-index: 10;
  position: absolute;
  padding: 15px;
  margin-top: 8px;
  margin-left: -8px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .choosing .item .info .tooltip-info::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
  top: -5px;
  position: absolute;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox {
  margin: 0;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:checked,
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:checked + label,
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:checked + label:before,
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 22px;
  height: 22px;
  border: 1px solid #ec741c;
  border-radius: 100%;
  background: white;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:checked + label:after,
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ec741c;
  position: absolute;
  top: 21px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-content #subpage.reservation .steps .step .step-content .wrap .checkbox [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-content #subpage.reservation .steps .step .step-content .wrap .freePostage {
  margin-top: 25px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .not-choosen-shippment {
  background: red;
  padding: 20px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .buttons {
  padding: 40px 0;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .buttons .btn {
  width: auto;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address {
  background: #f9f9f9;
  padding: 20px 10px;
  text-align: left;
  font-size: 14px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .text-red {
  color: red;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group {
  margin-bottom: 10px;
  position: relative;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group label {
  color: black;
  font-size: 14px;
  font-weight: normal;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group input {
  border: 1px solid #dedbd4;
  border-radius: 3px;
  color: black;
  font-weight: bold;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group textarea {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #000000;
  font-weight: bold;
  min-height: 140px;
  padding: 10px 18px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group.has-error input {
  border: 1px solid red;
  background: #ffeded;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .form-group.is-valid:after {
  content: ' ';
  position: absolute;
  background: url(../images/validationSuccess.png) no-repeat;
  width: 21px;
  height: 21px;
  right: 6px;
  top: 35px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 9px;
  padding-top: 2px;
  cursor: pointer;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input:focus ~ .control_indicator {
  background: #e6e6e6;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input:checked ~ .control_indicator {
  background: red;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input:checked ~ .control_indicator:after {
  display: block;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input:checked:focus ~ .control_indicator {
  background: red;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control:hover input ~ .control_indicator {
  background: #e6e6e6;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #f0412d;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control-radio .control_indicator {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control-checkbox .control_indicator:after {
  left: 6px;
  top: 0.8px;
  width: 2px;
  height: 7px;
  border-width: 0 2px 2px 0;
  transform: rotate(10deg);
  content: '✔';
  color: white;
  font-size: 11px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .address .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary {
  margin-top: -20px;
  text-align: left;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary {
    margin-top: 20px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary h2 {
  font-size: 16px;
  color: red;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary h2 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
  }
}
@media (max-width: 550px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .wrap-summary {
    padding: 0 15px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product {
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .image img {
  max-width: 100%;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .image img {
    max-height: 50px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc {
  color: black;
  font-size: 14px;
  padding-left: 0;
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc {
    text-align: center;
    width: 100%;
    padding-left: 15px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .total-product {
  text-align: right;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .total-product {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .total-product {
    text-align: center;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .total-product .bold {
  font-weight: bold;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .cupon-product {
  text-align: right;
  color: red;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .products .product .desc .name {
    font-size: 18px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info {
  color: black;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info .value {
  font-weight: bold;
  text-align: right;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info .value .price {
  font-size: 12px;
  color: red;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info .value.not-choosen {
  color: red;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .left {
  padding-right: 0;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .left {
    padding-right: 15px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .right {
  padding-left: 0;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .right {
    padding-left: 15px;
    margin-top: 10px;
  }
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .btn {
  padding: 6px;
  width: 100%;
  border-radius: 4px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .additional-info.sale-code-inputs .inputs {
  margin-top: 10px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .total {
  border-top: 3px solid #059ec2;
  background: black;
  font-weight: bold;
  font-size: 15px;
  color: white;
  padding: 15px 10px;
}
.page-content #subpage.reservation .steps .step .step-content .wrap .summary .total .value {
  text-align: right;
  color: white;
}
.page-content #subpage.reservation .callout {
  font-size: 16px;
  color: black;
  padding: 20px;
  border-left: none;
}
.page-content #subpage.reservation .callout h4 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.page-content #subpage.reservation .callout p:last-child {
  margin-bottom: 0;
}
.page-content #subpage.reservation .callout.callout-danger {
  border-bottom: 5px solid red;
  background: #fde9e6;
}
.page-content #subpage.reservation .callout.callout-warning {
  border-bottom: 5px solid red;
  background: #fde9e6;
}
.page-content #subpage.reservation .callout.callout-info {
  border-bottom: 5px solid #0097bc;
  background: #d7f7ff;
}
.page-content #subpage.reservation .callout.callout-success {
  border-bottom: 5px solid #00733e;
  background: #e5ece9;
}
.page-content #subpage.reservation .loading {
  position: fixed;
  z-index: 15;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.page-content #subpage.reservation .loading .loader {
  border: 16px solid #dddddd;
  border-top: 16px solid #059ec2;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
}
.page-content #subpage.reservation .payment {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: top;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .page-content #subpage.reservation .payment {
    width: 100%;
  }
}
.page-content #subpage.reservation .payment img {
  margin-top: 20px;
}
.page-content #subpage.reservation .payment h2 {
  font-size: 25px;
}
.page-content #subpage.reservation .payment .price {
  font-size: 35px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
  background: #f9f9f9;
}
.page-content #subpage.reservation .payment .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 250px;
}
.page-content #subpage.reservation .payment .btn i {
  margin-right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-slider {
  margin-top: 29px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.video-slider video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-slider .dotted-background {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-slider .color-background {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-slider .wrap {
  color: white;
  padding: 68px 0 !important;
}
@media (max-width: 767px) {
  .video-slider .wrap {
    padding: 20px 0 !important;
  }
}
@media (max-width: 560px) {
  .video-slider .wrap {
    padding: 20px 0 !important;
  }
}
.video-slider .wrap .content {
  color: white !important;
}
.video-slider .wrap h1 {
  font-size: 23px;
}
@media (max-width: 550px) {
  .video-slider .wrap h1 {
    margin-bottom: 50px;
  }
}
.homepage-form .form {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 120px;
}
@media (max-width: 992px) {
  .homepage-form .form {
    width: 100%;
  }
}
.homepage-form .form h2 {
  color: #050505;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.homepage-form .form input::-webkit-input-placeholder,
.homepage-form .form textarea::-webkit-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.homepage-form .form input:-moz-placeholder,
.homepage-form .form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.homepage-form .form input::-moz-placeholder,
.homepage-form .form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.homepage-form .form input:-ms-input-placeholder,
.homepage-form .form textarea:-ms-input-placeholder {
  color: #171717;
  font-size: 14px;
  font-style: italic;
}
.homepage-form .form .button {
  text-align: right;
  margin-top: -68px;
}
@media (max-width: 1200px) {
  .homepage-form .form .button {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .homepage-form .form .button .btn {
    width: 100%;
  }
}
.homepage-form .form .checkbox-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.homepage-form .form .checkbox-wrap h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.homepage-form .form .checkbox-wrap .checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  font-weight: normal;
  margin-left: 15px;
  margin-top: 0;
}
.homepage-form .form .checkbox-wrap .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.homepage-form .form .checkbox-wrap .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ccc;
  border-radius: 50%;
}
.homepage-form .form .checkbox-wrap .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.homepage-form .form .checkbox-wrap .checkbox input:checked ~ .checkmark {
  background-color: #ec741c;
}
.homepage-form .form .checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.homepage-form .form .checkbox-wrap .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.homepage-form .form .checkbox-wrap .checkbox .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.about-us {
  background: #F6F6F6;
  padding: 64px 0;
}
.about-us h2 {
  color: #050505;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}
.about-us.detail .left .wrap {
  height: 555px;
  overflow: hidden;
}
.about-us .left .wrap {
  background: white;
  padding: 24px;
  height: 555px;
}
@media (max-width: 1200px) {
  .about-us .left .wrap {
    height: 570px;
  }
}
@media (max-width: 992px) {
  .about-us .left .wrap {
    height: auto;
  }
}
.about-us .left .wrap p {
  font-size: 13px;
  line-height: 23px;
  padding: 16px 0 11px;
  margin: 0;
}
.about-us .left .wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about-us .left .wrap ul li {
  padding: 6px 0;
  font-size: 16px;
  line-height: 21px;
}
.about-us .left .wrap ul li .fa {
  margin-right: 16px;
  color: $mainColor;
}
.about-us .left .wrap .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #059ec2;
  text-align: center;
  color: white;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.about-us .left .wrap .name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  left: 10px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .about-us .left .wrap .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .about-us .right {
    display: none;
  }
}
.about-us .right .image {
  background: url("/soubory/555x517/bywidth/f910ce6c5440f8f30aebac7215381b06427e5d1a.jpg") no-repeat;
  width: 100%;
  height: 555px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1200px) {
  .about-us .right .image {
    height: 570px;
  }
}
.about-us .gallery {
  margin-top: 30px;
}
.about-us .gallery .item {
  margin-bottom: 30px;
}
@media (max-width: 440px) {
  .about-us .gallery .item {
    width: 100%;
  }
}
.about-us .gallery .item .wrap {
  height: 175px;
  overflow: hidden;
}
.about-us .gallery .item .wrap img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-us .gallery .item .wrap img {
    width: 100%;
  }
}
.contactsPage .contacts .contact {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}
.contactsPage .contacts .contact .name {
  font-weight: bold;
  font-size: 18px;
}
.contactsPage .contacts .contact .image .wrap {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  margin: auto;
  margin-bottom: 15px;
}
.contactsPage .contacts .contact a {
  color: #ec741c;
}
.contactsPage .text-contacts {
  margin: 50px 0;
  font-size: 16px;
}
.contactsPage .homepage-form {
  text-align: left;
  font-size: 14px;
}
.pricelist {
  margin-bottom: 100px;
}
.pricelist .item-image img {
  max-width: 100%;
  max-height: 120px;
}
.pricelist .plus {
  font-size: 50px;
  margin-top: 30px;
  font-weight: bold;
}
.pricelist h2 {
  margin: 80px 0 40px;
  font-size: 23px !important;
}
.pricelist .threeAndHalf {
  width: 29.16666666666667%;
}
.heroZone h2 {
  margin: 80px 0;
}
.heroZone .last-events {
  background: none;
}
.heroZone .btn-under-text {
  margin: 60px 0;
}
.heroZone .why-virtual-reality {
  background: none;
}
.heroZone .all-owning-items .item img {
  margin-bottom: 20px;
}
.heroZone .all-owning-items .item strong span {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
.heroZone .all-owning-items .item strong {
  margin: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.heroZone video {
  max-width: 100%;
  max-height: 500px;
}
@media (max-width: 991px) {
  .termsfeed-com---nb-simple {
    left: 0!important;
    max-width: 100%!important;
    position: fixed;
  }
}
