@import url("../fa/css/fontello.css");
:root {
  font-size: 16px; }

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-overflow: ellipsis;
  font-variant: normal;
  font-family: sans-serif;
  font-size: 16px; }

body {
  font-family: sans-serif;
  font-smoothing: antialiased;
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300; }

.bgi, .section--hero-2 {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }

.bg--fh {
  min-height: 40rem;
  height: -webkit-calc(100% - 140px);
  height: calc(100% - 140px);
  width: 100%; }

.bg--color, .page__hero {
  background-color: #f5f4f3; }
  .bg--color-2 {
    background-color: #272727;
    color: #fff; }
    .bg--color-2 .btn--bg {
      background-color: #c5a47e;
      color: #fff; }
    .bg--color-2 .icon {
      fill: #c5a47e; }

.bg--main, .contact {
  background-color: #bba37f;
  color: #fff; }

.bg--grad-1, .heading__sub--2::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(39, 39, 39, 0.8)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(39, 39, 39, 0.8));
  background-image: linear-gradient(transparent 60%, rgba(39, 39, 39, 0.8)); }

:root {
  font-size: 16px; }

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-overflow: ellipsis;
  font-variant: normal;
  font-family: sans-serif;
  font-size: 16px; }

body {
  font-family: sans-serif;
  font-smoothing: antialiased;
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300; }

.bgi, .section--hero-2 {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }

.bg--fh {
  min-height: 40rem;
  height: -webkit-calc(100% - 140px);
  height: calc(100% - 140px);
  width: 100%; }

.bg--color, .page__hero {
  background-color: #f5f4f3; }
  .bg--color-2 {
    background-color: #272727;
    color: #fff; }
    .bg--color-2 .btn--bg {
      background-color: #c5a47e;
      color: #fff; }
    .bg--color-2 .icon {
      fill: #c5a47e; }

.bg--main, .contact {
  background-color: #bba37f;
  color: #fff; }

.bg--grad-1, .heading__sub--2::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(39, 39, 39, 0.8)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(39, 39, 39, 0.8));
  background-image: linear-gradient(transparent 60%, rgba(39, 39, 39, 0.8)); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  *::-moz-selection {
    background-color: #f5f4f3; }
  *::selection {
    background-color: #f5f4f3; }

body {
  overflow: hidden;
  overflow-y: scroll; }
  body::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  body::-webkit-scrollbar-track {
    background-color: #000; }
  body::-webkit-scrollbar-thumb {
    background-color: #c5a47e; }

img, .img--1, .gallery1__img, .preview__img {
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.img--1, .gallery1__img, .preview__img {
  display: block;
  width: 100%;
  object-fit: cover; }

a {
  color: inherit;
  text-decoration: none; }

.clearfix::after {
  content: " ";
  clear: both;
  display: table; }

.flex, .flex--center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100500; }

li {
  list-style-type: none; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

input:-moz-placeholder {
  color: #fff; }

input:-ms-input-placeholder {
  color: #fff; }

input::-webkit-input-placeholder {
  color: #fff; }

.abs, .abs--center, .heading__sub--2::after, .section--hero-2::after, .gallery1__caption, .gallery1__icon, .img1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .abs--center, .heading__sub--2::after, .section--hero-2::after, .gallery1__caption, .gallery1__icon, .img1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.trs {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/* BEGIN flexbox grid */
.container {
  max-width: 71.25rem;
  width: 100%;
  margin: auto;
  padding: 0 1rem; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.col, .col--center, .section--hero-2, .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .col--center, .section--hero-2, .contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .col.reverse, .reverse.col--center, .reverse.section--hero-2, .reverse.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

.xs-1, .xs-2, .xs-3,
.xs-4, .xs-5, .xs-6,
.xs-7, .xs-8, .xs-9,
.xs-10, .xs-11, .xs-12,
[class*=xs-gap] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%; }
  .xs_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .xs_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .xs_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .xs_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .xs_middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .xs_bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .xs_around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .xs_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .xs_first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .xs_last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

.xs-1 {
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%; }

.xs-2 {
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%; }

.xs-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%; }

.xs-4 {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%; }

.xs-5 {
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%; }

.xs-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%; }

.xs-7 {
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%; }

.xs-8 {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%; }

.xs-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%; }

.xs-10 {
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%; }

.xs-11 {
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%; }

.xs-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.xs-gap-0 {
  margin-left: 0; }

.xs-gap-1 {
  margin-left: 8.33333%; }

.xs-gap-2 {
  margin-left: 16.66667%; }

.xs-gap-3 {
  margin-left: 25%; }

.xs-gap-4 {
  margin-left: 33.33333%; }

.xs-gap-5 {
  margin-left: 41.66667%; }

.xs-gap-6 {
  margin-left: 50%; }

.xs-gap-7 {
  margin-left: 58.33333%; }

.xs-gap-8 {
  margin-left: 66.66667%; }

.xs-gap-9 {
  margin-left: 75%; }

.xs-gap-10 {
  margin-left: 83.33333%; }

.xs-gap-11 {
  margin-left: 91.66667%; }

.xs-gap-12 {
  margin-left: 100%; }

@media only screen and (min-width: 30rem) {
  .sm-1, .sm-2, .sm-3,
  .sm-4, .sm-5, .sm-6,
  .sm-7, .sm-8, .sm-9,
  .sm-10, .sm-11, .sm-12,
  [class*=sm-gap] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; }
    .sm_start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: start; }
    .sm_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .sm_end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: end; }
    .sm_top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .sm_middle {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .sm_bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .sm_around {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .sm_between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .sm_first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .sm_last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .sm-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .sm-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .sm-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .sm-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .sm-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .sm-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .sm-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .sm-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .sm-gap-0 {
    margin-left: 0; }
  .sm-gap-1 {
    margin-left: 8.33333%; }
  .sm-gap-2 {
    margin-left: 16.66667%; }
  .sm-gap-3 {
    margin-left: 25%; }
  .sm-gap-4 {
    margin-left: 33.33333%; }
  .sm-gap-5 {
    margin-left: 41.66667%; }
  .sm-gap-6 {
    margin-left: 50%; }
  .sm-gap-7 {
    margin-left: 58.33333%; }
  .sm-gap-8 {
    margin-left: 66.66667%; }
  .sm-gap-9 {
    margin-left: 75%; }
  .sm-gap-10 {
    margin-left: 83.33333%; }
  .sm-gap-11 {
    margin-left: 91.66667%; }
  .sm-gap-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 40rem) {
  .md-1, .md-2, .md-3,
  .md-4, .md-5, .md-6,
  .md-7, .md-8, .md-9,
  .md-10, .md-11, .md-12,
  [class*=md-gap] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; }
    .md_start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: start; }
    .md_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .md_end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: end; }
    .md_top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .md_middle {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .md_bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .md_around {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .md_between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .md_first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .md_last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .md-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .md-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .md-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .md-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .md-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .md-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .md-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .md-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .md-gap-0 {
    margin-left: 0; }
  .md-gap-1 {
    margin-left: 8.33333%; }
  .md-gap-2 {
    margin-left: 16.66667%; }
  .md-gap-3 {
    margin-left: 25%; }
  .md-gap-4 {
    margin-left: 33.33333%; }
  .md-gap-5 {
    margin-left: 41.66667%; }
  .md-gap-6 {
    margin-left: 50%; }
  .md-gap-7 {
    margin-left: 58.33333%; }
  .md-gap-8 {
    margin-left: 66.66667%; }
  .md-gap-9 {
    margin-left: 75%; }
  .md-gap-10 {
    margin-left: 83.33333%; }
  .md-gap-11 {
    margin-left: 91.66667%; }
  .md-gap-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 48rem) {
  .lg-1, .lg-2, .lg-3,
  .lg-4, .lg-5, .lg-6,
  .lg-7, .lg-8, .lg-9,
  .lg-10, .lg-11, .lg-12,
  [class*=lg-gap] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; }
    .lg_start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: start; }
    .lg_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .lg_end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: end; }
    .lg_top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .lg_middle {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .lg_bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .lg_around {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .lg_between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .lg_first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .lg_last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .lg-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .lg-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .lg-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .lg-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .lg-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .lg-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .lg-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .lg-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .lg-gap-0 {
    margin-left: 0; }
  .lg-gap-1 {
    margin-left: 8.33333%; }
  .lg-gap-2 {
    margin-left: 16.66667%; }
  .lg-gap-3 {
    margin-left: 25%; }
  .lg-gap-4 {
    margin-left: 33.33333%; }
  .lg-gap-5 {
    margin-left: 41.66667%; }
  .lg-gap-6 {
    margin-left: 50%; }
  .lg-gap-7 {
    margin-left: 58.33333%; }
  .lg-gap-8 {
    margin-left: 66.66667%; }
  .lg-gap-9 {
    margin-left: 75%; }
  .lg-gap-10 {
    margin-left: 83.33333%; }
  .lg-gap-11 {
    margin-left: 91.66667%; }
  .lg-gap-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 60rem) {
  .xlg-1, .xlg-2, .xlg-3,
  .xlg-4, .xlg-5, .xlg-6,
  .xlg-7, .xlg-8, .xlg-9,
  .xlg-10, .xlg-11, .xlg-12,
  [class*=xlg-gap] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .xlg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; }
    .xlg_start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: start; }
    .xlg_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .xlg_end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: end; }
    .xlg_top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .xlg_middle {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .xlg_bottom {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .xlg_around {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
    .xlg_between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .xlg_first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .xlg_last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .xlg-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .xlg-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .xlg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .xlg-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .xlg-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .xlg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .xlg-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .xlg-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .xlg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .xlg-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .xlg-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .xlg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .xlg-gap-0 {
    margin-left: 0; }
  .xlg-gap-1 {
    margin-left: 8.33333%; }
  .xlg-gap-2 {
    margin-left: 16.66667%; }
  .xlg-gap-3 {
    margin-left: 25%; }
  .xlg-gap-4 {
    margin-left: 33.33333%; }
  .xlg-gap-5 {
    margin-left: 41.66667%; }
  .xlg-gap-6 {
    margin-left: 50%; }
  .xlg-gap-7 {
    margin-left: 58.33333%; }
  .xlg-gap-8 {
    margin-left: 66.66667%; }
  .xlg-gap-9 {
    margin-left: 75%; }
  .xlg-gap-10 {
    margin-left: 83.33333%; }
  .xlg-gap-11 {
    margin-left: 91.66667%; }
  .xlg-gap-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 30rem) {
  .xs_hidden {
    display: none; }
  .xs_visible {
    display: block; }
  .xs-align--center {
    text-align: center; }
  .xs-align--right {
    text-align: right; }
  .xs-align--left {
    text-align: left; } }

@media only screen and (min-width: 481px) and (max-width: 40rem) {
  .sm_hidden {
    display: none; }
  .sm_visible {
    display: block; }
  .sm-align--center {
    text-align: center; }
  .sm-align--right {
    text-align: right; }
  .sm-align--left {
    text-align: left; } }

@media only screen and (min-width: 641px) and (max-width: 48rem) {
  .md_hidden {
    display: none; }
  .md_visible {
    display: block; }
  .md-align--center {
    text-align: center; }
  .md-align--right {
    text-align: right; }
  .md-align--left {
    text-align: left; } }

@media only screen and (min-width: 769px) and (max-width: 60rem) {
  .lg_hidden {
    display: none; }
  .lg_visible {
    display: block; }
  .lg-align--center {
    text-align: center; }
  .lg-align--right {
    text-align: right; }
  .lg-align--left {
    text-align: left; } }

@media only screen and (min-width: 993px) {
  .xlg_hidden {
    display: none; }
  .xlg_visible {
    display: block; }
  .xlg-align--center {
    text-align: center; }
  .xlg-align--right {
    text-align: right; }
  .xlg-align--left {
    text-align: left; } }

/* END flexbox grid */
/* BEGIN sticky footer */
.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.page-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

/* END sticky footer */
@font-face {
  font-family: "GothamPro-Medium";
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot");
  src: local("../fonts/GothamPro-Medium/GothamPro-Medium"), url("../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium/GothamPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GothamPro-Bold";
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: local("../fonts/GothamPro-Bold/GothamPro-Bold"), url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: local("../fonts/GothamPro/GothamPro"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/* BEGIN heading */
.heading {
  font-weight: 300;
  line-height: 1; }
  .heading--1 {
    color: #c5a47e;
    text-transform: uppercase;
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 3.125rem;
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: 0.15rem; }
    @media only screen and (max-width: 40rem) {
      .heading--1 {
        font-size: 2rem; } }
  .heading--2 {
    text-align: center;
    font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 2.25rem;
    line-height: 0.94444;
    font-weight: 100;
    text-transform: uppercase; }
    .heading--2 b {
      font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 2.25rem;
      line-height: 1;
      font-weight: 600;
      color: #c5a47e; }
  .heading--3 {
    text-transform: lowercase;
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 2.375rem; }
    @media only screen and (max-width: 40rem) {
      .heading--3 {
        margin-top: 3.125rem; } }
  .heading--4, .icon1__caption {
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    line-height: 0.88889;
    font-weight: 600; }
  .heading__sub--1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    color: #afafaf;
    margin-top: 0.875rem; }
  .heading__sub--2 {
    display: block;
    font-family: "GothamPro-Light", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    z-index: 0; }
    .heading__sub--2::after {
      content: '';
      z-index: 1; }
  .heading--hero {
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 4.5rem;
    line-height: 0.97222;
    font-weight: 600; }
    @media only screen and (max-width: 40rem) {
      .heading--hero {
        font-size: 3.125rem; } }

/* END heading */
/* BEGIN text */
.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.text--left {
  text-align: left; }

.text--color {
  color: #c5a47e; }

.text--1 {
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 300;
  color: #272727; }

.text--2 {
  font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right; }
  .text--2 span {
    font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.5625rem;
    line-height: 2.66667;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8; }

.text--slogan {
  text-transform: uppercase;
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  color: #525252;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -8.125rem;
  -webkit-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%); }
  .text--slogan b {
    color: #c5a47e; }
  .text--slogan::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.8125rem;
    height: 1px;
    background-color: #c5c4c2;
    margin: 0 0.9375rem; }

.text-wrap--1 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px; }
  @media only screen and (max-width: 40rem) {
    .text-wrap--1 {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }

/* END text */
/* BEGIN link */
.link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px dotted transparent;
  position: relative; }
  .link:hover {
    color: #c5a47e;
    border-bottom-color: #c5a47e; }

/* END link */
/* BEGIN btn */
.btn, .btn--bg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: none;
  padding: 5px 10px;
  letter-spacing: 0.05rem; }
  .btn--bg {
    display: table;
    max-width: 15.625rem;
    min-width: 12.3125rem;
    width: 100%;
    height: 3.1875rem;
    background-color: #c5a47e;
    color: #fff;
    padding: 1em 1.5em;
    border-radius: 2em;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.35);
    position: relative; }
    .btn--bg::after {
      content: "\f006";
      font-family: "fontello";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: -5px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s ease-in;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
    .btn--bg:hover {
      background: -webkit-gradient(linear, left top, right top, from(#b58b5b), to(#e6a65d));
      background: -webkit-linear-gradient(left, #b58b5b, #e6a65d);
      background: linear-gradient(90deg, #b58b5b, #e6a65d);
      -webkit-box-shadow: none;
              box-shadow: none; }
      .btn--bg:hover::after {
        opacity: 1;
        -webkit-transform: translateX(20px) translateY(-50%);
            -ms-transform: translateX(20px) translateY(-50%);
                transform: translateX(20px) translateY(-50%); }

/* END btn */
/* BEGIN icon */
.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-size: contain; }
  .icon--zoom, .gallery1__icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13.125rem;
    height: 13.125rem;
    border-radius: 50%;
    background-color: rgba(197, 164, 126, 0.5);
    color: #fff; }
    .icon--zoom::after, .gallery1__icon::after {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      background-image: url(../icon/SVG/icon-zoom.svg);
      background-size: cover; }
  .icon--video {
    display: block;
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .icon--video::before {
      content: "\e815";
      font-family: "fontello";
      font-size: 40px;
      display: block;
      margin: 0 auto 10px; }
  .icon1 {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .icon1__img {
      display: block;
      margin-left: -1.25rem; }
      .icon1__img--1 {
        background-image: url(../icon/icon.png);
        background-position: 0px 0px;
        width: 80px;
        height: 50px; }
      .icon1__img--2 {
        background-image: url(../icon/icon.png);
        background-position: -85px 0px;
        width: 80px;
        height: 50px; }
      .icon1__img--3 {
        background-image: url(../icon/icon.png);
        background-position: 0px -55px;
        width: 80px;
        height: 50px; }
  .icon--size {
    width: 3.375rem;
    height: 3.375rem;
    background-image: url("../icon/icon1.png"); }

/* END icon */
/* BEGIN logo */
.logo, .logo--header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .logo--header {
    width: 17.125rem;
    height: 4.625rem;
    background-image: url("../icon/logo.png");
    background-size: cover; }
    @media only screen and (max-width: 30rem) {
      .logo--header {
        margin-left: auto;
        margin-right: auto; } }

/* END logo */
/* BEGIN form */
.field1 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 1.5em 1.5em;
  border-radius: 4px;
  border: 1px solid #e9e7e5;
  background-color: #f5f4f3;
  color: #272727;
  resize: none; }
  .field1:focus, .field1:hover {
    border-color: #c5a47e; }
  .field1:-moz-placeholder {
    color: #272727; }
  .field1::-moz-placeholder {
    color: #272727;
    opacity: 1; }
  .field1:-ms-input-placeholder {
    color: #272727; }
  .field1::-webkit-input-placeholder {
    color: #272727; }
  .field1-wrap textarea {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    height: 100%; }

/* END form */
/* BEGIN input */
.input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.input:-moz-placeholder {
  color: #fff; }

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

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

.input__select--1 {
  border-bottom-color: #f5f4f3; }

/* END input */
/* BEGIN soc */
.soc-wrap {
  display: block;
  margin: 10px 0 0; }

.soc__icon {
  display: block;
  color: #c5c4c2;
  font-size: 18px;
  margin: 10px 0;
  width: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .soc__icon:hover {
    color: #c5a47e; }
  .soc__icon--1::after, .soc__icon--2::after, .soc__icon--3::after, .soc__icon--4::after {
    font-family: "fontello"; }
  .soc__icon--1::after {
    content: '\f16d'; }
  .soc__icon--2::after {
    content: '\f30c'; }
  .soc__icon--3::after {
    content: '\f34e'; }
  .soc__icon--4::after {
    content: '\f309'; }

/* END soc */
/* BEGIN to top btn */
.no-touch .btn-top:hover {
  border-radius: 50%;
  opacity: 1; }

.btn-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100501;
  background-color: #b58b5b;
  text-align: center; }
  .btn-top::before {
    content: "\f005";
    font-family: "fontello";
    font-size: 1.25rem;
    color: #fff; }

.btn--fade-out {
  opacity: 0.5; }

.btn--is-visible {
  visibility: visible;
  opacity: 1; }

/* END to top btn */
/* BEGIN lang */
.lang {
  font-size: 0; }
  .lang__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375rem;
    -webkit-transition: 0.3s ease-in all;
    transition: 0.3s ease-in all; }
    .lang__item:last-child {
      margin-right: 0; }
    .lang__item:hover {
      -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
              transform: translateY(-4px); }
    .lang__item--1 {
      background-image: url(../icon/flags.png);
      background-position: 0px 0px;
      width: 24px;
      height: 24px; }
    .lang__item--2 {
      background-image: url(../icon/flags.png);
      background-position: -29px 0px;
      width: 24px;
      height: 24px; }
    .lang__item--3 {
      background-image: url(../icon/flags.png);
      background-position: 0px -29px;
      width: 24px;
      height: 24px; }

/* END lang */
/* BEGIN header */
.page__header, .page__header--b {
  padding: 1.5625rem 0 0; }
  .page__header--b {
    padding: 3.125rem 0;
    background-color: #272727;
    color: #fff; }
    .page__header--b .btn--bg {
      background-color: #c5a47e;
      color: #fff; }
    .page__header--b .icon {
      fill: #c5a47e; }
    .page__header--b .logo--header {
      background-image: url(../icon/logo-w.png); }

/* END header */
/* BEGIN menu */
@media only screen and (max-width: 40rem) {
  .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

.menu__link {
  font-family: "GothamPro-Medium", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px;
  position: relative; }
  .menu__link::after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #c5a47e;
    -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .menu__link:hover {
    color: #c5a47e; }
    .menu__link:hover::after {
      left: 15px;
      right: 15px; }

.menu__item {
  display: inline-block; }
  .menu__item:first-child .menu__link {
    padding-left: 0; }
    .menu__item:first-child .menu__link:hover::after {
      left: 0; }
  .menu__item:last-child .menu__link {
    padding-right: 0; }
    .menu__item:last-child .menu__link:hover::after {
      right: 0; }

/* END menu */
.row--section, .section--1 {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem; }
  @media only screen and (max-width: 48rem) {
    .row--section, .section--1 {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }

.row--0 {
  padding: 0 !important;
  margin: 0 !important; }

.row--1, .contact__item {
  margin-bottom: 2.5625rem; }

.row--2, .contact__heading {
  margin-bottom: 1.6875rem; }

.row--3 {
  margin: 2.5625rem auto 3.0625rem; }

.row--4, .gallery1__caption {
  padding-top: 11.5625rem; }

.row--5, .section--2, .section--hero {
  padding-top: 5.5625rem;
  padding-bottom: 6.25rem; }
  @media only screen and (max-width: 48rem) {
    .row--5, .section--2, .section--hero {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }

.row--6 {
  margin-bottom: 8.125rem; }
  @media only screen and (max-width: 48rem) {
    .row--6 {
      margin-bottom: 0.625rem; } }

.row--7 + .row--7, .icon1 + .row--7, .row--7 + .icon1, .icon1 + .icon1 {
  margin-top: 1.875rem; }

.row--8 {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 26.875rem; }
  @media only screen and (max-width: 48rem) {
    .row--8 {
      display: none; } }

.row--9 {
  position: absolute;
  bottom: 0; }

.row--10 {
  text-align: right;
  margin-bottom: 10px; }
  @media only screen and (max-width: 48rem) {
    .row--10 {
      text-align: center;
      margin-top: 10px; } }

.row--11 {
  padding: 0 5px;
  margin: 5px 0; }

.row--12 {
  padding: 0;
  margin-top: 0.9375rem;
  width: 100%; }

.row--13, .field1-wrap {
  margin-top: 3.125rem; }

.row--14, .section--3 {
  padding-top: 6.25rem;
  padding-bottom: 0; }

.row--15, .heading--hero {
  margin-bottom: 3.875rem; }
  @media only screen and (max-width: 48rem) {
    .row--15, .heading--hero {
      margin-bottom: 1.875rem; } }

.row--16 + .row--16, .heading__sub--2 + .row--16, .row--16 + .heading__sub--2, .heading__sub--2 + .heading__sub--2 {
  margin-top: 2.0625rem; }

.row--17 {
  margin: 0;
  margin-top: 4.25rem; }

.row--18 {
  margin: 0 auto;
  margin-top: 3.125rem; }
  @media only screen and (max-width: 30rem) {
    .row--18 {
      margin-top: 1.25rem;
      margin-bottom: 3.125rem; } }

.row--19 {
  margin-left: 1.25rem; }

.row--20 {
  padding: 1.875rem 0; }

@media only screen and (max-width: 48rem) {
  .row--21 {
    margin-top: 1.25rem; } }

.row--22, .slider__img {
  margin-top: 2.5rem; }
  @media only screen and (max-width: 48rem) {
    .row--22, .slider__img {
      margin-top: 4.6875rem; } }

.preloader {
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.preloader-dots {
  height: 50px;
  width: 80px; }

.preloader-dots .dot {
  display: inline-block;
  background: #c5a47e;
  height: 8px;
  width: 8px;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-animation: moveit 1.8s infinite;
          animation: moveit 1.8s infinite; }

.dot:nth-child(2) {
  -webkit-animation-delay: .15s;
          animation-delay: .15s; }

.dot:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.dot:nth-child(4) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s; }

.dot:nth-child(5) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

@-webkit-keyframes moveit {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.3; }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.8; }
  70% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 0.8; }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

@keyframes moveit {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.3; }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.8; }
  70% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 0.8; }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); } }

.animated, .heading__sub--2, [class*='heading'], .icon1, .row--17, .contact__item, .gallery1-wrap, .gallery1__heading, .preview-wrap {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.flipOutX, .flipOutX.heading__sub--2, .flipOutX[class*='heading'], .flipOutX.icon1, .flipOutX.row--17, .flipOutX.contact__item, .flipOutX.gallery1-wrap, .flipOutX.gallery1__heading, .flipOutX.preview-wrap,
.animated.flipOutY,
.flipOutY.heading__sub--2,
.flipOutY[class*='heading'],
.flipOutY.icon1,
.flipOutY.row--17,
.flipOutY.contact__item,
.flipOutY.gallery1-wrap,
.flipOutY.gallery1__heading,
.flipOutY.preview-wrap,
.animated.bounceIn,
.bounceIn.heading__sub--2,
.bounceIn[class*='heading'],
.bounceIn.icon1,
.bounceIn.row--17,
.bounceIn.contact__item,
.bounceIn.gallery1-wrap,
.bounceIn.gallery1__heading,
.bounceIn.preview-wrap,
.animated.bounceOut,
.bounceOut.heading__sub--2,
.bounceOut[class*='heading'],
.bounceOut.icon1,
.bounceOut.row--17,
.bounceOut.contact__item,
.bounceOut.gallery1-wrap,
.bounceOut.gallery1__heading,
.bounceOut.preview-wrap {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flip, .flip.heading__sub--2, .flip[class*='heading'], .flip.icon1, .flip.row--17, .flip.contact__item, .flip.gallery1-wrap, .flip.gallery1__heading, .flip.preview-wrap {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp, .preview-wrap {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp, .heading__sub--2, .icon1, .row--17, .contact__item, .gallery1__heading {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn, [class*='heading'] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft, .gallery1-wrap {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  text-align: center; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #afafaf;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #c5a47e; }

.owl-nav {
  display: block !important;
  width: 100%; }
  @media only screen and (max-width: 40rem) {
    .owl-nav {
      text-align: center; } }

.owl-prev, .owl-next {
  display: inline-block;
  text-transform: uppercase;
  font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 0.88889;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-prev::before, .owl-next::after {
  font-size: 14px;
  font-family: "fontello";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.owl-prev::before {
  content: "\e80e";
  margin-right: 5px; }

.owl-prev:hover::before {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px); }

.owl-next::after {
  content: "\e810";
  margin-left: 5px; }

.owl-next:hover::after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px); }

.owl--1 {
  background-color: #272727; }
  .owl--1 .owl-nav {
    width: 99%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
  .owl--1 .owl-prev, .owl--1 .owl-next {
    color: #fff;
    opacity: 0.7; }
    .owl--1 .owl-prev:hover, .owl--1 .owl-prev.activer, .owl--1 .owl-next:hover, .owl--1 .owl-next.activer {
      opacity: 1; }

.owl--0 {
  position: relative;
  z-index: 0 !important; }
  .owl--0 .owl-nav {
    position: absolute;
    top: 9.375rem;
    left: 25%;
    z-index: 2; }
    @media only screen and (max-width: 48rem) {
      .owl--0 .owl-nav {
        top: 6.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .owl--0 .owl-prev, .owl--0 .owl-next {
    color: #000; }
    .owl--0 .owl-prev:hover, .owl--0 .owl-prev.activer, .owl--0 .owl-next:hover, .owl--0 .owl-next.activer {
      color: #c5a47e; }
  .owl--0 .owl-next {
    color: #c5a47e !important; }
  .owl--0 .owl-prev {
    margin-right: 3.125rem; }

.page__hero {
  height: 100vh;
  min-height: 43.75rem;
  overflow: hidden;
  position: relative; }

.section--hero-2::after {
  content: '';
  background-color: #272727;
  color: #fff;
  opacity: 1; }
  .section--hero-2::after .btn--bg {
    background-color: #c5a47e;
    color: #fff; }
  .section--hero-2::after .icon {
    fill: #c5a47e; }

/* BEGIN section */
.section--hero-2 {
  background-color: #272727;
  color: #fff;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  min-height: 45.625rem;
  width: 100%;
  position: relative;
  z-index: 0; }
  .section--hero-2 .btn--bg {
    background-color: #c5a47e;
    color: #fff; }
  .section--hero-2 .icon {
    fill: #c5a47e; }
  .section--hero-2::after {
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#272727));
    background-image: -webkit-linear-gradient(transparent, #272727);
    background-image: linear-gradient(transparent, #272727);
    opacity: 0.3; }

/* END section */
/* BEGIN contact */
.contact {
  padding: 3.125rem;
  margin: 0; }
  .contact__item:last-child {
    margin-bottom: 0; }
  .contact__heading {
    position: relative; }
    .contact__heading span {
      text-transform: uppercase;
      font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 1.125rem;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 1px; }
  .contact__text {
    font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0.3125rem;
    display: block; }
    .contact__text:hover {
      opacity: 0.5; }
  .contact__map {
    height: 35.875rem;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .contact__map img, .contact__map .img--1, .contact__map .gallery1__img, .contact__map .preview__img, .contact__map iframe {
      display: block;
      height: inherit;
      width: 100%; }
  .contact__icon {
    font-style: normal;
    font-size: 20px; }
    .contact__icon--1::after, .contact__icon--2::after, .contact__icon--3::after {
      font-family: "fontello";
      font-weight: 100;
      position: absolute;
      left: -1.875rem; }
    .contact__icon--1::after {
      content: '\e807'; }
    .contact__icon--2::after {
      content: '\e808'; }
    .contact__icon--3::after {
      content: '\e80b'; }

/* END contact */
/* BEGIN gallery */
.gallery1 {
  position: relative;
  height: 55.5rem;
  overflow: hidden;
  z-index: 0;
  padding: 0;
  width: 20%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .gallery1-container {
    height: 55.5rem;
    background-color: #000;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    @media only screen and (max-width: 48rem) {
      .gallery1-container {
        height: 25rem; } }
  .gallery1--active {
    width: 36%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    cursor: pointer; }
  .gallery1--normal {
    width: 16%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-width: 48rem) {
    .gallery1 {
      height: 25rem;
      width: 100%; } }
  .gallery1-wrap {
    display: block;
    height: 100%; }
  .gallery1__caption {
    background-color: rgba(39, 39, 39, 0.5);
    color: #fff;
    z-index: 1;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .gallery1__caption:hover {
      background-color: transparent; }
      .gallery1__caption:hover .gallery1__icon {
        opacity: 1;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 13.125rem;
        height: 13.125rem; }
  .gallery1__img {
    object-fit: cover;
    height: inherit; }
  .gallery1__icon {
    opacity: 0;
    margin-top: auto;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 2.1875rem;
    height: 2.1875rem; }
  .gallery1__heading {
    text-transform: uppercase;
    font-family: "GothamPro-Bold", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.15rem; }

/* END gallery */
/* BEGIN img */
.img1 {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: inherit; }
  .img1-wrap {
    position: relative;
    height: 23.25rem;
    overflow: hidden;
    -webkit-box-shadow: 0 -5px 25px 0px rgba(0, 0, 0, 0.1), 0 5px 25px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 25px 0px rgba(0, 0, 0, 0.1), 0 5px 25px 0px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 48rem) {
      .img1-wrap {
        margin-top: 3.125rem; } }

/* END img */
/* BEGIN slider */
.slider__img {
  display: block;
  max-width: 46.875rem;
  object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* END slider */
/* BEGIN map */
#map {
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-filter: grayscale(1) invert(0.1);
          filter: grayscale(1) invert(0.1); }
  #map:hover {
    -webkit-filter: initial;
            filter: initial; }

/* END map */
/* BEGIN prewiev */
.preview-wrap {
  display: block;
  padding: 10px 5px;
  height: 15.625rem;
  overflow: hidden; }

.preview__img {
  height: inherit; }

.mfp-arrow:before, .mfp-arrow:after {
  border: none !important;
  font-family: "fontello" !important;
  font-size: 20px;
  color: #fff; }

.mfp-arrow-left:before {
  content: "\f007" !important; }

.mfp-arrow-right:after {
  content: "\f006" !important; }

/* END prewiev */
/* BEGIN texture */
.texture-color-wrap {
  font-size: 0;
  display: inline-block;
  vertical-align: middle; }

.texture__title {
  text-transform: uppercase;
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Roboto", "Roboto Condensed", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375rem; }

.texture__color, .texture__color--1, .texture__color--2, .texture__color--3, .texture__color--4, .texture__color--5 {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  @media only screen and (max-width: 30rem) {
    .texture__color, .texture__color--1, .texture__color--2, .texture__color--3, .texture__color--4, .texture__color--5 {
      width: 2.1875rem;
      height: 2.1875rem; } }
  .texture__color:last-child, .texture__color--1:last-child, .texture__color--2:last-child, .texture__color--3:last-child, .texture__color--4:last-child, .texture__color--5:last-child {
    margin-right: 0; }
  .texture__color:hover, .texture__color--1:hover, .texture__color--2:hover, .texture__color--3:hover, .texture__color--4:hover, .texture__color--5:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.texture__color--1 {
  background-color: #836542; }

.texture__color--2 {
  background-color: #a57f53; }

.texture__color--3 {
  background-color: #b89873; }

.texture__color--4 {
  background-color: #c9b195; }

.texture__color--5 {
  background-color: #dacab7; }

/* END texture */
