﻿@charset "UTF-8";
html {
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  font-family: "NimbusSansDOT";
  display: inline; }

body > iframe {
  display: none; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "NimbusSansDOT"; }

a {
  text-decoration: none;
  outline: none; }

/* Globalní třídy */
.aRow, .aRow2 {
  margin-left: auto;
  margin-right: auto; }

.aClear {
  clear: both; }

.aCenter {
  text-align: center; }

.royalSlider {
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

@media all and (max-width: 760px) {
  html {
    font-size: 28px;
    font-size: 4vw; }
  .hidM {
    display: none;
    visibility: hidden; }
    .hidM * {
      display: none;
      visibility: hidden; } }

@media all and (min-width: 761px) {
  .visM {
    display: none;
    visibility: hidden; }
    .visM * {
      display: none;
      visibility: hidden; } }

@media all and (max-width: 1360px) {
  .hidMT {
    display: none;
    visibility: hidden; }
    .hidMT * {
      display: none;
      visibility: hidden; } }

@media all and (min-width: 761px) and (max-width: 1360px) {
  html {
    font-size: 22px;
    font-size: 1.4vw; } }

@media all and (min-width: 1361px) {
  html {
    font-size: 13.7px;
    font-size: 1vw; } }

html, body {
  height: 100%;
  min-height: 100%;
  font-family: "NimbusSansDOT"; }
  @media all and (max-width: 760px) {
    html, body {
      background: #DBE6EC; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a {
  color: #293a64; }

button, .abtn {
  font-family: "NimbusSansDOT";
  cursor: pointer;
  background: transparent;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 2px #293a64;
  font-size: 1.2rem;
  font-weight: 900;
  border-color: #293a64;
  color: #293a64;
  padding: 0.2rem 2rem;
  overflow: auto;
  vertical-align: top; }
  @media all and (max-width: 760px) {
    button, .abtn {
      font-size: 1.44rem; } }

.abtn {
  display: inline-block; }

button:hover, .abtn:hover {
  box-shadow: 0.1rem 0.1rem 0.2rem #293a64; }

button:disabled, .abtn:disabled {
  color: rgba(41, 58, 100, 0.5);
  border-color: rgba(41, 58, 100, 0.5);
  cursor: default;
  box-shadow: none !important; }

button {
  margin-bottom: 1rem; }

button:focus {
  outline: 0; }

.rbtn {
  background-color: #d60404;
  color: #e8cdae !important;
  background: #d60404; }

.rbtn:hover {
  background: #d60404 !important; }

h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block; }

h4 {
  color: #293a64; }

h5 {
  color: #293a64; }

h6 {
  color: #a0a0a0; }

i {
  margin-right: 0.5rem;
  /*@media all and (max-width: $mobile-breakpoint) {
        margin-right: 1rem;
    }*/ }

label {
  color: #293a64; }
  @media all and (max-width: 760px) {
    label {
      font-size: 1.5rem; } }

textarea {
  font-family: "NimbusSansDOT";
  background: #c7dcf0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.9rem;
  padding: 0.2rem;
  outline: none; }
  @media all and (max-width: 760px) {
    textarea {
      font-size: 1.5rem; } }

textarea:focus {
  background: #EBE5DE; }

textarea[readonly] {
  background: #c7dcf0;
  color: #293a64; }

input, select {
  font-family: "NimbusSansDOT";
  background: #c7dcf0;
  border: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: #293a64;
  outline: none;
  padding: 0.2rem; }
  @media all and (max-width: 760px) {
    input, select {
      font-size: 1.5rem;
      padding: 0.4rem; } }

input[type=checkbox], input[type=radio] {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.5rem; }
  @media all and (max-width: 760px) {
    input[type=checkbox], input[type=radio] {
      width: 1.5rem;
      height: 1.5rem; } }

input[readonly], input[readonly]:focus {
  background: #969a9e; }

input[type=search] {
  -webkit-appearance: none; }

input:focus {
  background: #EBE5DE; }

input:-webkit-autofill {
  background: #c7dcf0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 185, 185, 0.5);
  z-index: 999; }
  .preloader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #293a64; }
    .preloader > div > i {
      font-size: 8rem; }

.elpreloader {
  width: 100% !important;
  margin-right: 0 !important;
  height: 6rem; }
  .elpreloader > div {
    vertical-align: middle;
    height: 100%;
    color: #293a64; }
    .elpreloader > div > i {
      font-size: 8rem; }

.alink {
  font-family: "NimbusSansDOT";
  cursor: pointer;
  background: transparent;
  display: inline;
  color: #e8cdae; }

.alink:hover {
  color: #E8DDCB; }

.btn-row-bottom {
  position: absolute;
  bottom: 1rem;
  left: -0.5rem;
  width: 100%; }

.center {
  text-align: center; }

.div-center {
  float: none !important;
  margin: 0 auto; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }
  .float-none > div {
    float: none !important; }

.img-cover {
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.label-value-vertical > div {
  display: block;
  clear: both;
  padding: 0.5rem 0; }
  .label-value-vertical > div > div {
    float: left; }
  .label-value-vertical > div > div:first-child {
    width: 10rem; }
  .label-value-vertical > div > div:nth-child(2) {
    color: #E8CDAE; }

.label-value-horizontal {
  clear: both; }
  .label-value-horizontal > div {
    float: left;
    padding: 0.5rem 0; }
    .label-value-horizontal > div > div {
      float: left; }
    .label-value-horizontal > div > div:first-child {
      margin-right: 0.5rem; }
    .label-value-horizontal > div > div:nth-child(2) {
      color: #E8CDAE;
      margin-right: 3rem; }

.list-caption {
  background: #293a64;
  color: #E8F3F8;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  text-align: left; }

.right {
  text-align: right; }

.text-strike {
  text-decoration: line-through; }

@media all and (min-width: 761px) {
  .vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.fullempty {
  padding-right: 0 !important; }

.tile {
  position: relative;
  background: #c7dcf0;
  color: #293a64;
  overflow: auto;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5rem;
  float: left; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .tile {
      padding: 0.64024rem; } }
  .tile > div {
    float: left;
    position: relative;
    text-align: left;
    overflow: auto; }
    @media all and (max-width: 760px) {
      .tile > div {
        width: 100%; } }

.tile-btn {
  position: relative;
  background: #c7dcf0;
  color: #293a64;
  overflow: auto;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .tile-btn {
      padding: 0.64024rem; } }
  .tile-btn > div {
    text-align: center; }
    .tile-btn > div > a {
      margin: 0 1rem;
      min-width: 9rem; }

.tile-4-2 {
  overflow: auto;
  clear: both; }
  .tile-4-2 > div {
    background: #c7dcf0;
    color: #293a64;
    width: 20.125rem;
    float: left;
    position: relative;
    padding: 0.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto; }
    @media all and (max-width: 760px) {
      .tile-4-2 > div {
        width: 100%;
        padding-bottom: 1rem; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      .tile-4-2 > div {
        width: 26rem; } }
    @media all and (min-width: 761px) {
      .tile-4-2 > div {
        margin: 0 0.5rem 0.5rem 0; } }

.clear-both {
  clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.at-seat {
  color: #293a64; }

.no-currency > div {
  display: none !important; }

.inp-currency {
  display: inline-block;
  background-color: #c7dcf0;
  /*
    //skrytí spin buttonů u běžného HTML5 inputu
    input {
        &::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }
      }
      */ }
  .inp-currency input:focus {
    text-align: left; }
  .inp-currency input, .inp-currency input[readonly]:focus {
    display: inline-block;
    text-align: right; }
  .inp-currency > div {
    display: inline-block;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    color: #293a64; }
  @media all and (max-width: 760px) {
    .inp-currency {
      display: block; }
      .inp-currency input {
        width: 90% !important; }
      .inp-currency > div {
        padding-top: 0.4rem;
        font-size: 1.5rem; } }

.cash-sum {
  font-size: 1.3rem; }
  .cash-sum > div:first-child {
    color: #E8CDAE; }
  .cash-sum > div:nth-child(2) {
    margin-top: 0.5rem; }

.inp-integer:focus {
  text-align: left; }

.inp-integer {
  text-align: right; }

/*body {
    background: url(../test/redtheatre.jpg) no-repeat top #000 fixed;
}*/
#top-banner {
  text-align: center;
  position: relative; }
  #top-banner > a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block; }
  #top-banner > a:first-child {
    width: 50rem;
    height: 28vh; }
  #top-banner .facebook {
    position: absolute;
    bottom: 0;
    right: 14rem;
    width: 10rem;
    height: 3rem; }

#top-banner > a {
  background-image: url(../img/bg/lg_kosmos.png); }

#top {
  position: relative; }
  @media all and (max-width: 760px) {
    #top {
      display: none; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #top {
      padding: 0 1rem; } }
  @media all and (min-width: 1361px) {
    #top {
      width: 100%; } }

#topmenu {
  width: 100%; }
  #topmenu > div {
    text-align: center;
    margin: auto; }
    @media all and (min-width: 1361px) {
      #topmenu > div {
        width: 71rem; } }
  #topmenu > div:first-child {
    border-bottom: solid 1px #dadada; }
    #topmenu > div:first-child > a {
      background: #293a64;
      display: inline-block;
      color: #dadada;
      padding: 0.5rem 2.5rem;
      border-top: solid 1px #dadada;
      border-left: solid 1px #dadada;
      border-right: solid 1px #dadada;
      font-size: 1.8rem;
      font-weight: 900;
      margin-bottom: -1px;
      margin-right: 0.5rem;
      cursor: pointer; }
    #topmenu > div:first-child > a:hover {
      color: #FF5B5B; }
  #topmenu > div:nth-child(2) {
    background: #394f87; }
    #topmenu > div:nth-child(2) > a {
      display: inline-block;
      color: #dadada;
      padding: 0.5rem 2rem;
      font-size: 1.4rem;
      font-weight: 900; }
      #topmenu > div:nth-child(2) > a > i {
        margin-right: 2rem;
        font-size: .8rem; }
    #topmenu > div:nth-child(2) > a:hover {
      color: #FF5B5B; }
  #topmenu .selected {
    border-bottom: 1px solid #394f87;
    background-color: #394f87 !important; }

#mtopmenu {
  position: relative;
  z-index: 99; }
  #mtopmenu div {
    color: #fff;
    background: #88ABC2;
    text-shadow: 0.1rem 0.1rem 0.2rem black; }
  #mtopmenu > div:first-child {
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    font-weight: 600; }
    #mtopmenu > div:first-child > div {
      float: left; }
    #mtopmenu > div:first-child > div:first-child {
      width: 3rem;
      margin-left: 0.5rem;
      cursor: pointer; }
    #mtopmenu > div:first-child > div:nth-child(2) {
      white-space: nowrap; }
  #mtopmenu #mmenu {
    display: none; }
    #mtopmenu #mmenu > div {
      width: 85rem;
      z-index: 200;
      padding-bottom: 2rem; }
      #mtopmenu #mmenu > div > a {
        display: block;
        cursor: pointer;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        width: 100%;
        padding-left: 1.5rem;
        color: #fff; }
        #mtopmenu #mmenu > div > a > i {
          margin-right: 1rem; }
      #mtopmenu #mmenu > div .msubmenu {
        padding-left: 4rem; }

#content {
  width: 100%;
  min-height: 70vh;
  overflow: visible;
  text-align: center;
  color: #293a64; }
  #content > div {
    display: inline-block; }
    @media all and (min-width: 761px) {
      #content > div {
        margin-top: 1rem; } }
    @media all and (max-width: 760px) {
      #content > div {
        width: 100%; } }
  #content > div:first-child {
    vertical-align: top; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #content > div:first-child {
        width: auto;
        padding: 0 1rem; } }
    @media all and (min-width: 1361px) {
      #content > div:first-child {
        width: 50rem;
        margin-right: 1rem; } }
  @media all and (min-width: 761px) {
    #content > div:nth-child(2) {
      width: 20rem; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #content > div:nth-child(2) {
      display: none;
      position: relative; } }
  @media all and (min-width: 1361px) {
    #content .content-full {
      width: 71rem !important;
      margin-right: 0rem !important; } }

