@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("./css/index.html");
.test-1 {
  background: #fafad2 !important;
}

.test-2 {
  background: #c0caff !important;
}

.test-3 {
  background: #ffd2c0 !important;
}

.test-4 {
  background: #a48ba9 !important;
}

.test-5 {
  background: #93a98b !important;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/exo2-thinexpanded-webfont.woff2") format("woff2"), url("../fonts/exo2-thinexpanded-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/exo2-semiboldexpanded-webfont.woff2") format("woff2"), url("../fonts/exo2-semiboldexpanded-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/exo2-boldcondensed-webfont.woff2") format("woff2"), url("../fonts/exo2-boldcondensed-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/exo2-boldexpanded-webfont.woff2") format("woff2"), url("../fonts/exo2-boldexpanded-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 20, 2017 */
@font-face {
  font-family: 'teuton_fettregular';
  src: url("../fonts/teutonfett-webfont.woff2") format("woff2"), url("../fonts/teutonfett-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #FFF;
  font: normal 300 16px "Exo", sans-serif;
  color: #586264;
}

@media (min-width: 600px) {
  .container {
    max-width: 550px;
  }
}

@media (min-width: 660px) {
  .container {
    max-width: 635px;
  }
}

@media (min-width: 736px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 920px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}

::-webkit-input-placeholder {
  color: #000 !important;
}

:-moz-placeholder {
  color: #000 !important;
}

::-moz-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nobg {
  background-image: none !important;
  background-color: transparent !important;
}

img.pull-left {
  margin: 0 20px 20px 0;
}

img.pull-right {
  margin: 0 0 20px 20px;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

a {
  color: #ff5394;
}

a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* HEADINGS */
h1, h2, .h1 {
  color: #ff5394;
}

h1 a, h2 a, .h1 a {
  text-decoration: underline;
  color: #ff5394;
}

h1 a:hover, h2 a:hover, .h1 a:hover {
  text-decoration: none;
  color: #586264;
}

h1, h2, .h1 {
  text-transform: uppercase;
  font: normal 400 24px "Exo 2";
}

@media (min-width: 800px) {
  h1, h2, .h1 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  h1, h2, .h1 {
    font-size: 40px;
  }
}

h1, .h1 {
  margin: 1.125rem 0;
  line-height: 1.18;
}

@media (min-width: 800px) {
  h1, .h1 {
    margin: 3.125rem 0;
  }
}

h2 {
  margin: .3em 0 .55em;
}

h3 {
  text-transform: uppercase;
  font-family: "Exo 2";
}

p {
  margin: .25rem 0 1.75rem;
  line-height: 1.75em;
}

/* FORM ELEMENTS */
a, input[type=submit] {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.btn {
  border-radius: 0;
  border: 0;
  padding: 12px;
  text-decoration: none !important;
  text-transform: uppercase;
  font: normal 700 16px "Exo", sans-serif;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:before {
  display: none;
}

@media (min-width: 1152px) {
  .btn {
    padding: 12px 28px;
    font-size: 18px;
  }
}

.btn-default {
  background: #000;
  color: #FFF !important;
}

.btn-default:hover, .btn-default:focus {
  background: #404040;
}

.btn-default:active {
  background: #262626;
}

.btn-white {
  background: #FFF;
  color: #000 !important;
}

.btn-white:hover, .btn-white:focus {
  background: #e6e8ea;
}

.btn-white:active {
  background: #cacfd3;
}

.btn-book {
  border: 1px solid #ff5394;
  background: rgba(255, 83, 148, 0.95);
  text-transform: uppercase;
  font: 500 normal 18px "Exo 2";
  color: #FFF;
  line-height: 1;
  -webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.32) !important;
          box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.32) !important;
}

.btn-book:hover, .btn-book:focus {
  background: rgba(255, 83, 148, 0.75);
}

.btn-book:active {
  background: #ff5394;
}

@media (min-width: 600px) {
  .btn-book {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}

@media (min-width: 768px) {
  .btn-book {
    font-size: 2.5rem;
  }
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #000;
  border-width: 0 0 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
  min-height: 40px;
  padding: .5rem 0;
  resize: vertical;
  font-weight: 700;
  color: #000;
}

.form-control:focus {
  border-color: #80bdff !important;
  border-bottom-style: dashed;
}

.form-control.is-valid::-webkit-input-placeholder {
  color: #41a500 !important;
}

.form-control.is-valid:-moz-placeholder {
  color: #41a500 !important;
}

.form-control.is-valid::-moz-placeholder {
  color: #41a500 !important;
}

.form-control.is-valid:-ms-input-placeholder {
  color: #41a500 !important;
}

.form-control.is-invalid::-webkit-input-placeholder {
  color: #E20074 !important;
}

.form-control.is-invalid:-moz-placeholder {
  color: #E20074 !important;
}

.form-control.is-invalid::-moz-placeholder {
  color: #E20074 !important;
}

.form-control.is-invalid:-ms-input-placeholder {
  color: #E20074 !important;
}

/* TABLES */
.table-holder {
  max-width: 100%;
  overflow: auto;
}

.table-holder table th,
.table-holder table td {
  white-space: nowrap;
}

.table tbody tr {
  background: #FFF;
}

.table-bordered td, .table-bordered th {
  border-color: #d8dbde;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f2f2;
}

.table .thead-dark th {
  color: #FFF;
  background-color: #202c40;
  border-color: #202c40;
}

/* */
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #FFF !important;
}

.bg-gray {
  background: #e6e8ea !important;
}

.red {
  color: #e20000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 10px 0 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: auto !important;
  height: 300px !important;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #FFF url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url("../img/arrow.svg") 0 0 no-repeat;
  background-size: contain;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: -55px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slick-next {
  right: -55px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .slick-prev {
    left: -82px;
  }
  .slick-next {
    right: -82px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ------------------------------------------ */
#wrapper {
  position: relative;
  overflow: hidden;
}

section {
  background: #FFF;
  position: relative;
}

main {
  position: relative;
  z-index: 1;
}

main section {
  overflow: hidden;
}

.sp main article {
  padding: 30px 0;
}

.sp main .spacer {
  background: #FFF;
  padding: 30px 0 0;
}

.sp main .spacer .tyn {
  margin-top: -14px;
  margin-bottom: -56px;
  color: #e6e8ea;
  position: relative;
  left: -130px;
  opacity: .69;
}

.sp main h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #586264;
}

.sp main p {
  line-height: 1.2;
}

.sp main ul {
  list-style: none;
  padding-left: 0;
}

.sp main ul > li {
  position: relative;
  padding-left: 17px;
  line-height: 1.75;
}

.sp main ul > li:before {
  content: "–";
  position: absolute;
  left: 0;
}

@media (min-width: 1024px) {
  .sp main article {
    padding: 60px 0;
  }
  .sp main .spacer {
    padding-top: 60px;
  }
  .sp main .spacer .tyn {
    margin-bottom: -114px;
  }
  .sp main article:nth-child(2n) + .spacer {
    padding: 0;
  }
  .sp main h2 {
    margin-top: -5px;
  }
}

.tyn {
  text-transform: uppercase;
  font: normal 400 57px "Exo 2";
  color: #FFF;
  line-height: .87;
  position: absolute;
  opacity: .1;
}

.tyn span {
  padding: 0 4px;
}

@media (min-width: 1200px) {
  .tyn {
    font-size: 117px;
  }
  .tyn span {
    padding: 0 14px;
  }
}

/* ------------------------------------------ */
#menu-toggle {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  width: 39px;
  height: 39px;
  display: inline-block;
  padding: 0 11px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
}

#menu-toggle.open .nav-icon span:nth-child(1) {
  top: 19px;
  left: 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-toggle.open .nav-icon span:nth-child(2) {
  top: 19px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-toggle .nav-icon {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#menu-toggle .nav-icon span {
  background: #FFF;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#menu-toggle .nav-icon span:nth-child(1) {
  top: 14px;
}

#menu-toggle .nav-icon span:nth-child(2) {
  top: 23px;
}

/* ------------------------------------------ */
/* NAVBAR */
#navbar {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 23px 0 18px 15px;
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.sp #navbar {
  background: #202c40;
}

#navbar.fill {
  background: #202c40;
}

#navbar .logo {
  float: left;
  font: 500 normal 1.85rem "teuton_fettregular";
  line-height: 1;
  letter-spacing: -2px;
  color: #FFF;
}

