/*  ==========================================================================
	Setup: Variables, Mixins
    ========================================================================== */
/*  ==========================================================================
	Fonts
    ========================================================================== */
/*

*  old: --bs-primary: #8F7560;
* old  --bs-primary-dark: #A68C67;*
* new primary 122021: #8F7560
*new primary-dark 122021: #A68C67

*/


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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Neue Haas";
    src: url("../fonts/neuehaasdisplay-regular.svg#Neue Haas") format("svg"); } }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Neue Haas";
    src: url("../fonts/neuehaasdisplay-medium.svg#Neue Haas") format("svg"); } }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Freight Big";
    src: url("../fonts/freightbigcmp-probold.svg#Freight Big") format("svg"); } }

/*  ==========================================================================
	Global Settings & Utilities
    ========================================================================== */


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

#container {
  overflow-x: hidden;
  min-width: 320px; }

.group::after {
  display: block;
  clear: both;
  content: ""; }

img {
  max-width: 100%; }

figure {
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Freight Big", sans-sarif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1, h2 {
  margin-bottom: 22px;
  color: #8F7560; }

.display-1 {
  line-height: 1; }

@media (max-width: 1199px) {
  h1, h2 {
    font-size: 3rem; } }

@media (max-width: 991px) {
  .display-1 {
    font-size: 4.375rem; } }

@media (max-width: 767px) {
  h1, h2 {
    font-size: 2.5rem;
    line-height: 1; }
  p {
    font-size: 1rem; }
  .display-1 {
    font-size: 2.8125rem; } }

.figure1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .figure1.h-100 img {
    height: inherit; }

@media (max-width: 767px) {
  .figure1.h-100 {
    height: auto !important; } }

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1150px; } }

@media (min-width: 992px) {
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 768px) {
  .h-md-100vh {
    height: 100vh; }
    .h-md-100vh img {
      height: inherit; }
  .pt-md-150 {
    padding-top: 150px !important; } }

/*  ==========================================================================
	Layouts
    ========================================================================== */
/*
*header
*/
#header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 18px 0;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  #header .container-fluid {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .container-fluid .logo {
      width: 230px; }
    #header .container-fluid #navigation {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  #header .menu-btn {
    width: 24px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px; }
    #header .menu-btn span {
      display: block;
      height: 3px;
      border-radius: 2px;
      background-color: #ffffff;
      margin-bottom: 6px;
      border-radius: 2px;
      margin-left: auto; }
      #header .menu-btn span:last-child {
        margin-bottom: 0px;
        width: 18px; }
      #header .menu-btn span:nth-child(2) {
        width: 21px; }

body.sticky #header {
  position: fixed;
  background: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1); }

.home.sticky #header .menu-btn span {
  background: #8F7560; }

.layout2.sticky #container {
  padding-top: 101px; }

@media (max-width: 1199px) {
  .layout2.sticky #container {
    padding-top: 83px; } }

@media (max-width: 991px) {
  .layout2.sticky #container {
    padding-top: 79px; } }

@media (min-width: 992px) {
  .home.sticky #navigation .main-navigation .menu li {
    color: #000; } }

@media (max-width: 991px) {
  #header .container-fluid {
    position: static;
    display: block;
    padding-left: 12px;
    padding-right: 12px; }
    #header .container-fluid .logo {
      width: auto;
      text-align: center; }
      #header .container-fluid .logo img {
        max-width: 136px;
        max-height: 43px; }
  #header .overlay {
    display: none; }
  #header .menu-btn {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .logo {
    width: 170px;
    padding-right: 20px; } }

#navigation .menu {
  padding: 0px;
  list-style-type: none; }
  #navigation .menu li {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 21px; }
    #navigation .menu li a {
      color: inherit;
      display: inline-block; }
    #navigation .menu li.parent {
      position: relative; }
      #navigation .menu li.parent > a {
        position: relative;
        padding-right: 15px !important; }
      #navigation .menu li.parent .sub-menu {
        padding-left: 0px;
        background: #8F7560;
        min-width: 200px; }
        #navigation .menu li.parent .sub-menu li {
          display: block; }
          #navigation .menu li.parent .sub-menu li a {
            border: 0px;
            padding: 10px 8px;
            display: block; }
            #navigation .menu li.parent .sub-menu li a:hover {
              background: #f7835d; }

