@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Thin.otf") format("opentype"), url("../fonts/Metropolis-Thin.woff") format("woff"), url("../fonts/Metropolis-Thin.ttf") format("truetype"), url("../fonts/Metropolis-Thin.svg#Metropolis-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Light.otf") format("opentype"), url("../fonts/Metropolis-Light.woff") format("woff"), url("../fonts/Metropolis-Light.ttf") format("truetype"), url("../fonts/Metropolis-Light.svg#Metropolis-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-SemiBold.otf") format("opentype"), url("../fonts/Metropolis-SemiBold.woff") format("woff"), url("../fonts/Metropolis-SemiBold.ttf") format("truetype"), url("../fonts/Metropolis-SemiBold.svg#Metropolis-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Bold.otf") format("opentype"), url("../fonts/Metropolis-Bold.woff") format("woff"), url("../fonts/Metropolis-Bold.ttf") format("truetype"), url("../fonts/Metropolis-Bold.svg#Metropolis-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  width: 100%;
  font: normal 300 15px "Metropolis", sans-serif;
  color: #485666;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
body.no-overflow {
  overflow: hidden;
}

@media screen and (min-width: 2560px) {
  body {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 1.45rem;
  line-height: 1.5;
}

main ul {
  margin-bottom: 2.5rem;
}

main li {
  line-height: 1.5;
}

/* ------ */
hr {
  border: 0;
  background: #052e5c;
  display: block;
  height: 1px;
  margin: 20px 0;
}

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

a, [type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

[href^="mailto:"] {
  white-space: nowrap;
}

a {
  color: #052e5c;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #ea4f12;
}

/* ------ */
/* HEADINGS */
h1, .h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #052e5c;
}

h1, .h1 {
  margin-bottom: 1rem;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #c3c7cc;
}

h2 {
  font-size: 18px;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    margin-bottom: 2.15rem;
    font-size: 60px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 2560px) {
  h2 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
/* ------ */
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ea4f12;
  background: none;
  margin-bottom: 29px;
  padding: 4px 0;
  font-size: inherit;
  font-weight: 300;
  color: #485666;
}
.form-control:hover, .form-control:focus {
  border-color: #ea4f12;
  background: none;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: 32px;
  padding: 0.234rem 2rem 0.234rem 1rem;
  text-align: left;
  position: relative;
}

.btn-default {
  border: 0;
  background: url("../img/icons/arrow.svg") calc(100% - 17px) 50% no-repeat;
  background-size: 12px 8px;
  padding: 5px 17px 4px 16px;
  text-decoration: none !important;
  font-weight: 300;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default:before, .btn-default:after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default:before {
  content: "";
  border-radius: 5px;
  background: #ea4f12;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.btn-default:hover, .btn-default:focus {
  background-position: 95% 50%;
  color: #FFF;
}
.btn-default:hover:before, .btn-default:focus:before {
  background: #485666;
}

/* ------ */
.container {
  max-width: 1348px;
}

/* ------ */
.table {
  border-top: 1px solid #d9dbde;
  border-color: #d9dbde;
}
.table th, .table td {
  width: 50%;
  padding-top: 19px;
  padding-bottom: 16px;
}
.table th {
  padding-left: 4px;
  color: #052e5c;
}
.table td {
  padding-right: 5px;
  text-align: right;
}
@media screen and (min-width: 800px) {
  .table th {
    width: 70%;
  }
}

/* ------ */
.arrow {
  border-radius: 50%;
  border: 2px solid #ea4f12;
  display: block;
  height: 34px;
  width: 34px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.arrow:before, .arrow:after {
  content: "";
  background: #FFF;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
}
.arrow:before {
  left: 7px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.arrow:after {
  right: 7px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.arrow:hover {
  background: #ea4f12 !important;
}

/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 40px;
  height: 40px;
  padding: 7px;
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 11px;
}
#menu-toggle span:nth-child(4) {
  top: 22px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* HEADER */
#header {
  background-size: cover !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
#header:before {
  content: "";
  background: rgba(1, 19, 40, 0.3);
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#011328), color-stop(11%, #011328), color-stop(39%, transparent), to(transparent));
  background: linear-gradient(to bottom, #011328 0%, #011328 11%, transparent 39%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#011328", endColorstr="#007db9e8",GradientType=0 );
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.48;
}
#header h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  color: #FFF;
  z-index: 9;
}
#header .logo {
  width: 150px;
}
#header .holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  z-index: 1;
}
#header .header-bottom {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}
#header .header-bottom:before {
  content: "";
  background: rgba(234, 79, 18, 0.8);
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-bottom > * {
  position: relative;
  z-index: 1;
}
#header .btn {
  background: none;
  min-width: 224px;
  color: #ea4f12;
}
#header .btn:before {
  background: #FFF;
}
#header .btn:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea4f12' width='31.2' height='20.5' viewBox='0 0 31.2 20.5'%3E%3Cpath d='M31.2 10.2 18.4 0v8.3H0v3.8h18.4v8.4z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header .btn:hover {
  color: #FFF;
}
#header .btn:hover:before {
  background: #ea4f12;
}
#header .btn:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#header .header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #header h1 {
    margin-bottom: 17px;
    letter-spacing: 12px;
    font-size: 30px;
  }
  #header .logo {
    width: 214px;
    margin-bottom: 50px;
  }
  #header .holder {
    padding-top: 152px;
  }
}
@media screen and (min-width: 1180px) {
  #header h1 {
    font-size: 36px;
  }
  #header .header-bottom {
    padding: 41px 15px 44px;
  }
}
@media screen and (min-width: 1600px) {
  #header {
    max-height: 846px;
  }
}

