/*COMMON FORMAT*/
/*_Clearfix*/
@import url(../fonts/fonts.css);
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*_Media*/
.media {
  margin: 10px; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgr {
  float: right;
  margin-left: 10px; }

/*_Float*/
.listh {
  overflow: hidden; }

.right, .colr {
  float: right; }

.left, .col, .col1, .col2, .col3, .col4, .listh li {
  float: left; }

/*_Inner*/
.noborder {
  border: 0 !important; }

input[type='submit'], input[type='button'] {
  cursor: pointer; }

strong {
  font-weight: 600 !important; }

.italic {
  font-style: italic !important; }

.uppercase {
  text-transform: uppercase; }

.rounded {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.pie {
  position: relative; }

hr {
  margin: 20px 0 20px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*img {image-rendering: auto;image-rendering: crisp-edges;image-rendering: pixelated;}*/
/*Bootstrap*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

@media print {
  .visible-print-block {
    display: block !important; } }

@media print {
  .visible-print-inline {
    display: inline !important; } }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

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

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

img {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */ }

/*keyframes*/
@keyframes img-active {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes img-deactive {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*TYPOGRAPHY*/
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000; }

h1, h2, h3, h4 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.05rem; }

h1 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 400;
  color: #000; }

h2 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: normal;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.2rem; }

h3 {
  margin-top: 30px;
  font-size: 14px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; }

h4 {
  margin-top: 40px;
  font-size: 14px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  letter-spacing: 0.1rem; }

a {
  color: #000;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 20px; }

.btn {
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2rem;
  border: 1px solid #abe2d7;
  background: #abe2d7; }
  .btn:hover {
    text-decoration: none; }

.note {
  margin: 0 0 20px;
  font-size: 14px; }

.name {
  margin: 0;
  font-size: 14px;
  font-family: "Paris Script", cursive;
  color: #a0a0a0;
  letter-spacing: 0.1rem; }

.fz40 {
  font-size: 40px; }

.fz30 {
  font-size: 30px; }

.fz20 {
  font-size: 20px; }

.btn-discover {
  position: relative; }
  .btn-discover a {
    display: block;
    padding-bottom: 4vh !important;
    color: #fff; }
    .btn-discover a:hover {
      text-decoration: none; }
  .btn-discover .line {
    position: relative;
    margin: 0 auto !important;
    width: 1px;
    height: 1100px;
    background: #fff; }

.text-uppercase {
  text-transform: uppercase; }

.paris-script {
  font-family: "Paris Script", cursive; }

body.menu-opened {
  overflow: hidden; }

body.menu-opened > .overlay {
  display: block; }

video {
  width: 100%    !important;
  height: auto   !important; }

strong {
  font-weight: 700; }

input, textarea {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 0;
  box-shadow: none; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

.wpb_single_image.full-width .vc_figure, .wpb_single_image.full-width .vc_single_image-wrapper {
  display: block; }

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

.section-heading-wrap {
  overflow: visible !important; }

.section-heading h2 {
  padding-bottom: 1px;
  font-weight: 600;
  font-size: 16px; }
  .section-heading h2 span {
    display: inline-block; }
  .section-heading h2 .underline {
    border-bottom: 1px solid #abe2d7; }
    .section-heading h2 .underline.white {
      border-bottom: 1px solid #fff; }

.text1 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300; }

.page-title {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 140px;
  text-align: center; }

.fz14 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08rem; }

/*Structure*/
body {
  background: #000; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1120px; }

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }
  .header .container {
    padding: 0 50px;
    max-width: none; }
  .header a:hover {
    text-decoration: none; }

.logo {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 50px;
  top: 28px;
  width: 230px;
  height: 20px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.header .header-nav_button {
  position: absolute;
  z-index: 101;
  right: 30px;
  top: 18px;
  width: 40px;
  height: 40px;
  line-height: 88px;
  display: block;
  margin: 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

.header-nav_button,
.header-nav_button--nav_active .header-hamburger {
  background: transparent !important; }

.header-nav_button--nav_active .header-hamburger, .header-nav_button--nav_active .header-hamburger:before, .header-nav_button--nav_active .header-hamburger:after {
  background: #000; }

.header-nav_button--nav_active .header-hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-nav_button--nav_active .header-hamburger:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header-nav_button--nav_active .header-hamburger:before, .header-nav_button--nav_active .header-hamburger:after {
  -webkit-transition-delay: 0ms, .15s;
  transition-delay: 0ms, .15s; }

.header-hamburger {
  top: 50.5%;
  left: 11px;
  width: 35px; }
  .header-hamburger, .header-hamburger:before, .header-hamburger:after {
    position: absolute;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .header-hamburger:before, .header-hamburger:after {
    content: "";
    display: block;
    left: 0;
    width: 100%; }
  .header-hamburger:before {
    top: -0.8rem; }
  .header-hamburger:after {
    bottom: -0.80rem; }

.btn-gift {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 45px;
  height: 80px;
  line-height: 80px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  background: #abe2d7; }
  .btn-gift:hover {
    color: #000; }

.menu-main-wrap {
  /*overflow: auto;*/
  left: 0;
  top: 0;
  width: 100%; }

.menu-opened .logo {
  z-index: 101;
  left: 50%;
  margin-left: -115px; }

.menu-opened .menu-main-wrap {
  display: block !important;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: menu 0.8s;
  /* Safari 4.0 - 8.0 */
  animation: menu 0.8s;
  background: rgba(171, 226, 215, 0.9); }

.menu-opened .menu-main {
  display: block !important;
  margin: 0 auto; }
  .menu-opened .menu-main > li {
    display: block;
    margin-bottom: 50px; }

.menu-opened .social-wrap {
  display: block; }
  .menu-opened .social-wrap .social {
    text-align: center; }

.menu-main {
  margin: 0;
  padding: 25px 0;
  list-style: none;
  font-size: 13px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase; }
  .menu-main > li {
    display: inline-block;
    margin: 0 15px;
    line-height: 28px; }
  .menu-main a {
    line-height: 30px;
    color: #000; }
  .menu-main li.current-menu-item > a, .menu-main li:hover > a {
    color: #abe2d7;
    text-decoration: none; }

.footer {
  overflow: hidden;
  padding: 45px 0;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.04rem;
  background: #000; }
  .footer > .container {
    padding: 0 50px;
    max-width: none;
    min-height: 60px; }
    .footer > .container a {
      color: #fff; }
      .footer > .container a:hover {
        color: #abe2d7;
        text-decoration: none; }
  .footer .bd {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    padding: 0 15% 0 20%;
    width: 100%;
    min-height: 60px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    .footer .bd > .inner {
      position: relative;
      margin: 0 auto;
      max-width: 800px; }
  .footer .left {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    width: 20%; }
  .footer .right {
    position: relative;
    z-index: 1;
    width: 15%;
    text-align: right; }
  .footer .bd-main {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    padding: 0 38% 0 30%;
    width: 100%; }
    .footer .bd-main > .inner {
      padding: 15px 10px;
      border-left: 1px solid #8a9294;
      border-right: 1px solid #8a9294; }
  .footer .bd-left {
    position: relative;
    z-index: 1;
    float: left;
    padding: 10px 10px;
    width: 30%;
    text-align: center; }
  .footer .bd-right {
    position: relative;
    z-index: 1;
    float: right;
    padding: 10px 10px;
    width: 38%;
    text-align: center; }
  .footer .social {
    padding-top: 10px; }

.logo-footer {
  display: block;
  overflow-x: hidden;
  text-indent: -9999px;
  margin: 0 auto;
  width: 188px;
  height: 30px;
  background: url(../images/logo-footer.svg) no-repeat center;
  background-size: 98% auto; }

.body {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff; }

.footer-home {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 35px;
  width: 100%; }
  .footer-home .container {
    padding: 0 40px;
    max-width: none; }

.social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  color: #fff; }

.page-banner {
  height: 68vw;
  max-height: 500px;
  background-position: center center;
  background-size: cover; }
  .page-banner h1 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5rem;
    color: #fff; }

.page-home .body {
  padding-bottom: 0; }

.btns {
  text-align: center; }

.vc_btn3-container .vc_btn3 {
  margin: 0 15px 30px !important;
  padding: 25px 40px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #abe2d7 !important;
  letter-spacing: 0.2rem;
  border: 2px solid #abe2d7 !important; }
  .vc_btn3-container .vc_btn3:hover {
    color: #fff !important;
    background: #abe2d7 !important; }

.slick-slider.tdt-slider .slick-slide {
  padding: 0 12px !important; }

.slick-slider.tdt-slider .slick-arrow {
  width: 19px;
  height: 26px; }
  .slick-slider.tdt-slider .slick-arrow:before {
    display: none; }
  .slick-slider.tdt-slider .slick-arrow.slick-prev {
    background: url(../images/arrow-left.png) no-repeat center !important;
    background-size: contain; }
  .slick-slider.tdt-slider .slick-arrow.slick-next {
    background: url(../images/arrow-right.png) no-repeat center !important;
    background-size: contain; }

.content {
  margin: 0 auto;
  max-width: 750px;
  letter-spacing: 0.03rem; }
  .content a {
    text-decoration: underline; }

.content-contact .wpb_wrapper {
  margin: 0 auto;
  max-width: 600px; }

.page-contact .content a {
  text-decoration: none; }

.page-contact .body {
  padding-bottom: 0; }

.page-gift-vouchers .body {
  padding-bottom: 30px; }

.ultimate-map-wrapper {
  margin-bottom: 0 !important; }

.wpcf7 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #abe2d7; }

.wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #abe2d7; }

.wpcf7 :-ms-input-placeholder {
  /* IE 10+ */
  color: #abe2d7; }

.wpcf7 :-moz-placeholder {
  /* Firefox 18- */
  color: #abe2d7; }

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 9px; }
  .wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #abe2d7 !important;
    letter-spacing: 0.2rem;
    border: 1px solid #abe2d7;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .wpcf7 .wpcf7-form-control-wrap textarea {
    padding: 20px;
    height: 150px;
    line-height: 1.5; }

.wpcf7 [type="submit"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2rem;
  border: none;
  background: #abe2d7; }

.wpcf7 .wpcf7-response-output {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  border-width: 1px !important; }

body div.gform_wrapper .gform_body {
  overflow: hidden;
  margin: 0 -25px; }

body div.gform_wrapper div.validation_error {
  border: 0; }

body div.gform_wrapper li.gfield.gfield_error, body div.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: none; }

body div.gform_wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #abe2d7; }

body div.gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #abe2d7; }

body div.gform_wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #abe2d7; }

body div.gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #abe2d7; }

body div.gform_wrapper input, body div.gform_wrapper textarea {
  display: block;
  width: 100% !important;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #abe2d7 !important;
  letter-spacing: 0.2rem !important;
  border: 1px solid #abe2d7;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body div.gform_wrapper textarea {
  padding: 20px;
  height: 150px;
  line-height: 1.5; }

body div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.gform_wrapper li.gfield_error textarea {
  border: 1px solid #abe2d7; }

body div.gform_wrapper li.gfield.gfield_error, body div.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin: 0 !important;
  padding: 0 !important; }

body div.gform_wrapper .top_label div.ginput_container, body div.gform_wrapper li.hidden_label input, body div.gform_wrapper ul li.gfield {
  margin-top: 0; }

body div.gform_wrapper ul li.gfield {
  margin-bottom: 9px; }

body div.gform_wrapper .my-box-style {
  float: left;
  margin: 0;
  margin-bottom: 50px;
  padding: 0 25px;
  width: 50%; }

body div.gform_wrapper .my-box-style:nth-child(2n) {
  clear: both; }

body div.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px; }

body div.gform_wrapper .validation_message {
  font-weight: normal;
  color: red; }

body div.gform_wrapper .gsection .gfield_label,
body div.gform_wrapper h2.gsection_title, body div.gform_wrapper h3.gform_title {
  margin-bottom: 10px !important;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2rem !important; }

body div.gform_wrapper .gsection {
  border-bottom: 0; }

body div.gform_wrapper ul.gform_fields li.gfield {
  margin-right: 0;
  padding-right: 0; }

body div.gform_wrapper #last-box {
  line-height: 19.9pt;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

body div.gform_wrapper .txt-notes {
  display: block;
  padding: 20px 0 !important;
  line-height: 1.2rem;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.2rem;
  min-height: 385px;
  border-top: 1px solid #abe2d7;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

body div.gform_wrapper [type="submit"] {
  font-size: 14px !important;
  color: #fff !important;
  background: #abe2d7; }
  body div.gform_wrapper [type="submit"]:hover {
    color: #000 !important; }

body div.gform_wrapper .field_description_below .gfield_description {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #abe2d7; }

body div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
  text-transform: none;
  color: red; }

body div.gform_wrapper div.validation_error {
  color: red; }

.grecaptcha-badge {
  visibility: hidden; }