#navbar .logo span {
  color: #ff5394;
}

#navbar .right {
  position: absolute;
  top: 15px;
  right: 15px;
}

#navbar .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 9px 10px 8px;
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#navbar .languages {
  width: 100vw;
  text-align: center;
  position: absolute;
  top: 60px;
  right: -15px;
}

#navbar .languages a {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  width: 39px;
  margin-left: 4px;
  padding: 9px 0;
  display: inline-block;
  text-align: center;
  color: #FFF;
}

#navbar .languages a.active {
  display: none;
}

#navbar .languages a:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 320px) and (orientation: portrait) {
  #navbar .btn {
    top: calc(100% + 60px);
  }
  .sp #navbar .languages a {
    background: rgba(0, 0, 0, 0.25);
  }
  .sp #navbar .languages a:hover {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 480px) and (orientation: portrait) {
  #navbar .btn {
    top: 15px;
  }
}

@media (min-width: 480px) {
  #navbar .btn {
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    top: 15px;
  }
  .sp #navbar .languages {
    top: 65px;
  }
}

@media (min-width: 560px) {
  #navbar {
    padding-left: 21px;
  }
  #navbar .btn {
    top: calc(100% + 15px);
  }
  #navbar .right {
    right: 21px;
  }
  #navbar .languages {
    width: auto;
    float: left;
    margin-right: 4px;
    position: static;
  }
}