/* ------ */
#navbar {
  height: 80px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar.open nav {
  display: block;
}
#navbar nav {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #navbar {
    background: none;
    height: 161px;
    padding-top: 47px;
    left: 78px;
    right: 78px;
  }
  #navbar nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

/* ------ */
/* MAIN MENU */
#main-menu {
  background: rgba(5, 46, 92, 0.85);
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  letter-spacing: 3px;
  font-size: 18px;
  font-size: 1.2rem;
  position: absolute;
  overflow-y: auto;
}
#main-menu:before {
  background: rgba(255, 255, 255, 0.39);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#main-menu > li {
  padding: 0;
  position: relative;
}
#main-menu > li:first-child {
  padding-left: 0;
}
#main-menu > li:last-child {
  padding-right: 0;
}
#main-menu > li.active a, #main-menu > li:hover a {
  color: #ea4f12;
}
#main-menu a {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  position: relative;
  word-break: normal;
}
@media screen and (min-width: 1024px) {
  #main-menu {
    background: none;
    height: auto;
    display: block !important;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.9333333333rem;
    position: static;
    overflow: visible;
  }
  #main-menu:before {
    content: "";
  }
  #main-menu > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    position: relative;
  }
  #main-menu > li.active a, #main-menu > li:hover a {
    border-top: 2px solid #ea4f12;
    color: #FFF;
  }
  #main-menu > li a {
    border-top: 2px solid transparent;
    display: block;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1180px) {
  #main-menu {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1366px) {
  #main-menu > li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu {
    letter-spacing: 3px;
  }
  #main-menu > li {
    padding: 0 35px;
  }
}

/* ------ */
/* PROSTORY */
#prostory {
  background: #ecedef;
  padding: 60px;
  color: #052e5c;
}
#prostory .h1 {
  margin-bottom: 25px;
}
#prostory .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prostory .item-holder {
  background: #FFF;
  margin-bottom: 20px;
  padding: 32px 15px 30px;
  text-align: center;
}
#prostory .item-holder strong {
  display: block;
}
#prostory .title {
  margin-bottom: 10px;
  font-weight: 500;
}
#prostory .size {
  margin-bottom: 15px;
  font-size: 24px;
}
#prostory a {
  color: #ea4f12;
}