#navigation .close-menu-btn {
  width: 22px;
  height: 22px;
  position: fixed;
  top: 40px;
  right: -100%;
  z-index: 1001;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  #navigation .close-menu-btn:before, #navigation .close-menu-btn:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 9px;
    background: #fff; }
  #navigation .close-menu-btn:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #navigation .close-menu-btn:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

#navigation footer {
  padding: 46px 15px;
  background: #044977;
  display: none; }
  #navigation footer p {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 20px; }

#navigation .secondary-navigation {
  background-color: #8F7560;
  padding: 43px 15px 27px; }

.open-menu {
  overflow: hidden; }
  .open-menu #navigation .close-menu-btn {
    right: 33px; }

@media (max-width: 991px) {
  .open-menu #navigation .close-menu-btn {
    top: 22px;
    right: 22px; }
  #navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #8F7560;
    padding: 0px;
    z-index: 1000;
    right: -100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    padding: 88px 36px 10px; }
    #navigation .wrapper {
      height: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: block; }
    #navigation .menu {
      position: relative;
      z-index: 1; }
      #navigation .menu li:last-child {
        margin-bottom: 0px; }
      #navigation .menu li.parent > a:after {
        margin-top: 3px; }
      #navigation .menu li.parent .sub-menu {
        display: none; }
      #navigation .menu li.active > a:after {
        content: "\f0d8"; }
    #navigation .main-navigation {
      position: relative;
      overflow: hidden; }
    #navigation .secondary-navigation {
      background: transparent;
      position: relative;
      overflow: hidden; }
    #navigation .main-navigation .menu li {
      font-size: 1.875rem;
      margin-bottom: 18px; }
      #navigation .main-navigation .menu li.current {
        opacity: 0.7; }
    #navigation .secondary-navigation {
      background-color: transparent;
      padding: 84px 0px 0px; }
      #navigation .secondary-navigation .menu {
        margin-bottom: 100px; }
    #navigation footer {
      display: block; }
  .open-menu #navigation {
    right: 0px; } }

@media (min-width: 992px) {
  #navigation .main-navigation {
    text-align: center; }
    #navigation .main-navigation .menu {
      margin-bottom: 0px; }
      #navigation .main-navigation .menu li {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 40px; }
        #navigation .main-navigation .menu li:last-child {
          margin-right: 0px; }
        #navigation .main-navigation .menu li a:hover {
          color: #8F7560; }
        #navigation .main-navigation .menu li.current a {
          color: #8F7560; }
  #navigation .secondary-navigation {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    position: fixed;
    top: 0px;
    z-index: 1000;
    right: -100%;
    height: 100%;
    max-width: 370px;
    width: 100%;
    padding: 99px 53px 40px;
    opacity: 0;
    visibility: hidden; }
    #navigation .secondary-navigation .inner-wrapper {
      height: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: block; }
    #navigation .secondary-navigation .menu {
      margin-bottom: 98px; }
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(247, 247, 247, 0.74);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .open-menu #navigation .secondary-navigation {
    opacity: 1;
    visibility: visible;
    right: 0px; }
  .open-menu .overlay {
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  #navigation .main-navigation .menu li {
    font-size: 1.25rem;
    margin-right: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #navigation .main-navigation .menu li {
    font-size: 1rem;
    margin-right: 20px; } }

@media (min-width: 1400px) {
  #navigation .main-navigation .menu {
    margin-left: -115px; } }

.lang {
  padding: 0px;
  list-style-type: none; }
  .lang li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff; }
    .lang li a {
      color: inherit; }
    .lang li.select {
      color: #A68C67; }

/*
*banner
*/
#banner {
  position: relative; }
  #banner .figure1 {
    position: relative; }
    #banner .figure1:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }
    #banner .figure1 img {
      min-height: 350px; }
  #banner .down-control {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 36px;
    z-index: 4;
    bottom: 19px; }
  #banner .description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 10; }

@media (max-width: 767px) {
  #banner .mobile-full-width {
    max-width: 100%;
    padding: 0px; }
  #banner.bg-box > .container:before {
    display: none; } }

@media (min-width: 768px) {
  #banner.top-space-md {
    margin-bottom: 40px; }
    #banner.top-space-md > .container:before {
      width: 1345px;
      top: 98px;
      height: calc(100% - 59px);
      right: -112px; } }