.right-title {
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  color: #fff;
  background: #293a64;
  margin-bottom: 0.2rem;
  padding: 0.5rem; }

#content-full {
  width: 100%;
  overflow: visible;
  background: none;
  text-align: center;
  color: #293a64;
  min-height: 70vh;
  position: relative; }
  #content-full > div:first-child {
    display: inline-block;
    margin-top: 1rem;
    width: 71rem;
    vertical-align: top; }

#content-over {
  width: 100%;
  min-height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

/* VIDEO sekce ID:s2 */
#prgSlider {
  background: #DBE6EC;
  z-index: 10; }
  @media all and (max-width: 760px) {
    #prgSlider {
      margin-bottom: 0rem; } }
  @media all and (min-width: 761px) {
    #prgSlider {
      min-height: 21rem;
      margin-bottom: 1rem; } }
  #prgSlider > div {
    font-family: "NimbusSansDOT";
    position: relative;
    margin: 0 auto; }

#video-gallery {
  width: 100%; }

.royalSlider > .rsContent {
  visibility: hidden; }

.sliderCaption {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-family: "NimbusSansDOT";
  font-weight: 300;
  width: 35%;
  height: 100%; }
  .sliderCaption > div:first-child {
    background: #88ABC2;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    height: 100%;
    width: 180%;
    -ms-transform: skewX(-30deg);
    /* IE 9 */
    -webkit-transform: skewX(-30deg);
    /* Safari */
    transform: skewX(-30deg); }
  .sliderCaption > div:nth-child(2) {
    position: absolute;
    top: 80%;
    right: 10%;
    font-weight: 900;
    color: #dadada;
    text-shadow: 0.1rem 0.1rem 0.3rem black;
    width: 100%;
    text-align: right;
    font-size: 2rem; }
    .sliderCaption > div:nth-child(2) > a {
      color: #dadada; }
  .sliderCaption > div:nth-child(3) {
    position: absolute;
    top: 65%;
    right: 10%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #dadada;
    text-shadow: 0.1rem 0.1rem 0.3rem black;
    width: 100%;
    text-align: right; }
    .sliderCaption > div:nth-child(3) > i {
      margin-left: 1.5rem;
      margin-right: 0.5rem; }
  .sliderCaption > div:nth-child(4) {
    position: absolute;
    top: 45%;
    right: 10%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #dadada;
    text-shadow: 0.1rem 0.1rem 0.3rem black; }
    .sliderCaption > div:nth-child(4) > i {
      margin-left: 1.5rem;
      margin-right: 0.5rem; }
  .sliderCaption > div:nth-child(5) {
    position: absolute;
    top: 30%;
    right: 5%;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0.1rem 0.1rem 0.4rem black;
    width: 20rem; }
  @media all and (max-width: 760px) {
    .sliderCaption > div:nth-child(2) {
      top: 85%;
      font-size: 1rem; }
    .sliderCaption > div:nth-child(3) {
      top: 50%;
      text-align: right;
      font-size: 1rem; }
    .sliderCaption > div:nth-child(4) {
      display: none; } }

/* Pozadí */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #DBE6EC;
  color: #FFF; }

/* Šipky */
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }
  @media all and (max-width: 760px) {
    .rsMinW .rsArrow {
      visibility: hidden; } }

