*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.c__body {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.c__body.loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.landing {
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.landing .subtitle {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'PT Serif', serif;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  max-width: 917px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  .landing .subtitle {
    font-size: 22px;
  }
}
.about {
  background: #d4d4d4;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 965px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .about {
    height: 1075px;
  }
}
.about .container {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 140px;
}
.about .container:before,
.about .container:after {
  content: "";
  display: table;
}
.about .container:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .about .container {
    margin-top: 60px;
  }
}
.about .container .about__info {
  width: 42%;
  max-width: 570px;
  margin-right: 0;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
  position: absolute;
  right: 80px;
  top: 200px;
}
@media only screen and (max-width: 480px) {
  .about .container .about__info {
    width: 100%;
    right: 0;
    top: 460px;
  }
}
.about .container .stamp {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: 0;
  margin: 0;
  padding: 0;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  .about .container .stamp {
    left: 73%;
    max-width: 100px;
  }
}
.about .container .stamp img {
  width: 100%;
}
.about .container .riverolake {
  position: absolute;
  margin: 0;
  width: 48%;
  max-width: 510px;
}
@media only screen and (max-width: 480px) {
  .about .container .riverolake {
    width: 100%;
  }
}
.about .container .riverolake .image {
  width: 100%;
  max-width: 510px;
}
.gallery {
  padding: 60px 0;
  background: #000;
  position: relative;
}
.gallery .center {
  padding-top: 120px;
}
.gallery .center .slide__content {
  zoom: 1;
  padding-top: 62px;
  filter: blur(5px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  text-align: center;
  will-change: filter;
}
.gallery .center .slide__content:before,
.gallery .center .slide__content:after {
  content: "";
  display: table;
}
.gallery .center .slide__content:after {
  clear: both;
}
.gallery .center .slide__content:focus {
  outline: none;
}
.gallery .center .slide__content .options {
  will-change: opacity;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 90%;
  pointer-events: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery .center .slide__content .options .gallery__title {
  font-family: 'PT Serif', serif;
  font-style: italic;
  color: #fff;
  font-size: 65px;
  margin: 20px 0;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  .gallery .center .slide__content .options .gallery__title {
    font-size: 250%;
  }
}
.gallery .center .slide__content .options .gallery__link {
  font-family: 'PT Serif', serif;
  color: #fff;
  width: 90%;
  max-width: 216px;
  border: 1px solid #fff;
  padding: 16px 20px;
  text-decoration: none;
  font-style: italic;
  font-size: 20px;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
}
.gallery .center .slide__content .options .gallery__link:focus {
  outline: none;
}
.gallery .center .slide__content .options .gallery__link:hover .icon {
  right: 10px;
}
.gallery .center .slide__content .options .gallery__link .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #bb8e32;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.gallery .center .slide__content img {
  width: 100%;
}
.gallery .center .slide__content.slick-center {
  filter: blur(0px);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  z-index: 99;
}
.gallery .center .slide__content.slick-center .options {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: all;
}
.gallery .prev_gallery,
.gallery .next_gallery {
  font-size: 80px;
  line-height: 0;
  position: absolute;
  top: 61%;
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #bb8e32;
  border: none;
  outline: none;
  z-index: 3;
  background: transparent;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .gallery .prev_gallery,
  .gallery .next_gallery {
    display: none;
  }
}
.gallery .prev_gallery:hover,
.gallery .next_gallery:hover {
  color: #fff;
}
.gallery .prev_gallery i,
.gallery .next_gallery i {
  font-weight: 600;
}
.gallery .prev_gallery {
  left: 0;
}
.gallery .next_gallery {
  right: 0;
}
.gallery__detail {
  padding: 0 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: transition;
}
.gallery__detail.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: all;
}
.gallery__detail .content {
  width: 100%;
  margin: 0 auto;
}
.gallery__detail .content .gallery__detail-header {
  font-family: 'PT Serif', serif;
  color: #000;
  position: relative;
}
.gallery__detail .content .gallery__detail-header .link,
.gallery__detail .content .gallery__detail-header .title,
.gallery__detail .content .gallery__detail-header .gallery__detail-view-grid {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  font-style: italic;
}
.gallery__detail .content .gallery__detail-header .link .i-grid,
.gallery__detail .content .gallery__detail-header .title .i-grid,
.gallery__detail .content .gallery__detail-header .gallery__detail-view-grid .i-grid {
  color: #bb8e32;
  margin-right: 5px;
  vertical-align: middle;
}
.gallery__detail .content .gallery__detail-header .gallery__detail-view-grid {
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-header .gallery__detail-view-grid {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.gallery__detail .content .gallery__detail-header .title {
  font-weight: 600;
  font-style: italic;
  margin-left: 50px;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-header .title {
    display: block;
    margin-left: 0;
  }
}
.gallery__detail .content .gallery__detail-header .link {
  font-family: 'PT Serif', serif;
  color: #000;
  font-style: italic;
}
.gallery__detail .content .gallery__detail-header .link .i-arrow-right {
  font-family: RL;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #bb8e32;
  margin-right: 10px;
}
.gallery__detail .content .gallery__title {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: 'PT Serif', serif;
  font-size: 340px;
  color: rgba(0,0,0,0.05);
  text-align: center;
  font-weight: 100;
  font-style: italic;
  margin-left: 10%;
}
.gallery__detail .content .gallery__detail-slides {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
.gallery__detail .content .gallery__detail-slides .slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  z-index: 1;
  postion: relative;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .slider .slick-list {
    width: 100%;
  }
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .slider .slide__content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content >.image {
  width: 100%;
  max-width: 495px;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content.slick-active .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content .info {
  width: 400px;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .slider .slide__content .info {
    margin-left: 0;
  }
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content .info .image {
  width: 100%;
  max-width: 560px;
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content .info .title {
  font-family: 'PT Serif', serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .slider .slide__content .info .title {
    font-size: 18px;
  }
}
.gallery__detail .content .gallery__detail-slides .slider .slide__content .info .description {
  margin-top: 30px;
  max-height: 110px;
  overflow: auto;
}
.gallery__detail .content .gallery__detail-slides .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .controls {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.gallery__detail .content .gallery__detail-slides .controls a {
  text-decoration: none;
  background: rgba(0,0,0,0.1);
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .controls a:nth-child(1) {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .gallery__detail .content .gallery__detail-slides .controls a:nth-child(2) {
    float: right;
  }
}
.gallery__detail .content .gallery__detail-slides .controls a:hover i {
  color: #fff;
}
.gallery__detail .content .gallery__detail-slides .controls a .prev_list {
  margin-right: 25px;
}
.gallery__detail .content .gallery__detail-slides .controls a .prev_list,
.gallery__detail .content .gallery__detail-slides .controls a .next_list {
  text-decoration: none;
  font-size: 40px;
  margin: 0 auto;
  color: #bb8e32;
  line-height: 70px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.gallery__detail--grid {
  padding: 0 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: transition;
}
.gallery__detail--grid.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.gallery__detail--grid .content {
  width: 100%;
  margin: 0 auto;
}
.gallery__detail--grid .content .gallery__detail-header {
  font-family: 'PT Serif', serif;
  color: #000;
  position: relative;
}
.gallery__detail--grid .content .gallery__detail-header .link,
.gallery__detail--grid .content .gallery__detail-header .title,
.gallery__detail--grid .content .gallery__detail-header .gallery__detail-view-single {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  font-style: italic;
}
.gallery__detail--grid .content .gallery__detail-header .link .i-grid,
.gallery__detail--grid .content .gallery__detail-header .title .i-grid,
.gallery__detail--grid .content .gallery__detail-header .gallery__detail-view-single .i-grid,
.gallery__detail--grid .content .gallery__detail-header .link .i-item,
.gallery__detail--grid .content .gallery__detail-header .title .i-item,
.gallery__detail--grid .content .gallery__detail-header .gallery__detail-view-single .i-item {
  color: #bb8e32;
  margin-right: 5px;
  vertical-align: middle;
}
.gallery__detail--grid .content .gallery__detail-header .gallery__detail-view-single {
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail--grid .content .gallery__detail-header .gallery__detail-view-single {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.gallery__detail--grid .content .gallery__detail-header .title {
  font-weight: 600;
  font-style: italic;
  margin-left: 50px;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .gallery__detail--grid .content .gallery__detail-header .title {
    display: block;
    margin-left: 0;
  }
}
.gallery__detail--grid .content .gallery__detail-header .link {
  font-family: 'PT Serif', serif;
  color: #000;
  font-style: italic;
}
.gallery__detail--grid .content .gallery__detail-header .link .i-arrow-right {
  font-family: RL;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #bb8e32;
  margin-right: 10px;
}
.gallery__detail--grid .content .gallery__title {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: 'PT Serif', serif;
  font-size: 340px;
  color: rgba(0,0,0,0.05);
  text-align: center;
  font-weight: 100;
  font-style: italic;
  margin-left: 10%;
}
.gallery__detail--grid .content .gallery__detail-slides {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.gallery__detail--grid .content .gallery__detail-slides .slider--grid {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  z-index: 1;
  postion: relative;
}
@media only screen and (max-width: 480px) {
  .gallery__detail--grid .content .gallery__detail-slides .slider--grid .slick-list {
    width: 100%;
  }
}
.gallery__detail--grid .content .gallery__detail-slides .slider--grid .slide__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 30px;
  position: relative;
}
.gallery__detail--grid .content .gallery__detail-slides .slider--grid .slide__content:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (max-width: 480px) {
  .gallery__detail--grid .content .gallery__detail-slides .slider--grid .slide__content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gallery__detail--grid .content .gallery__detail-slides .slider--grid .slide__content >.image {
  width: 100%;
  max-width: 495px;
}
.gallery__detail--grid .content .gallery__detail-slides .slider--grid .slide__content .info {
  position: absolute;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  top: 30px;
  left: 30px;
  color: #fff;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  overflow: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery__detail--grid .content .gallery__detail-slides .controls {
  text-align: center;
}
.gallery__detail--grid .content .gallery__detail-slides .controls a {
  text-decoration: none;
}
.gallery__detail--grid .content .gallery__detail-slides .controls a .prev {
  margin-right: 25px;
}
.gallery__detail--grid .content .gallery__detail-slides .controls a .prev,
.gallery__detail--grid .content .gallery__detail-slides .controls a .next {
  text-decoration: none;
  font-size: 40px;
  color: #bb8e32;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slick-list {
  overflow: hidden;
}
@font-face {
  font-family: 'RL';
  src: url("../fonts/RL.ttf?p02660") format('truetype'), url("../fonts/RL.woff?p02660") format('woff'), url("../fonts/RL.svg?p02660#RL") format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'RL' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-arrow-right:before {
  content: "\e900";
}
.i-chevron-left:before {
  content: "\e901";
}
.i-chevron-right:before {
  content: "\e902";
}
.i-grid:before {
  content: "\e903";
}
.i-item:before {
  content: "\e904";
}
.i-mail:before {
  content: "\e905";
}
.i-phone:before {
  content: "\e906";
}
.i-tw:before {
  content: "\e907";
}
.i-fb:before {
  content: "\e908";
}
.nav {
  zoom: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  vertical-align: middle;
  line-height: 1;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav__logo {
  float: left;
  width: 81px;
  height: 45px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .nav__logo {
    float: left;
    width: 81px;
    height: 45px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.nav__logo .cls-1 {
  fill: #fff;
}
.nav .nav__button-mobile {
  display: block;
  position: relative;
  z-index: 2;
  float: right;
  top: 13px;
}
@media only screen and (min-width: 480px) {
  .nav .nav__button-mobile {
    display: none;
  }
}
.nav .list {
  width: 465px;
  float: right;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .nav .list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1;
    pointer-events: none;
  }
}
.nav .list__item {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.nav .list__item:before,
.nav .list__item:after {
  content: "";
  display: table;
}
.nav .list__item:after {
  clear: both;
}
.nav .list__item:last-child {
  margin-right: 0%;
}
.nav .list__item .link {
  text-decoration: none;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  position: relative;
}
.nav .list__item .link.active:after {
  content: '';
  position: absolute;
  width: 130%;
  bottom: -14px;
  left: -15%;
  background: #bb8e32;
  height: 2px;
  margin-top: 10px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .nav.nav-mobile .nav__button-mobile {
    display: block;
  }
}
.nav.nav-mobile .list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 480px) {
  .nav.nav-mobile .list {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    background: #000;
    top: 0;
    padding-top: 150px;
    height: 100vh;
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    pointer-events: all;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .nav.nav-mobile .list__item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    padding: 20px 0;
  }
  .nav.nav-mobile .list:first-child {
    margin-left: auto;
  }
  .nav.nav-mobile .list:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .nav.nav-mobile .list .link {
    font-size: 29px;
  }
}
.footer {
  padding: 17px;
  background: #fff;
}
.footer .link {
  font-family: TPSerif;
  color: #787878;
  font-style: italic;
  text-align: left;
  text-decoration: none;
}
.contact {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 6;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: rgba(0,0,0,0.7);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .contact {
    overflow-y: auto;
  }
}
.contact.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.contact .content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 20px 34px rgba(0,0,0,0.6);
  box-shadow: 0 20px 34px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 480px) {
  .contact .content {
    top: 10%;
    margin-bottom: 110px;
    overflow-y: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.contact .content .left {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  background: #fff;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact .content .left:before,
.contact .content .left:after {
  content: "";
  display: table;
}
.contact .content .left:after {
  clear: both;
}
.contact .content .left:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 480px) {
  .contact .content .left {
    margin-bottom: 50px;
  }
}
.contact .content .left h3 {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
}
.contact .content .left .form input {
  width: 100%;
}
.contact .content .left .form .submit {
  float: right;
  cursor: pointer;
  position: relative;
}
.contact .content .left .form .submit .i-arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #bb8e32;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact .content .right {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  background: #d4d4d4;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
}
.contact .content .right:before,
.contact .content .right:after {
  content: "";
  display: table;
}
.contact .content .right:after {
  clear: both;
}
.contact .content .right:last-child {
  margin-right: 0%;
}
.contact .content .right p {
  margin: 5px 0;
}
.contact .content .right p >i {
  margin-right: 5px;
  vertical-align: middle;
}
.contact .content .right h3 {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
}
.contact .content .right .image {
  width: 69%;
  max-width: 155px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .contact .content .right .image {
    width: 19%;
  }
}
.contact .content .right .social {
  font-family: 'RL';
  margin-top: 20px;
}
.contact .content .right .social a {
  text-decoration: none;
  color: #676767;
  font-size: 20px;
}
.contact .content .right .social a:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 480px) {
  .contact .content .left,
  .contact .content .right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
  .contact .content .left:first-child,
  .contact .content .right:first-child {
    margin-left: auto;
  }
  .contact .content .left:last-child,
  .contact .content .right:last-child {
    margin-right: auto;
  }
}
.contact .content .btn__close {
  position: absolute;
  right: 0;
  margin: 23px;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .group {
  position: relative;
  margin: 30px 0;
}
.form .group input {
  background: none;
  color: #c6c6c6;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.form .group input:focus {
  outline: none;
}
.form .group input:focus ~ label,
.form .group input.used ~ label {
  top: -14px;
  font-size: 12px;
  color: #bb8e32;
}
.form .group input:focus ~ .bar:before {
  width: 100%;
}
.form .group label {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  transition: 300ms ease all;
}
.form .group label span {
  color: #bb8e32;
}
.form .group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form .group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #bb8e32;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.toolsUILoaderModal {
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.toolsUILoaderModal .loader {
  position: fixed;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #bb8e32;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.button {
  font-family: 'PT Serif', serif;
  width: 90%;
  max-width: 238px;
  padding: 20px 20px;
  text-decoration: none;
  font-style: italic;
  font-size: 20px;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  background: rgba(255,255,255,0);
}
.button--black {
  color: #000;
  border: 1px solid #000;
}
.button:focus {
  outline: none;
}
.button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tag {
  font-family: 'PT Serif', serif;
  color: #fff;
  background-color: #bb8e32;
  font-size: 18px;
  padding: 5px 25px;
  border-radius: 30px;
  font-weight: 400;
}
