/*
Theme Name: Likuliku Lagoon Resort
Author: Influx Digital
Author URI: http://influx.co.nz/
*/
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  box-sizing: border-box;
}

*, *:before, *:after {
  transition: 0.2s;
  -webkit-overflow-scrolling: touch !important;
}

*::-moz-selection, *:before::-moz-selection, *:after::-moz-selection {
  background: #ffb112;
}

*::selection, *:before::selection, *:after::selection {
  background: #ffb112;
}

*::-moz-selection, *:before::-moz-selection, *:after::-moz-selection {
  background: #ffb112;
}

.jquery-lightbox-move, .jquery-lightbox-move *, .jquery-lightbox-overlay, .jquery-lightbox-overlay * {
  transition: none;
}

div[id^="lpck"] {
  display: none !important;
  visibility: hidden !important;
}

html {
  background-color: #000;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 13px;
  overflow: hidden;
  line-height: 1.4em;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  color: #1a1a1a;
}

@media (max-width: 800px) {
  html, body {
    overflow: auto;
    overflow-x: auto;
  }
  html {
    height: 100%;
  }
  body {
    min-height: 100%;
    position: relative;
    height: auto;
  }
}

a img {
  border: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #452e00;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Merriweather", serif;
  line-height: 1.4em;
  border-bottom: 1px dotted #452e00;
}

h1 {
  font-size: 17px;
  padding-bottom: 4px;
}

h2 {
  font-size: 14px;
  padding-bottom: 3px;
}

h3, h4, h6 {
  font-size: 11px;
  padding-bottom: 2px;
}

p {
  margin: 20px 0;
}

.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  height: auto;
}

@media (max-width: 1400px) {
  .wrapper {
    max-width: 1050px;
  }
}

/* LAYOUT CLEARFIX */
.cf:before,
.cf:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}

.cf:after,
.wrapper:after {
  clear: both;
}

.cf,
.wrapper {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.no-margin {
  margin: 0 !important;
}

@media (min-width: 0) {
  .underline, .main-content a:not(.no-underline), .main-content a:not(.gallery-wrapper a) {
    position: relative;
    white-space: nowrap;
  }
  .underline:after, .main-content a:not(.no-underline):after, .main-content a:not(.gallery-wrapper a):after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: -2px;
    left: 0;
    background-color: #785100;
    transform: scaleX(0);
    opacity: 0.5;
  }
  .underline:hover:after, .main-content a:not(.no-underline):hover:after, .main-content a:not(.gallery-wrapper a):hover:after {
    transform: scaleX(0.5);
  }
  .main-content a:after {
    bottom: 0;
  }
}

/* CHAT */
.lpPoweredBy {
  display: none;
}

[id^=LPMcontainer] {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: 10px !important;
  bottom: 0 !important;
}

[id^=LPMbutton] {
  position: static !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 30 !important;
  display: block !important;
  text-decoration: none !important;
  background: #ffc245 !important;
  padding: 10px 15px !important;
  color: #000 !important;
  font-family: 'Signika', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  width: auto !important;
  transition: background-color 0.2s !important;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

[id^=LPMbutton]:hover {
  background: #ffd378 !important;
}

#wpadminbar {
  position: fixed !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.95);
  border-bottom: 1px solid #ffc245;
  z-index: 30;
  transition: none;
}

header .logo {
  padding: 8px 10px 10px 10px;
  display: block;
  background-color: #fff;
  width: 120px;
  height: 140px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  overflow: hidden;
  transition: 0.5s;
}

header .logo img {
  transition: transform 1s, opacity 0.2s;
  display: block;
  transform-origin: 50% 0;
}

header .logo:hover img {
  opacity: 0.75;
}

header .logo.small {
  background: none;
  height: 54px;
  background-color: #000;
}

header .logo.small img {
  transform: translateX(-35px) scale(0.6);
}

@media (max-width: 800px) {
  header .logo.small {
    background-color: #fff;
    height: 140px;
  }
  header .logo.small img {
    transform: none;
  }
}

@media (max-width: 500px) {
  header .logo {
    width: 80px !important;
    height: 83px !important;
  }
}