.rsMinW .rsArrowLeft {
  right: 1.8rem;
  bottom: 0.8%; }

.rsMinW .rsArrowRight {
  right: 0.3rem;
  bottom: 0.8%; }

.rsMinW .rsArrowIcn {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  line-height: 1.3rem; }

.rsMinW .rsArrowLeft .rsArrowIcn {
  background: url("img/rs-left-arrow.png") transparent;
  background-size: cover; }

.rsMinW .rsArrowRight .rsArrowIcn {
  background: url("img/rs-right-arrow.png") transparent;
  background-size: cover; }

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px; }

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF; }

@media all and (max-width: 760px) {
  .rsNavItem {
    visibility: hidden; } }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

@media all and (max-width: 760px) {
  #secSlider > div {
    width: 100rem; } }

@media all and (min-width: 761px) and (max-width: 1360px) {
  #secSlider > div {
    width: 90rem; } }

@media all and (min-width: 1361px) {
  #secSlider > div {
    width: 80rem; } }

.prglist {
  background: #c7dcf0;
  max-width: 100%;
  min-height: 15rem;
  padding: 0.5rem 1rem 1rem 1rem;
  vertical-align: top;
  color: #293a64;
  margin-bottom: 1rem; }
  @media all and (max-width: 760px) {
    .prglist {
      margin-bottom: 0rem; } }
  .prglist > div:first-child {
    min-height: 0.5rem; }
  .prglist > div:nth-child(2) {
    background: #293a64;
    color: #E8F3F8;
    padding: 0 1rem;
    text-align: left; }
    @media all and (min-width: 761px) {
      .prglist > div:nth-child(2) {
        height: 2rem;
        line-height: 2rem; } }
    @media all and (max-width: 760px) {
      .prglist > div:nth-child(2) {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.3rem; } }
  .prglist > div:nth-child(n+3) {
    text-align: left; }
    .prglist > div:nth-child(n+3) > div:first-child {
      display: inline-block;
      position: relative; }
      @media all and (max-width: 760px) {
        .prglist > div:nth-child(n+3) > div:first-child {
          width: 100%;
          height: 15.35rem;
          margin-bottom: 3rem; } }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        .prglist > div:nth-child(n+3) > div:first-child {
          margin-top: 0.5rem;
          width: 19.5rem;
          height: 13rem; } }
      @media all and (min-width: 1361px) {
        .prglist > div:nth-child(n+3) > div:first-child {
          margin-top: 0.5rem;
          width: 12rem;
          height: 8rem; } }
      .prglist > div:nth-child(n+3) > div:first-child > div:first-child {
        background-color: none;
        height: 2rem;
        font-size: 1rem;
        width: 100%;
        color: #293a64;
        margin-top: 0.5rem;
        display: inline-block;
        padding: 0.5rem 1rem;
        text-align: center; }
        @media all and (min-width: 761px) {
          .prglist > div:nth-child(n+3) > div:first-child > div:first-child {
            display: none; } }
      .prglist > div:nth-child(n+3) > div:first-child > a:nth-child(2) {
        width: inherit;
        height: inherit;
        display: block;
        background-size: cover; }
        .prglist > div:nth-child(n+3) > div:first-child > a:nth-child(2) .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(74, 74, 74, 0.3); }
        .prglist > div:nth-child(n+3) > div:first-child > a:nth-child(2) .infoblock {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 0.2rem 1rem;
          -webkit-border-radius: 0.5rem;
          -moz-border-radius: 0.5rem;
          -ms-border-radius: 0.5rem;
          border-radius: 0.5rem;
          color: #fff; }
        .prglist > div:nth-child(n+3) > div:first-child > a:nth-child(2) .cancelled {
          background: rgba(125, 118, 119, 0.8); }
      .prglist > div:nth-child(n+3) > div:first-child > div:nth-child(3) {
        width: 100%;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-top: -1.5rem;
        padding: 0 1rem;
        color: #fff;
        text-shadow: 0.1rem 0.1rem 0.1rem black; }
        @media all and (min-width: 761px) {
          .prglist > div:nth-child(n+3) > div:first-child > div:nth-child(3) {
            display: none; } }
        .prglist > div:nth-child(n+3) > div:first-child > div:nth-child(3) > div {
          display: inline-block; }
        .prglist > div:nth-child(n+3) > div:first-child > div:nth-child(3) > div:last-child {
          float: right; }
    .prglist > div:nth-child(n+3) > div:nth-child(2) {
      display: inline-block;
      margin: 0.5rem 0 0 .5rem;
      vertical-align: top;
      font-weight: 200;
      overflow: hidden;
      text-align: justify; }
      @media all and (max-width: 760px) {
        .prglist > div:nth-child(n+3) > div:nth-child(2) {
          display: none; } }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        .prglist > div:nth-child(n+3) > div:nth-child(2) {
          width: 46rem;
          height: 13.5rem;
          font-size: 1.1rem; } }
      @media all and (min-width: 1361px) {
        .prglist > div:nth-child(n+3) > div:nth-child(2) {
          width: 35rem;
          height: 10.5rem;
          font-size: 0.9rem; } }
      .prglist > div:nth-child(n+3) > div:nth-child(2) > a {
        font-size: 1.5rem; }
        @media all and (min-width: 761px) and (max-width: 1360px) {
          .prglist > div:nth-child(n+3) > div:nth-child(2) > a {
            font-size: 1.8rem; } }
    .prglist > div:nth-child(n+3) > div:nth-child(3) {
      display: none;
      text-align: center;
      font-size: .3rem; }
      @media all and (max-width: 760px) {
        .prglist > div:nth-child(n+3) > div:nth-child(3) {
          padding: 1rem 0 0.5rem; } }