/* ------ */
/* DETAIL */
.detail {
  border: 0;
  background: rgba(72, 86, 102, 0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.detail.open {
  opacity: 1;
  visibility: visible;
}
.detail .h1 {
  text-align: left;
}
.detail .holder {
  background: #FFF;
  height: 100vh;
  height: calc(100vh - var(--vh-offset));
  margin: 0;
  padding: 30px 30px 10px;
  position: relative;
  overflow: auto;
}
.detail .holder table {
  margin-bottom: 30px;
}
.detail .holder table th {
  padding-right: 28px !important;
}
.detail .holder img {
  margin-bottom: 20px;
}
.detail .text-block {
  padding-bottom: 30px;
}
.detail .btn {
  min-width: 224px;
}
.detail .toggler {
  font-size: 50px;
  font-size: 3.3333333333rem;
  color: #ea4f12;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .detail .holder {
    height: auto;
    margin: 102px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .detail .holder {
    margin: auto;
    padding: 62px 64px 50px 69px;
  }
  .detail .holder table {
    margin-bottom: 50px;
  }
  .detail .text-block {
    padding-right: 27px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .detail {
    overflow: hidden;
  }
  .detail .holder {
    max-width: 1200px;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ------ */
/* KONTAKT */
#kontakt {
  padding: 50px 30px;
  text-align: center;
}
#kontakt .h1 {
  margin-bottom: 29px;
}
#kontakt .flash.info {
  margin-bottom: 20px;
  font-weight: bold;
}
#kontakt p {
  margin-bottom: 30px;
}
#kontakt a {
  text-decoration: underline;
  cursor: pointer;
}
#kontakt form {
  max-width: 1068px;
  margin: auto;
  padding-top: 10px;
}
#kontakt .btn {
  min-width: 224px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #kontakt {
    padding: 70px 78px 80px;
  }
}

/* ------ */
/* FOOTER */
#footer {
  background: #485666;
  padding: 35px 15px;
  text-align: center;
  color: #d9dbde;
  z-index: 1;
}
#footer .logo {
  margin: 0 0 36px;
}
#footer .logo img {
  height: 87px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer p {
  margin: 0;
  line-height: 2;
}
#footer a {
  color: inherit;
}
#footer hr {
  background: #FFF;
  margin: 22px 0 25px;
  opacity: 0.39;
}
#footer .spacer {
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 62px 78px 54px;
  }
  #footer .spacer {
    display: inline-block;
  }
}

/* ------ */
/* ------ */
.logo {
  display: inline-block;
}
.logo .svg,
.logo img {
  max-width: 100%;
  height: auto;
}

/* ------ */
#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024) {
  #wrapper {
    overflow: visible;
  }
}

/* ------ */
/* OBSAH */
.content .col {
  background: #FFF;
}
.content .col:first-child {
  background: #ecedef;
}
.content .text-block {
  padding: 50px 30px;
}
.content h2 {
  margin-bottom: 23px;
}
.content img {
  width: 101%;
  height: 100%;
  min-height: 240px;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .btn {
  min-width: 218px;
}
@media screen and (min-width: 568px) {
  .content img {
    max-height: none;
  }
}
@media screen and (min-width: 1024px) {
  .content .col {
    min-height: 539px;
  }
  .content .text-block {
    padding: 80px;
  }
  .content img {
    height: 100%;
  }
}
@media screen and (min-width: 1180px) {
  .content .text-block {
    padding: 163px 148px 100px 118px;
  }
}
@media screen and (min-width: 1600px) {
  .content .col {
    height: 600px;
  }
}
@media screen and (min-width: 2560px) {
  .content .col {
    height: 800px;
  }
}
@media screen and (min-width: 2560px) {
  .content .text-block {
    padding: 180px !important;
  }
}

/* ------ */
#lokalita img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 1180px) {
  #lokalita .text-block {
    padding-top: 138px;
  }
}
@media screen and (min-width: 1600px) {
  #lokalita img {
    width: auto;
  }
}

#map {
  background: #ecedef;
  height: 100%;
  min-height: 400px;
  max-height: 100vh;
}
@media screen and (min-width: 568px) {
  #map {
    max-height: none;
  }
}

/* ------ */
#galerie {
  background: #d9dbde;
}
#galerie .col:nth-of-type(2n) {
  display: none;
}
#galerie img {
  width: 101%;
  height: 539px;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#galerie .arrow {
  background: none;
  position: absolute;
  top: calc(50% - 17px);
}
#galerie .arrow-prev {
  right: calc(100% - 50px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#galerie .arrow-next {
  left: calc(100% - 50px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 568px) {
  #galerie .col {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  #galerie .arrow-prev {
    right: calc(50% + 20px);
  }
  #galerie .arrow-next {
    left: calc(50% + 20px);
  }
}
@media screen and (min-width: 1600px) {
  #galerie img {
    height: 600px;
  }
}
@media screen and (min-width: 2560px) {
  #galerie img {
    height: 800px;
  }
}

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