@import url('https://fonts.googleapis.com/css?family=Bevan');
@font-face {
  font-family: Bebasneue;
  src: url('/fonts/bebasneue-webfont.eot'); /* EOT file for IE */
}
@font-face {
  font-family: Bebasneue;
  src: url('/fonts/bebasneue-webfont.woff'); /* EOT file for IE */
}
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
body a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body a:hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #ffab00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bevan', cursive !important;
}
.patentoid {
  display: inline-block;
  margin: 15px;
}
.patentoid img {
  max-height: 80px;
  filter: brightness(0) invert(1);
}
.sleduj li {
  display: flex !important;
  gap: 4px;
}
.sleduj {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.sleduj li a {
  padding: 4px !important;
  margin: 0px !important;
}
.sleduj li a:hover {
  background-color: transparent !important;
}
.navbar-fixed-top .patentoid img {
  filter: brightness(1) invert(0) !important;
}
.btn,
.navbar-nav {
  font-family: 'Bebasneue', sans-serif !important;
}
.roommastersList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.roommaster {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 355px;
  width: 100%;
  text-align: center;
}
.roommaster h3 {
  margin-bottom: 15px !important;
}
.roommaster img {
  max-width: 220px;
  width: 100%;
  text-align: center;
}
.owl-carousel-room img {
  max-width: 220px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.owl-carousel h3 {
  font-family: 'Bebasneue', sans-serif !important;
}
#myCarousel {
  color: #fff;
}
.hidden_typ_game p {
  margin-bottom: 0px !important;
}
#navbar {
  position: relative;
}
.hra-container {
  position: relative;
  overflow: hidden;
}
.new-stitek {
  position: absolute;
  top: 35px;
  left: -60px;
  width: 235px;
  background: #0b375c;
  color: #ffab00;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 3px 10px rgb(209 196 196 / 30%);
  z-index: 10;
}
.hidden_typ_game {
  display: none;
}
.lang-choice,
.difficulty-choice,
.game-choice,
.option-choice,
.option-choice-voucher {
  border: 1px solid #bfbdbd;
  min-width: 120px;
  padding: 6px 3px;
  border-radius: 5px;
}
.active-product {
  border: 1px solid #ffab00 !important;
  background-color: #ffab00;
  padding: 6px 3px;
  color: #fff;
  border-radius: 5px;
}
.active-product-cooperate {
  border: 1px solid #489617;
  background-color: #489617;
  padding: 6px 3px;
  color: #fff;
  border-radius: 5px;
}
.option-choice.disabled,
.option-choice-voucher.disabled {
  background-color: #a9a9a9 !important;
}
.uz-brzy:after {
  width: 100%;
  height: 212px;
  background-image: url('/jpg/uzbrzy.png');
  background-position: top right;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.pro-deti:after {
  width: 100%;
  height: 200px;
  background-image: url('/jpg/prodeti.png');
  background-position: top right;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.children:after {
  width: 100%;
  height: 200px;
  background-image: url('/jpg/children.png');
  background-position: top right;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.nastavitelna:after {
  width: 100%;
  height: 200px;
  background-image: url('/jpg/nastavitelna.png');
  background-position: top right;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.adjustable:after {
  width: 100%;
  height: 200px;
  background-image: url('/jpg/adjustable.png');
  background-position: top right;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.info_panel {
  position: absolute;
  top: 5px;
  padding: 0px;
  right: 0px;
}
#navbar .active a:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  background-color: #ffab00;
}
.info_panel li:last-child a {
  margin-bottom: 5px !important;
  margin-top: 15px;
}
.info_panel a {
  color: #fff;
}
.info_panel strong {
  padding: 2px 0px 0px 0px;
  display: inline-block;
}
.info_panel a:hover {
  color: #ffab00 !important;
}

.info_panel li {
  margin-left: 15px;
  display: inline-block;
}
.info_panel .fa-inverse {
  color: #0b375c !important;
}
.info_panel .dropdown-menu li {
  margin-left: 0px;
}
.info_panel .icon-border {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.info_panel .fa {
  position: absolute;
  background-color: #fff;
  width: 26px;
  border-radius: 50%;
  height: 26px;
  left: 1px;
  top: 1px;
}
.info_panel .fa:before {
  top: 6px;
  left: 0px;
  position: absolute;
  color: #0b375c;
  width: 100%;
  height: 100%;
}
.provozovny .icon-border {
  position: relative;
  border: 1px solid #ffab00;
  border-radius: 50%;
  display: inline-block;
  top: 10px;
  width: 36px;
  float: left;
  height: 36px;
  margin-right: 5px;
}
.provozovny .fa {
  position: absolute;
  background-color: #ffab00;
  width: 32px;
  border-radius: 50%;
  height: 32px;
  left: 1px;
  top: 1px;
}
.provozovny .fa:before {
  top: 9px;
  left: 0px;
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
}
.carousel-inner .btn-warning {
  margin-right: 20px;
  float: left;
  font-size: 25px;
  padding: 6px 14px 3px 14px !important;
  min-width: 265px;
}
.carousel-inner .btn-default {
  float: left;
  margin-top: 0px;
  padding: 5px 25px 2px 25px !important;
}
.navbar-brand img {
  max-width: 100%;
}
.products_in .produkt-tandem {
  background-size: cover !important;
}
#myCarousel .glyphicon-chevron-left,
#myCarousel .glyphicon-chevron-right {
  background-color: #394458;
  border-radius: 50%;
  padding: 15px 0px 0px 0px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: transparent;
}
#myCarousel .container {
  padding-top: 100px;
  padding-bottom: 80px;
}
.car-img {
  max-height: 350px;
  float: right;
}
#myCarousel h1 {
  font-size: 6.2em;
}
#myCarousel h2 {
  font-size: 2.3em;
  text-align: left;
}
.btn-sm {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px !important;
}
.btn-sm label span {
  position: relative;
}
.spin .fa-refresh {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 45px;
  margin-left: -20px;
  margin-top: -20px;
  display: none;
  z-index: 999;
  color: #ff6600;
}
.btn-sm.active label span {
  font-size: 1.4em;
}
.btn-sm label {
  cursor: pointer;
  margin-bottom: 0px !important;
}
.btn-sm span:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  top: -3px;
  left: -19px;
  color: #fff;
}
.btn-sm.active {
  background-color: #549400;
  border-color: #549400;
}
.btn-sm.active span:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: -3px;
  left: -19px;
  color: #fff;
}
.cboxElement img {
  transform: scale(1);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.cboxElement:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.season_calendar {
  margin-top: 25px;
}
.obal_form_order h3 {
  color: #0b375c;
  font-size: 2.3em;
  margin-bottom: 20px !important;
}
.obal_form_order hr {
  max-width: 80%;
  border-color: #bfbdbd;
}
.selectDate {
  font-size: 1.6em;
}
.times {
  margin-top: 10px;
  min-height: 40px;
}
.time {
  font-size: 16px !important;
}
.disc-hide {
  display: none;
}
.lista_news {
  background-color: #35333e;
  color: #888693;
}
.lista_news .pull-right {
  margin-right: -5px;
}
.lista_news .pull-right p {
  margin-top: 10px;
  font-weight: bold;
}
.lista_news span {
  color: #fff;
}
.lista_news strong {
  color: #ff6600;
  font-size: 1.2em;
}
.low-date {
  background-color: #549400 !important;
  color: #fff !important;
}
.low-date:hover {
  background-color: #fff !important;
  color: #549400 !important;
}
.no-date {
  background-color: #c0c0c0 !important;
  color: #000 !important;
}
.contact-icon {
  text-align: center;
  margin-bottom: 45px;
  display: table;
  width: 100%;
}
.obal_icon {
  width: 155px;
  display: table;
  margin: auto;
  text-align: center;
  position: relative;
}
.contact-icon .fa-phone {
  float: left;
  width: auto !important;
}
.cont_i {
  float: right;
}
.list-pdf-season {
  width: 100%;
  text-align: center;
  margin: auto;
}
.list-pdf-season a {
  font-family: 'Agency', sans-serif !important;
  color: #8890b5;
}
.contact-icon .fa {
  font-size: 5.4em;
  display: inline-block;
  margin: 0px auto 15px auto;
  width: 100%;
  color: #000 !important;
  text-align: center;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.contact-icon a {
  color: #9eb4ed;
  font-weight: bold;
}
.index {
  background-image: url('/jpg/hlavni_foto.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
.no-index {
  background-image: url('/jpg/hlavni_foto.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}
.gallerie_all {
  width: 100%;
  background-color: #fff;
}
.info-group {
  position: absolute;
  top: 14px;
  font-size: 24px;
  right: 40px;
  color: #939393;
  font-weight: normal;
}
#groupSizeS {
  padding-right: 38%;
  font-weight: bold;
}
.gifts-d {
  text-align: center !important;
  font-weight: bold;
  margin: 0px auto 4px auto !important;
}
.gifts-d .custom-control-indicator {
  position: relative !important;
  margin: 20px auto 0px auto !important;
}
.gifts .custom-control-indicator {
  border: 1px solid #939393 !important;
}
.btn-md.dropdown-toggle span:first-child {
  max-width: 50px !important;
  overflow: hidden !important;
  display: inline-block;
}
.btn-md.dropdown-toggle {
  width: 53px !important;
  min-width: 53px !important;
}
.flagstrap .caret {
  position: absolute;
  left: 27px;
  top: 22px;
}
.flagstrap-icon {
  margin-right: 30px !important;
}
.down {
  margin-left: 42px;
  display: block;
  margin-top: 10px;
}
.border-purple {
  border-top: 1px solid #6c6a7f;
  width: 100%;
  display: table;
}
.youmustpay {
  background-color: #6c6a7f;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
  padding: 10px 0px;
  font-size: 17px;
}
.youmustpay p {
  margin: 0px !important;
}
.final_price h3 {
  font-family: 'Open-sans', sans-serif !important;
  margin-top: 35px;
  font-size: 1.6em;
  color: #6c6a7f;
}
.final_price h3 strong {
  display: inline-block;
  width: 100%;
  font-size: 2.4em;
}
.youmustpay strong {
  color: #ff6600;
}
.gifts-d img {
  margin-bottom: 25px;
}
.gifts-d .custom-control-description {
  margin: auto !important;
  font-weight: bold;
}
.gifts-d .custom-control {
  padding: 0px !important;
}
.get-free h4 {
  color: #939393;
}
.custom-control-description {
  color: #939393;
  font-weight: normal;
}
.group-leader-add {
  margin: 20px auto 0px auto;
  display: table;
  width: 100%;
}
.input-group-btn .btn-default {
  font-size: 14px !important;
  background-color: #f8f8f8 !important;
  border-radius: 0px !important;
  color: #9b9b9b;
  font-weight: normal !important;
  padding: 15px !important;
  margin: -1px 0px 0px -1px !important;
}
.input-group-btn .btn-default .fa {
  font-size: 18px;
  color: #646176;
}
.input-group .btn {
  min-width: 110px;
}
.arrows {
  position: absolute;
  top: 16px;
  right: 33%;
  width: 70px;
}
#number_of_people {
  padding-right: 15%;
  max-width: 220px;
}
.arrows_home .fa {
  color: #939393 !important;
}
.arrows_home {
  position: absolute;
  top: 13.5px;
  right: 4%;
  width: 60px;
}
.chevron-up {
  padding: 5px 5px 1px 5px;
}
.hidden-lang {
  display: none;
}
.chevron-down {
  float: right;
  padding: 3px 5px 5px 5px;
}
#InputTelefon::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-align: right !important;
}
#InputTelefon:-ms-input-placeholder {
  color: #fff;
  text-align: right !important;
}
#InputTelefon::-webkit-input-placeholder {
  color: #fff;
  text-align: right !important;
}
.place-group {
  color: #939393;
  position: absolute;
  top: 14px;
  left: 35px;
  font-size: 16px;
}
#selectDate {
  font-weight: bold;
}
#selectDate:after {
  content: '\f073';
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  font-size: normal;
  font-size: 24px;
  left: 50%;
}
#selectDate:before {
  content: 'SELECT DATE';
  position: absolute;
  top: 8px;
  left: 35px;
  font-weight: normal !important;
  font-size: 16px;
}
.order-info,
.group-leader {
  display: table;
  width: 100%;
}
.no-index .getIn {
  padding-top: 0px;
}
.contact a:hover {
  color: #ffab00 !important;
}
.no-index .getIn h2 {
  font-size: 2em;
}
.logobrand-no-index {
  margin: 20px 0px;
}
.logobrand-no-index h1 {
  color: #fff;
  text-transform: uppercase;
}
.logobrand-no-index img {
  max-height: 90px;
}
.logobrand-no-index .btn-lg {
  margin: 15px 0px !important;
}
.margin-bottom {
  margin-bottom: 20px;
}
.lista_top {
  border-bottom: 1px solid #716a7a;
  width: 100%;
  display: table;
  padding: 15px 0px;
}
.pluss {
  padding: 0px;
}
.pluss li {
  list-style: none;
  font-weight: bold;
  margin-bottom: 20px;
}
.pluss li .fa {
  color: #0b375c;
}
.pluss li .fa-stack {
  margin-right: 10px;
}
.pluss li .fa-inverse {
  color: #fff;
}
.contact {
  background-color: #0b375c;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}
.obsah h2 {
  color: #0b375c;
  font-size: 3.5em;
}
.index #overview h2 {
  position: relative;
  color: #0b375c;
  margin-bottom: 55px;
}
.index #overview h2:after {
  content: '';
  width: 165px;
  height: 5px;
  margin: 20px auto 20px auto;
  display: table;
  background-color: #ffab00;
}
h3.text-center {
  color: #ffab00;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
}
.custom-control-description .fa {
  color: #6b697e;
}
.custom-control-description span {
  font-weight: bold;
  color: #6b697e;
  font-size: 1.2em;
}
.file img {
  display: table;
  margin: 0px auto 15px auto;
  text-align: center;
}
.file a {
  color: #a9bfee;
  text-decoration: underline;
  font-weight: bold;
}
.obsah {
  background-color: #fff;
  padding: 45px 0px;
}
#overview h2 {
  font-weight: bold;
  font-size: 3.5em;
  color: #0b375c;
}
#overview h3 {
  margin-bottom: 35px;
}
.panel-body p {
  margin-bottom: 0px !important;
}
.panel-title {
  padding-left: 20px;
  position: relative;
}
.panel-title a:before {
  content: '\f068';
  top: 0px;
  left: 0px;
  position: absolute;
  font-family: 'FontAwesome';
  color: #2c2c2c;
}
.panel-title a.collapsed:before {
  content: '\f067';
  top: 0px;
  left: 0px;
  position: absolute;
  font-family: 'FontAwesome';
  color: #2c2c2c;
}
#overview p {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.lista_order label {
  color: #fff;
  font-family: 'Agency', sans-serif !important;
  font-size: 1.5em;
}
.lista_order .btn-success {
  min-width: 140px;
  margin-left: 10px;
  padding: 8px 14px;
}
.logobrandobal {
  min-height: 850px;
}
.logobrandobal .btn-success {
  font-size: 2em;
  padding: 2px 25px;
  margin-right: 8px;
}
.logobrandobal .btn-primary {
  font-size: 1.3em;
  margin-top: 13px;
}
.logobrandobal .btn-primary:hover {
  background-color: #fff;
  color: #aa7556;
  border: 1px solid #fff;
}
.orange-hover h3 {
  text-align: center;
}
.orange-hover {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.orange-hover:hover .orange_bg {
  display: block;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  opacity: 1;
}
.orange-hover:hover .hide-over {
  display: none;
  -webkit-transition: all 0.45s;
  opacity: 0;
  transition: all 0.45s;
}
.orange_bg {
  opacity: 0;
  display: none;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  height: 100%;
  background-color: rgba(255, 102, 0, 0.45);
}
.lista_order .form-control {
  background-color: #37363e;
  border-color: #a4a1b2;
  color: #a4a1b2;
  margin-bottom: 0px;
  height: 44px !important;
  min-width: 220px;
  margin-left: 10px;
}
.lista_order .form-inline {
  text-align: center;
}
.lista_order .form-control::-moz-placeholder {
  color: #a4a1b2 !important;
  opacity: 1;
}
.lista_order .form-control:-ms-input-placeholder {
  color: #a4a1b2 !important;
}
.lista_order .form-control::-webkit-input-placeholder {
  color: #a4a1b2 !important;
}
.lista_order {
  background-image: url('/jpg/check.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  padding: 45px 0px;
}
.logobrand {
  margin: 65px auto;
  color: #fff;
}
.logobrandobal {
  max-width: 615px;
  float: right;
}
.padding-a-left a {
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
.navbrand {
  margin-bottom: 55px;
}
.logobrandobal p {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 45px;
}
.logobrand h1 {
  line-height: 165px;
  font-size: 14em;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  display: table;
  width: 100%;
}
.products {
  overflow: hidden;
}
#port a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 98;
  border: 2px solid transparent;
  background-color: rgba(11, 55, 92, 0.6);
}
#port a:hover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #ffab00;
}
.active-product .produkt-tandem:hover .line_color {
  background-color: #ff6600 !important;
}
.active-product .price-low {
  color: #ff6600 !important;
}
.active-product .active_prod .line_color {
  background-color: #ff6600 !important;
}
.text-left-img-right .right-img,
.text-left-img-right-white .right-img {
  right: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  padding: 0px !important;
}
.text-left-img-right h2 {
  text-align: left !important;
}
.getInWhite p,
.obsah p {
  line-height: 28px;
}
.text-left-img-right {
  min-height: 369px;
  padding: 0px 0px !important;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.icons-game span {
  display: block;
  margin: 5px auto 25px auto;
  font-weight: bold;
}
.icons-game img {
  max-height: 80px;
}
.hide-price {
  display: none;
}
.text-left-img-right-white {
  padding: 0px 0px !important;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.produkt-tandem {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px !important;
  border-top: 1px solid #fff;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.produkt-tandem:last-child {
  border-right: none;
}
.produkt-tandem:hover {
  cursor: pointer;
  background-size: 105%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9;
}
.low-season.active-season {
  border-color: #549400 !important;
  background-color: #549400 !important;
  color: #fff !important;
}
.navbar-fixed-top {
  opacity: 0;
}
.high-season {
  border-color: #aaaaaa !important;
  background-color: transparent !important;
  color: #aaaaaa !important;
}
.high-season.active-season {
  border-color: #ff6600 !important;
  background-color: #ff6600 !important;
  color: #fff !important;
}
.produkt-tandem:hover .line_color {
  background-color: #ffab00;
  height: 6px;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9999;
}
.produkt-tandem .btn {
  font-weight: bold;
  text-decoration: none;
  padding: 10px 32.5px;
  font-size: 21px;
  min-width: 150px;
  line-height: 21px;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.orange-hover .btn {
  padding: 15px !important;
  width: 80%;
}
.orange-hover {
  border-right: 1px solid #fff;
}
.orange-hover a h3 {
  color: #fff;
}
.produkt-obal-detail:hover {
  background-color: rgba(22, 132, 161, 0.8);
}
.produkt-tandem:hover .produkt-obal {
  background-color: rgba(22, 132, 161, 0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.produkt-tandem:hover .btn {
  background-color: #ffab00;
  color: #fff;
  padding: 10px 20px !important;
  font-size: 22px;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.orange-hover:hover .btn {
  padding: 15px !important;
}
.img-banner {
  max-width: 100%;
  margin: auto;
}
.hr_book {
  width: 100%;
  margin: 0px auto 20px auto;
  text-align: center;
  display: table;
}
.hr_book:before {
  content: '';
  width: 150px;
  border-top: 1px solid #ccc;
  height: 1px;
  display: table;
  margin: auto;
}
.produkt-obal {
  position: absolute;
  bottom: 0px;
  padding: 10px 15px 35px 40px;
  left: 0px;
  width: 100%;
  background-color: rgba(10, 55, 92, 0.8);
}
.produkt-obal-detail {
  position: absolute;
  bottom: 0px;
  padding: 10px 10px 20px 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(10, 55, 92, 0.8);
}
.lista_order .form-control {
  border-radius: 4px !important;
}
.pmu-month,
.pmu-prev,
.pmu-next {
  color: #bfbdbd !important;
}
.produkt-obal a {
  color: #7f7f7f;
  font-size: 16px;
  text-decoration: underline;
}
.produkt-obal p {
  color: #fff;
  min-height: 65px;
}
.line_color {
  background-color: #fff;
  height: 6px;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 15;
}
.price-low {
  margin-left: 10px;
  color: #ff6600;
  font-size: 1.8em;
}
.produkt-tandem a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.produkt-tandem h3 {
  font-size: 2.3em;
  color: #fff;
}
.produkt-obal-detail h3 {
  margin-bottom: 5px !important;
}
.produkt-obal-detail h3:after {
  content: '';
  width: 35px;
  height: 4px;
  display: table;
  margin: auto !important;
  background-color: #ffab00;
}
.produkt-tandem h3:after {
  content: '';
  width: 35px;
  height: 4px;
  display: table;
  margin: 5px 0px 15px 0px;
  background-color: #ffab00;
}
.getInWhite {
  min-height: 400px;
  background-color: #fff;
}
.price {
  display: block;
  margin: 0px auto 15px auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.1em;
  font-family: 'Bevan', cursive !important;
}
.getInWhite a {
  color: #a9bfee;
  text-decoration: underline;
}
.getInWhite h2 {
  margin-bottom: 45px;
}
.getInWhite .btn-success {
  border: 2px solid #ff6600;
  font-size: 22px;
  padding: 12px 20px !important;
}
.where-want {
  display: none;
}
.getIn p {
  line-height: 28px;
}
.getIn .img-responsive {
  margin: auto;
}
.getIn {
  background-color: #fff;
  padding: 35px 0px 35px 0px;
}
.getIn .btn-success {
  padding: 8px 30px !important;
  font-size: 21px;
}
.tripadvisor {
  position: absolute;
  right: -300px;
  top: 35px;
  float: right;
}
.padding-top-bottom {
  padding-top: 35px;
}
.padding-top-bottom p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 5px;
}
.padding-top-bottom strong {
  font-size: 1.1em;
  display: table;
}
.padding-top-bottom ul {
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 15px;
  color: #ff6600;
  font-family: 'Agency', sans-serif !important;
  font-size: 1.8em;
}
.padding-top-bottom ul li {
  list-style: square;
  padding: 5px 0px;
}
.getIn .container {
  padding: 0px 0px 25px 0px;
}
.getIn h2 {
  margin-bottom: 20px;
  font-size: 2.5em;
  color: #0b375c;
}
.contact h2 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 3.5em;
}
.contact .fa {
  float: left;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 7px;
  padding: 1px;
  width: 35px;
  height: 35px;
}
.contact span,
.provozovny span {
  padding: 15px 0px 0px 0px;
  display: inline-block;
}
.contact .col-xs-12 .fa-stack,
.provozovny .fa-stack {
  float: left;
  padding: 0px !important;
  margin-right: 10px;
}
.contact a {
  color: #fff;
}
.socialicon {
  text-align: center !important;
}
.contact .fa-inverse {
  color: #0b375c;
}
.provozovny {
  text-align: center;
}
.provozovny h3 {
  color: #0b375c;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif !important;
}
.big-nadpis {
  font-size: 3.5em !important;
}
.big-nadpis:after {
  content: '';
  width: 165px;
  height: 5px;
  margin: 20px auto 20px auto;
  display: table;
  background-color: #ffab00;
}
.provozovny ul {
  list-style: none;
  text-align: left;
}
.contact ul,
.provozovny ul {
  max-width: 250px;
  margin: 25px auto;
  padding: 0px;
  font-size: 1.2em;
  text-align: left;
}
.contact ul li,
.provozovny ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
}
.btn {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.getIn .btn-block,
.no-index .obsah .btn-block {
  max-width: 550px;
  overflow: hidden;
  font-size: 25px;
  text-overflow: ellipsis;
  padding: 16px 0px 13px;
  line-height: 18px;
}
.instagram {
  width: 100%;
  display: table;
}
.instagram a {
  color: #acaab5;
}
.obal_img_insta {
  overflow: hidden;
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  margin-right: 7px;
  float: left;
  position: relative;
}
.obal_img_insta a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  top: 0px;
  display: table;
}
#video {
  background-color: #fff;
  padding: 10px;
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  border-radius: 6px;
}
.icons-list {
  text-align: center;
  margin: 35px auto 0px auto;
}
.icons-list strong {
  display: table;
  margin-top: 35px;
  width: 100%;
}
.low-season {
  margin-right: 10px;
  border-color: #aaaaaa !important;
  background-color: transparent !important;
  color: #aaaaaa !important;
}
.low-season:hover {
  border-color: #549400 !important;
  background-color: #549400 !important;
  color: #fff !important;
}
.languages {
  margin: 0px;
  padding: 0px;
}
.languages li {
  display: inline-block;
  list-style: none;
}
.lista_top a {
  color: #fff;
}
#map_canvas {
  width: 100%;
  min-height: 470px;
}
.sitemap ul {
  padding: 0px;
  margin: 0px;
}
.info-text {
  padding-right: 50px;
}
.sitemap a {
  color: #9eb4ed;
  padding: 5px 0px;
  display: block;
}
.sitemap ul li {
  list-style: none;
}
.img-logo-footer {
  max-height: 90px;
}
.info-text p {
  margin-top: 40px;
  padding-right: 50px;
}
.footer h3 {
  color: #fff;
  margin-bottom: 35px;
}
.footer {
  color: #acaab5;
  padding: 45px 0px;
  background-color: #22202b;
}
.navbar-fixed-top a {
  color: #0b375c !important;
}
.copyright {
  padding: 20px 0px 20px 0px;
  color: #fff;
  background-color: #0f172a;
}
.copyright ul {
  padding: 0px;
  margin: 0px;
  float: left;
}
.copyright a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
}
.copyright a:hover {
  color: #ffab00;
}
.copyright p {
  margin-bottom: 0px;
}
.copyright ul li {
  padding-right: 10px;
  display: inline-block;
  list-style: none;
}
#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  display: none;
  border: 1px solid #3b3b3b;
  background-color: #22202b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
}
#back-top a {
  width: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top i {
  font-size: 1.8em;
  padding-top: 9px;
}
.google_hidden {
  display: none;
}
.game_select {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 265px;
  max-height: 265px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.game_select:hover:after {
  content: '\f046';
  position: absolute;
  top: 0;
  font-size: 4.5em;
  padding-top: 80px;
  left: 0;
  color: #ffab00;
  font-family: 'FontAwesome';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(11, 55, 92, 0.4);
}
.prod-klik strong {
  display: block;
  color: #0b375c;
  cursor: pointer;
  font-family: 'Bevan', cursive !important;
  font-size: 1.8em;
}
.prod-klik {
  cursor: pointer;
  margin-bottom: 35px;
}
.prod-klik label {
  width: 100%;
}
.intl-tel-input {
  margin-bottom: 15px;
}
.game_select img {
  max-width: 100%;
}
.active-game:after {
  content: '\f046';
  position: absolute;
  top: 0;
  font-size: 4.5em;
  padding-top: 22.2%;
  left: 0;
  color: #ffab00;
  font-family: 'FontAwesome';
  width: 100%;
  height: 100%;
  background-color: rgba(11, 55, 92, 0.4);
}
.g-recaptcha {
  overflow: hidden;
}

.oslava_doba h3 {
  text-align: center !important;
}

.oslava_outer {
  padding: 0px 25%;
}
.listaTerms {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  font-family: 'Bevan', cursive !important;
  color: #fff;
  background-color: rgba(22, 132, 161, 0.9);
}

.listaTerms a {
  color: #ffab00;
}
.closeTerm {
  color: red;
  font-size: 12px;
}