.ptimes {
  margin-top: 0.5rem; }
  @media all and (max-width: 760px) {
    .ptimes {
      display: none; } }
  .ptimes > a {
    display: inline-block;
    background-color: none;
    border: 1px solid #D22042;
    padding: .3rem .5rem;
    font-size: .8rem;
    color: #293a64; }

.filmattr {
  border-top: 1px solid #293a64;
  border-bottom: 1px solid #293a64;
  margin: .3rem 0;
  padding: .2rem 0;
  color: #293a64; }
  .filmattr > div {
    display: inline-block;
    font-size: .7rem; }
    .filmattr > div > i {
      font-size: .7rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      .filmattr > div {
        font-size: .9rem; }
        .filmattr > div > i {
          font-size: .9rem; } }
  .filmattr > div:nth-child(n+2) > i {
    margin-left: 0.5rem; }

.secondtitle {
  font-style: italic;
  color: #355a9c; }

.listcirc {
  height: 2rem;
  margin: -1.5rem 0 0.5rem;
  padding: 0 1rem; }
  @media all and (max-width: 1360px) {
    .listcirc {
      display: none; } }
  .listcirc > div {
    display: inline-block;
    background: #000000;
    width: 0.8rem;
    height: 1.8rem;
    border-radius: 0 0 0.3rem 0.3rem;
    margin-right: 0.7rem;
    padding: 0.2rem; }
    .listcirc > div > div {
      width: 0.4rem;
      height: 1.4rem;
      background: #979797;
      border-radius: 0.3rem 0.3rem 0.3rem 0.3rem; }

.prgmonth {
  margin-bottom: 2rem;
  background: #293a64;
  color: #E8F3F8;
  line-height: 3rem;
  text-shadow: 0.1rem 0.1rem 0.2rem black; }
  @media all and (max-width: 760px) {
    .prgmonth {
      margin-bottom: 0.3rem; } }
  .prgmonth > div {
    text-transform: uppercase;
    font-size: 1.52em;
    font-weight: 700; }

.prgfilter {
  min-height: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  font-size: .9rem;
  line-height: 1.9rem; }
  @media all and (max-width: 760px) {
    .prgfilter {
      display: none; } }
  .prgfilter .selected {
    color: #DEA86f; }
  .prgfilter > a, .prgfilter > div {
    color: #293a64;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer; }
    .prgfilter > a > input, .prgfilter > div > input {
      background-color: #c7dcf0; }
    .prgfilter > a > i, .prgfilter > div > i {
      margin-left: 0.5rem; }
  .prgfilter > a:hover {
    color: #E8DDCB; }
  .prgfilter > a:first-child, .prgfilter > div:first-child {
    margin-right: 2rem; }

#news > a {
  margin-right: 2rem;
  margin-bottom: 1rem; }
  #news > a > div:first-child {
    overflow: hidden;
    width: 18rem; }
  #news > a > div:nth-child(2) {
    min-width: 18rem;
    height: 12rem; }
  #news > a > div:nth-child(3) {
    height: 8rem;
    width: 18rem; }
    #news > a > div:nth-child(3) > div {
      height: 7rem;
      overflow: hidden; }

.news-item {
  display: inline-block; }
  .news-item > div:first-child {
    vertical-align: middle;
    display: table-cell;
    height: 3rem;
    background: #B30646;
    color: #dadada; }
  .news-item > div:nth-child(2) {
    background-size: cover; }
  .news-item > div:nth-child(3) {
    background: #c7dcf0;
    color: #293a64;
    padding: 0.5rem; }
    .news-item > div:nth-child(3) > div {
      font-size: 0.8rem;
      font-weight: 300;
      text-align: justify;
      line-height: 0.9rem; }
  .news-item > div:nth-child(4) {
    line-height: 1.5rem;
    font-size: 0.9rem;
    background: #293a64;
    color: #E8F3F8;
    padding: 0 0.5rem;
    text-align: left; }
    .news-item > div:nth-child(4) > span {
      float: right; }

#news-over {
  position: absolute;
  top: 23%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%); }
  #news-over > div:first-child {
    width: 30rem; }
    #news-over > div:first-child > div {
      padding: 0 0.5rem; }
      #news-over > div:first-child > div > span {
        float: right;
        cursor: pointer; }
  #news-over > div:nth-child(2) {
    height: 20rem; }
  #news-over > div:nth-child(3) {
    overflow: auto;
    width: 30rem; }

