.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.middle {
  vertical-align: middle; }

.nodisplay {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.cs_row {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1; }
  .cs_row:before, .cs_row:after {
    content: " ";
    display: table; }
  .cs_row:after {
    clear: both; }
  .cs_row .column {
    display: inline-block;
    float: left;
    position: relative; }
    .cs_row .column.column-1 {
      width: 8.33333%; }
    .cs_row .column.column-2 {
      width: 16.66667%; }
    .cs_row .column.column-3 {
      width: 25%; }
    .cs_row .column.column-4 {
      width: 33.33333%; }
    .cs_row .column.column-5 {
      width: 41.66667%; }
    .cs_row .column.column-6 {
      width: 50%; }
    .cs_row .column.column-7 {
      width: 58.33333%; }
    .cs_row .column.column-8 {
      width: 66.66667%; }
    .cs_row .column.column-9 {
      width: 75%; }
    .cs_row .column.column-10 {
      width: 83.33333%; }
    .cs_row .column.column-11 {
      width: 91.66667%; }
    .cs_row .column.column-12 {
      width: 100%; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
  background: #1f5c99;
  padding: 5px;
  /* Button */ }
  @media screen and (min-width: 768px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222; }
    .slicknav_menu .slicknav_btn .slicknav_menutxt {
      color: #FFF;
      font-weight: bold;
      text-shadow: 0 1px 3px #000; }
    .slicknav_menu .slicknav_btn .slicknav_icon-bar {
      background-color: #f5f5f5; }
  .slicknav_menu .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }
    .slicknav_menu .slicknav_nav ul {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0; }
    .slicknav_menu .slicknav_nav .slicknav_item {
      padding: 5px 10px;
      margin: 2px 5px; }
      .slicknav_menu .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0; }
      .slicknav_menu .slicknav_nav .slicknav_item:hover {
        background: #297acb;
        color: #fff; }
    .slicknav_menu .slicknav_nav a {
      padding: 5px 10px;
      margin: 2px 5px;
      text-decoration: none;
      color: #fff; }
      .slicknav_menu .slicknav_nav a span {
        padding-right: .5em; }
      .slicknav_menu .slicknav_nav a:hover {
        background: #297acb;
        color: #ffffff; }

nav.horizontal {
  position: absolute;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 991px) {
    nav.horizontal {
      position: static;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    nav.horizontal {
      display: none; } }
  nav.horizontal ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    nav.horizontal ul li {
      position: relative;
      min-height: 1px;
      /* Sophie Dennis contribution for IE7 */
      vertical-align: bottom;
      /* Sophie Dennis contribution for IE7 */
      padding: 0;
      margin: 0 1px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        nav.horizontal ul li {
          display: block; } }
      @media screen and (max-width: 1199px) {
        nav.horizontal ul li {
          margin: 0 1px; } }
      nav.horizontal ul li:hover {
        background: #1f5c99; }
        nav.horizontal ul li:hover a {
          color: #ffffff; }
      nav.horizontal ul li a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.182em;
        text-transform: uppercase;
        text-align: center;
        color: #1f5c99;
        padding: .5em 13px; }
        @media screen and (max-width: 1199px) {
          nav.horizontal ul li a {
            padding-left: 4px;
            padding-right: 4px; } }
        nav.horizontal ul li a.selected, nav.horizontal ul li a:hover {
          background: #1f5c99;
          color: #ffffff; }
        nav.horizontal ul li a.akciove_pobyty {
          color: #b11212;
          padding-bottom: .65em; }
          nav.horizontal ul li a.akciove_pobyty.selected, nav.horizontal ul li a.akciove_pobyty:hover, nav.horizontal ul li a.akciove_pobyty:focus {
            background: #b11212;
            color: white; }
          nav.horizontal ul li a.akciove_pobyty span {
            font-size: 1em;
            font-weight: bold; }
        nav.horizontal ul li a span {
          font-weight: normal;
          display: block;
          font-size: 0.8em; }
      nav.horizontal ul li ul {
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 500;
        top: auto;
        display: none;
        padding: .5em 0 0 0;
        margin: 0;
        width: 100%;
        background: #1f5c99; }
        nav.horizontal ul li ul li {
          display: block;
          float: none;
          padding: 0px;
          margin: 0px; }
          nav.horizontal ul li ul li a {
            text-align: left;
            padding: 1em 2em;
            font-weight: normal;
            font-size: 0.9em;
            color: #ffffff;
            background: none;
            display: block; }
            nav.horizontal ul li ul li a:hover {
              background: #297acb; }
  nav.horizontal li:hover {
    cursor: pointer;
    z-index: 101; }
  nav.horizontal li:hover ul ul, nav.horizontal li li:hover ul ul, nav.horizontal li li li:hover ul ul, nav.horizontal li li li li:hover ul ul {
    display: none; }
  nav.horizontal li:hover ul, nav.horizontal li li:hover ul, nav.horizontal li li li:hover ul, nav.horizontal li li li li:hover ul {
    display: block; }

.vernostny-program .zlavy {
  font-size: 15px;
  text-align: center;
  margin-bottom: 3em; }
  .vernostny-program .zlavy .zlava {
    font-size: 3em;
    display: inline-block;
    border: 2px solid #355aa0;
    text-align: center;
    font-weight: bold;
    padding: .25em;
    line-height: 1em;
    color: #355aa0;
    border-radius: 4px;
    margin: .25em; }

header {
  width: 100%;
  background: #f1fbfe; }
  @media screen and (max-width: 767px) {
    header {
      text-align: center; } }
  header img.logo {
    padding: 1em 0 .5em 0; }
  header div.top {
    position: absolute;
    top: 1em;
    right: 0; }
    @media screen and (max-width: 767px) {
      header div.top {
        position: static; } }
    header div.top div.fb-like {
      margin-right: 4em; }
    header div.top .social {
      display: inline-block;
      margin-right: 30px; }
      header div.top .social a img {
        width: 25px; }
    header div.top span.info_o_pobytoch {
      font-size: 0.9em;
      font-weight: 800;
      color: #18bcf2;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        header div.top span.info_o_pobytoch {
          margin: 0;
          display: block; } }
    header div.top div.lang {
      display: inline-block;
      margin-right: 30px; }
      header div.top div.lang a.selected {
        font-weight: bold; }
    header div.top div.prihlasenie {
      display: inline-block; }
  header div.search {
    padding: 1em 0;
    position: relative;
    background: #18bcf2; }
    @media screen and (max-width: 480px) {
      header div.search form.search div.input_holder {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      header div.search form.search div.hladat_holder {
        width: 50%; } }
    header div.search form.search label {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.1em;
      letter-spacing: 0.0625em;
      vertical-align: middle;
      text-align: right;
      display: block; }
      @media screen and (max-width: 767px) {
        header div.search form.search label {
          text-align: center; } }
    header div.search form.search input {
      margin: 0;
      border: 0;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        header div.search form.search input {
          margin-bottom: 20px; } }
      header div.search form.search input[type=search] {
        -webkit-box-shadow: inset rgba(24, 188, 242, 0.15) 0 2px 0 0;
        -moz-box-shadow: inset rgba(24, 188, 242, 0.15) 0 2px 0 0;
        -o-box-shadow: inset rgba(24, 188, 242, 0.15) 0 2px 0 0;
        -ms-box-shadow: inset rgba(24, 188, 242, 0.15) 0 2px 0 0;
        box-shadow: inset rgba(24, 188, 242, 0.15) 0 2px 0 0;
        width: 100%;
        letter-spacing: 0.03125em;
        font-size: 1.25em;
        padding: .7em 1em;
        background: #f1fbfe;
        color: #18bcf2; }
  header div#rozsirene_vyhladavanie {
    background: #ccf2ff;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 810;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
    header div#rozsirene_vyhladavanie div.item {
      display: inline-block;
      vertical-align: top;
      width: 16.666%;
      font-size: 1.095em;
      line-height: 2.5em; }
      @media screen and (max-width: 480px) {
        header div#rozsirene_vyhladavanie div.item {
          width: 100%; } }
      header div#rozsirene_vyhladavanie div.item.column2 {
        width: 33.3333%; }
        @media screen and (max-width: 480px) {
          header div#rozsirene_vyhladavanie div.item.column2 {
            width: 100%; } }
        header div#rozsirene_vyhladavanie div.item.column2 label {
          width: 43%;
          display: inline-block; }
          @media screen and (max-width: 480px) {
            header div#rozsirene_vyhladavanie div.item.column2 label {
              width: 90%; } }
      header div#rozsirene_vyhladavanie div.item h2 {
        text-transform: uppercase;
        font-size: 1.175em;
        margin: 1em 0 0 0; }
      header div#rozsirene_vyhladavanie div.item input {
        vertical-align: top; }
      header div#rozsirene_vyhladavanie div.item label {
        margin-left: 3%;
        display: inline-block;
        vertical-align: top;
        color: #1f5c99;
        line-height: 1.25em;
        width: 85%; }
        @media screen and (max-width: 480px) {
          header div#rozsirene_vyhladavanie div.item label {
            text-align: left; } }
    header div#rozsirene_vyhladavanie button.hladat {
      bottom: 0;
      right: 10em;
      position: absolute; }
      @media screen and (max-width: 480px) {
        header div#rozsirene_vyhladavanie button.hladat {
          position: static; } }
  header div.rozsirene_vyhladavanie_button {
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -o-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
    header div.rozsirene_vyhladavanie_button span {
      display: inline-block;
      vertical-align: middle; }
      header div.rozsirene_vyhladavanie_button span.fa {
        padding-right: 1em; }
    header div.rozsirene_vyhladavanie_button.rozsirene_vyhladavanie_button_hide {
      color: #1f5c99;
      position: absolute;
      right: 0;
      bottom: 1em; }
      @media screen and (max-width: 480px) {
        header div.rozsirene_vyhladavanie_button.rozsirene_vyhladavanie_button_hide {
          position: static;
          margin-left: 1em; } }

.pagination_holder {
  text-align: center; }

#app #ajax_loading {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.5em;
  font-weight: bold; }
  #app #ajax_loading .fa {
    animation: fa-spin 1s infinite steps(8);
    margin-right: .5em; }