/*
*footer
*/
#footer {
  background: #313131;
  padding: 68px 0px 0px; }
  #footer .container {
    max-width: 1432px; }
  #footer h6 {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px; }
  #footer p {
    color: #fff;
    font-size: 1rem;
    line-height: calc(26 / 16);
    font-family: Helvetica; }
  #footer .column {
    padding-top: 27px;
    padding-bottom: 68px; }
    #footer .column .box {
      padding: 27px 28px 10px 49px; }
  #footer .footer-links {
    padding: 0px;
    list-style-type: none; }
    #footer .footer-links li {
      font-size: 1rem;
      color: #fff;
      margin-bottom: 8px; }
      #footer .footer-links li a {
        color: inherit; }
        #footer .footer-links li a:hover {
          color: #8F7560; }
  #footer .top-section .column footer {
    padding-top: 35px; }
  #footer .bottom-section {
    background: #000;
    padding: 17px 0px;
    text-align: center; }
    #footer .bottom-section p {
      margin-bottom: 0;
      color: #f7f7f7; }
      #footer .bottom-section p a {
        color: inherit;
        display: inline-block;
        margin: 0px 4px; }
        #footer .bottom-section p a:hover {
          opacity: 0.8; }

@media (max-width: 1199px) {
  #footer h6 {
    font-size: 1.875rem; }
  #footer .column .box {
    padding-left: 28px; } }

@media (max-width: 767px) {
  #footer {
    position: relative;
    padding-top: 0;
    background: transparent; }
    #footer .container {
      position: relative; }
    #footer:before {
      position: absolute;
      content: '';
      width: 100%;
      height: calc(100% - 51px);
      left: 0;
      bottom: 0;
      background: #313131;
      z-index: -1; }
    #footer .box {
      text-align: left;
      height: auto !important; }
    #footer .column {
      padding-top: 0;
      padding-bottom: 0px;
      margin-bottom: 30px;
      text-align: center; }
    #footer .mobile-accordion header {
      position: relative;
      padding: 0px 15px; }
      #footer .mobile-accordion header h6 {
        margin-bottom: 0px;
        padding-bottom: 10px; }
    #footer .mobile-accordion .fa-caret-down {
      position: absolute;
      right: 0;
      top: 6px;
      color: #fff; }
    #footer .mobile-accordion .accordion-content {
      display: none; }
    #footer .mobile-accordion.open .accordion-content {
      display: block; }
  #footer .bottom-section {
    padding-bottom: 42px; } }

.contact-info {
  padding: 0px;
  list-style-type: none; }
  .contact-info li {
    color: #fff;
    font-size: 1rem;
    line-height: calc(26 / 16); }
    .contact-info li a {
      color: inherit; }

/*  ==========================================================================
	Components
    ========================================================================== */