.catglist {
  background: #c7dcf0;
  min-height: 15rem;
  padding: 0.5rem;
  margin-bottom: 1rem; }
  .catglist > div {
    border: 1px solid #355a9c;
    min-height: 14rem;
    padding: 0.5rem;
    text-align: center;
    color: #355a9c; }
    .catglist > div > h5 {
      font-size: 1.3rem;
      margin-bottom: .5rem; }
    .catglist > div > a {
      display: inline-block;
      width: 18rem;
      min-height: 10rem;
      background-size: 100%;
      background-repeat: no-repeat; }

.prgemail {
  line-height: 3rem;
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  color: #dadada;
  background: #293a64;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  .prgemail > i {
    margin-left: 0.5rem; }

.prgemail:hover {
  color: #E8DDCB; }

.fdetail {
  background: #c7dcf0;
  max-width: 100%;
  min-height: 15rem;
  padding: 0.5rem 1rem 1rem 1rem;
  vertical-align: top;
  color: #293a64;
  margin-bottom: 2rem; }
  @media all and (max-width: 760px) {
    .fdetail {
      margin-bottom: 0.3rem; } }
  .fdetail > div:nth-child(2) {
    background: #293a64;
    color: #E8F3F8;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    text-align: left; }
    .fdetail > div:nth-child(2) > h4 {
      color: #263f50; }
    .fdetail > div:nth-child(2) > span {
      float: right; }
      @media all and (max-width: 760px) {
        .fdetail > div:nth-child(2) > span {
          display: none; } }
  .fdetail > div:nth-child(3) {
    text-align: left; }
    .fdetail > div:nth-child(3) > div:first-child {
      display: inline-block;
      margin-top: 0.5rem;
      width: 21rem;
      height: 14rem;
      padding: 0.5rem;
      background: #a0a0a0; }
      @media all and (max-width: 760px) {
        .fdetail > div:nth-child(3) > div:first-child {
          width: 100%;
          height: 15rem; } }
    .fdetail > div:nth-child(3) > div:nth-child(2) {
      position: relative;
      display: inline-block;
      width: 25rem;
      height: 14rem;
      margin: 0.5rem 0 0 1rem;
      vertical-align: top;
      font-size: 0.8rem;
      overflow: hidden;
      text-align: justify; }
      @media all and (max-width: 760px) {
        .fdetail > div:nth-child(3) > div:nth-child(2) {
          margin: 0.5rem 0 0 0rem;
          height: 19rem;
          width: 100%;
          font-size: 1rem; } }
      .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(1), .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) {
        display: inline-block;
        width: 11.5rem; }
        .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div, .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div {
          padding-bottom: 0.5rem; }
        .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) i, .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) i {
          color: #a0a0a0; }
        @media all and (max-width: 760px) {
          .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(1), .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) {
            width: 90%; } }
      .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(3) {
        position: absolute;
        bottom: 0; }
        .fdetail > div:nth-child(3) > div:nth-child(2) > div:nth-child(3) > div {
          margin-top: .5rem; }
    .fdetail > div:nth-child(3) > div:nth-child(3) {
      margin-top: 1rem;
      text-align: justify;
      font-size: .9rem; }
    .fdetail > div:nth-child(3) > div:nth-child(4) {
      margin-left: -0.5rem;
      margin-top: 1rem; }
      .fdetail > div:nth-child(3) > div:nth-child(4) > div {
        display: inline-block;
        margin-left: 0.5rem;
        margin-bottom: 0.5rem;
        width: 15.5rem;
        height: 10.2rem;
        background-size: cover; }
        @media all and (max-width: 760px) {
          .fdetail > div:nth-child(3) > div:nth-child(4) > div {
            width: 100%; } }
        .fdetail > div:nth-child(3) > div:nth-child(4) > div img {
          width: 100%; }

.poster {
  background: #4a4a4a;
  min-height: 15rem;
  margin: 1rem 0 1rem; }
  .poster > img {
    width: 20rem; }

.perfdate {
  padding: 0.5rem 0.2rem;
  display: block;
  background-color: #D22042;
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  cursor: pointer;
  color: #dadada;
  margin-bottom: 0.2rem;
  font-size: 0.90rem; }
  .perfdate > div {
    display: inline-block; }
  .perfdate > div:nth-child(1) {
    width: 2rem; }
  .perfdate > div:nth-child(2) {
    width: 5.5rem; }
  .perfdate > div:nth-child(3) {
    width: 4rem; }
  .perfdate > div:nth-child(4) {
    width: 3rem; }
  @media all and (max-width: 760px) {
    .perfdate {
      padding: 1rem 0.2rem;
      font-size: 1.1rem; }
      .perfdate > i {
        margin-right: 0.5rem; }
      .perfdate > div:nth-child(1) {
        width: 0.7rem; }
      .perfdate > div:nth-child(2) {
        width: 6.5rem; }
      .perfdate > div:nth-child(3) {
        width: 4.5rem; }
      .perfdate > div:nth-child(4) {
        width: 3.5rem; } }

a.perfdate:hover {
  color: #E8DDCB; }

.mvstupenky {
  margin-top: 0.5rem;
  text-align: center; }

.catalog {
  background: #c7dcf0;
  max-width: 100%;
  min-height: 15rem;
  padding: 0.5rem 1rem 1rem 1rem;
  vertical-align: top;
  color: #293a64;
  margin-bottom: 2rem; }
  .catalog > a {
    padding: 0rem;
    margin: 1rem 0.5rem 0 0;
    text-shadow: none;
    background: none;
    color: #293a64; }
    @media all and (max-width: 760px) {
      .catalog > a {
        width: 100%; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      .catalog > a {
        width: 25rem;
        display: inline-block; } }
    @media all and (min-width: 1361px) {
      .catalog > a {
        width: 16.75rem;
        display: inline-block; } }
    .catalog > a > div:first-child {
      background-size: cover; }
      @media all and (max-width: 760px) {
        .catalog > a > div:first-child {
          height: 16rem; } }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        .catalog > a > div:first-child {
          width: 25rem;
          height: 15rem; } }
      @media all and (min-width: 1361px) {
        .catalog > a > div:first-child {
          width: 16.75rem;
          height: 10rem; } }
    .catalog > a > h4 {
      font-size: 1.1rem;
      /* margin: 0.5rem 0; */
      width: 100%;
      height: 2rem;
      vertical-align: middle;
      padding-top: 0.3rem;
      text-align: center;
      color: inherit;
      background: inherit; }
    .catalog > a > div:nth-child(3) {
      background: none;
      text-align: left;
      padding: 0 0rem 0.3rem 0.5rem;
      color: inherit;
      background: inherit; }
      .catalog > a > div:nth-child(3) > div {
        display: inline-block;
        font-size: .8rem;
        vertical-align: top; }
        @media all and (min-width: 761px) {
          .catalog > a > div:nth-child(3) > div {
            font-size: .7rem; } }
      .catalog > a > div:nth-child(3) > div:nth-child(2) {
        float: right; }
        .catalog > a > div:nth-child(3) > div:nth-child(2) > i {
          margin-left: 0.5rem; }
  .catalog > a:nth-child(4n+2) {
    margin-right: 0rem; }

.calendar {
  min-height: 10rem;
  background: white; }

.jsCalendar {
  height: 22rem; }

.jsCalendar.atis-theme table {
  color: #293a64;
  background-color: #c7dcf0;
  box-shadow: 0px 0px 2px rgba(80, 80, 80, 0.4);
  border-radius: 0px;
  margin: 0px;
  float: right;
  width: 100%; }
  @media all and (max-width: 760px) {
    .jsCalendar.atis-theme table {
      display: none; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .jsCalendar.atis-theme table {
      display: none; } }

.jsCalendar.atis-theme thead .jsCalendar-title {
  height: 2rem;
  line-height: 2rem; }

.jsCalendar.atis-theme thead .jsCalendar-nav-left,
.jsCalendar.atis-theme thead .jsCalendar-nav-right {
  color: #293a64; }

.jsCalendar.atis-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.atis-theme thead .jsCalendar-nav-right:hover {
  background-color: #252525;
  color: #aaaaaa; }

.jsCalendar.atis-theme thead .jsCalendar-title-name {
  font-size: 1.3rem;
  padding: 0 3rem; }

.jsCalendar.atis-theme tbody td.jsCalendar-selected {
  border: 1px solid #6b91c5;
  background-color: #6b91c5;
  color: #29345a;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem; }

.jsCalendar.atis-theme tbody td:hover {
  background-color: none;
  color: #293a64;
  cursor: pointer; }

.jsCalendar.atis-theme thead .jsCalendar-week-days th,
.jsCalendar.atis-theme tbody td {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0.05rem 0.05rem;
  line-height: 2.5rem;
  font-size: 0.9rem;
  border-radius: 1.25rem; }

.jsCalendar.atis-theme tbody td.jsCalendar-current {
  background-color: none;
  border-radius: 1.25rem;
  color: #293a64; }

.jsCalendar tbody td.jsCalendar-current {
  background-color: #293a64 !important;
  color: #dadada !important; }

.jsCalendar.atis-theme tbody td.jsCalendar-previous,
.jsCalendar.atis-theme tbody td.jsCalendar-next {
  color: #505050; }

.jsCalendar.atis-theme tbody td.jsCalendar-previous:hover,
.jsCalendar.atis-theme tbody td.jsCalendar-next:hover {
  color: #ffffff; }

.jsCalendar.atis-theme thead {
  display: block;
  margin: 0.1rem 0.1rem 0 0.1rem; }

.jsCalendar.atis-theme *::selection {
  background: #505050; }

.jsCalendar.atis-theme *::-moz-selection {
  background: #505050; }

#sprivacy {
  border: none;
  background: #cccccc;
  width: 100%;
  position: fixed;
  z-index: 999998;
  bottom: 0px;
  left: 0px;
  text-align: left;
  opacity: 0.9; }
  #sprivacy > div:first-child {
    width: 79%;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    #sprivacy > div:first-child > div:first-child {
      border: none;
      background: none;
      color: #1f1f1f;
      padding: 10px;
      text-align: center; }
  #sprivacy > div:last-child {
    width: 19%;
    border: none;
    background: none;
    right: 10px;
    display: inline-block;
    vertical-align: middle; }
    #sprivacy > div:last-child > button {
      margin-top: 0.5rem;
      float: right;
      color: #b7b2b2;
      background-color: #424242; }

.cms-content, .cms2-content, .cms-base {
  background: #c7dcf0;
  max-width: 100%;
  min-height: 15rem;
  padding: 1rem 1rem 1rem 1rem;
  vertical-align: top;
  color: #293a64;
  text-align: left;
  margin-bottom: 1rem; }
  .cms-content h1, .cms2-content h1, .cms-base h1 {
    background: #293a64;
    color: #E8F3F8;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 900;
    padding: 0.5rem 1rem; }
  .cms-content h2, .cms2-content h2, .cms-base h2 {
    text-align: left;
    font-weight: 900;
    font-size: 1.3rem;
    color: #293a64;
    border-bottom: 1px solid #293a64;
    margin-bottom: 0.5rem; }
  .cms-content h3, .cms2-content h3, .cms-base h3 {
    text-align: left;
    font-weight: 900;
    font-size: 1.3rem;
    color: #a0a0a0; }

.gall-content > div > a {
  display: inline-block;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: #fff;
  padding: 0;
  box-shadow: 0.1rem 0.1rem 0.2rem black;
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem black;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem black;
  float: left; }
  .gall-content > div > a > div {
    display: inline-block;
    float: left;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  .gall-content > div > a > div:last-child {
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    height: 32px; }

@media all and (max-width: 760px) {
  .gall-content > div > a {
    width: 67.7rem;
    height: 46rem; }
    .gall-content > div > a > div {
      width: 32.4rem;
      height: 18.63rem;
      margin-left: 1rem;
      margin-top: 1rem; }
    .gall-content > div > a > div:last-child {
      width: 66rem;
      font-size: 2rem; }
  .gdet-content > div > div > div {
    width: 20rem; } }

@media all and (min-width: 761px) and (max-width: 1360px) {
  .gall-content > div > a {
    width: 21.74rem;
    height: 18rem; }
    .gall-content > div > a > div {
      width: 10.12rem;
      height: 6.75rem;
      margin-left: 0.5rem;
      margin-top: 0.5rem; }
    .gall-content > div > a > div:last-child {
      width: 20.74rem;
      font-size: 1rem; }
  .gdet-content > div > div > div {
    width: 44rem; } }

@media all and (min-width: 1361px) {
  .gall-content > div > a {
    width: 21.94rem;
    height: 17rem; }
    .gall-content > div > a > div {
      width: 10.25rem;
      height: 6.43rem;
      margin-left: 0.5rem;
      margin-top: 0.5rem; }
    .gall-content > div > a > div:last-child {
      width: 21rem;
      font-size: 0.8rem; }
  .gdet-content > div > div > div {
    width: 25rem; } }

.gdet-content button, .gdet-content .abtn {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 2px #293a64;
  font-size: 1.2rem;
  font-weight: 900;
  border-color: #293a64;
  color: #293a64;
  padding: 0.2rem 2rem;
  overflow: auto;
  vertical-align: top; }
  @media all and (max-width: 760px) {
    .gdet-content button, .gdet-content .abtn {
      font-size: 1.44rem; } }

.gdet-content > div > div:nth-child(2) {
  padding-top: 1rem; }

.gdet-content > div > div img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.gdet-content > div > div > div {
  display: inline-block;
  margin: 0rem 0.5rem 0.5rem 0.5rem;
  padding: 0;
  overflow: hidden;
  padding-right: 0.2rem; }
  .gdet-content > div > div > div > div:first-child {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    box-shadow: 0.1rem 0.1rem 0.2rem black;
    -moz-box-shadow: 0.1rem 0.1rem 0.2rem black;
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem black; }
  .gdet-content > div > div > div > div:last-child {
    /* popis obrázku */
    text-align: center;
    font-size: 1rem;
    padding: 1.4rem;
    height: 0.2rem; }
    .gdet-content > div > div > div > div:last-child > div {
      position: relative;
      overflow: hidden; }

.gdet-content > div > div:nth-child(3) {
  /* popis akce */
  text-align: left;
  font-size: 18px;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 2rem; }

.gdet-content > div > div:last-child {
  /* button zpět */
  text-align: center;
  padding-top: 2rem; }

.banner {
  z-index: 2;
  position: absolute;
  width: 12.4rem;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  margin-top: 2rem; }
  @media all and (max-width: 760px) {
    .banner {
      display: none; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .banner {
      display: none; } }
  @media all and (min-width: 1361px) {
    .banner {
      display: inherit; } }
  .banner > div {
    /*      
        border-style: solid;
        border-width: 1px;
        border-color: $fr-content;
        */
    display: none;
    animation: opac 0.8s;
    /*
        > a {
            background-repeat: repeat-y;
            background-size: contain;
            height: 100%;
            display: inherit;
        }*/ }
    .banner > div > a > img {
      width: 100%; }

.banp-l {
  top: 30vh;
  left: 0; }

.banp-r {
  top: 30vh;
  right: 0vw; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#botpan {
  width: 100%;
  margin-bottom: 0.5rem; }
  #botpan > div {
    font-size: 0.9rem;
    text-align: center;
    background: #cacaca;
    color: #2a2a2a;
    margin: auto;
    padding: 0.5rem 0; }
    @media all and (min-width: 1361px) {
      #botpan > div {
        width: 71rem; } }
    #botpan > div a {
      text-decoration: underline;
      color: inherit; }
    #botpan > div table {
      border: 0;
      width: 100%; }
    #botpan > div td {
      padding: 0 0.5rem; }
    #botpan > div td:nth-child(1) {
      width: 70%;
      text-align: left; }
    #botpan > div td:nth-child(2) {
      text-align: right; }
  #botpan p {
    margin: 0; }

.aslModalBox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75); }

.aslModalBoxContent {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  /* animace okna */
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.aslModalBox .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.aslModalBox .close:hover, .aslModalBox .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

@media only screen and (max-width: 700px) {
  .aslModalBoxContent {
    width: 100%; } }

#topmenu .cervena {
  background-color: #dc124e; }

.cms-content table {
  margin-top: 1rem;
  border-spacing: 0rem; }
  .cms-content table tr td:first-child {
    width: 30rem;
    padding-right: 1rem;
    vertical-align: top; }
    .cms-content table tr td:first-child > div {
      margin-bottom: 1rem; }
  .cms-content table tr td:nth-child(2) > img {
    width: 40rem; }
  @media all and (max-width: 760px) {
    .cms-content table tr td {
      width: 100%; } }

.cms-base > div {
  display: inline-block;
  vertical-align: top;
  padding-top: 1rem; }
  .cms-base > div > p {
    width: 100%;
    margin-top: 0; }
  .cms-base > div p.square::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c8";
    font-size: 0.9rem;
    margin-right: 0.5rem; }
  .cms-base > div .redText {
    color: red; }
  .cms-base > div .textStyle1 {
    font-size: 1.5rem;
    font-weight: 900; }
  .cms-base > div .textStyle2 {
    font-size: 1.8rem;
    font-weight: 900; }

.cms-base a {
  text-decoration: underline; }

.cms-base > div:nth-child(1) {
  width: 100%; }

.cms2-content {
  display: inline-block;
  margin-bottom: 1rem; }
  .cms2-content > div:nth-child(2) {
    width: 45%;
    float: left;
    text-align: justify; }
    @media all and (min-width: 761px) {
      .cms2-content > div:nth-child(2) {
        padding-right: 1rem; } }
    @media all and (max-width: 760px) {
      .cms2-content > div:nth-child(2) {
        width: 100%; } }
  .cms2-content > div:nth-child(3) {
    width: 55%;
    float: right;
    margin-top: 1rem; }
    @media all and (max-width: 760px) {
      .cms2-content > div:nth-child(3) {
        width: 100%; } }
    .cms2-content > div:nth-child(3) > img {
      width: 100%; }

.cms-4foto > div:nth-child(2) {
  width: 33%;
  text-align: justify; }
  @media all and (max-width: 760px) {
    .cms-4foto > div:nth-child(2) {
      width: 100%; } }

.cms-4foto > div:nth-child(3) {
  width: 66%;
  float: right; }
  @media all and (max-width: 760px) {
    .cms-4foto > div:nth-child(3) {
      width: 100%; } }
  .cms-4foto > div:nth-child(3) > img {
    width: 100%; }
  .cms-4foto > div:nth-child(3) table {
    border: 0;
    width: 100%;
    border-collapse: collapse; }
    .cms-4foto > div:nth-child(3) table td {
      width: 45%;
      padding: 0 0 0.5rem 0.8rem; }
    .cms-4foto > div:nth-child(3) table img {
      width: 100%; }

.cms-mapa > div:nth-child(2) {
  width: 33%;
  text-align: justify; }
  @media all and (max-width: 760px) {
    .cms-mapa > div:nth-child(2) {
      width: 100%; } }

.cms-mapa > div:nth-child(3) {
  width: 61%;
  padding-left: 2%;
  float: right;
  display: block; }
  @media all and (max-width: 760px) {
    .cms-mapa > div:nth-child(3) {
      width: 100%; } }

@media all and (min-width: 761px) {
  .vouchers {
    width: 71rem;
    display: inline-block; } }

h4 {
  font-weight: 900; }

#botpan img {
  width: 100%;
  max-width: 350px;
  height: auto; }

.ptimes a {
  font-size: 1rem;
  padding: 0.2rem 0.3rem;
  color: #D22042; }