@media (min-width: 600px) and (orientation: portrait) {
  .sp #navbar .languages a {
    background: rgba(255, 255, 255, 0.25);
  }
  .sp #navbar .languages a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

@media (min-width: 720px) {
  #navbar {
    padding-left: 41px;
  }
  #navbar .right {
    right: 41px;
  }
  #navbar .languages {
    margin-right: 11px;
  }
  #navbar .languages a {
    margin-left: 11px;
  }
}

@media (min-width: 800px) {
  #navbar .btn {
    margin: auto;
    padding: 9px 15px 8px;
    font-size: 28px;
  }
}

@media (min-width: 854px) {
  #navbar .btn {
    top: 15px;
    left: 40%;
  }
}

@media (min-width: 1024px) {
  #navbar {
    padding: 23px 0 18px 41px;
  }
  #navbar .logo {
    font-size: 2.188rem;
  }
  #navbar .btn {
    padding: 9px 28px 8px;
    left: 45%;
  }
  #navbar .right {
    top: 20px;
    right: 41px;
  }
}

@media (min-width: 1200px) {
  #navbar .btn {
    left: 50%;
  }
}

/* MAIN MENU */
#main-menu {
  background: rgba(84, 93, 108, 0.85);
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 1px);
  right: 15px;
  z-index: 1;
  display: none;
}

.sp #main-menu {
  background: rgba(84, 93, 108, 0.85);
}

#main-menu a {
  display: block;
  padding: 10px 45px;
  color: #FFF;
}

#main-menu a:hover {
  background: #202c40;
}

@media (min-width: 420px) and (orientation: portrait) {
  #main-menu a {
    padding: 17px 45px;
  }
}

@media (min-width: 560px) {
  #main-menu {
    right: 41px;
  }
}

@media (min-width: 1024px) {
  #main-menu a {
    padding: 17px 45px;
  }
}

/* ------------------------------------------ */
/* HEADER */
#header {
  background: url("../img/bg-header.jpg") 50% 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sp #header {
  background: #FFF;
  height: 259px;
  margin: 0;
  padding-top: 75px;
  z-index: 5;
}

.sp #header:after,
.sp #header .tourist {
  display: none;
}

.sp #header .holder {
  position: relative;
}

.sp #header h1 {
  margin-top: 100px;
  font: normal 500 40px "Exo 2";
  color: #ff5394;
}

.sp #header .tyn {
  color: #e6e8ea;
  position: absolute;
  top: auto;
  bottom: -114px;
  right: -110px;
  opacity: .69;
}

#header:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header .container,
#header .row {
  height: 100%;
}

#header .holder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#header .bg-header {
  width: 100%;
}

#header h1 {
  margin-bottom: 2.35rem;
  line-height: .1;
  font: normal 100 2.2rem "Exo", sans-serif;
  color: #FFF;
}

#header h1 div {
  margin-top: -8px;
}

#header .tourist {
  height: 100px;
  position: absolute;
  left: 25px;
  bottom: -6px;
  z-index: 2;
}

#header .tourist + img {
  margin-left: 30px;
  bottom: -10px;
}

#header .tourist + img + img {
  margin-left: 60px;
  bottom: -6px;
}

#header .tyn {
  position: fixed;
  top: 96px;
  right: -80px;
}

@media (min-width: 400px) {
  #header h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 480px) {
  .sp #header {
    height: 225px;
  }
  .sp #header h1 {
    margin-top: 40px;
  }
}

@media (min-width: 600px) {
  .sp #header {
    height: 250px;
  }
  .sp #header .tyn {
    bottom: -56px;
  }
  #header h1 {
    font-size: 2.8rem;
  }
  #header .tourist {
    height: 125px;
  }
  #header .tourist + img {
    margin-left: 40px;
  }
  #header .tourist + img + img {
    margin-left: 90px;
  }
}

@media (min-width: 600px) and (orientation: landscape) {
  #header h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #header h1 {
    font-size: 3.35rem;
  }
  #header .tourist {
    height: 203px;
    left: 46px;
  }
  #header .tourist + img {
    margin-left: 70px;
    bottom: -13px;
  }
  #header .tourist + img + img {
    margin-left: 150px;
    bottom: -10px;
  }
}

@media (min-width: 960px) {
  #header h1 {
    font-size: 4rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .sp #header {
    height: 309px;
  }
  #header h1 {
    margin-bottom: 6.35rem;
    font-size: 3.75rem;
  }
  #header .tourist {
    height: 253px;
  }
  #header .tourist + img {
    margin-left: 90px;
  }
  #header .tourist + img + img {
    margin-left: 180px;
  }
}