header .logo img {
  display: block;
  width: 100%;
}

header nav {
  float: right;
  font-size: 0;
  width: 100%;
  min-height: 55px;
  white-space: nowrap;
  padding-left: 120px;
}

@media (max-width: 1050px) {
  header nav {
    display: none;
  }
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  height: 55px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 57px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  header nav ul li a {
    padding: 0 6px;
    font-size: 12px;
  }
}

@media (min-width: 1051px) {
  header nav > ul > .menu-item-has-children > a:after {
    bottom: 18px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    font-family: "FontAwesome";
    text-align: center;
    content: "\f078";
    position: absolute;
    line-height: 0;
    font-size: 12px;
    color: #fff;
    opacity: 0;
  }
}

header nav > ul > li > ul {
  position: absolute;
  top: 55px;
  left: 140px;
  right: 0;
  height: 70px;
  z-index: 1;
  display: none;
  opacity: 0;
  transition: none;
}

header nav > ul > li:hover > a,
header nav > ul > .current-menu-item:not(.temp-close) > a,
header nav > ul > .current-menu-parent:not(.temp-close) > a {
  opacity: 0.7;
}

header nav > ul > li:hover > a:after,
header nav > ul > .current-menu-item:not(.temp-close) > a:after,
header nav > ul > .current-menu-parent:not(.temp-close) > a:after {
  transform: translateY(5px);
  opacity: 0.75;
}

header nav > ul > .current-menu-item > ul,
header nav > ul > .current-menu-parent > ul {
  display: block;
  opacity: 1;
}

header nav > ul > li > ul > li > a {
  line-height: 40px;
  height: 40px;
  color: #000;
}

header nav > ul > li > ul > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 8px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scaleX(0);
}

header nav > ul > li > ul > li > a:hover {
  opacity: 0.75;
}

header nav > ul > li > ul > li > a:hover:after {
  transform: scaleX(0.35);
}

header nav > ul > li > ul > .current-menu-item > a {
  opacity: 0.75;
}

header nav > ul > li > ul > .current-menu-item > a:after {
  transform: scaleX(0.35);
}

header .subnav-bg {
  position: absolute;
  z-index: 0;
  top: 55px;
  height: 40px;
  left: 0;
  right: 0;
  background-color: #ffc245;
  background-color: rgba(255, 194, 69, 0.95);
  display: none;
  opacity: 0;
  transition: none;
  border-top: 1px solid #ffb112;
}

@media (max-width: 1050px) {
  header .subnav-bg {
    display: none !important;
  }
}

header.nav-stays-open .subnav-bg {
  display: block;
  opacity: 1;
}

header .book-btn {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 20px;
  background-color: #ffc245;
  display: block;
  padding: 0 25px;
  height: 35px;
  line-height: 37px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}

header .book-btn:hover {
  background-color: #ffd378;
}

@media (max-width: 1050px) {
  header .book-btn {
    top: 55px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    height: 45px;
    line-height: 45px;
    right: 0;
    padding: 0 35px;
  }
}

.main-content {
  width: 400px;
  z-index: 10;
  position: relative;
  padding-top: 55px;
  transition: none;
}

.main-content.full-width {
  width: 100%;
}

@media (max-width: 800px) {
  .main-content {
    width: 100%;
    padding-top: 500px;
    transform: translateX(0);
  }
}

.main-content .inner {
  overflow: auto;
  width: 400px;
  transition: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 100vh;
}

@media (max-width: 800px) {
  .main-content .inner {
    width: 100%;
  }
}

.main-content .inner .content {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.main-content .inner .content .content-inner {
  padding: 30px;
  width: 400px;
}

@media (max-width: 800px) {
  .main-content .inner .content .content-inner {
    width: 100%;
  }
}

.main-content .close-btn {
  width: 33px;
  height: 49px;
  position: absolute;
  background-color: #000;
  left: 400px;
  top: 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.main-content .close-btn i {
  transition: transform 1s;
}

.main-content .close-btn:hover {
  background-color: #1a1a1a;
}

.main-content .close-btn.close i {
  transform: rotate(405deg);
}

@media (max-width: 800px) {
  .main-content .close-btn {
    display: none;
  }
}

.main-content a {
  color: #ab7300;
  text-decoration: none;
}

.main-content a:hover {
  color: #785100;
}

.main-content img {
  max-width: 100%;
}

.main-content ul, ol {
  margin: 20px 0;
}

.main-content li {
  margin-left: 20px;
  padding: 5px 0;
}

.main-content ul li {
  list-style: outside disc;
}

.main-content ol li {
  list-style: outside decimal;
}

.main-content .button {
  padding: 5px 10px;
  background-color: #ffc245;
  border-radius: 5px;
  color: #000;
}

.main-content .button:hover {
  background-color: #ffb112;
  color: #000;
}

.main-content .sc-table {
  width: 100%;
}

.main-content .sc-table td {
  border-bottom: 1px solid rgba(69, 46, 0, 0.25);
  padding: 12px 10px 3px 10px;
  vertical-align: top;
}

.main-content .sc-table .price {
  white-space: nowrap;
}

.main-content .accordion {
  margin: 10px 0;
}

.main-content .accordion .accordion-title {
  padding: 10px;
  background-color: #ffc245;
  color: #1a1a1a;
  cursor: pointer;
  position: relative;
}

.main-content .accordion .accordion-title:after {
  position: absolute;
  content: "\f067";
  font-family: "FontAwesome";
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #1a1a1a;
  z-index: 1;
  display: block;
  transition: 0.5s;
}

.main-content .accordion .accordion-title:hover {
  background-color: #ffca5f;
}

.main-content .accordion.open .accordion-title {
  background-color: #ffca5f;
}

.main-content .accordion.open .accordion-title:after {
  transform: rotate(405deg);
}

.main-content .accordion .accordion-inner {
  overflow: hidden;
  display: none;
  transition: none;
}

.main-content .accordion .accordion-inner-wrap {
  padding: 0 10px;
}

.main-content .video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.main-content .video-wrapper iframe,
.main-content .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player-dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

.video-player-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -361px;
  margin-top: -204px;
  width: 722px;
  height: 407px;
  border: 1px solid rgba(255, 194, 69, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.video-player-wrap p {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.video-player-wrap video,
.video-player-wrap iframe {
  width: 100% !important;
  height: 100% !important;
}

.wpcf7 p {
  margin: 15px 0;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea, .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 select {
  background-color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #ffc245;
  color: #1a1a1a;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 textarea:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=date]:focus, .wpcf7 select:focus {
  border: 1px solid #785100;
}

.wpcf7 .room-label {
  margin-bottom: 2px;
}

.wpcf7 .room-label span {
  display: block;
  width: 150px;
  float: left;
  line-height: 29px;
  color: #333333;
  font-style: italic;
}

.wpcf7 .room-label .wpcf7-form-control-wrap {
  width: 60px;
  float: left;
}

.wpcf7 .room-label input[type=number] {
  padding: 5px 10px;
}

.wpcf7 input[type=submit] {
  padding: 7px 10px;
  background-color: #ffc245;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  border: none;
  font-size: 13px;
}

.wpcf7 input[type=submit]:hover {
  background-color: #ffb112;
  color: #000;
}

.social-icons {
  z-index: 25;
  top: 50%;
  right: 0;
  margin-top: -87px;
  position: fixed;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 7px 0;
}

@media (max-width: 800px) {
  .social-icons {
    position: absolute;
    top: 140px;
    margin-top: 0;
  }
}

.social-icons .icon {
  width: 40px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  position: relative;
}

.social-icons .icon:hover i {
  opacity: 0.5;
}

.social-window {
  position: absolute;
  top: -180px;
  right: 60px;
  width: 400px;
  height: 400px;
  background-color: #fff;
  border: 1px solid #000;
  transition: none;
  display: none;
  transform-origin: 100% 50%;
}

.social-window:after, .social-window:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.social-window:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.social-window:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000;
  border-width: 11px;
  margin-top: -11px;
}

.social-window .hit-state {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 21px;
}

.social-window .social-window-wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: none;
  position: absolute;
}

.social-window .snapwidget-widget {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.95);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  border-top: 1px solid #ffc245;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer {
    background-size: 452px 300px;
  }
}

@media (min-width: 801px) {
  footer {
    position: fixed;
  }
}

footer.has-chat .wrapper {
  padding-bottom: 50px;
}

footer .footer-logo {
  width: 20px;
  height: 20px;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  position: absolute;
  z-index: 10;
}

footer .footer-logo:hover {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

footer .wrapper {
  padding-top: 10px;
  padding-bottom: 25px;
}

footer .section-left {
  font-size: 0;
  max-width: 52%;
  float: left;
  padding-right: 10px;
}

@media (max-width: 800px) {
  footer .section-left {
    text-align: center;
    margin-bottom: 30px;
    max-width: none;
    float: none;
    padding-right: 0;
  }
}

footer .section-left li {
  display: inline-block;
  position: relative;
}

footer .section-left .top li {
  font-size: 13px;
  color: #ffc245;
  padding-right: 20px;
}

footer .section-left .top li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0;
  right: 8px;
}

footer .section-left .top a {
  color: #fff;
  text-decoration: none;
}

footer .section-left .top a:hover {
  opacity: 0.6;
}

footer .section-left .top a:after {
  background-color: #fff;
}

footer .section-left .bottom {
  padding-top: 2px;
  border-top: 1px solid rgba(120, 81, 0, 0.35);
}

footer .section-left .bottom li {
  font-size: 12px;
  color: #785100;
  padding-right: 20px;
}

footer .section-left .bottom li:not(:last-child):after {
  content: "\2022";
  position: absolute;
  top: -1px;
  right: 8px;
}

footer .section-left .bottom a {
  color: #ffc245;
  text-decoration: none;
}

footer .section-left .bottom a:hover {
  opacity: 0.75;
}

footer .section-right {
  font-size: 0;
  max-width: 48%;
  float: right;
  text-align: right;
  padding-left: 10px;
}

@media (max-width: 800px) {
  footer .section-right {
    text-align: center;
    max-width: none;
    float: none;
    padding-left: 0;
    padding-bottom: 80px;
  }
}

footer .section-right .logo {
  display: inline-block;
  opacity: 1;
  margin-left: 20px;
}

footer .section-right .logo:hover {
  opacity: 0.6;
}

footer .section-right .logo img {
  height: 30px;
}

footer .section-right .colophon {
  font-size: 13px;
  color: #fff;
  opacity: 0.75;
}

footer .section-right .colophon a {
  color: #ffb112;
  text-decoration: none;
}

footer .section-right .colophon a:hover {
  opacity: 0.75;
}

footer .section-right .colophon a:after {
  background-color: rgba(255, 194, 69, 0.99);
}

footer .section-right .colophon h1 {
  font-size: 13px;
  font-family: "Signika", sans-serif;
  border-bottom: none;
  color: #fff;
  margin: 0;
  display: inline;
}

footer .change-language {
  font-size: 13px;
  width: 140px;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

footer .change-language a {
  color: #000;
}

@media (max-width: 800px) {
  footer .change-language {
    bottom: 40px;
  }
}

.select2-drop * {
  transition: none;
}

.select2-results {
  max-height: 400px !important;
}

.mobile-menu-wrap {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 1051px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}

.mobile-menu-wrap .menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  max-width: 280px;
  z-index: 1;
  transition: none;
  overflow: hidden;
}

.mobile-menu-wrap .header-bar {
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #080808;
  z-index: 5;
}

.mobile-menu-wrap nav {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
  z-index: 10;
  background-color: #fff;
}

.mobile-menu-wrap nav > ul {
  border-top: 1px dotted #452e00;
  padding-bottom: 20px;
}

.mobile-menu-wrap nav > ul > li {
  border-bottom: 1px dotted #452e00;
  padding: 5px 0;
}

.mobile-menu-wrap nav a {
  padding: 8px 0;
  display: block;
  color: #452e00;
  text-decoration: none;
  position: relative;
}

.mobile-menu-wrap nav a:hover {
  color: #785100;
}

.mobile-menu-wrap nav > ul > li > a {
  font-size: 14px;
  font-weight: 400;
}

.mobile-menu-wrap nav > ul > li > ul a {
  padding-left: 20px;
  font-size: 12px;
}

.mobile-menu-wrap nav > ul > li > ul a:before {
  content: "-";
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
}

.mobile-menu-wrap .dim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: none;
}

.menu-btn-wrap {
  width: 56px;
  height: 54px;
  position: fixed;
  z-index: 210;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}

@media (max-width: 1050px) {
  .menu-btn-wrap {
    display: block;
  }
}

.menu-btn-wrap .menu-btn {
  width: 28px;
  height: 16px;
  position: relative;
  margin-left: 14px;
  margin-top: 18px;
}

.menu-btn-wrap .menu-btn span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  transition: none;
}

.menu-btn-wrap .menu-btn .top {
  transform: translateY(-8px);
}

.menu-btn-wrap .menu-btn .bottom {
  transform: translateY(8px);
}

.gallery-wrapper {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.gallery-wrapper .wrapper {
  padding: 50px 20px 20px 20px;
}

@media (max-width: 1050px) {
  .gallery-wrapper .wrapper {
    padding-top: 70px;
  }
}

.gallery-wrapper .envira-gallery-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.gallery-wrapper.is-visible .envira-gallery-wrap {
  opacity: 1;
  visibility: visible;
}

.gallery-wrapper .envira-gallery-link {
  opacity: 0.8;
  transition: opacity 0.5s !important;
}

.gallery-wrapper .envira-gallery-link img {
  border: 1px solid rgba(255, 194, 69, 0.25);
  transition: border 0.5s !important;
}

.gallery-wrapper .envira-gallery-link:hover {
  opacity: 1;
}

.gallery-wrapper .envira-gallery-link:hover img {
  border: 1px solid rgba(255, 194, 69, 0.5);
}

.gallery-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 0;
}