a,
.btn {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.btn {
  border-radius: 0;
  border-width: 2px;
  padding: 10px 10px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  min-width: 176px; }

.btn-outline-primary:hover {
  color: #fff; }

.btn-outline-white:hover {
  color: #8F7560; }

.book-now {
  background: #be3d38;
  color: #fff;
  border-color: #be3d38; }
  .book-now:hover {
    color: #fff;
    border-color: #af403d;
    background: #af403d;
    padding-bottom: 15px; }

@media (max-width: 767px) {
  .book-now:not(.slider-book) {
    min-width: 117px;
    padding: 5px 10px;
    font-size: 0.875rem; }
    .book-now:hover {
      padding-bottom: 10px; } }

.sticky-btn {
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: 526px;
  bottom: -100px; }
  .sticky-btn.is_sticky {
    bottom: 0px; }

@media (max-width: 1500px) {
  .sticky-btn {
    left: auto;
    right: 25px;
    margin-left: 0; } }

@media (max-width: 991px) {
  .sticky-btn {
    right: 12px; } }

/*
*form
*/
.form .form-group {
  margin-bottom: 20px; }

.form .form-control {
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 18px;
  border-radius: 2px;
  border: 2px solid #8F7560;
  font-family: Helvetica; }

.newsletter-form .form-control {
  background: transparent;
  color: #fff;
  font-family: Helvetica; }

.newsletter-form .form-control::-webkit-input-placeholder {
  color: #fff; }

.newsletter-form .form-control::-moz-placeholder {
  color: #fff; }

.newsletter-form .form-control:-ms-input-placeholder {
  color: #fff; }

.newsletter-form .form-control:-moz-placeholder {
  color: #fff; }

/*
*bounce
*/
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

/*
*sociables
*/
.sociables {
  padding: 0px;
  list-style-type: none; }
  .sociables li {
    display: inline-block;
    margin-right: 26px; }
    .sociables li:last-child {
      margin-right: 0; }
    .sociables li a:hover {
      opacity: 0.8; }

/*
*box
*/
.box1 {
  padding: 80px 89px; }

@media (max-width: 991px) {
  .box1 {
    padding: 65px 15px; }
    .box1 h2 {
      font-size: 2.5rem; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  text-align: left;
  padding-top: 30px; }
  .owl-nav button {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 41px;
    height: 20px;
    background: url("../images/left-arrow.svg") no-repeat !important; }
    .owl-nav button span {
      display: none; }
    .owl-nav button.owl-next {
      background: url("../images/right-arrow.svg") no-repeat !important; }
    .owl-nav button + button {
      margin-left: 18px; }
    .owl-nav button:hover {
      opacity: 0.6; }

/*
*carosuel1
*/
.carousel1 .owl-stage-outer {
  overflow: initial; }

.carousel1 .owl-nav {
  padding-left: 84px; }

@media (max-width: 767px) {
  .carousel1 .owl-nav {
    padding-left: 24px; } }

/*
*carosuel2
*/
.carousel2 .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .carousel2 .owl-stage .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .carousel2 .owl-stage .owl-item .item {
      margin-top: auto;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
      .carousel2 .owl-stage .owl-item .item .figure1 {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
        .carousel2 .owl-stage .owl-item .item .figure1 img {
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.carousel2 .item .figure1 {
  cursor: pointer; }
  .carousel2 .item .figure1 img {
    height: 557px; }

@media (min-width: 991px) {
  .carousel2 .active {
    z-index: 3; }
    .carousel2 .active .item .figure1 {
      width: calc(100% + 128px); }
  .carousel2 .active + .active {
    z-index: 2; }
    .carousel2 .active + .active .item {
      padding-bottom: 52px; }
      .carousel2 .active + .active .item .figure1 {
        width: calc(100% + 128px); }
    .carousel2 .active + .active .figure1 img {
      height: 389px; }
  .carousel2 .active + .active + .active {
    z-index: 1; }
    .carousel2 .active + .active + .active .item {
      padding-bottom: 106px; }
    .carousel2 .active + .active + .active .figure1 img {
      height: 281px; }
  .carousel2 .active + .active + .active + .owl-item .item {
    padding-bottom: 106px; }
  .carousel2 .active + .active + .active + .owl-item .figure1 img {
    height: 281px; } }

/*
*carousel3
*/
.carousel3 .owl-stage-outer {
  overflow: initial; }

.carousel3 .item .content {
  padding: 0; }

.carousel3 .figure1 {
  margin-bottom: 24px; }

.carousel3 h3 {
  color: #000;
  margin-bottom: 20px; }

.carousel3 .owl-nav {
  padding-left: 84px;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px; }

@media (max-width: 767px) {
  .carousel3 .owl-nav {
    padding-top: 30px;
    padding-left: 24px; } }

/*
*carosuel4
*/
.carousel4 .owl-stage-outer {
  overflow: initial; }

.carousel4 .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.carousel4 .item, .carousel4 .item .row {
  height: 100%; }

.carousel4 h2 {
  line-height: 1.1; }

.carousel4 .owl-nav {
  bottom: -10px;
  right: 0;
  width: calc(100% - 41.66667% - 30px); }

@media (max-width: 991px) {
  .carousel4 h2 {
    font-size: 30px; }
  .carousel4 .owl-nav {
    width: calc(100% - 50% - 15px); } }

@media (max-width: 767px) {
  .carousel4 .owl-nav {
    padding-left: 24px; }
  .carousel4 .owl-nav {
    width: auto; } }

@media (min-width: 768px) {
  .carousel4 .owl-nav {
    position: absolute;
    z-index: 101;
    padding-left: 0;
    padding-top: 0; } }

/*
*specialty
*/
.specialty {
  padding: 0px;
  list-style-type: none; }
  .specialty li {
    color: #000;
    font-size: 1rem;
    line-height: calc(24 / 16); }

/*
*steps
*/
.steps .icon {
  width: 112px;
  height: 112px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px; }
  .steps .icon img {
    max-height: 30px; }

/*
*author
*/
.author .author-name {
  color: #8F7560;
  margin-bottom: 42px; }

.author .author-image {
  margin-bottom: 43px; }

@media (max-width: 767px) {
  .author .author-name {

    margin-bottom: 30px; }
  .author .author-image {
    margin-bottom: 30px; } }

/*
*blockquote
*/
.blockquote p {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color: #8F7560;
  font-family: "Freight Big", sans-sarif;
  margin-bottom: 30px; }

.blockquote .blockquote-footer {
  font-size: 30px;
  font-weight: 700;
  color: #313131; }
  .blockquote .blockquote-footer cite {
    font-style: normal; }
  .blockquote .blockquote-footer:before {
    display: none; }

@media (max-width: 991px) {
  .blockquote p {
    font-size: 3.75rem; }
  .blockquote .blockquote-footer {
    font-size: 1.5625rem; } }

@media (max-width: 767px) {
  .blockquote p {
    font-size: 1.5625rem; }
  .blockquote .blockquote-footer {
    font-size: 1rem; } }

/*
*section
*/
.section {
  padding: 100px 0; }
  .section .container {
    position: relative; }
  .section .content p {
    margin-bottom: 30px; }
  .section .content .specialty {
    margin-bottom: 30px; }
  .section .content footer {
    padding-top: 30px; }

@media (max-width: 767px) {
  .section {
    padding: 50px 0px; }
    .section .content p {
      margin-bottom: 20px; }
    .section .content .specialty {
      margin-bottom: 20px; }
    .section .content footer {
      padding-top: 10px; } }

@media (min-width: 768px) {
  .section .content {
    padding: 50px 0px; } }

.column {
  margin-bottom: 30px; }

.bg-box > .container {
  position: relative; }
  .bg-box > .container:before {
    content: '';
    width: 1233px;
    height: calc(100% + 160px);
    position: absolute;
    left: -140px;
    background: #f7f7f7;
    top: -80px;
    z-index: -1; }

.bg-box.top-space > .container:before {
  top: 45px;
  height: calc(100% + 54px); }

.bg-box.opposite > .container:before {
  left: auto;
  right: -140px; }

.bg-box.center > .container:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1091px; }

@media (min-width: 1200px) {
  .bg-box > .container-lg:before {
    left: -237px; }
  .bg-box.opposite > .container-lg:before {
    right: -237px; } }

@media (max-width: 767px) {
  .bg-box.top-space > .container:before {
    top: 36px;
    height: 100%; }
  .bg-box > .container:before {
    height: calc(100% + 72px);
    top: -36px; } }

@media (min-width: 768px) {
  .bg-box.top-space-md > .container:before {
    top: 45px;
    height: calc(100% + 54px); } }

.section1 {
  position: relative;
  padding-top: 232px; }
  .section1 .figure1 {
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 84px);
    z-index: -1; }
    .section1 .figure1 img {
      height: 100%; }

@media (max-width: 991px) {
  .section1 {
    padding-top: 100px; }
    .section1 .figure1 {
      display: none; } }

@media (max-width: 767px) {
  .section1 {
    padding-top: 50px; } }

/*
*impressions
*/
.impressions.center > .container:before {
  height: calc(100% + 88px);
  top: -44px; }

/*
*rooms
*/
@media (min-width: 768px) {
  .rooms h2 {
    margin-bottom: 153px; }
  .rooms > .container:before {
    height: calc(100% - 76px);
    top: 152px; } }

/*
*story
*/
.story.center > .container:before {
  width: 866px; }

.story section {
  margin-bottom: 150px; }

@media (max-width: 991px) {
  .story section {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  .story section {
    margin-bottom: 50px; } }

@media (min-width: 991px) {
  .story.center > .container:before {
    top: 200px;
    height: calc(100% - 50px); } }

/*
*map
*/
.map {
  position: relative; }
  .map h3 {
    margin-bottom: 32px; }
  .map .sociables {
    margin-bottom: 68px; }
  .map .container {
    position: relative; }
  .map:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 132px;
    left: 0;
    bottom: 0;
    background: #313131;
    z-index: -1; }

.map-wrapper {
  position: relative; }
  .map-wrapper .marker {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }

@media (max-width: 767px) {
  .map {
    padding: 65px 0 50px; }
    .map:after {
      display: none; }
    .map .map-wrapper {
      display: none; } }

/*  ==========================================================================
	pages
    ========================================================================== */
/*
*layout2
*/
.layout2 #header {
  position: relative; }
  .layout2 #header .menu-btn span {
    background: #8F7560; }

@media (min-width: 992px) {
  .layout2 #navigation .main-navigation .menu li {
    color: #000; } }

/*  ==========================================================================
	Vendor
    ========================================================================== */