@import url("https://use.typekit.net/nze7all.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: 'baskerville-display-pt';
  font-size: 14px;
}
h1 {
  display: inline-block;
  color: #c49841;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(196,152,65,0.5);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 6px;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 340px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
h1.home {
  color: #fff;
  border-bottom: 0;
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1.home {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  h1.home {
    font-size: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
h2 span {
  font-size: 31px;
  position: relative;
  top: -8px;
}
@media (max-width: 420px) {
  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
h2.home {
  font-size: 30px;
}
sup {
  font-size: 10px;
  position: relative;
  top: -5px;
}
p {
  line-height: 26px;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 17px;
}
.tac {
  text-align: center;
}
.light {
  font-weight: 300;
}
.light-area {
  color: #004031;
}
.dark-area {
  color: #fff;
}
.mw {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.link {
  text-decoration: underline;
  color: #004031;
}
.link:hover {
  text-decoration: none;
}
header.mobile {
  display: none;
}
header.normal {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: #fff;
}
aside {
  width: calc((100vw - 250px) * 0.383);
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
main {
  width: calc(100% - 250px);
  min-height: 100vh;
  padding-right: calc((100vw - 250px) * 0.383);
  background-color: #ccc;
  z-index: 1;
  position: absolute;
  left: 250px;
}
#top {
  width: calc(100% - 250px);
  height: 50px;
  position: absolute;
  left: 250px;
  top: 0;
  background-color: #004031;
  color: #fff;
}
.room-picker {
  position: fixed;
  top: 0;
  left: 250px;
}
.room-slider .slide {
  height: 100vh;
}
.space {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1100px) {
  header.normal {
    width: 180px;
  }
  aside {
    width: calc((100vw - 180px) * 0.383);
  }
  main {
    width: calc(100% - 180px);
    padding-right: calc((100vw - 180px) * 0.383);
    left: 180px;
  }
  .room-picker {
    position: fixed;
    top: 0;
    left: 180px;
  }
}
@media (max-width: 959px) {
  main {
    padding-right: 0;
    position: relative;
    width: calc(100% - 180px);
    min-height: 90vh;
    z-index: 4;
  }
  aside {
    height: auto;
    width: calc(100% - 180px);
    position: relative;
    left: 180px;
    z-index: 3;
  }
  aside .with-picker {
    padding-left: 70px !important;
  }
  .room-slider .slide {
    height: 90vh;
  }
}
@media (max-width: 740px) {
  .wrap {
    padding-top: 70px;
  }
  header.normal {
    display: none;
  }
  main {
    width: 100%;
    left: 0;
    min-height: auto;
  }
  aside {
    width: 100%;
    left: 0;
  }
  header.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .room-picker {
    position: fixed;
    top: 70px;
    left: 0;
    height: calc(100% - 70px) !important;
  }
  .room-slider .slide {
    height: 500px;
  }
}
.mobile .room-picker {
  width: 60px;
}
.mobile .with-picker {
  padding-left: 60px !important;
}
.about-page .welcome {
  text-align: center;
  background-image: url("../img/copaline.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-page .welcome:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004031;
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
  z-index: 0;
}
.about-page .welcome * {
  position: relative;
  z-index: 1;
}
.about-page .text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.about-page .amounts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 580px;
  margin: 0 auto;
}
.about-page .amount {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  margin: 40px auto 60px;
  color: #c49841;
}
.about-page .amount span {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}
.about-page a.button {
  display: inline-block;
  margin: 40px auto 60px;
}
.about-page .other {
  background-color: #f8f5f3;
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
aside .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 300px;
  text-decoration: none;
  overflow: hidden;
}
aside .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
aside .box .button {
  margin-top: 20px;
}
aside .box.dining:after {
  background-image: url("../img/arcade-coffee.jpg");
  background-size: cover;
  background-position: center;
}
aside .box.gallery-link .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
  z-index: -1;
}
aside .box.reception:after {
  background-image: url("../img/recepcia.jpg");
  background-size: cover;
  background-position: center;
}
aside .box.centre:after {
  background-image: url("../img/bg-about.jpg");
  background-size: cover;
  background-position: center;
}
aside .box.map {
  padding: 0;
}
aside .box.map:after {
  content: none;
}
aside .box.panorama .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
  z-index: -1;
}
aside .box.panorama h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
aside a.box,
aside div.gallery-link {
  -webkit-transition: background-position 0.6s;
  -moz-transition: background-position 0.6s;
  -o-transition: background-position 0.6s;
  -ms-transition: background-position 0.6s;
  transition: background-position 0.6s;
}
aside a.box *,
aside div.gallery-link * {
  position: relative;
  z-index: 2;
}
aside a.box:before,
aside div.gallery-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background-color: #004031;
  z-index: 1;
}
aside a.box h2,
aside div.gallery-link h2 {
  -webkit-transform: translateY(90%);
  -moz-transform: translateY(90%);
  -o-transform: translateY(90%);
  -ms-transform: translateY(90%);
  transform: translateY(90%);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  transition: transform 0.6s;
}
aside a.box .button,
aside div.gallery-link .button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
aside a.box:hover.gallery-link .bg,
aside div.gallery-link:hover.gallery-link .bg,
aside a.box:hover.panorama .bg,
aside div.gallery-link:hover.panorama .bg {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
aside a.box:hover:after,
aside div.gallery-link:hover:after {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
aside a.box:hover .button,
aside div.gallery-link:hover .button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
aside a.box:hover h2,
aside div.gallery-link:hover h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
aside .full-height {
  height: 100%;
}
aside .full-height .box {
  height: 50%;
}
.mobile aside a.box:hover.gallery-link .bg {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mobile aside a.box:hover:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mobile aside a.box:hover h2 {
  -webkit-transform: translateY(90%);
  -moz-transform: translateY(90%);
  -o-transform: translateY(90%);
  -ms-transform: translateY(90%);
  transform: translateY(90%);
}
.mobile aside a.box:hover .button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media (max-width: 740px) {
  aside .full-height {
    height: auto;
  }
  aside .box {
    height: 280px;
    min-height: 280px;
  }
}
.button {
  display: inline-block;
  padding: 16px 30px 13px;
  border-radius: 25px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 0 2px #c49841;
  box-shadow: 0 0 0 2px #c49841;
  z-index: 1;
  font-family: 'baskerville-display-pt';
  outline: 0;
}
.button:after {
  content: '';
  background-color: #c49841;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.2, 1.6);
  -moz-transform: scale(1.2, 1.6);
  -o-transform: scale(1.2, 1.6);
  -ms-transform: scale(1.2, 1.6);
  transform: scale(1.2, 1.6);
  border-radius: 25px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  -o-transition: -o-transform 0.2s, opacity 0.3s;
  -ms-transition: -ms-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  z-index: -1;
}
.button.big {
  font-size: 18px;
  padding: 21px 38px 17px;
  border-radius: 34px;
}
.button.big:after {
  border-radius: 34px;
}
button.button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.button:hover {
  color: #fff;
}
.button:hover:after {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.congress-page {
  text-align: center;
  background-image: url("../img/bg-congres.jpg");
  background-size: cover;
  background-position: center;
}
.congress-page:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004031;
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
  z-index: 0;
}
.congress-page * {
  position: relative;
  z-index: 1;
}
.congress-page .text {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.congress-page .text p {
  margin-bottom: 20px;
  line-height: 26px;
}
.congress-page a.button {
  margin: 10px 0 60px;
}
.congress-page .bold {
  padding: 0 10px;
}
.contact-page {
  min-height: 100vh;
  background-image: url("../img/bg-contact.jpg");
  text-align: center;
  background-size: cover;
  background-position: right bottom;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-page .contact-info a {
  color: inherit;
  display: block;
}
.contact-page .contact-info a:hover {
  text-decoration: none;
}
.contact-page .contact-info.documents {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 400px;
  margin: 0 auto;
}
.contact-page .contact-info.documents a {
  text-decoration: underline;
}
.contact-page .contact-info.documents a:hover {
  text-decoration: none;
}
.contact-page .alert {
  color: #bc2036;
  margin: 60px 0;
  padding: 0 70px;
}
.contact-page .alert p {
  margin-bottom: 10px;
}
.contact-page .networks {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 500px;
  margin: 60px auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-page .networks .network {
  text-align: center;
  text-decoration: none;
}
.contact-page .networks .network .icon {
  display: block;
  margin: 0 auto 20px;
  width: 32px;
  height: 32px;
}
.contact-page .networks .network .icon.booking {
  background-image: url("../img/booking.svg");
}
.contact-page .networks .network .icon.facebook {
  background-image: url("../img/facebook.svg");
}
.contact-page .networks .network .icon.tripadvisor {
  background-image: url("../img/tripadvisor.svg");
}
.contact-page .networks .network span {
  display: block;
  color: #004031;
  text-transform: uppercase;
  font-weight: normal;
}
.contact-page .networks .network:hover .icon.booking {
  background-image: url("../img/booking_h.svg");
}
.contact-page .networks .network:hover .icon.facebook {
  background-image: url("../img/facebook_h.svg");
}
.contact-page .networks .network:hover .icon.tripadvisor {
  background-image: url("../img/tripadvisor_h.svg");
}
.contact-page .gps {
  text-align: center;
  text-decoration: none;
  margin: 60px auto;
}
.contact-page .gps img {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
}
.contact-page .gps span {
  display: block;
  color: #004031;
  text-transform: uppercase;
  font-weight: normal;
}
.contact-page .gps span .light {
  font-weight: 300;
}
.contact-page .parking {
  margin-top: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c49841;
  padding: 20px 30px;
  line-height: 1.3;
}
.contact-page .parking a {
  color: inherit;
}
.contact-page .parking a:hover {
  text-decoration: none;
}
@media (max-width: 340px) {
  .contact-page .networks {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .networks .network {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dining-page {
  background-color: #f8f5f3;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
}
.dining-page .text {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.dining-page .text p {
  line-height: 26px;
  margin-bottom: 20px;
}
.dining-page .images {
  zoom: 1;
  margin-top: 40px;
  width: 140%;
  position: relative;
  left: -10%;
}
.dining-page .images:before,
.dining-page .images:after {
  content: "";
  display: table;
}
.dining-page .images:after {
  clear: both;
}
.dining-page .sandwich {
  float: left;
  width: 40%;
}
.dining-page .chlebiky {
  float: right;
  width: 60%;
}
.features {
  max-width: 600px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 50px;
}
.features.two .feature {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 calc(50% - 25px);
  -ms-flex: 0 0 calc(50% - 25px);
  flex: 0 0 calc(50% - 25px);
}
.features.four {
  padding-left: 20px;
  padding-right: 20px;
  gap: 0;
}
.features.four .feature {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 500px) {
  .features.four .feature {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.features .feature {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 calc(33.333% - 34px);
  -ms-flex: 0 0 calc(33.333% - 34px);
  flex: 0 0 calc(33.333% - 34px);
}
.feature {
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.feature img {
  display: block;
  margin: 0 auto 16px;
}
.feature span {
  display: block;
}
@media (max-width: 600px) {
  .features {
    gap: 20px;
  }
  .features .feature {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 calc(33.333% - 14px);
    -ms-flex: 0 0 calc(33.333% - 14px);
    flex: 0 0 calc(33.333% - 14px);
  }
}
@media (max-width: 420px) {
  .features .feature {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
.gallery {
  height: 100%;
}
.gallery img {
  width: 100%;
  display: block;
}
.gallery a.photo-item {
  position: relative;
  display: block;
}
.gallery a.photo-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #35292b;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery a.photo-item:after {
  content: url("../img/zoom.svg");
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery a.photo-item:hover:before {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.gallery a.photo-item:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
header.normal {
  padding: 6px;
}
header.normal .frame {
  border: 1px solid #c49841;
  height: 100%;
}
header.normal .logo {
  display: block;
}
header.normal .logo img {
  display: block;
  margin: 30px auto;
  max-width: 150px;
}
header.normal nav {
  text-align: center;
  margin: 80px 0;
}
header.normal nav a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 11px 14px 10px;
  border-radius: 19px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
header.normal nav a:hover {
  color: #c49841;
}
header.normal nav a.active {
  color: #c49841;
  border: 1px solid #c49841;
}
@media (max-height: 650px) {
  header.normal nav {
    margin: 50px 0;
  }
}
.made-by {
  position: absolute;
  width: calc(100% - 22px);
  bottom: 20px;
  color: #c49841;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  left: 0;
}
.made-by a {
  color: #c49841;
  text-decoration: underline;
}
.made-by a:hover {
  text-decoration: none;
}
.langs {
  text-align: center;
  display: block;
}
.langs li {
  display: inline-block;
  margin: 0 6px;
}
.langs a {
  color: inherit;
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.langs a:hover {
  color: #c49841;
}
.langs a.active {
  color: #c49841;
  border-color: #c49841;
}
header.mobile {
  height: 70px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header.mobile a.logo img {
  height: 50px;
  margin: 10px 16px;
}
header.mobile a.burger {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../img/burger.svg");
  margin: 11px;
}
.menu-drawer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding-bottom: 40px;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  z-index: 6;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  transition: transform 0.6s;
}
.menu-drawer.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-drawer nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}
.menu-drawer nav a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 5px;
  margin: 16px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.menu-drawer nav a:hover {
  color: #c49841;
}
.menu-drawer .langs {
  margin: 40px 0;
}
.menu-drawer .langs a {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding: 14px;
}
.more-info {
  color: #fff;
}
.more-info span {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-shadow: 0 0 5px rgba(0,0,0,0.22);
  font-size: 18px;
  display: block;
}
.more-info a {
  width: 50px;
  height: 50px;
  border: 2px solid #c49841;
  border-radius: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3px;
  margin: 0 auto;
}
.more-info a:before {
  content: url("../img/arrow-down_white.svg");
}
.more-info a:after {
  content: '';
  background-color: #c49841;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  border-radius: 25px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  -o-transition: -o-transform 0.2s, opacity 0.3s;
  -ms-transition: -ms-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  z-index: -1;
}
.more-info a:hover:after {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.pricelist {
  margin: 60px 0;
  padding-left: 10px;
  padding-right: 6px;
}
.pricelist table {
  max-width: 600px;
  border-collapse: collapse;
  margin: 0 auto;
  line-height: 20px;
}
.pricelist table strong {
  font-weight: bold;
}
.pricelist table tbody tr:first-child {
  border-top: 1px solid #c49841;
  border-bottom: 1px solid #c49841;
}
.pricelist table tbody tr:first-child td {
  padding: 16px 24px;
  font-weight: normal;
}
.pricelist table tbody tr:first-child td:first-child {
  vertical-align: top;
}
.pricelist table tbody tr:first-child td:first-child:first-letter {
  text-transform: capitalize;
}
.pricelist table tbody tr:nth-child(2) td {
  padding-top: 10px;
}
.pricelist table th,
.pricelist table td {
  padding: 2px 24px;
}
.pricelist table th {
  padding: 12px 24px;
}
.pricelist table td:not(:first-child) {
  font-weight: bold;
}
@media (max-width: 500px) {
  .pricelist table tbody tr:first-child td {
    padding: 16px 12px;
  }
  .pricelist table th,
  .pricelist table td {
    padding: 2px 12px;
  }
  .pricelist table th {
    padding: 12px;
  }
}
@media (max-width: 400px) {
  .pricelist table {
    font-size: 12px;
  }
}
.room-chooser {
  background-image: url("../img/room_chooser.png");
  background-size: 126px 55px;
  width: 126px;
  height: 55px;
  position: absolute;
  left: 75px;
  top: 50vh;
  z-index: 3;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-animation: custom 6s;
  -moz-animation: custom 6s;
  -o-animation: custom 6s;
  -ms-animation: custom 6s;
  animation: custom 6s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
  text-transform: uppercase;
  color: #c49841;
  padding: 10px 8px 6px 40px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@-moz-keyframes custom {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  10% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@-webkit-keyframes custom {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  10% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@-o-keyframes custom {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  10% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@keyframes custom {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  10% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
.room-label {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
}
.room-label.type-S {
  background-image: url("../img/labels/standard.svg");
}
.room-label.type-L {
  background-image: url("../img/labels/lux.svg");
}
.room-label.type-A {
  background-image: url("../img/labels/apartman.svg");
}
@media (max-width: 600px) {
  .room-label {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
.room-picker {
  height: 100%;
  width: 76px;
  background-color: #004031;
  z-index: 4;
  overflow: hidden;
}
.room-picker ul {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-right: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.room-picker ul li {
  width: 100%;
}
.room-picker ul li a {
  display: block;
  margin: 28px auto;
  text-align: center;
  color: #c49841;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #004031;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
}
.room-picker ul li a span.type {
  margin-left: 2px;
}
.room-picker ul li a .type {
  color: #89b188;
}
.room-picker ul li a:hover,
.room-picker ul li a.active {
  border-color: #c49841;
  border-radius: 15px;
}
.room-picker .arrow-down {
  position: absolute;
  bottom: 0;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(0,64,49,0), #004031 40%);
  background: -moz-linear-gradient(top, rgba(0,64,49,0), #004031 40%);
  background: -o-linear-gradient(top, rgba(0,64,49,0), #004031 40%);
  background: -ms-linear-gradient(top, rgba(0,64,49,0), #004031 40%);
  background: linear-gradient(to bottom, rgba(0,64,49,0), #004031 40%);
}
.room-picker .arrow-down:hover {
  cursor: pointer;
}
.room-picker .arrow-up {
  position: absolute;
  top: 0;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(0,64,49,0), #004031 40%);
  background: -moz-linear-gradient(bottom, rgba(0,64,49,0), #004031 40%);
  background: -o-linear-gradient(bottom, rgba(0,64,49,0), #004031 40%);
  background: -ms-linear-gradient(bottom, rgba(0,64,49,0), #004031 40%);
  background: linear-gradient(to top, rgba(0,64,49,0), #004031 40%);
  z-index: 2;
}
.room-picker .arrow-up:hover {
  cursor: pointer;
}
.mobile .room-picker ul li a {
  margin-left: 4px;
  margin-right: 4px;
}
.with-picker {
  padding-left: 70px;
}
aside .with-picker {
  padding-left: 0;
}
.room-slider {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.room-slider .slide {
  width: 100%;
  background-position: center;
  background-size: cover;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 10px;
  padding-right: 10px;
}
.room-slider .slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -moz-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -o-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -ms-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: linear-gradient(to bottom, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
}
.room-slider .slide * {
  position: relative;
  z-index: 2;
}
.room-slider .slide h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 24px rgba(0,0,0,0.22);
  text-align: center;
  text-transform: none;
}
.room-slider .slide h2 span {
  font-size: 40px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
.room-slider .slide .features {
  margin: 0;
}
.room-slider .slide .features .feature {
  height: 120px;
}
@media (max-width: 600px) {
  .room-slider .slide h2 {
    font-size: 24px;
  }
  .room-slider .slide h2 span {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  .room-slider .slide h2 {
    font-size: 20px;
  }
}
.room-page {
  min-height: 100vh;
}
.room-page .welcome {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.room-page .welcome:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -moz-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -o-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: -ms-linear-gradient(top, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
  background: linear-gradient(to bottom, rgba(0,64,49,0.2), rgba(0,64,49,0.6));
}
.room-page .welcome * {
  position: relative;
  z-index: 2;
}
.room-page h1 {
  font-size: 120px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 24px rgba(0,0,0,0.22);
  text-align: center;
  border: 0;
  margin-top: 0;
  line-height: 80px;
}
.room-page h1 span {
  font-size: 40px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
.room-page .other {
  background-color: #f8f5f3;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.room-page h3 {
  font-family: 'baskerville-display-pt';
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.room-page .area {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #c49841;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  margin: 60px auto 100px;
}
.room-page .area span {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .room-page .welcome {
    height: 400px;
  }
  .room-page h1 {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 0px;
  }
  .room-page h1 span {
    font-size: 32px;
  }
}
.tabs {
  margin: 30px 0 60px;
}
.tabs ul.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 30px;
}
.tabs ul.nav li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
.tabs ul.nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
}
.tabs ul.nav li a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c49841;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s;
  -ms-transition: background-color 0.3s, -ms-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  -moz-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  -o-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  -ms-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.tabs ul.nav li a.active:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tabs ul.nav li a:not(.active):hover {
  color: #c49841;
}
.tabs .tab-content {
  margin: 30px;
}
.tabs .room-plan {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 40px;
  min-height: 170px;
}
.tabs .room-plan .left,
.tabs .room-plan .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 calc(50% - 20px);
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}
.tabs .room-plan .left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tabs .room-plan .plan {
  border: 2px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
}
.tabs .room-plan .plan-sala {
  width: 245px;
  height: 138px;
}
.tabs .room-plan .plan-salonik1 {
  width: 154px;
  height: 128px;
}
.tabs .room-plan .plan-salonik2 {
  width: 128px;
  height: 98px;
}
.tabs .room-plan .right {
  text-align: left;
}
@media (max-width: 600px) {
  .tabs .room-plan {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 270px;
  }
  .tabs .room-plan .left,
  .tabs .room-plan .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tabs .room-plan .plan {
    position: static;
    margin-bottom: 10px;
  }
  .tabs .room-plan .right {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #282535;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }



/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    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');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */