a {
  transition: all 0.3s; }

.nvl-btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 1px;
  text-align: center;
  background: #808080;
  border: 2px solid #808080;
  color: white;
  line-height: 1.42857143; }

.nvl-btn:hover,
.nvl-btn:active,
.nvl-btn:focus {
  background: #6e6e6e;
  outline: none; }

.nvl-btn-brand {
  background: #8C6F39;
  border-color: #8C6F39;
  color: white; }

.nvl-btn-brand:hover,
.nvl-btn-brand:active,
.nvl-btn-brand:focus {
  background: #735b2f;
  border-color: #735b2f;
  color: white; }

.nvl-btn-brand.btn-outline {
  background: transparent;
  border-color: #8C6F39;
  color: #8C6F39; }

.nvl-btn-brand.btn-outline:hover,
.nvl-btn-brand.btn-outline:active,
.nvl-btn-brand.btn-outline:focus {
  background: #8C6F39;
  color: white; }

.nvl-btn-primary {
  background: #99793E;
  border-color: #99793E;
  color: white; }

.nvl-btn-primary:hover,
.nvl-btn-primary:active,
.nvl-btn-primary:focus {
  background: #806534;
  border-color: #806534;
  color: white; }

.nvl-btn-primary.btn-outline {
  background: transparent;
  border-color: #99793E;
  color: #99793E; }

.nvl-btn-primary.btn-outline:hover,
.nvl-btn-primary.btn-outline:active,
.nvl-btn-primary.btn-outline:focus {
  background: #99793E;
  color: white; }

.nvl-btn-darkblue {
  background: #02151b;
  border-color: #02151b;
  color: white; }

.nvl-btn-darkblue:hover,
.nvl-btn-darkblue:active,
.nvl-btn-darkblue:focus {
  background: black;
  border-color: black;
  color: white; }

.nvl-btn-darkblue.btn-outline {
  background: transparent;
  border-color: #02151b;
  color: #02151b; }

.nvl-btn-darkblue.btn-outline:hover,
.nvl-btn-darkblue.btn-outline:active,
.nvl-btn-darkblue.btn-outline:focus {
  background: #02151b;
  color: white; }

.nvl-btn-highlight {
  background: #9F8F71;
  border-color: #9F8F71;
  color: white; }

.nvl-btn-highlight:hover,
.nvl-btn-highlight:active,
.nvl-btn-highlight:focus {
  background: #8d7d5f;
  border-color: #8d7d5f;
  color: white; }

.nvl-btn-highlight.btn-outline {
  background: transparent;
  border-color: #9F8F71;
  color: #9F8F71; }

.nvl-btn-highlight.btn-outline:hover,
.nvl-btn-highlight.btn-outline:active,
.nvl-btn-highlight.btn-outline:focus {
  background: #9F8F71;
  color: white; }

.nvl-btn-lightblue {
  background: #39788C;
  border-color: #39788C;
  color: white; }

.nvl-btn-lightblue:hover,
.nvl-btn-lightblue:active,
.nvl-btn-lightblue:focus {
  background: #2f6273;
  border-color: #2f6273;
  color: white; }

.nvl-btn-lightblue.btn-outline {
  background: transparent;
  border-color: #39788C;
  color: #39788C; }

.nvl-btn-lightblue.btn-outline:hover,
.nvl-btn-lightblue.btn-outline:active,
.nvl-btn-lightblue.btn-outline:focus {
  background: #39788C;
  color: white; }

.nvl-btn-green {
  background: #92A33A;
  border-color: #92A33A;
  color: white; }

.nvl-btn-green:hover,
.nvl-btn-green:active,
.nvl-btn-green:focus {
  background: #7a8931;
  border-color: #7a8931;
  color: white; }

.nvl-btn-green.btn-outline {
  background: transparent;
  border-color: #92A33A;
  color: #92A33A; }

.nvl-btn-green.btn-outline:hover,
.nvl-btn-green.btn-outline:active,
.nvl-btn-green.btn-outline:focus {
  background: #92A33A;
  color: white; }

.nvl-btn-error {
  background: #A33E3A;
  border-color: #A33E3A;
  color: white; }

.nvl-btn-error:hover,
.nvl-btn-error:active,
.nvl-btn-error:focus {
  background: #893431;
  border-color: #893431;
  color: white; }

.nvl-btn-error.btn-outline {
  background: transparent;
  border-color: #A33E3A;
  color: #A33E3A; }

.nvl-btn-error.btn-outline:hover,
.nvl-btn-error.btn-outline:active,
.nvl-btn-error.btn-outline:focus {
  background: #A33E3A;
  color: white; }

.nvl-btn-warning {
  background: #D89958;
  border-color: #D89958;
  color: white; }

.nvl-btn-warning:hover,
.nvl-btn-warning:active,
.nvl-btn-warning:focus {
  background: #d1873b;
  border-color: #d1873b;
  color: white; }

.nvl-btn-warning.btn-outline {
  background: transparent;
  border-color: #D89958;
  color: #D89958; }

.nvl-btn-warning.btn-outline:hover,
.nvl-btn-warning.btn-outline:active,
.nvl-btn-warning.btn-outline:focus {
  background: #D89958;
  color: white; }

.nvl-btn-gray {
  background: #808080;
  border-color: #808080;
  color: white; }

.nvl-btn-gray:hover,
.nvl-btn-gray:active,
.nvl-btn-gray:focus {
  background: #6e6e6e;
  border-color: #6e6e6e;
  color: white; }

.nvl-btn-gray.btn-outline {
  background: transparent;
  border-color: #808080;
  color: #808080; }

.nvl-btn-gray.btn-outline:hover,
.nvl-btn-gray.btn-outline:active,
.nvl-btn-gray.btn-outline:focus {
  background: #808080;
  color: white; }

.nvl-btn-white {
  background: white;
  border-color: white;
  color: white; }

.nvl-btn-white:hover,
.nvl-btn-white:active,
.nvl-btn-white:focus {
  background: #ededed;
  border-color: #ededed;
  color: white; }

.nvl-btn-white.btn-outline {
  background: transparent;
  border-color: white;
  color: white; }

.nvl-btn-white.btn-outline:hover,
.nvl-btn-white.btn-outline:active,
.nvl-btn-white.btn-outline:focus {
  background: white;
  color: white; }

.nvl-btn-black {
  background: #111;
  border-color: #111;
  color: white; }

.nvl-btn-black:hover,
.nvl-btn-black:active,
.nvl-btn-black:focus {
  background: black;
  border-color: black;
  color: white; }

.nvl-btn-black.btn-outline {
  background: transparent;
  border-color: #111;
  color: #111; }

.nvl-btn-black.btn-outline:hover,
.nvl-btn-black.btn-outline:active,
.nvl-btn-black.btn-outline:focus {
  background: #111;
  color: white; }

.nvl-btn.nvl-btn-white:hover,
.nvl-btn.nvl-btn-white:active,
.nvl-btn.nvl-btn-white:focus,
.nvl-btn.nvl-btn-white.btn-outline:hover,
.nvl-btn.nvl-btn-white.btn-outline:active,
.nvl-btn.nvl-btn-white.btn-outline:focus {
  color: #111; }

.nvl-btn-block {
  display: block;
  width: 100%; }

nvl-btn-large {
  padding: 12px 26px;
  font-size: 16px; }

.nvl-hover-fx {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.nvl-hover-fx:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.nvl-hover-fx:hover:before, .hover-fx:focus:before, .hover-fx:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/*
------------------------------------------------
    General
------------------------------------------------
*/
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  margin-top: 30%; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #02151b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

body {
  color: #111;
  font-family: "europa", sans-serif;
  font-size: 14px;
  padding-top: 70px;}
￼  ￼  ￼  ￼  ￼
body:not(.page-on-front) {
  background: #f5f5f5; }

h1, h2, h3, h4 {
  font-family: "acuta",sans-serif; }

.nvl-color-brand {
  color: #8C6F39; }

.nvl-bg-brand {
  background-color: #8C6F39; }

.nvl-sep-brand {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #8C6F39;
  clear: both; }

.nvl-color-primary {
  color: #99793E; }

.nvl-bg-primary {
  background-color: #99793E; }

.nvl-sep-primary {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #99793E;
  clear: both; }

.nvl-color-darkblue {
  color: #02151b; }

.nvl-bg-darkblue {
  background-color: #02151b; }

.nvl-sep-darkblue {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #02151b;
  clear: both; }

.nvl-color-highlight {
  color: #9F8F71; }

.nvl-bg-highlight {
  background-color: #9F8F71; }

.nvl-sep-highlight {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #9F8F71;
  clear: both; }

.nvl-color-lightblue {
  color: #39788C; }

.nvl-bg-lightblue {
  background-color: #39788C; }

.nvl-sep-lightblue {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #39788C;
  clear: both; }

.nvl-color-green {
  color: #92A33A; }

.nvl-bg-green {
  background-color: #92A33A; }

.nvl-sep-green {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #92A33A;
  clear: both; }

.nvl-color-error {
  color: #A33E3A; }

.nvl-bg-error {
  background-color: #A33E3A; }

.nvl-sep-error {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #A33E3A;
  clear: both; }

.nvl-color-warning {
  color: #D89958; }

.nvl-bg-warning {
  background-color: #D89958; }

.nvl-sep-warning {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #D89958;
  clear: both; }

.nvl-color-gray {
  color: #808080; }

.nvl-bg-gray {
  background-color: #808080; }

.nvl-sep-gray {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #808080;
  clear: both; }

.nvl-color-white {
  color: white; }

.nvl-bg-white {
  background-color: white; }

.nvl-sep-white {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: white;
  clear: both; }

.nvl-color-black {
  color: #111; }

.nvl-bg-black {
  background-color: #111; }

.nvl-sep-black {
  display: block;
  width: 60%;
  height: 1px;
  margin: 15px auto;
  background-color: #111;
  clear: both; }

#site {
  width: 100%;
  height: 100%;
  overflow: hidden; }

a {
  color: #8C6F39; }

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #9F8F71;
  outline: none; }

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

button:active,
button:focus,
button:hover {
  outline: none; }

.img-full {
  width: 100%; }

.btn-book {
  background: #8C6F39;
  color: #111;
  padding: 18px 32px; }

.btn-book:hover {
  background: #8C6F39;
  color: #111; }

.btn-room-link {
  background: #8C6F39;
  color: #111;
  padding: 18px 32px; }

.btn-room-link:hover {
  background: #8C6F39;
  color: #111; }

.btn-room-book {
  background: #02151b;
  color: #fff;
  padding: 18px 32px;
}

.frame-border-wrap {
  position: relative; }

[class^="frame-border-"] {
  display: block;
  position: absolute;
  background: #111;
  opacity: .8;
  z-index: 2;
  transition: all .6s; }

.frame-border-gold [class^="frame-border-"] {
  background: #8C6F39; }

.frame-border-1 {
  width: 0;
  height: 1px;
  left: 5px;
  top: 5px; }

.frame-border-hover:hover .frame-border-1 {
  width: calc(100% - 10px); }

.frame-border-2 {
  height: 0;
  width: 1px;
  right: 5px;
  top: 5px; }

.frame-border-hover:hover .frame-border-2 {
  height: calc(100% - 10px); }

.frame-border-3 {
  width: 0;
  height: 1px;
  left: 5px;
  bottom: 5px; }

.frame-border-hover:hover .frame-border-3 {
  width: calc(100% - 10px); }

.frame-border-4 {
  height: 0;
  width: 1px;
  left: 5px;
  top: 5px; }

.frame-border-hover:hover .frame-border-4 {
  height: calc(100% - 10px); }

.colors {
  width: 100px;
  height: 100px; }

.p-relative {
  position: relative; }

.heading {
  position: relative; }

.heading:after {
  content: "";
  display: block;
  width: 33%;
  height: 2px;
  margin: 5px auto;
  background: #9F8F71; }

.lead-heading {
  text-align: center;
  position: relative;
  margin-bottom: 90px; }

.lead-heading > span {
  display: block; }

.lead-heading:after {
  content: "";
  width: 33px;
  height: 18px;
  margin: 15px auto;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff url(../img/logo-icon.png) center center no-repeat;
  border: 1px solid #9F8F71;
  padding: 14px 19px; }

.lead-heading:before {
  content: "";
  width: 80%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #9F8F71; }

strong {
  font-weight: 800; }

.section {
  padding: 30px 0; }

#google-map img,
#google-map embed,
#google-map object,
.google-map img,
.google-map embed,
.google-map object {
  max-width: none !important; }

#google-map,
.google-map {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  width: 100%;
  overflow: hidden; }

#google-map iframe,
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.font-size-42 {
  font-size: 42px; }

.nvl-transition {
  transition: all .3s ease 0s; }

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

ul > li {
  position: relative; }

ul.nvl-icon > li {
  padding-left: 20px; }

ul.nvl-icon > li > i {
  position: absolute;
  left: -4px;
  top: 5px;
  color: #9F8F71; }

body:not(.front-page) #welcome {
  padding: 45px 0; }

/*
------------------------------------------------
    Bootstrap
------------------------------------------------
*/
.btn {
  border-radius: 0; }

.btn.focus, .btn:focus, .btn:hover {
  color: #9F8F71;
  text-decoration: none; }

.btn-primary {
  color: #fff;
  background-color: #8C6F39;
  border-color: #8C6F39; }

.btn-primary:hover {
  color: #fff;
  background-color: #9F8F71;
  border-color: #9F8F71; }

.btn-default {
  color: #8C6F39;
  background-color: transparent;
  border-color: #8C6F39; }

.btn-default:hover {
  color: #fff;
  background-color: #9F8F71;
  border-color: #9F8F71; }

.btn-success {
  color: #fff; }

.btn-success:hover {
  color: #fff; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0; }

.container-fluid.container-full {
  padding: 0; }

.container-fluid.container-full .row {
  margin: 0; }

.container-fluid.container-full [class^="col-"] {
  padding: 0; }

/*
------------------------------------------------
    Main menu
------------------------------------------------
*/
#masthead {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.75);
}

.mainmenu-outer {
  width: 100%;
  position: relative;
}

.mainmenu-inner{
  width: 100%;
  height: 82px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-logo-link {
  display: block;
  width: 200px;
  padding: 15px;
}

.mainmenu-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 82px;
}

@media (max-width: 1199px) {
  .mainmenu-right {
    display: none;
  }
}

#menu-toggle {
  display: none;
  font-size: 42px;
  color: #796e54;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  #menu-toggle {
    display: block;
  }
}

#main-nav .nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}

#main-nav .nav-list li.menu-item {
  display: flex;
  align-self: stretch;
  align-items: center;
}

#main-nav .nav-list > li.menu-item > a {
  display: flex;
  align-self: stretch;
  align-items: center;
  color: #111;
  padding: 0 12px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  position: relative;
  font-size: 15px;
}

#main-nav .nav-list > li.menu-item:hover > a,
#main-nav .nav-list > li.menu-item > a:hover {
  display: flex;
  color: #8C6F39;
  border-color: #8C6F39;
}

#main-nav .nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 100%;
  transition: all 0.3s
}

#main-nav .nav-list > li.menu-item:hover .sub-menu {
  display: block;
  -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
}

#main-nav .nav-list .sub-menu li.menu-item {
  padding: 4px 6px;
}

#main-nav .nav-list .sub-menu li.menu-item a {
  color: #111;
  padding: 8px 14px;
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  word-break: keep-all;
  white-space: nowrap;
}

#main-nav .nav-list .sub-menu li.menu-item a:hover {
  color: #8C6F39;
  border-color: #8C6F39;
}

.top-book-btns {
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 0 14px;
  transition: all 0.3s;
}

#top-book-btn {
  background: #02151b;
  color: #fff;
  padding: 0 24px
}

#top-book-btn span {
  padding: 4px 6px;
  border: 1px solid #fff;
}

#top-book-btn:hover span {
  border-color: #8C6F39;
}

#top-book-btn:hover {
  background: #111;
  color: #8C6F39;
}

#top-book-flight-btn {
  background: #eee;
  color: #000;
}

#top-book-flight-btn:hover {
  background: #ddd;
}

.lang-switch {
  padding: 0 15px;
  position: relative;
  border-left: 1px solid #f1f1f1;
}

.lang-switch .selected-lang {
  height: 100%;
}

.lang-switch .selected-lang span {
  color: #8C6F39;
  font-weight: 600;
}

.lang-switch .selected-lang i {
  color: #6d6d6d;
}

.lang-switch .langs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
}

.lang-switch:hover .langs {
  display: block;
}

.lang-switch .langs a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 5px 14px;
}

/* ----- Mobile nav */
#mobile-nav-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  top: -101%;
  left: 0;
  opacity: 0;
  transition: all .3s ease 0s; }

#mobile-nav-container.mobile-nav-closed {
  top: -101%;
  opacity: 0; }

#mobile-nav-container.mobile-nav-open {
  top: 74px;
  opacity: 1; }

#mobile-nav-container .inner {
  height: 100vh;
  padding: 60px 30px;
  text-align: center;
  background: rgba(159, 143, 113, 0.97);
  border-top: 1px solid #9F8F71;
  border-bottom: 3px solid #8C6F39; }

.mobile-nav-list a {
  display: inline-block;
  transition: all .3s ease 0s; }

.mobile-nav-list > li > a {
  font-size: 18px;
  padding: 2px 0;
  border-bottom: 2px solid #9F8F71;
  margin-bottom: 12px;
  color: #02151b; }

.mobile-nav-list > li:last-child > a {
  border-bottom: none; }

.mobile-nav-list > li > a:hover {
  border-bottom-color: #02151b; }

@media (max-width: 767px) {
  #mobile-nav-container.mobile-nav-open {
    top: 74px; }
  #mobile-nav-container {
    padding: 0; } }

.mobile-book {
  display: flex;
  justify-content: center;
}

.mobile-book a {
  padding: 6px 14px;
  margin: 2px;
}

.mobile-book a:first-child {
  border: 1px solid #02151b;
  color: #02151b;
}

.mobile-book a:last-child {
  background: #02151b;
  color: #fff;
}

.lang-switch-mobile {
  margin-top: 12px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-switch-mobile li {
  padding: 0 4px;
}

.lang-switch-mobile li:not(.mobile-curr-lang) a {
  color: #66512a;
}

.lang-switch-mobile li:not(:last-child) {
  border-right: 1px solid #02151b;
}

.mobile-curr-lang {
  font-weight: 800;
}

/* Awards */
.slick-slide a {
  display: block;
  width: 100%;
  text-align: center;
}

.slick-slide a img {
  width: 80%;
  margin: 0 auto;
}

/*
------------------------------------------------
    Hero
------------------------------------------------
*/
.hero {
  overflow: hidden;
  position: relative; }

.hero-slider {
  overflow: hidden;
  position: relative; }

.hero .heading {
  font-size: 40px;
  margin: 0;
}

@media (max-width: 479px) {
  .hero .heading {
    font-size: 24px;
  }
}

.hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-on-front .hero-content {
  bottom: 130px; }

.hero-content .heading:after {
  display: none;
}

.hero-content .inner {
  display: inline-block;
  padding: 12px 32px;
  color: #fff;
  border: 2px solid #fff;
}

.hero-single .hero-content .inner {
  position: relative;
  z-index: 3; }

.hero .slick-arrow {
  font-size: 52px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
  cursor: pointer;
  transition: all .3s ease 0s; }

.hero .slick-arrow.slick-arrow-right {
  left: auto;
  right: 20px; }

.hero .slick-arrow.slick-arrow-left:hover {
  left: 14px; }

.hero .slick-arrow.slick-arrow-right:hover {
  left: auto;
  right: 14px; }

@media (max-width: 767px) {
  .hero-content {
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hero .slick-arrow {
    display: none !important; } }

/*
------------------------------------------------
    Hero cta
------------------------------------------------
*/
.hero-container {
  position: relative;
}

.hero-cta {
  width: 740px;
  height: 145px;
  margin: 0 auto;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 3px solid #99793E;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
  z-index: 32; }

/* Booking form */
.booking-form {
  width: 500px;
  float: left;
  padding: 15px; }

.booking-form .form-group {
  width: 48%;
margin-top: 15px; }

.booking-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 3px solid #99793E;
  border-right: 1px solid #99793E;
  border-radius: 0;
  box-shadow: none; }

.booking-form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #99793E;
  border: 1px solid #99793E;
  border-radius: 0; }

.booking-form .lead {
  margin-bottom: 10px; }

.hero-cta .nvl-btn-primary {
    background: none;
    border: none;
    transform: translateY(56%);
}

.lang-ru .hero-cta .lead {
  font-size: 16px; }

.lang-ru .hero-cta .booking-form .nvl-btn {
  font-size: 12px; }

.offer-cta {
  float: right;
  width: 186px;
  height: 139px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer; }

.offer-cta .inner {
  height: 139px;
  background-color: #02151b;
  color: #fff; }

.offer-cta .title {
  margin-top: 0;
  padding-top: 44px; }

.offer-cta .title span {
  display: block;
  font-size: 18px;
  color: #99793E; }

.offer-panel {
  display: none;
  width: 740px;
  position: absolute;
  top: 139px;
  left: -3px;
  color: #fff;
  background-color: #02151b;
  border: 3px solid #99793E;
  border-top: 0;
  padding: 30px;
  text-align: left; }

.feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px; }

.feature-list li i {
  color: #99793E;
  font-size: 38px;
  position: absolute;
  top: -6px;
  left: 0px; }

@media (max-width: 767px) {
  .hero-cta {
    width: 92%;
    margin: 0 auto; }
  .hero-cta .booking-form {
    display: none; }
  .offer-cta {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px; } }

/*
------------------------------------------------
    Showcase
------------------------------------------------
*/
.corner-frame-wrap {
  position: relative; }

[class^="corner-frame-"] {
  display: block;
  position: absolute;
  background: #9F8F71;
  opacity: 1;
  z-index: 2;
  transition: all .6s; }

.corner-frame-1 {
  width: 1px;
  height: 110px;
  left: -25px;
  top: -25px; }

.corner-frame-2 {
  width: 110px;
  height: 1px;
  left: -25px;
  top: -25px; }

.corner-frame-3 {
  width: 1px;
  height: 110px;
  right: -25px;
  bottom: -15px; }

.corner-frame-4 {
  width: 110px;
  height: 1px;
  right: -25px;
  bottom: -15px; }

@media (max-width: 767px) {
  [class^="corner-frame-"] {
    display: none !important; } }

.main-entry.section {
  padding-top: 80px; }

.showcase-section .inner {
  position: relative; }

.showcase-section .overlay {
  position: absolute;
  bottom: 50px;
  height: 70px;
  background-color: rgba(2, 21, 27, 0.8);
  z-index: 1;
  left: 60px;
  width: calc(100% - 120px);
  font-size: 22px;
  color: #fff;
  text-align: center;
  transition: all 0.4s; }

.showcase-item:hover .overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%; }

.showcase-section .overlay .title {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -100%);
  left: 50%;
  width: 100%; }

.showcase-section .frame-border-hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none; }

.showcase-section .frame-border-1 {
  height: 2px;
  left: 15px;
  top: 15px; }

.showcase-section .frame-border-2 {
  width: 2px;
  right: 15px;
  top: 15px; }

.showcase-section .frame-border-3 {
  height: 2px;
  left: 15px;
  bottom: 15px; }

.showcase-section .frame-border-4 {
  width: 2px;
  left: 15px;
  top: 15px; }

.showcase-section .frame-border-hover:hover .frame-border-1,
.showcase-section .frame-border-hover:hover .frame-border-3 {
  width: calc(100% - 30px); }

.showcase-section .frame-border-hover:hover .frame-border-2,
.showcase-section .frame-border-hover:hover .frame-border-4 {
  height: calc(100% - 30px); }

/*
------------------------------------------------
    Features
------------------------------------------------
*/
.tour360 {
  position: relative; }

.tour360 iframe {
  border: 8px solid #8C6F39; }

.tour360 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #99793E;
  background: url(../img/tour360.jpg) bottom right no-repeat;
  background-size: cover;
  transition: all .3s; }

.tour360:hover .overlay {
  border-color: #8C6F39;
  cursor: pointer; }

.nvl-label {
  width: 44%;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  border: 1px solid #99793E;
  z-index: 1;
  transition: all .3s; }

.tour360:hover .nvl-label {
  width: 50%;
  height: 60%; }

.nvl-label-content {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background: rgba(153, 121, 62, 0.8);
  z-index: 2;
  color: #fff;
  transition: all .3s; }

.nvl-label-content h4 {
  font-size: 32px;
  margin-top: 20%; }

.tour360:hover .nvl-label-content {
  background: rgba(2, 21, 27, 0.6); }

.nvl-play {
  display: block;
  width: 68px;
  height: 68px;
  font-size: 48px;
  line-height: 68px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 0 0 4px;
  border-radius: 50%;
  transition: all .3s; }

.tour360:hover .nvl-play {
  color: #99793E;
  border-color: #99793E; }

/*
------------------------------------------------
    Pickadate
------------------------------------------------
*/
.picker__holder {
  border: 1px solid #99793E; }

.picker, .picker__holder {
  width: 280px; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: white;
  cursor: pointer;
  background: #99793E; }

.picker__day--today:before {
  border-top: 0.5em solid #02151b; }

.picker__month, .picker__year {
  color: #99793E; }

.picker__nav--next, .picker__nav--prev {
  color: #99793E; }

.offer-link {
  display: block;
  padding: 4px;
  border: 1px solid #e5e1d8;
  border-radius: 2px;
  overflow: hidden; }

.offer-link img {
  transition: all .3s ease 0s; }

.offer-link:hover img {
  transform: scale(1.05); }

/*
------------------------------------------------
    Thumb slider
------------------------------------------------
*/
.thumb-slider-container {
  position: relative;
  overflow: hidden; }

.thumb-slider {
  border: 1px solid #eee;
  background: white;
  padding: 10px; }

.thumb-slider-container .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-40px);
  background: white;
  z-index: 3;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
  transition: all .3s ease 0s; }

.thumb-slider-container .slick-arrow:hover {
  background: #99793E; }

.thumb-slider-container .slick-arrow-right {
  left: auto;
  right: 50%;
  transform: translateX(40px); }

.thumb-slider-nav {
  margin-top: 30px; }

.thumb-slider-nav .slick-slide {
  margin: 0 10px; }

.thumb-slider-nav .slick-slide img {
  opacity: 0.8;
  border: 10px solid white; }

.thumb-slider-nav .slick-slide.slick-current img {
  opacity: 1; }

/*
------------------------------------------------
    Tile layout
------------------------------------------------
*/
.tile-layout .tile-item:nth-of-type(even) .tile-item-inner {
  width: 100%;
  position: relative; }

.tile-layout .tile-item:nth-of-type(even) .row > [class^="col-"]:first-child {
  float: right; }

.tile-layout .tile-item .heading {
  margin-bottom: 45px; }

.tile-layout .tile-item-second {
  padding: 30px 20px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  transition: all .3s ease 0s; }

.tile-item:hover .tile-item-second {
  background: #e9e5df;
  border-top: 1px solid #9F8F71;
  border-bottom: 1px solid #9F8F71; }

@media (max-width: 991px) {
  .tile-layout .tile-item-second {
    padding-bottom: 72px; } }

.tile-item .item-actions {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center; }

@media (max-width: 991px) {
  .tile-layout .tile-item:nth-of-type(even) .row > [class^="col-"] {
    width: 100%;
    clear: both; } }

/*
------------------------------------------------
    Sidebar
------------------------------------------------
*/
.sidebar {
  padding: 30px;
  background: white; }

.sidebar .widget {
  margin-bottom: 30px; }

.sidebar .widget:last-child {
  margin-bottom: 0; }

.sidebar .widget-title {
  margin: 0;
  padding: 12px;
  border-top: 1px solid #99793E;
  border-bottom: 1px solid #99793E; }

.nvl-feature-list li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

.nvl-feature-list li i {
  font-size: 22px; }

.sidebar ul:not(.nvl-feature-list) {
  margin-top: 30px;
  padding: 0 0 0 10px; }

/*
------------------------------------------------
    Pois
------------------------------------------------
*/
.page-template-pois #google-map {
  border: 8px solid #8C6F39; }

.poi-filters {
  position: relative; }

.poi-filters input {
  opacity: 0; }

.poi-filters label {
  display: block;
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #ddd; }

.poi-filters label span {
  color: #000; }

.poi-filters input[type="checkbox"] + label:before {
  content: "\f401";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px; }

.poi-filters input[type="checkbox"]:checked + label:before {
  content: "\f3ff"; }

.video-container {
  width: 100%; }

/*
------------------------------------------------
    Blog
------------------------------------------------
*/
.hentry .wp-post-image {
  border: 1px solid #eee;
  background: white;
  padding: 10px; }

.read-more-wrap {
  border-bottom: 2px solid #8C6F39; }

.read-more-wrap .btn {
  padding: 16px 32px; }

.img-full img {
  width: 100%; }

/*
------------------------------------------------
    Interests
------------------------------------------------
*/
.features-row {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px; }

#features-section {
  background: url(../img/gc-waves.png);
}

.features-row-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.62;
}

.interests {
  padding: 20px 30px;
  background: url(../img/map.png) center center no-repeat;
  background-size: cover; }

.interests-item {
  padding: 20px 15px;
  border-bottom: 3px solid #9F8F71;
  border-top: 3px solid #9F8F71;
  color: #02161c; }

.interests-item:hover {
  color: #9F8F71;
  background: #02151b; }

.interests img {
  display: inline-block;
  float: left;
  width: 112px; }

.interests-item > div {
  margin-left: 30px; }

.interests-item .heading {
  font-size: 42px; }

.interests-item .subheading {
  display: block;
  font-size: 16px;
  color: #494949; }

.lang-ru .interests-item img {
  width: 112px; }

.lang-ru .interests-item > div {
  margin-left: 10px; }

.lang-ru .interests-item .heading {
  font-size: 34px; }

.lang-ru .interests-item .subheading {
  font-size: 14px; }

/*
------------------------------------------------
    Gallery
------------------------------------------------
*/
.isotope-gallery .isotope-gallery-item .inner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  background: white;
  padding: 10px; }

.isotope-gallery .isotope-gallery-item a img {
  transform: scale(1);
  transition: all .3s ease 0s; }

.isotope-gallery .isotope-gallery-item:hover a img {
  transform: scale(1.02); }

.i-galleries-filters {
  width: 100%;
  margin: 45px auto;
  padding: 0;
  text-align: center;
  display: table;
  border-bottom: 2px solid #8C6F39;
  border-top: 2px solid #8C6F39; }

.i-galleries-filters li {
  display: table-cell;
  position: relative; }

@media (max-width: 600px) {
  .isotope-gallery .isotope-gallery-item {
    width: 44%;
    margin: 0.7% 1.4%; }
  .i-galleries-filters li {
    display: block; } }

.i-galleries-filters li > span {
  font-family: "acuta",sans-serif;
  display: block;
  padding: 8px 16px;
  margin: 0 8px;
  background: whitesmoke;
  cursor: pointer;
  font-size: 18px; }

.i-galleries-filters li > span i {
  font-size: 22px; }

.i-galleries-filters li.filter-selected > span i:before {
  content: "\f3fe"; }

.i-galleries-filters li.filter-selected > span {
  color: #8C6F39; }

.isotope-gallery-item a {
  position: relative; }

.isotope-gallery-item a i {
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8C6F39;
  opacity: 0;
  transition: all .3s ease 0s; }

.isotope-gallery-item a:hover i {
  opacity: 1; }

.fitvid iframe {
  border: 10px solid #8C6F39; }

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

/*
------------------------------------------------
    Footer
------------------------------------------------
*/
#footer {
  min-height: 200px;
  margin-top: 60px;
  padding-top: 30px;
  background: #e5d7be;
  border-top: 1px solid #8C6F39; }

.widget-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px; }

.social-links {
  width: 260px;
  margin: 0 auto; }

.social-links .fa {
  font-size: 32px; }

.social-links li {
  text-align: center;
  width: 80px;
  margin: 10px 0; }

.nvl-styled-form .form-group,
.nvl-styled-form .input-group {
  width: 100%; }

.nvl-styled-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 3px solid #99793E;
  border-right: 1px solid #99793E;
  border-radius: 0;
  box-shadow: none; }

.nvl-styled-form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #99793E;
  border: 1px solid #99793E;
  border-radius: 0; }

.nvl-styled-form.form-inline .input-group .input-group-btn {
  width: 1%; }

.footer-widget ul.menu {
  text-align: center; }

.footer-hotel-links {
  margin-top: 30px;
  background: #111;
  padding: 10px 0;
  text-align: center; }

.hotel-links-title {
  color: white; }

.footer-hotel-links a {
  font-size: 13px;
  margin: 0 3px;
  color: #99793E; }

.footer-hotel-links a:hover {
  color: #8C6F39;
  text-decoration: underline; }

.copyright {
  background: #252525;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid black;
  color: #808080; }

.copyright img {
  width: 60px;
  margin-top: -3px; }

.gform_wrapper .button, .gform_button {
  display: inline-block !important;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #111;
  border: 1px solid transparent;
  border-color: #9F8F71;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size: 14px;
  font-weight: normal; }

#page-content {
  padding-top: 60px; }

.contact-details {
  margin-top: 60px;
  font-size: 13px; }

.contact-details-title {
  color: #8C6F39; }

.modal-content {
  border: 6px solid #8C6F39;
  padding: 30px; }

.drawer-container {
  display: none; }

.drawer-content {
  border: 1px solid #9F8F71; }

.drawer-content {
  padding: 30px;
  background: #e9e5df;
  margin-top: -1px; }

.drawer-content .pull-right {
  padding: 30px; }

.drawer-content ul i {
  display: inline-block;
  color: #68522a;-232px
  width: 18px;
  font-size: 22px;
  margin-right: 12px; }

.drawer-content ul strong {
  color: #9F8F71;
  font-weight: 600; }

.drawer-content ul > li {
  line-height: 24px;
  margin-bottom: 6px; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #8C6F39; }

#welcome ul {
  list-style: disc; }

strong {
  font-weight: 600;
  color: #8C6F39; }

.vtour-btn-box {
  border: 10px solid #8C6F39;
  align-content: center;
  background: url(../img/goldbg.jpg);
  background-size: cover;
  transition: all 0.3s;
  color: #02151b; }

.vtour-btn-box:hover {
  background: url(../img/goldbg.jpg);
  background-size: cover;
  color: #02151b; }

.nvl-entry ul li:before {
  content: "\f3fd";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #8C6F39;
  margin-right: 5px; }

/* ------------------------------------------------------------
      SOCIAL SHARE BUTTONS
------------------------------------------------------------ */
#share-buttons {
  margin-top: 30px; }

#share-buttons h4 span {
  color: #F89A21; }

#share-buttons a {
  float: left;
  line-height: 2;
  padding: 0 12px;
  width: 16%;
  text-align: center;
  font-size: 18px;
  color: #111;
  background-color: #c8bfae;
  border-bottom: 2px solid #8C6F39; }

#share-buttons a:hover {
  background-color: #8C6F39; }

.ufaq-faq-body {
  background-color: #ddd7cc;
  padding: 45px; }

.ufaq-faq-div {
  border-bottom: 1px solid #9F8F71; }

/* ------------------------------------------------------------
      Hero slider
------------------------------------------------------------ */
.main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
  height: 38vw;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  height: 100%;
  transition: all .8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  width: 100vw;
  height: 100vh;
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-slider .caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.main-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
}
.main-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.main-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: .4;
}
.main-slider .slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover {
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