#app .datumy_holder {
  overflow: hidden;
  margin: 0 auto 30px;
  display: flex; }
  #app .datumy_holder > div {
    flex: 1 0 auto;
    margin: 0 15px; }
    #app .datumy_holder > div:nth-child(3) {
      width: 40px; }
      #app .datumy_holder > div:nth-child(3) div, #app .datumy_holder > div:nth-child(3) label {
        display: block;
        text-align: center; }
#app .panel-primary {
  border-color: #31b0e5; }
  #app .panel-primary > .panel-heading {
    background-color: #31b0e5;
    border: #31b0e5; }
    #app .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #31b0e5; }
  #app .panel-primary h4 a:hover, #app .panel-primary h4 a:focus {
    text-decoration: none;
    color: white; }
  #app .panel-primary h4 small {
    color: white;
    font-weight: bold;
    font-size: 1em;
    margin-left: 1em; }
#app .galeria img {
  width: 25%;
  margin-bottom: 1px;
  margin-right: 1px; }
#app .galeria a:first-child img {
  width: 100%;
  margin-right: 0; }
#app .typ_izby {
  margin-bottom: 1px; }
  #app .typ_izby h2 {
    background: #e7e7e7;
    color: black;
    padding: .5em 1em;
    margin: 0;
    margin-bottom: 1px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */ }
    #app .typ_izby h2:before {
      content: "\f096";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      padding-right: .5em; }
    #app .typ_izby h2 small {
      color: black;
      font-size: 1em;
      font-weight: bold;
      margin-left: 1em; }
    #app .typ_izby h2 .cena_pred_zlavou {
      text-decoration: line-through;
      color: #626262;
      font-size: 0.9em;
      font-weight: normal; }
    #app .typ_izby h2 .podnadpis {
      margin-left: 1em;
      text-transform: none;
      display: inline-block;
      font-size: .8em; }
      #app .typ_izby h2 .podnadpis strong {
        background: #222222;
        color: white;
        padding: .1em .5em;
        border-radius: 3px; }
  #app .typ_izby .info {
    display: none; }
    #app .typ_izby .info .info_o_izbe {
      margin-top: 5px; }
    #app .typ_izby .info .col-sm-5 {
      width: 8.33333%;
      padding-right: 0; }
    #app .typ_izby .info .col-sm-7 {
      width: 91.66667%; }
    #app .typ_izby .info .jednotkova_cena {
      cursor: help;
      text-decoration: underline;
      text-decoration-style: dotted; }
    #app .typ_izby .info .jednotkova_cena_bez_zlavy {
      font-size: 0.75em;
      margin-right: .5em;
      color: #aaa; }
    #app .typ_izby .info table {
      width: 100%; }
      #app .typ_izby .info table tr td {
        vertical-align: top;
        font-size: 13px; }
        #app .typ_izby .info table tr td:last-child {
          width: 100px; }
      #app .typ_izby .info table tfoot th {
        border-top: double 3px #222222;
        font-weight: bold;
        font-size: 14px; }
        #app .typ_izby .info table tfoot th:first-child {
          text-align: left;
          padding-left: 35px; }
        #app .typ_izby .info table tfoot th:nth-child(2) {
          text-align: left; }
    #app .typ_izby .info select.form-control {
      width: 60px; }
  #app .typ_izby .popis_sluzby_toggle:before {
    content: "\f078";
    font-family: "FontAwesome";
    cursor: pointer; }
  #app .typ_izby .popis_sluzby_toggle.active:before {
    content: "\f077"; }
  #app .typ_izby .popis_sluzby {
    font-size: 10px; }
  #app .typ_izby.selected h2:before {
    content: "\f046"; }
  #app .typ_izby.selected .info {
    display: block; }
