@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/subset-CormorantGaramond-Bold.eot");
  src: url("../fonts/subset-CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/subset-CormorantGaramond-Bold.woff") format("woff"), url("../fonts/subset-CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/subset-CormorantGaramond-Medium.eot");
  src: url("../fonts/subset-CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/subset-CormorantGaramond-Medium.woff") format("woff"), url("../fonts/subset-CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/subset-CormorantGaramond-Regular.eot");
  src: url("../fonts/subset-CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/subset-CormorantGaramond-Regular.woff") format("woff"), url("../fonts/subset-CormorantGaramond-Regular.svg#CormorantGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Jost';
  src: url("../fonts/subset-Jost-Light.eot");
  src: url("../fonts/subset-Jost-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Jost-Light.woff2") format("woff2"), url("../fonts/subset-Jost-Light.woff") format("woff"), url("../fonts/subset-Jost-Light.svg#Jost-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Jost';
  src: url("../fonts/subset-Jost-Regular.eot");
  src: url("../fonts/subset-Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Jost-Regular.woff2") format("woff2"), url("../fonts/subset-Jost-Regular.woff") format("woff"), url("../fonts/subset-Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* CSS RESET */
body {
  font-family: "Jost", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000; }

/* MOBILE TRIGGER */
.hamburger {
  padding: 15px 0 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.active:hover {
  opacity: 0.7; }

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #fff; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* COMPONENTS */
.btn_type1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 58px;
  border: 1px solid #fff;
  padding: 0 35px;
  color: #fff;
  background: transparent;
  letter-spacing: 1px;
  transition: .3s; }
  .btn_type1:hover, .btn_type1:focus, .btn_type1:active {
    color: #000;
    text-decoration: none;
    background: #fff; }

.btn_type2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 58px;
  border: 1px solid #b99755;
  padding: 0 35px;
  color: #b99755;
  background: transparent;
  letter-spacing: 1px;
  transition: .3s; }
  .btn_type2:hover, .btn_type2:focus, .btn_type2:active {
    color: #fff;
    text-decoration: none;
    background: #b99755; }

.section_pretitle {
  color: #b99755;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .section_pretitle {
      font-size: 16px; } }
  @media (max-width: 476px) {
    .section_pretitle {
      font-size: 14px;
      margin-bottom: 5px; } }

.section_title {
  font-family: 'Cormorant Garamond', arial, sans-serif;
  font-weight: 500;
  font-size: 64px;
  letter-spacing: 0;
  color: #000;
  margin: 0; }
  @media (max-width: 767px) {
    .section_title {
      font-size: 50px; } }
  @media (max-width: 476px) {
    .section_title {
      font-size: 34px; } }

.section_text {
  margin-top: 20px;
  display: block;
  font-size: 18px; }
  @media (max-width: 767px) {
    .section_text {
      font-size: 16px; } }

.titles_wrapper {
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .titles_wrapper {
      margin-bottom: 40px; } }

/* HEADER */
.header {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }
  .header.sticky-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: none;
    transition: none; }
  .header.sticky {
    position: fixed;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    .header.sticky .top_header-bar {
      display: none; }
    .header.sticky .bottom_header-bar .social_media-menu .item {
      line-height: 90px; }
    .header.sticky .bottom_header-bar .header_center .header_menu-center ul li {
      line-height: 90px; }
    .header.sticky .bottom_header-bar .header_center .logo .logo-img {
      height: 70px; }
      @media (max-width: 1199px) {
        .header.sticky .bottom_header-bar .header_center .logo .logo-img {
          height: 50px; } }
      .header.sticky .bottom_header-bar .header_center .logo .logo-img.logo-white {
        opacity: 0;
        visibility: hidden; }
      .header.sticky .bottom_header-bar .header_center .logo .logo-img.logo-dark {
        opacity: 1;
        visibility: visible; }
    .header.sticky .bottom_header-bar .highlight_button-container {
      margin-top: 15px; }
    .header.sticky .bottom_header-bar .mobile_trigger .hamburger-inner, .header.sticky .bottom_header-bar .mobile_trigger .hamburger-inner::before, .header.sticky .bottom_header-bar .mobile_trigger .hamburger-inner::after {
      background-color: #000; }
  .header.sticky-show {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .header.sticky-show .bottom_header-bar {
      background: #fff; }
      .header.sticky-show .bottom_header-bar .social_media-menu .item a {
        color: #000;
        display: block; }
        .header.sticky-show .bottom_header-bar .social_media-menu .item a:hover, .header.sticky-show .bottom_header-bar .social_media-menu .item a:focus, .header.sticky-show .bottom_header-bar .social_media-menu .item a:active {
          color: #000;
          text-decoration: none;
          opacity: .6; }
      .header.sticky-show .bottom_header-bar .header_center .header_menu-center ul li a {
        color: #000; }
        .header.sticky-show .bottom_header-bar .header_center .header_menu-center ul li a:after {
          background: #000; }
        .header.sticky-show .bottom_header-bar .header_center .header_menu-center ul li a:hover, .header.sticky-show .bottom_header-bar .header_center .header_menu-center ul li a:focus, .header.sticky-show .bottom_header-bar .header_center .header_menu-center ul li a:active {
          color: #000;
          text-decoration: none; }
      .header.sticky-show .bottom_header-bar .highlight_button-container .lang_switcher ul li a {
        color: #000; }
      .header.sticky-show .bottom_header-bar .highlight_button-container .highlight_button ul li a {
        color: #000;
        text-decoration: none;
        border: 1px solid #000; }
        .header.sticky-show .bottom_header-bar .highlight_button-container .highlight_button ul li a:hover, .header.sticky-show .bottom_header-bar .highlight_button-container .highlight_button ul li a:focus, .header.sticky-show .bottom_header-bar .highlight_button-container .highlight_button ul li a:active {
          color: #fff;
          text-decoration: none;
          border: 1px solid #000;
          background: #000; }
  .header .top_header-bar {
    background: #000;
    padding: 0 35px; }
    @media (max-width: 1199px) {
      .header .top_header-bar {
        display: none; } }
    .header .top_header-bar:after {
      content: '';
      display: block;
      clear: both; }
    .header .top_header-bar .contact_items-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0; }
      .header .top_header-bar .contact_items-menu .item {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin-right: 15px;
        line-height: 40px; }
        .header .top_header-bar .contact_items-menu .item:last-child {
          margin-right: 0; }
        .header .top_header-bar .contact_items-menu .item a, .header .top_header-bar .contact_items-menu .item .item_text {
          color: #fff;
          line-height: 40px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px; }
          .header .top_header-bar .contact_items-menu .item a:hover, .header .top_header-bar .contact_items-menu .item a:focus, .header .top_header-bar .contact_items-menu .item a:active, .header .top_header-bar .contact_items-menu .item .item_text:hover, .header .top_header-bar .contact_items-menu .item .item_text:focus, .header .top_header-bar .contact_items-menu .item .item_text:active {
            text-decoration: none;
            color: #fff; }
        .header .top_header-bar .contact_items-menu .item i {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px; }
  .header .bottom_header-bar {
    padding: 0 35px;
    transition: .3s;
    background: transparent; }
    @media (max-width: 1199px) {
      .header .bottom_header-bar {
        padding: 15px 0; } }
    .header .bottom_header-bar:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 1199px) {
      .header .bottom_header-bar .social_media-menu-container,
      .header .bottom_header-bar .highlight_button-container {
        display: none; } }
    .header .bottom_header-bar .social_media-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0; }
      .header .bottom_header-bar .social_media-menu .item {
        display: inline-block;
        margin-right: 20px;
        line-height: 110px;
        vertical-align: middle; }
        .header .bottom_header-bar .social_media-menu .item:last-child {
          margin-right: 0; }
        .header .bottom_header-bar .social_media-menu .item a {
          font-size: 22px;
          color: #fff;
          display: block;
          transition: .3s; }
          .header .bottom_header-bar .social_media-menu .item a:hover, .header .bottom_header-bar .social_media-menu .item a:focus, .header .bottom_header-bar .social_media-menu .item a:active {
            color: #fff;
            text-decoration: none; }
    .header .bottom_header-bar .header_center {
      text-align: center; }
      @media (max-width: 1199px) {
        .header .bottom_header-bar .header_center:after {
          content: '';
          display: block;
          clear: both; } }
      .header .bottom_header-bar .header_center .header_menu-center {
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1199px) {
          .header .bottom_header-bar .header_center .header_menu-center {
            display: none; } }
        .header .bottom_header-bar .header_center .header_menu-center ul {
          list-style: none;
          padding: 0;
          margin: 0;
          font-size: 0; }
          .header .bottom_header-bar .header_center .header_menu-center ul li {
            line-height: 110px;
            display: inline-block;
            margin: 0 17px; }
            @media (max-width: 1300px) {
              .header .bottom_header-bar .header_center .header_menu-center ul li {
                margin: 0 14px; } }
            .header .bottom_header-bar .header_center .header_menu-center ul li a {
              font-size: 18px;
              font-weight: 300;
              color: #fff;
              transition: .3s;
              display: block;
              position: relative; }
              .header .bottom_header-bar .header_center .header_menu-center ul li a:after {
                content: '';
                width: 0;
                position: absolute;
                top: 67%;
                left: 50%;
                transform: translateX(-50%);
                height: 1px;
                background: #fff;
                transition: .3s; }
              .header .bottom_header-bar .header_center .header_menu-center ul li a:hover, .header .bottom_header-bar .header_center .header_menu-center ul li a:focus, .header .bottom_header-bar .header_center .header_menu-center ul li a:active {
                color: #fff;
                text-decoration: none; }
                .header .bottom_header-bar .header_center .header_menu-center ul li a:hover:after, .header .bottom_header-bar .header_center .header_menu-center ul li a:focus:after, .header .bottom_header-bar .header_center .header_menu-center ul li a:active:after {
                  width: 100%; }
            .header .bottom_header-bar .header_center .header_menu-center ul li.current-menu-item a:after {
              width: 100%; }
      .header .bottom_header-bar .header_center .logo {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        position: relative; }
        @media (max-width: 1199px) {
          .header .bottom_header-bar .header_center .logo {
            margin: 0; } }
        @media (max-width: 1199px) {
          .header .bottom_header-bar .header_center .logo {
            float: left; } }
        .header .bottom_header-bar .header_center .logo .logo-img {
          width: auto;
          height: 95px;
          transition: .3s; }
          @media (max-width: 1199px) {
            .header .bottom_header-bar .header_center .logo .logo-img {
              height: 70px; } }
          .header .bottom_header-bar .header_center .logo .logo-img.logo-white {
            opacity: 1;
            visibility: visible; }
          .header .bottom_header-bar .header_center .logo .logo-img.logo-dark {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 0;
            top: 0; }
      .header .bottom_header-bar .header_center .mobile_trigger {
        display: none;
        float: right; }
        @media (max-width: 1199px) {
          .header .bottom_header-bar .header_center .mobile_trigger {
            display: block; } }
    .header .bottom_header-bar .highlight_button-container {
      text-align: right;
      font-size: 0;
      margin-top: 25px; }
      .header .bottom_header-bar .highlight_button-container .lang_switcher {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        @media (max-width: 1400px) {
          .header .bottom_header-bar .highlight_button-container .lang_switcher {
            margin-right: 10px; } }
        .header .bottom_header-bar .highlight_button-container .lang_switcher ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .header .bottom_header-bar .highlight_button-container .lang_switcher ul li.current_lang {
            display: none; }
          .header .bottom_header-bar .highlight_button-container .lang_switcher ul li a {
            font-size: 18px;
            font-weight: 300;
            color: #fff;
            transition: .3s;
            display: block;
            position: relative;
            text-transform: uppercase; }
            .header .bottom_header-bar .highlight_button-container .lang_switcher ul li a:hover, .header .bottom_header-bar .highlight_button-container .lang_switcher ul li a:active, .header .bottom_header-bar .highlight_button-container .lang_switcher ul li a:focus {
              text-decoration: none; }
      .header .bottom_header-bar .highlight_button-container .highlight_button {
        display: inline-block;
        vertical-align: middle; }
        .header .bottom_header-bar .highlight_button-container .highlight_button ul {
          list-style: none;
          padding: 0;
          margin: 0;
          font-size: 0; }
          .header .bottom_header-bar .highlight_button-container .highlight_button ul li {
            display: inline-block; }
            .header .bottom_header-bar .highlight_button-container .highlight_button ul li a {
              display: block;
              text-transform: uppercase;
              font-size: 14px;
              line-height: 58px;
              border: 1px solid #fff;
              padding: 0 35px;
              color: #fff;
              background: transparent;
              letter-spacing: 1px;
              transition: .3s; }
              @media (max-width: 1600px) {
                .header .bottom_header-bar .highlight_button-container .highlight_button ul li a {
                  padding: 0 25px; } }
              @media (max-width: 1400px) {
                .header .bottom_header-bar .highlight_button-container .highlight_button ul li a {
                  padding: 0 14px; } }
              .header .bottom_header-bar .highlight_button-container .highlight_button ul li a:hover, .header .bottom_header-bar .highlight_button-container .highlight_button ul li a:focus, .header .bottom_header-bar .highlight_button-container .highlight_button ul li a:active {
                color: #fff;
                text-decoration: none; }
    .header .bottom_header-bar:hover {
      background: #fff; }
      .header .bottom_header-bar:hover .social_media-menu .item a {
        color: #000;
        display: block; }
        .header .bottom_header-bar:hover .social_media-menu .item a:hover, .header .bottom_header-bar:hover .social_media-menu .item a:focus, .header .bottom_header-bar:hover .social_media-menu .item a:active {
          color: #000;
          text-decoration: none;
          opacity: .6; }
      .header .bottom_header-bar:hover .header_center .header_menu-center ul li a {
        color: #000; }
        .header .bottom_header-bar:hover .header_center .header_menu-center ul li a:after {
          background: #000; }
        .header .bottom_header-bar:hover .header_center .header_menu-center ul li a:hover, .header .bottom_header-bar:hover .header_center .header_menu-center ul li a:focus, .header .bottom_header-bar:hover .header_center .header_menu-center ul li a:active {
          color: #000;
          text-decoration: none; }
      .header .bottom_header-bar:hover .logo .logo-img.logo-white {
        opacity: 0;
        visibility: hidden; }
      .header .bottom_header-bar:hover .logo .logo-img.logo-dark {
        opacity: 1;
        visibility: visible; }
      .header .bottom_header-bar:hover .highlight_button-container .lang_switcher ul li a {
        color: #000; }
      .header .bottom_header-bar:hover .highlight_button-container .highlight_button ul li a {
        color: #000;
        text-decoration: none;
        border: 1px solid #000; }
        .header .bottom_header-bar:hover .highlight_button-container .highlight_button ul li a:hover, .header .bottom_header-bar:hover .highlight_button-container .highlight_button ul li a:focus, .header .bottom_header-bar:hover .highlight_button-container .highlight_button ul li a:active {
          color: #fff;
          text-decoration: none;
          border: 1px solid #000;
          background: #000; }
      .header .bottom_header-bar:hover .mobile_trigger .hamburger-inner, .header .bottom_header-bar:hover .mobile_trigger .hamburger-inner::before, .header .bottom_header-bar:hover .mobile_trigger .hamburger-inner::after {
        background-color: #000; }

.side_mm {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .side_mm.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media (max-width: 1199px) {
    .side_mm {
      display: block; } }
  .side_mm .mm_wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background: #fff;
    padding: 40px 40px;
    transition: .3s; }
    .side_mm .mm_wrapper.active {
      right: 0; }
    .side_mm .mm_wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .side_mm .mm_wrapper .mm_main-menu ul li a {
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000;
      padding: 10px 0;
      display: block; }
    .side_mm .mm_wrapper .mm_main-menu ul li:hover a, .side_mm .mm_wrapper .mm_main-menu ul li.current-menu-item a {
      text-decoration: none;
      color: #b99755; }
    .side_mm .mm_wrapper .lang_switcher {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 100px; }
      @media (max-width: 1400px) {
        .side_mm .mm_wrapper .lang_switcher {
          margin-right: 10px; } }
      .side_mm .mm_wrapper .lang_switcher ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .side_mm .mm_wrapper .lang_switcher ul li.current_lang {
          display: none; }
        .side_mm .mm_wrapper .lang_switcher ul li a {
          font-size: 14px;
          color: #000;
          transition: .3s;
          display: block;
          position: relative;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .side_mm .mm_wrapper .lang_switcher ul li a:hover, .side_mm .mm_wrapper .lang_switcher ul li a:active, .side_mm .mm_wrapper .lang_switcher ul li a:focus {
            text-decoration: none; }
    .side_mm .mm_wrapper .mm_social-media {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px;
      border-top: 1px solid #000;
      padding-top: 15px; }
      .side_mm .mm_wrapper .mm_social-media .social_media-menu {
        font-size: 0; }
        .side_mm .mm_wrapper .mm_social-media .social_media-menu .item {
          display: inline-block;
          margin-right: 15px;
          vertical-align: middle; }
          .side_mm .mm_wrapper .mm_social-media .social_media-menu .item:last-child {
            margin-right: 0; }
          .side_mm .mm_wrapper .mm_social-media .social_media-menu .item a {
            font-size: 24px;
            color: #000;
            display: block;
            transition: .3s; }
            .side_mm .mm_wrapper .mm_social-media .social_media-menu .item a:hover, .side_mm .mm_wrapper .mm_social-media .social_media-menu .item a:focus, .side_mm .mm_wrapper .mm_social-media .social_media-menu .item a:active {
              color: #b99755;
              text-decoration: none; }

/* FOOTER */
.footer {
  background: #000;
  color: #fff; }
  .footer .top_footer {
    padding-top: 100px;
    padding-bottom: 65px; }
    .footer .top_footer .container .col-md-4:first-child {
      padding-right: 40px; }
      @media (max-width: 991px) {
        .footer .top_footer .container .col-md-4:first-child {
          padding-right: 15px; } }
    .footer .top_footer .footer_logo .logo-img {
      width: 140px; }
    .footer .top_footer .footer_text {
      margin-top: 25px;
      font-size: 18px;
      line-height: 32px;
      font-weight: 300; }
    .footer .top_footer .footer_sm-menu {
      font-size: 0;
      margin-top: 25px; }
      .footer .top_footer .footer_sm-menu .social_media-menu {
        list-style: none;
        padding: 0;
        margin: 0; }
        .footer .top_footer .footer_sm-menu .social_media-menu li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px; }
          .footer .top_footer .footer_sm-menu .social_media-menu li:last-child {
            margin-right: 0; }
          .footer .top_footer .footer_sm-menu .social_media-menu li a {
            font-size: 20px;
            color: #fff;
            opacity: 0.6;
            transition: .3s; }
            .footer .top_footer .footer_sm-menu .social_media-menu li a:hover, .footer .top_footer .footer_sm-menu .social_media-menu li a:active, .footer .top_footer .footer_sm-menu .social_media-menu li a:focus {
              opacity: 1;
              text-decoration: none; }
    .footer .top_footer .footer_col-title .col_title {
      font-family: 'Cormorant Garamond', arial, sans-serif;
      font-size: 26px;
      margin-bottom: 25px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .footer .top_footer .footer_col-title .col_title {
          margin-top: 40px; } }
    .footer .top_footer .contact_items-menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .top_footer .contact_items-menu li {
        display: block;
        margin-top: 20px; }
        .footer .top_footer .contact_items-menu li:first-child {
          margin-top: 0; }
        .footer .top_footer .contact_items-menu li i {
          font-size: 20px;
          color: #fff;
          opacity: 0.6;
          margin-right: 15px; }
        .footer .top_footer .contact_items-menu li a {
          color: #fff;
          transition: .3s; }
          .footer .top_footer .contact_items-menu li a:hover, .footer .top_footer .contact_items-menu li a:active, .footer .top_footer .contact_items-menu li a:focus {
            color: #fff;
            opacity: 0.8;
            text-decoration: none; }
    .footer .top_footer .footer-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 20px; }
      .footer .top_footer .footer-menu:first-child {
        margin-top: 0; }
      .footer .top_footer .footer-menu li {
        display: block;
        margin-top: 20px; }
        .footer .top_footer .footer-menu li:first-child {
          margin-top: 0; }
        .footer .top_footer .footer-menu li a {
          color: #fff;
          transition: .3s; }
          .footer .top_footer .footer-menu li a:hover, .footer .top_footer .footer-menu li a:active, .footer .top_footer .footer-menu li a:focus {
            color: #fff;
            opacity: 0.8;
            text-decoration: none; }
  .footer .bottom_footer .container {
    padding: 0 30px; }
    .footer .bottom_footer .container .col-md-12 {
      padding: 40px 0; }
      .footer .bottom_footer .container .col-md-12:before {
        content: '';
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
  .footer .bottom_footer .copyright {
    text-align: center;
    margin: 0;
    font-size: 12px;
    opacity: .5;
    color: #fff; }

/* Top Banner */
.top_banner {
  background-size: cover !important;
  position: relative; }
  .top_banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .top_banner .container {
    position: relative;
    z-index: 2;
    padding: 330px 0 320px;
    text-align: center; }
    @media (max-width: 1199px) {
      .top_banner .container {
        padding: 200px 0; } }
    @media (max-width: 767px) {
      .top_banner .container {
        padding: 150px 0; } }
    .top_banner .container .banner_pretitle {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .top_banner .container .banner_pretitle {
          font-size: 16px; } }
      @media (max-width: 476px) {
        .top_banner .container .banner_pretitle {
          font-size: 14px; } }
    .top_banner .container .banner_title {
      font-family: 'Cormorant Garamond', arial, sans-serif;
      font-weight: 500;
      font-size: 100px;
      letter-spacing: 4px;
      color: #FFFFFF;
      margin: 0; }
      @media (max-width: 1199px) {
        .top_banner .container .banner_title {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .top_banner .container .banner_title {
          font-size: 50px; } }
      @media (max-width: 476px) {
        .top_banner .container .banner_title {
          font-size: 40px; } }
    .top_banner .container .banner_subtitle {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 1px;
      color: #FFFFFF;
      margin: 20px auto 0;
      display: block;
      max-width: 70%;
      width: 100%; }
      @media (max-width: 1199px) {
        .top_banner .container .banner_subtitle {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .top_banner .container .banner_subtitle {
          font-size: 16px;
          max-width: 100%; } }
    .top_banner .container .btn_elem {
      margin-top: 30px; }

.top_banner-small {
  background-size: cover !important;
  position: relative; }
  .top_banner-small:after {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .top_banner-small .container {
    position: relative;
    z-index: 2;
    padding: 260px 0 260px;
    text-align: center; }
    @media (max-width: 1199px) {
      .top_banner-small .container {
        padding: 180px 0; } }
    @media (max-width: 767px) {
      .top_banner-small .container {
        padding: 140px 0; } }
    .top_banner-small .container .banner_title {
      font-family: 'Cormorant Garamond', arial, sans-serif;
      font-weight: 500;
      font-size: 100px;
      letter-spacing: 4px;
      color: #FFFFFF;
      margin: 0; }
      @media (max-width: 1199px) {
        .top_banner-small .container .banner_title {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .top_banner-small .container .banner_title {
          font-size: 50px; } }
      @media (max-width: 476px) {
        .top_banner-small .container .banner_title {
          font-size: 40px; } }

/* Properties Listing */
.properties_listing {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .properties_listing {
      padding: 50px 0; } }
  .properties_listing .btns_container {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .properties_listing .btns_container {
        margin-top: 0px; } }

.properties_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }
  @media (max-width: 767px) {
    .properties_container {
      display: block; } }

.property_card {
  margin-bottom: 50px;
  display: flex; }
  @media (max-width: 767px) {
    .property_card {
      display: block; } }
  .property_card .property_wrapper {
    width: 100%; }
    .property_card .property_wrapper .property_thumbnail {
      overflow: hidden; }
      .property_card .property_wrapper .property_thumbnail .property_thumbnail-img {
        background-size: cover !important;
        padding-top: 70%;
        transition: all 0.3s ease-in-out; }
      .property_card .property_wrapper .property_thumbnail:hover .property_thumbnail-img {
        transform: scale(1.1); }
    .property_card .property_wrapper .property_summary {
      margin-top: 20px; }
      .property_card .property_wrapper .property_summary a {
        color: #000;
        transition: .3s; }
        .property_card .property_wrapper .property_summary a:hover {
          color: #b99755;
          text-decoration: none; }
      .property_card .property_wrapper .property_summary .property_price {
        color: #b99755;
        font-size: 14px; }
        .property_card .property_wrapper .property_summary .property_price .sec_currency {
          color: rgba(0, 0, 0, 0.6); }
      .property_card .property_wrapper .property_summary .property_specs {
        margin-top: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0; }
        .property_card .property_wrapper .property_summary .property_specs li {
          display: inline-block;
          font-size: 16px;
          font-weight: 300;
          margin-right: 10px;
          margin-top: 10px; }
          .property_card .property_wrapper .property_summary .property_specs li:last-child {
            margin-right: 0; }
          .property_card .property_wrapper .property_summary .property_specs li i {
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px; }
          .property_card .property_wrapper .property_summary .property_specs li .spec_value {
            display: inline-block;
            vertical-align: middle; }
      .property_card .property_wrapper .property_summary .property_title {
        font-family: 'Cormorant Garamond', arial, sans-serif;
        font-weight: 500;
        font-size: 36px;
        margin: 0;
        padding: 0;
        margin-top: 10px; }
        @media (max-width: 476px) {
          .property_card .property_wrapper .property_summary .property_title {
            font-size: 30px; } }
      .property_card .property_wrapper .property_summary .property_location {
        font-weight: 300;
        font-size: 14px;
        display: block; }

/* Areas Section */
.areas_section {
  padding: 100px 0;
  background: #f7f4f1; }
  @media (max-width: 767px) {
    .areas_section {
      padding: 50px 0; } }
  .areas_section .container {
    padding: 0 30px; }
  .areas_section .area_card {
    width: 33.33333333%;
    float: left;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1199px) {
      .areas_section .area_card {
        width: 50%; } }
    @media (max-width: 600px) {
      .areas_section .area_card {
        width: 100%; } }
    .areas_section .area_card .area_thumbnail {
      padding-top: 70%;
      background-size: cover !important;
      position: relative;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 600px) {
        .areas_section .area_card .area_thumbnail {
          padding-top: 50%; } }
      .areas_section .area_card .area_thumbnail:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4); }
    .areas_section .area_card a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      text-align: center;
      color: #fff;
      font-family: 'Cormorant Garamond', arial, sans-serif;
      font-weight: 500;
      font-size: 32px; }
      @media (max-width: 767px) {
        .areas_section .area_card a {
          font-size: 28px; } }
      .areas_section .area_card a:hover, .areas_section .area_card a:focus, .areas_section .area_card a:active {
        text-decoration: none;
        color: #fff; }
      .areas_section .area_card a .area_name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .areas_section .area_card:hover .area_thumbnail {
      transform: scale(1.1); }

/* Social Media Section */
.sm_section {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .sm_section {
      padding: 50px 0; } }
  .sm_section .titles_wrapper {
    margin-bottom: 30px; }
  .sm_section .social_media-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .sm_section .social_media-menu li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .sm_section .social_media-menu li:last-child {
        margin-right: 0; }
      .sm_section .social_media-menu li a {
        font-size: 40px;
        color: #b99755;
        opacity: 1;
        transition: .3s; }
        .sm_section .social_media-menu li a:hover, .sm_section .social_media-menu li a:active, .sm_section .social_media-menu li a:focus {
          opacity: .9;
          text-decoration: none; }

/* SINGLE PROPERTY TEMPLATE */
.property_details {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .property_details {
      padding: 50px 0; } }
  .property_details .container {
    font-size: 0; }
    .property_details .container > div {
      display: inline-block;
      float: none;
      vertical-align: middle;
      width: 50%; }
      @media (max-width: 991px) {
        .property_details .container > div {
          width: 100%; }
          .property_details .container > div:first-child {
            margin-bottom: 50px; } }
  .property_details .property_images {
    position: relative; }
    .property_details .property_images .owl-stage-outer {
      overflow-x: hidden; }
      .property_details .property_images .owl-stage-outer .owl-stage:after {
        content: '';
        display: block;
        clear: both; }
      .property_details .property_images .owl-stage-outer .owl-stage .owl-item {
        float: left; }
        .property_details .property_images .owl-stage-outer .owl-stage .owl-item .property_image {
          padding-top: 66%;
          background-size: cover !important; }
    .property_details .property_images .owl-dots {
      text-align: center;
      font-size: 0;
      margin-top: 20px; }
      .property_details .property_images .owl-dots .owl-dot {
        background: #c3c3c3;
        display: inline-block;
        vertical-align: middle;
        border: none;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 3px 3px;
        transition: .3s; }
        .property_details .property_images .owl-dots .owl-dot.active {
          background: #b99755; }
    .property_details .property_images .owl-nav {
      position: absolute;
      top: 45%;
      left: 10px;
      right: 10px;
      height: 0;
      transform: translateY(-50%);
      z-index: 1; }
      @media (max-width: 476px) {
        .property_details .property_images .owl-nav {
          top: 37%; } }
      .property_details .property_images .owl-nav button {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: none;
        background: #fff;
        transition: .3s; }
        .property_details .property_images .owl-nav button i {
          color: #000;
          font-size: 16px;
          transition: .3s; }
        .property_details .property_images .owl-nav button.owl-next {
          float: left; }
        .property_details .property_images .owl-nav button.owl-next {
          float: right; }
        .property_details .property_images .owl-nav button.disabled {
          opacity: .4; }
          .property_details .property_images .owl-nav button.disabled:hover i {
            color: #000; }
        .property_details .property_images .owl-nav button:hover i {
          color: #b99755; }

.property_details-specs {
  background: #F7F4F1;
  padding: 100px 0;
  font-size: 0; }
  @media (max-width: 767px) {
    .property_details-specs {
      padding: 50px 0; } }
  .property_details-specs .map_container,
  .property_details-specs .specs_container {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    float: none; }
    @media (max-width: 991px) {
      .property_details-specs .map_container,
      .property_details-specs .specs_container {
        width: 100%; } }
  @media (max-width: 991px) {
    .property_details-specs .map_container {
      margin-bottom: 50px; } }
  .property_details-specs .map_container iframe {
    width: 100% !important;
    height: 370px !important; }
  .property_details-specs .specs_container {
    padding-left: 40px; }
    .property_details-specs .specs_container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .property_details-specs .specs_container ul .property_spec {
        position: relative;
        padding-left: 40px;
        margin-bottom: 10px;
        font-size: 18px; }
        .property_details-specs .specs_container ul .property_spec:last-child {
          margin-bottom: 0; }
        .property_details-specs .specs_container ul .property_spec i {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .property_details-specs .specs_container .prop_price {
      color: #b99755;
      font-size: 20px;
      margin-top: 20px;
      display: block; }
      .property_details-specs .specs_container .prop_price .sec_currency {
        color: #000; }

.form_section {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .form_section {
      padding: 50px 0; } }
  .form_section .form_texts, .form_section .contact_items {
    text-align: center; }
  .form_section .form_texts {
    margin-bottom: 50px; }
  .form_section .contact_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .form_section .contact_items ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .form_section .contact_items ul li i, .form_section .contact_items ul li a {
        displaay: inline-block;
        vertical-align: middle; }
      .form_section .contact_items ul li i {
        margin-right: 8px;
        font-size: 22px; }
      .form_section .contact_items ul li a {
        color: #000;
        transition: .3s;
        font-size: 20px; }
        .form_section .contact_items ul li a:hover, .form_section .contact_items ul li a:active, .form_section .contact_items ul li a:focus {
          color: #b99755;
          text-decoration: none; }
  .form_section .form_container {
    margin-top: 50px; }
    .form_section .form_container .wpcf7-form label {
      width: 100%; }
    .form_section .form_container .wpcf7-form input, .form_section .form_container .wpcf7-form textarea {
      width: 100%;
      display: block;
      border: 1px solid #000;
      padding: 10px;
      font-weight: 300;
      color: #000;
      font-size: 16px; }
      .form_section .form_container .wpcf7-form input:focus, .form_section .form_container .wpcf7-form input:active, .form_section .form_container .wpcf7-form input:hover, .form_section .form_container .wpcf7-form textarea:focus, .form_section .form_container .wpcf7-form textarea:active, .form_section .form_container .wpcf7-form textarea:hover {
        outline: none; }
    .form_section .form_container .wpcf7-form .wpcf7-form-control-wrap {
      margin-bottom: 15px;
      display: block; }
    .form_section .form_container .wpcf7-form .wpcf7-not-valid-tip {
      font-size: 14px;
      margin-top: 3px; }
    .form_section .form_container .wpcf7-form .wpcf7-response-output {
      text-align: center;
      border: none !important;
      margin-top: 20px !important; }
    .form_section .form_container .wpcf7-form input.wpcf7-submit {
      background: #b99755;
      border: none;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      transition: .3s; }
      .form_section .form_container .wpcf7-form input.wpcf7-submit:hover {
        background: #a6874c; }
    .form_section .form_container .wpcf7-form .wpcf7-spinner {
      margin: 10px auto;
      display: block; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1; }

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