@media (min-width: 1200px) {
  .sp #header h1 {
    margin-top: 100px;
  }
  .sp #header .tyn {
    bottom: -114px;
  }
  #header .tourist {
    height: 403px;
    left: 66px;
  }
  #header .tourist + img {
    margin-left: 130px;
    bottom: -18px;
  }
  #header .tourist + img + img {
    margin-left: 270px;
    bottom: -13px;
  }
}

/* ------------------------------------------ */
/* ROZCESTNIK */
#rozcestnik,
.galerie {
  margin-top: 60px;
  padding-bottom: 58px;
}

#rozcestnik .row,
.galerie .row {
  margin: 0 -5px;
}

#rozcestnik [class^=col],
.galerie [class^=col] {
  padding: 10px 5px 0;
}

#rozcestnik .type,
.galerie .type {
  padding-bottom: 23px;
}

#rozcestnik .tyn,
.galerie .tyn {
  color: #e6e8ea;
  bottom: -13px;
  left: -130px;
  opacity: .69;
}

@media (min-width: 1024px) {
  #rozcestnik h2,
  .galerie h2 {
    font-size: 22px;
  }
  #rozcestnik img,
  .galerie img {
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  #rozcestnik,
  .galerie {
    padding-bottom: 118px;
  }
}

/* ------------------------------------------ */
/* HOSTELS */
#hostels {
  background: #e6e8ea;
  padding-top: 60px;
  padding-bottom: 29px;
}

#hostels h1 {
  font-size: 30px;
  color: #586264;
}

#hostels .hostel {
  margin: -10px 22px 22px;
  display: inline-block;
}

#hostels img {
  max-width: 100%;
}

#hostels .tyn {
  top: 13px;
  left: 0;
  opacity: .69;
}

@media (min-width: 960px) {
  #hostels {
    padding-top: 12px;
  }
}

@media (min-width: 1024px) {
  #hostels .hostel {
    margin: -10px 22px 44px;
  }
}

/* ------------------------------------------ */
/* NEWS */
.news {
  border-top: 1px solid #FFF;
  background: url("../img/bg-header.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.news:after {
  content: "";
  background: rgba(0, 0, 0, 0.68);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.news h1 {
  text-align: center;
  font-size: 30px;
  color: #ff5394;
}

.news .title {
  bottom: 0;
}

.news h2 {
  text-decoration: none !important;
  font-family: "Exo", sans-serif;
  font-size: 15px !important;
  font-weight: normal;
}

.news .slider {
  margin: -6px auto 0;
}

.news .slick-arrow {
  display: none !important;
}

@media (min-width: 800px) {
  .news .slick-arrow {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .news {
    margin: -6px 0 0;
    padding-bottom: 83px;
  }
}

/* ------------------------------------------ */
/* GALERIE */
.galerie {
  background: none;
  margin-top: 0;
  padding-top: 60px;
}

.galerie.fix {
  margin-top: -35px;
  padding: 0;
}

.galerie img {
  width: auto !important;
  min-height: 225px;
}

@media (min-width: 1200px) {
  .galerie {
    padding-bottom: 60px;
  }
}

/* FOOTER */
footer {
  padding: 15px 25px;
}

footer a {
  color: #586264;
}

@media (min-width: 600px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 960px) {
  footer {
    height: 108px;
    line-height: 108px;
    padding: 0;
  }
}

.scroll-up {
  background: #FFF;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.scroll-up:hover {
  color: #e6e8ea;
}

.scroll-up .svg {
  max-width: 100%;
  height: 100%;
}

.scroll-up path {
  fill: #586264;
}

/* ------------------------------------------ */
img[class^=col] {
  padding: 0;
}

.por {
  position: relative;
  overflow: hidden;
}

.por:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.por img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.035);
      -ms-transform: scale(1.035);
          transform: scale(1.035);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

/* dlazdice */
.d-flex.por {
  display: block !important;
}

.d-flex.por:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, rgba(11, 14, 19, 0)), to(rgba(23, 30, 39, 0.45)));
  background: linear-gradient(to bottom, transparent 0%, rgba(11, 14, 19, 0) 48%, rgba(23, 30, 39, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73171e27',GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.d-flex.por h2 {
  margin: 0;
  text-decoration: underline;
  font-size: 18px;
  color: #FFF;
}

.d-flex.por .title {
  width: 100%;
  padding: 0 15px 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 1024px) {
  .d-flex.por .title {
    padding: 0 30px 30px;
  }
}

@media (min-width: 1200px) {
  .d-flex.por {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.dummy {
  background: red;
  height: 0;
  overflow: hidden;
}

.dummy .row {
  margin: 0 -5px;
}

.dummy [class^=col] {
  padding: 0 5px;
}

/*# sourceMappingURL=style.css.map */