#app .pokracovat {
  text-align: right;
  margin-top: 1em; }
#app .sumar {
  margin: 0 auto;
  display: table; }
  #app .sumar > div {
    display: table-row; }
    #app .sumar > div > span, #app .sumar > div > strong {
      display: table-cell;
      font-size: 14px;
      padding: 3px; }
    #app .sumar > div > strong {
      text-align: right; }
    #app .sumar > div > .cena_pred_zlavou {
      text-align: right;
      color: #626262;
      text-decoration: line-through; }
    #app .sumar > div.cena-spolu span, #app .sumar > div.cena-spolu strong {
      border-top: double 3px #222222;
      font-weight: bold;
      font-size: 20px; }
    #app .sumar > div.cena-spolu.is-zlava span, #app .sumar > div.cena-spolu.is-zlava strong {
      color: #626262;
      font-size: 14px;
      text-decoration: line-through; }
    #app .sumar > div.cena-vasa span,
    #app .sumar > div.cena-vasa strong {
      font-size: 20px;
      font-weight: bold;
      color: #b11212; }
    #app .sumar > div.cena-vasa span:before {
      content: "\f06b";
      font-family: FontAwesome;
      padding-right: 10px; }
#app .btn-submit {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#app .errors {
  font-size: 14px;
  text-align: center; }
#app .poznamka_pre_pobyt {
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 4px; }

.flatpickr-calendar .flatpickr-weekdays {
  background: #e7e7e7 !important; }
.flatpickr-calendar .flatpickr-month {
  background: #e7e7e7 !important; }
.flatpickr-calendar .flatpickr-day.selected {
  background: #31b0e5 !important;
  border-color: #31b0e5 !important; }

.popover .cena_v_datume {
  display: inline-block;
  margin-right: 3px; }
  .popover .cena_v_datume span {
    display: block;
    text-align: center;
    font-size: 9px; }
    .popover .cena_v_datume span.cena {
      background: #31b0e5;
      color: white;
      font-weight: bold;
      padding: 0 .5em; }

.booking_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .booking_gallery > img {
    flex: 0 0 auto;
    width: 32%;
    margin: 3px 3px; }

div.clanok_vypis div.clanok {
  overflow: hidden;
  margin-bottom: 1em; }
  div.clanok_vypis div.clanok img {
    float: left;
    margin-right: 1em; }
  div.clanok_vypis div.clanok p.datum {
    color: #999999;
    font-size: 0.9em;
    padding: 0; }
    div.clanok_vypis div.clanok p.datum span {
      padding-right: .5em; }

.newsletter_vypis {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .newsletter_vypis .newsletter_item {
    position: relative;
    flex: 0 1 25%;
    margin: 5px; }
    .newsletter_vypis .newsletter_item .overlay {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      background-color: rgba(49, 176, 229, 0.9);
      overflow: hidden;
      width: 100%;
      height: 0;
      transition: .5s ease;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .newsletter_vypis .newsletter_item .overlay h2 {
        color: white;
        font-weight: bold; }
      .newsletter_vypis .newsletter_item .overlay:hover, .newsletter_vypis .newsletter_item .overlay:focus {
        text-decoration: none; }
    .newsletter_vypis .newsletter_item:hover .overlay {
      bottom: 0;
      height: 100%; }

.newsletter_holder {
  margin: 0 auto;
  width: 800px; }
  .newsletter_holder table tbody tr:nth-child(2n) td {
    background: none; }
  .newsletter_holder table tbody tr td {
    background: none; }

.webmin_footer {
  text-align: center;
  margin-top: 2em; }
  .webmin_footer a {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    width: 150px;
    background: #18bcf2;
    padding: 1em 2em;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center 15px;
    font-size: 1.3em;
    margin: 0 .6em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all; }
    .webmin_footer a:hover {
      background-color: #1f5c99;
      text-decoration: none;
      color: white; }
    .webmin_footer a i {
      font-size: 3em;
      margin-bottom: 10px;
      display: block; }

#transfer_form .radio {
  margin: 0; }
#transfer_form #cena {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em; }
  #transfer_form #cena strong {
    display: block;
    font-size: 18px; }

#skipass_form .radio {
  margin: 0; }
#skipass_form #alert {
  margin-bottom: 0; }
#skipass_form #cena {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em; }
  #skipass_form #cena strong {
    display: block;
    font-size: 18px; }