.gallery-wrapper .preloader img {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  width: 100%;
}

.gallery-wrapper.is-visible .preloader {
  display: none;
}

.bg-slideshow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.bg-slideshow .slide {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: none;
}

.bg-slideshow .overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.97;
}

.bg-slideshow .image-pattern-overlay {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg-slideshow .image-pattern-overlay {
    height: 300px;
  }
}

.bg-slideshow .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 0;
}

.bg-slideshow .preloader img {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  width: 100%;
}

@media (max-width: 800px) {
  .bg-slideshow .preloader {
    display: none;
  }
}

.splash-screen-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ffc245;
  background-color: rgba(255, 194, 69, 0.35);
}

.splash-screen-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -220px;
  z-index: 3;
  width: 100px;
}

@media (max-width: 800px) {
  .splash-screen-logo {
    margin-top: -180px;
  }
}

.splash-screen-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 300px;
  margin-left: -150px;
  margin-top: -100px;
  border: 1px solid #ffc245;
  border: 1px solid rgba(255, 194, 69, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 800px) {
  .splash-screen-image {
    width: 180px;
    margin-left: -90px;
    margin-top: -60px;
  }
}

.splash-screen-text {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  margin-top: 100px;
  z-index: 3;
  padding: 0 40px;
}

@media (max-width: 800px) {
  .splash-screen-text {
    margin-top: 65px;
  }
}

.splash-screen-text h1 {
  margin: 20px 0;
  font-size: 13px;
  font-family: "Signika", sans-serif;
  color: #e6e6e6;
  border-bottom: none;
}

.splash-screen-text a {
  color: #ffc245;
  text-decoration: none;
  font-size: 24px;
  transition: 0.2s;
  font-family: "Merriweather", serif;
}

.splash-screen-text a:hover {
  color: #fff;
}

.splash-language {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 140px;
  z-index: 10;
}

.map-container {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 136px;
  z-index: 0;
  overflow: hidden;
}

#map-canvas {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.map-container * {
  transition: none;
}