/* ************************************************* HTML */
html, body {
  color: #1a1a1a;
  font-family: "Open Sans", Arial, Tahoma;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background: #ffffff; }
  html .relative, body .relative {
    position: relative; }
  html div.page_view, body div.page_view {
    font-size: 1.18em;
    line-height: 1.5em; }
  html div.containter, body div.containter {
    margin: -15px; }
  html #loading, body #loading {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(../images/spinner.gif);
    text-align: center;
    padding: 10px;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 2;
    overflow: auto; }
  html p, body p {
    margin: 0px;
    padding: 0 0 1em 0; }
  html h1, html .h1, body h1, body .h1 {
    font-size: 1.65em;
    font-weight: 800;
    font-family: "Open Sans", Arial;
    display: block;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 0 0 0.5em 0;
    color: #1f5c99; }
    html h1.text-center, html .h1.text-center, body h1.text-center, body .h1.text-center {
      text-align: center; }
    html h1.red, html .h1.red, body h1.red, body .h1.red {
      color: #cd2a2a; }
    html h1 small, html .h1 small, body h1 small, body .h1 small {
      color: #999999;
      font-size: 0.6em;
      letter-spacing: 0; }
  html h2, body h2 {
    font-size: 1.275em;
    font-family: "Open Sans", Arial;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #1f5c99;
    margin: 0;
    padding: 0 0 10px 0; }
    html h2.red, body h2.red {
      color: #cd2a2a; }
    html h2 small, body h2 small {
      color: #999999;
      font-size: 0.8em;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none; }
  html h3, body h3 {
    font-size: 1.2em;
    font-family: "Open Sans", Arial;
    color: #1f5c99;
    margin: 0;
    padding: 0 0 5px 0; }
  html a, body a {
    color: #1f5c99;
    text-decoration: none; }
    html a:hover, body a:hover {
      color: #1f5c99; }
    html a.red, body a.red {
      color: #cd2a2a; }
  html img, body img {
    border: 0px; }
    html img.border, body img.border {
      border: 1px solid #b9b9b9;
      padding: 1px; }
    html img.photo_left, body img.photo_left {
      float: left;
      margin-right: 30px; }
    html img.photo_right, body img.photo_right {
      float: right;
      margin-left: 30px; }
  html ul, html ol, body ul, body ol {
    padding: 0 0 1em 2em;
    margin: 0; }
    html ul li, html ol li, body ul li, body ol li {
      padding: 0 0 0.3em 0; }
  html div.message, body div.message {
    color: #1f5c99;
    font-size: 1.2em;
    text-align: center; }
  html div.cennik_form, body div.cennik_form {
    position: relative; }
    html div.cennik_form div.cennik_scroll, body div.cennik_form div.cennik_scroll {
      width: 790px;
      overflow-x: scroll;
      overflow-y: visible;
      margin-left: 230px;
      margin-right: 120px;
      box-sizing: border-box; }
      html div.cennik_form div.cennik_scroll table.cennik, body div.cennik_form div.cennik_scroll table.cennik {
        border-collapse: separate; }
        html div.cennik_form div.cennik_scroll table.cennik thead tr td, body div.cennik_form div.cennik_scroll table.cennik thead tr td {
          height: auto; }
        html div.cennik_form div.cennik_scroll table.cennik td, body div.cennik_form div.cennik_scroll table.cennik td {
          white-space: nowrap;
          height: 40px; }
        html div.cennik_form div.cennik_scroll table.cennik td:first-child, body div.cennik_form div.cennik_scroll table.cennik td:first-child {
          width: 230px;
          position: absolute;
          top: auto;
          left: 0;
          white-space: normal; }
        html div.cennik_form div.cennik_scroll table.cennik td:last-child, body div.cennik_form div.cennik_scroll table.cennik td:last-child {
          width: 120px;
          position: absolute;
          top: auto;
          right: 0;
          white-space: normal; }
    html div.cennik_form .submit, body div.cennik_form .submit {
      margin-bottom: 20px;
      font-size: 1.5em;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        html div.cennik_form .submit, body div.cennik_form .submit {
          margin-top: 0; } }
      html div.cennik_form .submit i, body div.cennik_form .submit i {
        font-size: 1.25em;
        vertical-align: middle; }
      html div.cennik_form .submit.ponukane_pobyty, body div.cennik_form .submit.ponukane_pobyty {
        width: 50%; }
  html .defaultErr, body .defaultErr {
    background: #cd2a2a;
    color: #ffffff;
    text-align: center;
    padding: .5em 1em;
    margin-bottom: 1em;
    font-size: 1.25em; }
  html .text-muted, body .text-muted {
    color: #626262; }
  html label, body label {
    font-weight: normal; }
  html div.preco_rezervovat_u_nas, body div.preco_rezervovat_u_nas {
    margin-top: 2em;
    font-size: 1.3em; }
    html div.preco_rezervovat_u_nas div.clearfix, body div.preco_rezervovat_u_nas div.clearfix {
      margin-bottom: 1em; }
    html div.preco_rezervovat_u_nas h2, body div.preco_rezervovat_u_nas h2 {
      font-size: 1.25em; }
  html #promo, body #promo {
    display: none; }
  html div.cookies, body div.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em;
    background: #eeeeee;
    border-top: 1px solid #cccccc; }
    html div.cookies a, body div.cookies a {
      color: #1f5c99; }
      html div.cookies a.button, body div.cookies a.button {
        background: #1f5c99;
        color: white;
        display: inline-block;
        padding: 2px 5px; }
        html div.cookies a.button:hover, body div.cookies a.button:hover {
          text-decoration: none; }
  html .btn-darken, body .btn-darken {
    color: white;
    background-color: #355aa0;
    border-color: #28447a; }
    html .btn-darken:hover, html .btn-darken:focus, html .btn-darken:active, html .btn-darken.active, .open > html .btn-darken.dropdown-toggle, body .btn-darken:hover, body .btn-darken:focus, body .btn-darken:active, body .btn-darken.active, .open > body .btn-darken.dropdown-toggle {
      color: white;
      background-color: #28447a;
      border-color: #192b4c; }
    html .btn-darken:active, html .btn-darken.active, .open > html .btn-darken.dropdown-toggle, body .btn-darken:active, body .btn-darken.active, .open > body .btn-darken.dropdown-toggle {
      background-image: none; }
    html .btn-darken.disabled, html .btn-darken.disabled:hover, html .btn-darken.disabled:focus, html .btn-darken.disabled:active, html .btn-darken.disabled.active, html .btn-darken[disabled], html .btn-darken[disabled]:hover, html .btn-darken[disabled]:focus, html .btn-darken[disabled]:active, html .btn-darken[disabled].active, fieldset[disabled] html .btn-darken, fieldset[disabled] html .btn-darken:hover, fieldset[disabled] html .btn-darken:focus, fieldset[disabled] html .btn-darken:active, fieldset[disabled] html .btn-darken.active, body .btn-darken.disabled, body .btn-darken.disabled:hover, body .btn-darken.disabled:focus, body .btn-darken.disabled:active, body .btn-darken.disabled.active, body .btn-darken[disabled], body .btn-darken[disabled]:hover, body .btn-darken[disabled]:focus, body .btn-darken[disabled]:active, body .btn-darken[disabled].active, fieldset[disabled] body .btn-darken, fieldset[disabled] body .btn-darken:hover, fieldset[disabled] body .btn-darken:focus, fieldset[disabled] body .btn-darken:active, fieldset[disabled] body .btn-darken.active {
      background-color: #355aa0;
      border-color: #28447a; }
    html .btn-darken .badge, body .btn-darken .badge {
      color: #355aa0;
      background-color: white; }
  html .btn-secondary, body .btn-secondary {
    color: white;
    background-color: #31b0e5;
    border-color: #1a99ce; }
    html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
      color: white;
      background-color: #1996ca;
      border-color: #137198; }
    html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
      background-image: none; }
    html .btn-secondary.disabled, html .btn-secondary.disabled:hover, html .btn-secondary.disabled:focus, html .btn-secondary.disabled:active, html .btn-secondary.disabled.active, html .btn-secondary[disabled], html .btn-secondary[disabled]:hover, html .btn-secondary[disabled]:focus, html .btn-secondary[disabled]:active, html .btn-secondary[disabled].active, fieldset[disabled] html .btn-secondary, fieldset[disabled] html .btn-secondary:hover, fieldset[disabled] html .btn-secondary:focus, fieldset[disabled] html .btn-secondary:active, fieldset[disabled] html .btn-secondary.active, body .btn-secondary.disabled, body .btn-secondary.disabled:hover, body .btn-secondary.disabled:focus, body .btn-secondary.disabled:active, body .btn-secondary.disabled.active, body .btn-secondary[disabled], body .btn-secondary[disabled]:hover, body .btn-secondary[disabled]:focus, body .btn-secondary[disabled]:active, body .btn-secondary[disabled].active, fieldset[disabled] body .btn-secondary, fieldset[disabled] body .btn-secondary:hover, fieldset[disabled] body .btn-secondary:focus, fieldset[disabled] body .btn-secondary:active, fieldset[disabled] body .btn-secondary.active {
      background-color: #31b0e5;
      border-color: #1a99ce; }
    html .btn-secondary .badge, body .btn-secondary .badge {
      color: #31b0e5;
      background-color: white; }
  html .btn-inline, body .btn-inline {
    margin-top: 16px; }
  html .scrollup, body .scrollup {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    bottom: 110px;
    outline: 0;
    right: 30px;
    display: none;
    opacity: .9;
    background: url("../images/design/icon_top.png") no-repeat; }
  html .text_small, body .text_small {
    font-size: 0.85em;
    line-height: 1.25em; }
  html .kategoria_pobyt_nav, body .kategoria_pobyt_nav {
    margin-bottom: 1em; }
    html .kategoria_pobyt_nav a, body .kategoria_pobyt_nav a {
      text-transform: uppercase;
      background: #ccf2ff;
      text-align: center;
      font-weight: bold;
      color: #355aa0;
      padding: 1em 0;
      margin-bottom: 1em;
      display: block;
      border: 1px solid white; }
      html .kategoria_pobyt_nav a:hover, html .kategoria_pobyt_nav a:focus, body .kategoria_pobyt_nav a:hover, body .kategoria_pobyt_nav a:focus {
        color: #355aa0;
        text-decoration: none;
        background: white;
        border: 1px solid #e7e7e7; }

div.akcia {
  text-align: center;
  background-color: #ccf2ff;
  color: #355aa0;
  margin-bottom: .6em;
  padding: .4em; }
  div.akcia a {
    color: #355aa0;
    font-size: 2em;
    margin-bottom: .2em;
    text-transform: uppercase; }
    div.akcia a:hover {
      text-decoration: none;
      color: #355aa0; }
    div.akcia a i {
      color: #355aa0; }

.sutaz_holder {
  position: fixed;
  top: 196px;
  width: 273px;
  z-index: 100;
  left: 0; }
  .sutaz_holder #skitravel_sutaz_close,
  .sutaz_holder #skitravel_sutaz_open {
    z-index: 1001;
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25em; }
    .sutaz_holder #skitravel_sutaz_close#skitravel_sutaz_open,
    .sutaz_holder #skitravel_sutaz_open#skitravel_sutaz_open {
      left: 0;
      right: auto;
      background: #18bcf2;
      color: white;
      padding: .5em; }
  .sutaz_holder #sutaze_list {
    left: 0;
    width: 273px;
    position: absolute; }
    .sutaz_holder #sutaze_list .sutaz {
      background: #18bcf2 none repeat scroll 0 0;
      text-align: center;
      color: white;
      padding: 1.5em 1em 1.5em 1em;
      margin-bottom: 15px; }

#block {
  position: absolute;
  background-color: #abc;
  left: 50px;
  width: 90px;
  height: 90px;
  margin: 5px; }

/* ************************************************* BANNER */
div.banner {
  position: relative;
  display: block; }
  div.banner img {
    display: block;
    width: 100%; }
  div.banner p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    color: white;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    div.banner p strong {
      font-size: 1.5em;
      text-transform: uppercase; }
    div.banner p a {
      color: white; }
  div.banner section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.25em;
    background: rgba(31, 92, 153, 0.9);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.275em;
    font-weight: bold; }
    div.banner section a {
      color: #ffffff; }

div.cycle-prev, div.cycle-next {
  cursor: pointer;
  height: 100%;
  opacity: 100;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 800;
  background: url("../images/design/left.png") no-repeat 50% 50%;
  left: 0;
  opacity: 0.5; }
  div.cycle-prev.cycle-next, div.cycle-next.cycle-next {
    left: auto;
    right: 0;
    background-image: url("../images/design/right.png"); }
  div.cycle-prev:hover, div.cycle-next:hover {
    opacity: 1; }

/* ************************************************* CONTENT */
div.content {
  width: 100%; }
  div.content div.block.block2 {
    border-width: 1px 0;
    border-style: solid;
    border-color: #ccf2ff;
    background: #f1fbfe; }
  div.content div.block.padding1 {
    padding: 1.9em 0; }
  div.content div.block.padding2 {
    padding: 30px 0; }
  div.content div.block.padding3 {
    padding-top: 20px; }
  div.content div.block.border_bottom {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccf2ff; }
  div.content div.padding {
    line-height: 1.6em; }
  div.content.layout_uvod div.clanky {
    vertical-align: top;
    display: block;
    width: 100%;
    max-height: 351px; }
    @media screen and (max-width: 1199px) {
      div.content.layout_uvod div.clanky {
        max-height: 290px; } }
    @media screen and (max-width: 991px) {
      div.content.layout_uvod div.clanky {
        max-height: 225px; } }
    div.content.layout_uvod div.clanky div.clanok {
      height: 113px;
      margin-bottom: 14px;
      overflow: hidden;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #e6e6e6; }
      @media screen and (max-width: 480px) {
        div.content.layout_uvod div.clanky div.clanok {
          margin-left: 0; } }
      @media screen and (max-width: 1199px) {
        div.content.layout_uvod div.clanky div.clanok {
          height: 92px;
          margin-bottom: 11px; } }
      @media screen and (max-width: 991px) {
        div.content.layout_uvod div.clanky div.clanok {
          height: 112px;
          margin-bottom: 11px; } }
      div.content.layout_uvod div.clanky div.clanok img {
        display: block;
        float: left;
        margin-right: 30px;
        width: 30%; }
      div.content.layout_uvod div.clanky div.clanok h2 {
        padding: 0 0 .5em 0;
        margin: 0;
        color: #1f5c99;
        text-transform: uppercase;
        font-weight: bold; }
        div.content.layout_uvod div.clanky div.clanok h2 a {
          color: #1f5c99; }
          div.content.layout_uvod div.clanky div.clanok h2 a:hover {
            color: #cd2a2a;
            text-decoration: underline; }
      div.content.layout_uvod div.clanky div.clanok p.datum {
        color: #999999;
        font-size: 0.9em;
        padding: 0; }
        div.content.layout_uvod div.clanky div.clanok p.datum span {
          padding-right: .5em; }
  div.content.layout_uvod div.clanky_buttons {
    position: absolute;
    bottom: -20px;
    right: 15px; }
    div.content.layout_uvod div.clanky_buttons div {
      cursor: pointer;
      font-size: 2.5em;
      line-height: .5em;
      padding: 0 .75em;
      color: #1f5c99; }
      div.content.layout_uvod div.clanky_buttons div:last-child {
        padding-right: 0; }
        @media screen and (max-width: 480px) {
          div.content.layout_uvod div.clanky_buttons div:last-child {
            padding-right: .75em; } }
  div.content.layout_uvod div.odporucane_ubytovanie h1 {
    color: #18bcf2;
    margin-bottom: 20px; }
  div.content.layout_uvod div.odporucane_ubytovanie div.buttons {
    float: right; }
    div.content.layout_uvod div.odporucane_ubytovanie div.buttons div {
      cursor: pointer;
      font-size: 2.5em;
      line-height: .5em;
      padding: 0 .75em;
      color: #18bcf2; }
      div.content.layout_uvod div.odporucane_ubytovanie div.buttons div:last-child {
        padding-right: 0; }
  div.content.layout_uvod div.pobyty h2 {
    text-transform: uppercase;
    font-size: 1.65em;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 1em; }
  div.content.layout_uvod div.pobyty #pobyty {
    margin-top: 2em; }
  div.content.layout_uvod div.podstranky ul {
    list-style: none;
    padding: 0; }
    div.content.layout_uvod div.podstranky ul li {
      text-align: center;
      margin-bottom: 20px; }
      div.content.layout_uvod div.podstranky ul li a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
        background: #18bcf2;
        display: block;
        padding: 4.25em 0 15px 0;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 1.1em;
        background-repeat: no-repeat;
        background-position: center 15px;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all; }
        div.content.layout_uvod div.podstranky ul li a.o_nas {
          background-image: url(../images/design/lyziarska_skola.png); }
        div.content.layout_uvod div.podstranky ul li a.lyziarska_skola {
          background-image: url(../images/design/lyziarska_skola.png); }
        div.content.layout_uvod div.podstranky ul li a.funpark {
          background-image: url(../images/design/funpark.png); }
        div.content.layout_uvod div.podstranky ul li a.transfery {
          background-image: url(../images/design/transfery.png); }
        div.content.layout_uvod div.podstranky ul li a.projekty_eu {
          background-image: url(../images/design/poistenie.png); }
        div.content.layout_uvod div.podstranky ul li a.firemne_akcie {
          background-image: url(../images/design/firemne_akcie.png); }
        div.content.layout_uvod div.podstranky ul li a.vernostny_program {
          background-image: url(../images/design/vernostne_zlavy.png); }
        div.content.layout_uvod div.podstranky ul li a.poukazy {
          background-image: url(../images/design/poukazy.png); }
        div.content.layout_uvod div.podstranky ul li a:hover {
          background-color: #1f5c99;
          text-decoration: none; }
        @media screen and (max-width: 991px) {
          div.content.layout_uvod div.podstranky ul li a {
            height: 101px;
            padding-left: 5px;
            padding-right: 5px; } }

/* ************************************************* UBYTOVANIE */
div.ubytovanie {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  height: 310px;
  padding: 0 15px 30px 15px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }
  div.ubytovanie img {
    margin-bottom: 20px;
    width: 100%;
    display: block; }
  div.ubytovanie div.nazov {
    margin-bottom: 20px;
    color: #1f5c99; }
    div.ubytovanie div.nazov h2 {
      padding: 0 0 .5em 0;
      margin: 0;
      color: #1f5c99;
      text-transform: uppercase;
      font-weight: bold; }
      div.ubytovanie div.nazov h2 a {
        color: #1f5c99; }
        div.ubytovanie div.nazov h2 a:hover {
          color: #cd2a2a; }
    div.ubytovanie div.nazov span {
      display: block; }
    div.ubytovanie div.nazov strong {
      color: #18bcf2; }
  div.ubytovanie div.popis {
    margin-bottom: 20px; }
  div.ubytovanie div.icon {
    color: #999999; }
    div.ubytovanie div.icon span.fa-thumbs-o-up {
      margin-left: 1em; }

div.ubytovanie_vypis div.ubytovanie {
  width: 16.666%; }
  @media screen and (max-width: 992px) {
    div.ubytovanie_vypis div.ubytovanie {
      width: 25%; } }
  @media screen and (max-width: 768px) {
    div.ubytovanie_vypis div.ubytovanie {
      width: 33.333%; } }
  @media screen and (max-width: 480px) {
    div.ubytovanie_vypis div.ubytovanie {
      width: 100%;
      height: auto; } }

/* ************************************************* NAVS */
.nav-tabs {
  padding-bottom: 0;
  margin: 30px 0; }
  .nav-tabs li {
    background: #f1fbfe;
    margin-right: 3.06%;
    width: 22.7%;
    text-align: center;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .nav-tabs li {
        float: none;
        width: 100%; } }
    .nav-tabs li:last-child {
      margin-right: 0; }
    .nav-tabs li a {
      color: #18bcf2;
      text-transform: uppercase;
      font-size: 0.92em;
      font-weight: bold;
      margin-right: 0; }
      .nav-tabs li a:hover {
        color: #1f5c99; }
      .nav-tabs li a span.badge {
        display: inline-block;
        background: #1f5c99;
        color: #ffffff;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        line-height: 2em;
        position: absolute;
        right: -10px;
        top: -10px; }

/* ************************************************* UBYTOVANIE_VIEW */
div.ubytovanie_view {
  font-size: 12px;
  color: #4c4c4c; }
  div.ubytovanie_view div#thumb_up {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .5em 1em;
    margin: 1em 0;
    border: 1px solid #cd2a2a;
    color: #cd2a2a;
    text-align: center; }
    div.ubytovanie_view div#thumb_up span.icon {
      display: inline-block;
      margin-right: .5em; }
    div.ubytovanie_view div#thumb_up:hover {
      cursor: pointer;
      background: #cd2a2a;
      color: #ffffff; }
  div.ubytovanie_view div.galeria {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 50%;
    padding-right: 30px; }
    @media screen and (max-width: 480px) {
      div.ubytovanie_view div.galeria {
        display: block;
        width: 100%; } }
    div.ubytovanie_view div.galeria div.main_foto img {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    div.ubytovanie_view div.galeria div.cycle-slideshow a img {
      margin-right: 10px; }
    div.ubytovanie_view div.galeria div.cycle-prev, div.ubytovanie_view div.galeria div.cycle-next {
      bottom: 0; }
  div.ubytovanie_view div.info {
    font-size: 1.08em;
    line-height: 1.5em;
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding-right: 30px; }
    @media screen and (max-width: 480px) {
      div.ubytovanie_view div.info {
        width: 100%; } }
    div.ubytovanie_view div.info:nth-child(even) {
      padding-right: 0; }
    div.ubytovanie_view div.info p.cena {
      color: #18bcf2;
      font-size: 1.2em;
      font-weight: bold; }
    div.ubytovanie_view div.info h2 {
      text-transform: uppercase; }
    div.ubytovanie_view div.info ul.columns2 {
      list-style-type: circle; }
      div.ubytovanie_view div.info ul.columns2 li {
        float: left;
        width: 50%; }
  div.ubytovanie_view p.highlight {
    color: #1f5c99; }
    div.ubytovanie_view p.highlight strong {
      text-transform: uppercase; }
  div.ubytovanie_view div#map {
    width: 100%;
    height: 300px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }
  div.ubytovanie_view p.check span.fa {
    color: #18bcf2; }

form.rezervacia div.item, div.rezervacia div.item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle; }
  form.rezervacia div.item.item1, div.rezervacia div.item.item1 {
    width: 100%; }
  form.rezervacia div.item.item2, div.rezervacia div.item.item2 {
    width: 49%; }
  form.rezervacia div.item.item3, div.rezervacia div.item.item3 {
    width: 32%; }
  form.rezervacia div.item.item4, div.rezervacia div.item.item4 {
    width: 24%; }
form.rezervacia label, div.rezervacia label {
  color: #1f5c99;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-size: 0.8em; }
form.rezervacia input, div.rezervacia input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #18bcf2; }
  form.rezervacia input[type=checkbox], div.rezervacia input[type=checkbox] {
    width: auto;
    margin-right: 15px; }
form.rezervacia select, div.rezervacia select {
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: .5em;
  margin-bottom: 1em; }

/* ************************************************* POBYT */
div.pobyt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 30px 0;
  color: #4c4c4c;
  line-height: 1.75em; }
  @media screen and (max-width: 992px) {
    div.pobyt {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    div.pobyt {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    div.pobyt {
      width: 100%; } }
  div.pobyt img {
    width: 100%; }
  div.pobyt h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1em;
    padding: 0 0 .5em 0; }
  div.pobyt h4 {
    margin: 0;
    padding: 0 0 .75em 0;
    text-transform: uppercase;
    color: #18bcf2;
    font-size: 1em;
    line-height: 1.5em; }
    div.pobyt h4 a {
      color: #18bcf2; }
  div.pobyt div.foto {
    position: relative; }
    div.pobyt div.foto span.cena_od {
      display: block;
      position: absolute;
      top: .5em;
      left: 0;
      background: #b11212;
      color: white;
      font-size: 1.5em;
      font-weight: bold;
      padding: .25em .5em;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

/* ************************************************* GALLERY */
div.gallery {
  margin: 1em auto;
  text-align: center;
  color: #1f5c99; }
  div.gallery div {
    display: inline-block;
    text-align: left;
    margin: 0 1em 1em 0;
    vertical-align: top; }
    div.gallery div img {
      margin: 0 0 5px 0; }
      div.gallery div img:hover {
        border-color: #ffffff; }
    div.gallery div a {
      display: block; }

/* ************************************************* FORM */
form {
  margin: 0px; }
  form fieldset {
    background-color: #f6f6f6;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    margin-bottom: 1em;
    padding: .5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  form legend {
    font-weight: bold;
    color: #1f5c99;
    font-size: 1.2em; }
  form input.button {
    font-family: "Open Sans", Arial, Tahoma; }
  form input.text {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    padding: .5em;
    margin-bottom: 1em; }
  form button.hladat {
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background: #1f5c99;
    border: 0;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 800;
    padding: .5em 1em;
    cursor: pointer;
    vertical-align: middle; }
    form button.hladat:hover {
      background: #cd2a2a; }
    form button.hladat span {
      margin-right: 1em; }
  form textarea {
    font-family: "Open Sans", Arial, Tahoma;
    font-size: 1em;
    height: 100px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    padding: .5em;
    margin-bottom: 1em; }
  form select {
    font-size: 1em;
    padding: .25em 0; }

.submit {
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #1f5c99;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: .75em; }
  .submit:focus, .submit:hover {
    color: white; }
  .submit.red {
    background: #cd2a2a;
    color: #ffffff;
    text-decoration: none; }

/* ************************************************* FOOTER */
footer {
  width: 100%;
  margin: 0 auto;
  color: #4c4c4c;
  font-size: 1em;
  padding: 30px 0; }
  @media screen and (max-width: 480px) {
    footer {
      text-align: center; } }
  footer a {
    color: #4c4c4c; }
    footer a:hover {
      color: #1f5c99;
      text-decoration: underline; }
  footer div.bottom {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccf2ff; }
    footer div.bottom h3 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1em; }
      @media screen and (max-width: 480px) {
        footer div.bottom h3 {
          margin: 1em 0; } }
    footer div.bottom div.item {
      vertical-align: top;
      display: inline-block;
      margin-right: 60px; }
      @media screen and (max-width: 480px) {
        footer div.bottom div.item {
          margin: 0;
          display: block;
          width: 100%; } }
      footer div.bottom div.item:last-child {
        margin-right: 0; }
      footer div.bottom div.item.column1 {
        margin-right: 1em;
        width: 15%; }
        @media screen and (max-width: 480px) {
          footer div.bottom div.item.column1 {
            width: 100%;
            margin: 0; } }
      footer div.bottom div.item.column2 {
        width: 20%;
        margin-right: 1em; }
        @media screen and (max-width: 480px) {
          footer div.bottom div.item.column2 {
            margin: 0;
            width: 100%; } }
      footer div.bottom div.item.partneri {
        margin-right: 0; }
        footer div.bottom div.item.partneri img {
          display: inline-block;
          margin-bottom: 15px; }
      footer div.bottom div.item ul {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        padding: 0;
        margin-right: 30px; }
        footer div.bottom div.item ul:last-child {
          margin-right: 0; }
  footer nav ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0 auto; }
    footer nav ul li {
      display: inline-block;
      border: 1px solid rgba(76, 76, 76, 0.5);
      border-width: 0 0 0 1px;
      padding: 0; }
      footer nav ul li a {
        display: block;
        font-size: 0.8em;
        text-decoration: none;
        color: rgba(76, 76, 76, 0.5);
        padding: 0px 5px;
        text-align: center;
        line-height: 1em; }
        footer nav ul li a:hover {
          color: #4c4c4c; }
      footer nav ul li:first-child {
        border: 0px; }
        footer nav ul li:first-child a {
          padding-left: 0; }
  footer div.copyright, footer div.created {
    display: inline-block;
    font-size: 0.8em;
    color: rgba(76, 76, 76, 0.5); }
    footer div.copyright a, footer div.created a {
      color: rgba(76, 76, 76, 0.5); }
      footer div.copyright a:hover, footer div.created a:hover {
        color: #1f5c99; }
  footer div.cards {
    float: right; }
    @media screen and (max-width: 480px) {
      footer div.cards {
        float: none;
        text-align: center; } }
    footer div.cards img {
      height: 30px;
      margin-left: 7.5px; }

/* ************************************************* TABLES */
table {
  margin-bottom: 1em;
  border-spacing: 0px; }
  table.width100 {
    width: 100%; }
  table td, table th {
    color: #1a1a1a;
    font-family: "Open Sans", Arial, Tahoma;
    font-size: 1em;
    padding: .4em .5em; }
  table thead tr td, table thead tr th {
    background: #ccf2ff;
    color: #1f5c99;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
  table tbody tr:nth-child(even) td {
    background: #f1fbfe; }
  table tbody tr.highlite td {
    background: #1f5c99;
    color: #fff; }
  table.border {
    width: 100%; }
    table.border tbody tr td {
      border-width: 1px;
      border-style: solid;
      border-color: rgba(31, 92, 153, 0.25); }

/* PIK A DAY */
.pika-button:hover {
  background: #cd2a2a !important; }

/* ************************************************* TABLES */
@media screen and (max-width: 480px) {
  div.kontakty img {
    width: 100%; } }
div.kontakty div.kontakt {
  float: left;
  width: 33.3%; }
  @media screen and (max-width: 480px) {
    div.kontakty div.kontakt {
      float: none;
      width: 100%; } }
div.kontakty span.info_o_pobytoch {
  color: #cd2a2a;
  font-weight: bold;
  font-size: 1.3em;
  display: block;
  text-align: center;
  margin: 1em 0; }

/* ************************************************* DOTAZNIK */
.dotaznik div {
  margin-bottom: 1em; }
  .dotaznik div h2 {
    padding: 0; }

.referencie h2 {
  padding: 1em 0; }
.referencie div.progress {
  margin-bottom: .5em; }

#osoba-form {
  margin-top: 1em; }
  #osoba-form .form-control-static {
    font-size: 14px; }

/* ************************************************* */
.checkbox-holder {
  height: 214px;
  overflow: auto; }
  .checkbox-holder .checkbox-sub-group {
    margin-left: 10px; }

/*# sourceMappingURL=screen2.css.map */
