@charset "UTF-8";
/*
Theme Name: The Marmalade
Description: Custom theme for themarmalade.com (based on Divi 2 by elegantthemes)
Author: xi-quadrat Medieninformatik GmbH
Author URI: http://www.xi-quadrat.de
Version: 2.1.2
License: None
*/
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, footer, header, hgroup, nav, section {
  display: block;
}

@font-face {
  font-family: 'them-icons';
  src: url("fonts/fontello/font/them-icons.eot?267855");
  src: url("fonts/fontello/font/them-icons.eot?267855#iefix") format("embedded-opentype"), url("fonts/fontello/font/them-icons.woff2?267855") format("woff2"), url("fonts/fontello/font/them-icons.woff?267855") format("woff"), url("fonts/fontello/font/them-icons.ttf?267855") format("truetype"), url("fonts/fontello/font/them-icons.svg?267855#them-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'them-icons';
    src: url('fonts/fontello/font/them-icons.svg?267855#them-icons') format('svg');
  }
}
*/
[class^="them-"]:before, [class*=" them-"]:before {
  font-family: "them-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.them-search:before {
  content: '\e800';
}

/* '' */
.them-at:before {
  content: '\e801';
}

/* '' */
.them-copy:before {
  content: '\e802';
}

/* '' */
.them-arrow:before {
  content: '\e803';
}

/* '' */
.them-location:before {
  content: '\e804';
}

/* '' */
.them-facebook-full:before {
  content: '\e805';
}

/* '' */
.them-instagram-full:before {
  content: '\e806';
}

/* '' */
.them-phone:before {
  content: '\e807';
}

/* '' */
.them-twitter:before {
  content: '\f099';
}

/* '' */
.them-facebook:before {
  content: '\f09a';
}

/* '' */
.them-pinterest:before {
  content: '\f0d2';
}

/* '' */
.them-linkedin:before {
  content: '\f0e1';
}

/* '' */
.them-xing:before {
  content: '\f168';
}

/* '' */
.them-youtube:before {
  content: '\f16a';
}

/* '' */
.them-instagram:before {
  content: '\f16d';
}

/* '' */
.them-vimeo:before {
  content: '\f27d';
}

/* '' */
/*------------------------------------------------*/
/*-------------------[CUSTOM]---------------------*/
/*------------------------------------------------*/
.contact h3:first-child,
.contact h4:first-child,
.contact h5:first-child,
.contact h6:first-child {
  height: 2.5em;
}

a img {
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}

a:hover img {
  opacity: 0.7;
}

/*------------------------------------------------*/
/*--------------------[VIDEO]---------------------*/
/*------------------------------------------------*/
#video-player {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -440px;
  width: 880px;
  height: 495px;
  z-index: 100001;
  background: #000;
}

#gallery-lightbox .lightbox-fade,
#video-player .video-fade {
  display: block;
  opacity: 0.7;
  background-color: #000;
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

#video-player #video-frame {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100002;
}

#gallery-lightbox .close:before,
#video-player .close:before {
  content: "+";
}

#gallery-lightbox .close,
#video-player .close {
  display: block;
  position: absolute;
  padding-right: 4px;
  padding-top: 4px;
  height: 50px;
  width: 50px;
  top: -50px;
  right: 0;
  z-index: 100003;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  padding-right: 4px;
  padding-top: 4px;
}
#gallery-lightbox .close:hover,
#video-player .close:hover {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/*------------------------------------------------*/
/*---------------------[WORK]---------------------*/
/*------------------------------------------------*/
.xi-sticky-col {
  position: absolute;
  top: 0;
}

/*------------------------------------------------*/
/*-------------------[TOGGLES]--------------------*/
/*------------------------------------------------*/
.et_pb_column_4_4 .et_pb_toggle {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
.et_pb_column_4_4 .et_pb_toggle::after {
  display: block;
  position: relative;
  height: 0;
  border-bottom: 1px solid #d1d1c7;
  content: '';
}

.et_pb_toggle_title {
  margin-bottom: 0;
}

.et_pb_toggle_title div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.et_pb_toggle_open .et_pb_toggle_title div {
  width: 100% !important;
}

.et_pb_toggle_title div:after {
  display: block;
  position: absolute;
  top: 25px;
  right: 2px;
  content: '+';
  writing-mode: lr-tb;
  letter-spacing: 0;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.et_pb_toggle_open .et_pb_toggle_title div:after {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
  color: #b8895b;
}

.et_pb_toggle_title {
  position: relative;
  padding: 25px 0;
  text-align: left;
  cursor: pointer;
}

.et_pb_toggle_open .et_pb_toggle_title {
  color: #b8895b;
}

.et_pb_toggle_title:hover {
  color: #b8895b;
}

.et_pb_toggle_content {
  padding: 15px 0;
  padding: 1.5rem 0;
}

.et_pb_column_4_4 .et_pb_blurb a .blurb-link-original,
.et_pb_blurb a h6 .blurb-link-original {
  display: inline-block;
  font-size: 11px;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2em;
  color: #b8895b;
}

.et_pb_column_4_4 .et_pb_blurb a .blurb-link-original:after,
.et_pb_blurb a h6 .blurb-link-original:after {
  content: ' ›';
  display: inline-block;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.et_pb_column_4_4 .et_pb_blurb a .blurb-link-original.no-text:after,
.et_pb_blurb a h6 .blurb-link-original.no-text:after {
  display: block;
  margin: 0;
}

.blurb-link-original.no-text:after {
  content: ' ' !important;
  display: none;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
embed, iframe, object, video {
  max-width: 100%;
}

.et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video {
  max-width: none;
}

.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
}

.woocommerce span.onsale, .woocommerce-page span.onsale, .et_pb_pricing_table_button, a.et_pb_more_button, .comment-reply-link, .form-submit input, .et_pb_contact_submit, .et_pb_contact_reset {
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 18px;
  line-height: 1.7em;
}

.entry-content table {
  border: 1px solid #eee;
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
}

.entry-content tr th, .entry-content thead th {
  color: #555;
  font-weight: bold;
  padding: 9px 24px;
}

.entry-content tr td {
  border-top: 1px solid #eee;
  padding: 6px 24px;
}

.entry-content ul,
.comment-content ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 .75em;
}
.entry-content ul li,
.comment-content ul li {
  margin-bottom: 1em;
}
.entry-content ul li::before,
.comment-content ul li::before {
  display: block;
  position: absolute;
  left: -.1em;
  color: #b8895b;
  content: '• ';
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ul li ul,
.entry-content ul li ol,
.comment-content ul li ul,
.comment-content ul li ol,
.comment-content ul li ul,
.comment-content ul li ol {
  padding: 1em 0 0 1em;
}

.entry-content ol,
.comment-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.entry-content ol li,
.comment-content ol li {
  margin-bottom: 1em;
}
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.comment-content ol li ul,
.comment-content ol li ol,
.comment-content ol li ul,
.comment-content ol li ol {
  padding: 1em 0 0 1em;
}

.gallery-item a {
  display: block;
}

.gallery-item a, .gallery-caption {
  width: 90%;
}

.entry-content address, .comment-content address {
  line-height: 24px;
  margin-bottom: 12px;
}

#reviews .commentlist {
  padding-bottom: 0 !important;
}

.woocommerce-info a {
  color: #fff !important;
}

input#coupon_code {
  padding: 14px !important;
}

table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
  padding: .857em 0.587em;
  max-width: 100px;
}

.cart_table_item .quantity {
  margin: 0 !important;
  width: 100px !important;
}

.shop_table .actions .submit {
  float: right;
}

.shop_table .actions .checkout-button {
  clear: both;
}

.col2-set.addresses {
  margin-top: 20px;
}

#main-content .cart-subtotal td {
  border-top: none;
}

.woocommerce-checkout #main-content .cart-subtotal td {
  border-top: 1px solid #eee;
}

table.cart td.actions .button.alt, #main-content table.cart td.actions .button.alt {
  margin: 19px 0 9px;
}

table.cart td.actions .checkout-button {
  margin: 0 !important;
}

table.shop_table {
  margin-bottom: 30px !important;
}

.cart_totals h2, .shipping_calculator h2 {
  margin-bottom: 10px;
}

#main-content {
  width: 100%;
  margin: 3rem auto 0;
  overflow: hidden;
}

.container {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.et-full-width-slide-featured-image {
  float: left;
  padding-right: 60px;
}

.et-full-width-left-image .et-full-width-slide-description, .et-full-width-right-video .et-full-width-slide-description {
  float: left;
  width: 410px;
}

.et-full-width-left-image .et-full-width-slide-description {
  margin-right: 100px;
}

.et-full-width-right-video .et-full-width-slide-description {
  margin-left: 100px;
  padding-right: 60px;
}

.et_pb_pricing {
  margin-bottom: 10px;
}

.et_pb_pricing_table {
  float: left;
  width: 25%;
  border: 1px solid #a1a8aa;
  background-color: #fcfcfc;
  padding-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: -1px;
}

.et_pb_pricing_3 .et_pb_pricing_table {
  width: 33.3%;
}

.et_pb_pricing_4 .et_pb_pricing_table {
  width: 25%;
}

.et_pb_pricing_2 .et_pb_pricing_table {
  width: 50%;
}

.et_pb_pricing_1 .et_pb_pricing_table {
  width: 100%;
}

.et_pb_featured_table {
  background-color: #fff;
  margin-top: -30px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}

.et_pb_pricing_heading {
  background-color: #a1a8aa;
  margin-bottom: 7px;
  padding: 11px 0 3px;
}

.et_pb_featured_table .et_pb_pricing_heading {
  padding-bottom: 4px;
}

.et_pb_pricing_heading h2 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}

.et_pb_best_value {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
}

.et_pb_featured_table .et_pb_pricing_heading h2 {
  padding-bottom: 6px;
}

.et_pb_pricing li {
  line-height: 1.6em;
  padding: 0 0 1em 14px;
  position: relative;
}

.et_pb_pricing_content_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.et_pb_et_price {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.et_pb_dollar_sign {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -34px;
}

.et_pb_sum {
  font-size: 80px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
  line-height: 82px;
}

.et_pb_pricing_content {
  padding: 33px 30px 6px;
  text-align: left;
}

.et_pb_featured_table .et_pb_pricing_content {
  padding-bottom: 32px;
}

.et_pb_pricing li {
  line-height: 24px;
  padding: 0 0 28px 14px;
  position: relative;
}

.et_pb_pricing li:before {
  border-color: #7EBEC5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}

.et_pb_pricing li.et_pb_not_available {
  color: #ccc;
}

.et_pb_pricing li.et_pb_not_available:before {
  border-color: #ccc;
}

.et_pb_pricing li a {
  font-weight: 500;
  text-decoration: none;
}

.et_pb_pricing_table_button {
  display: inline-block;
  color: #fff;
}

.et_pb_pricing_table_button:hover {
  text-decoration: none;
}

#et_search_icon:before {
  content: "\66";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}

.et-fixed-header #et_search_icon:before {
  top: -9px;
}

#et_search_icon:hover {
  cursor: pointer;
}

.et_pb_testimonial_author {
  display: none;
}

.et_pb_testimonial_author a {
  color: inherit;
}

.et_pb_counter_title {
  font-size: 12px;
  padding-bottom: 1px;
  display: block;
}

.et_pb_bg_layout_light .et_pb_counter_title {
  color: #999;
}

.et_pb_counter_container {
  background-color: #dddddd;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}

.et_pb_counter_amount {
  opacity: 0;
  float: left;
  font-size: 12px;
  text-align: right;
  padding: 1px 3% 1px 1px;
  display: block;
}

.et_pb_post {
  margin-bottom: 68px;
}

.et_pb_post_main_image {
  margin-bottom: 10px;
}

.et_pb_post h2 {
  margin-top: 11px;
}

.et_pb_post h2 a, .et_pb_portfolio_item h3 a {
  text-decoration: none;
}

.et_pb_post .post-meta {
  margin-bottom: 6px;
}

.et_pb_post .post-meta, .et_pb_portfolio_item .post-meta {
  font-size: 14px;
}

.et_pb_post .post-meta a, .et_pb_portfolio_item .post-meta a {
  text-decoration: none;
}

.et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post p {
  color: #666;
}

.et_pb_bg_layout_light .et_pb_more_button {
  background-color: #82c0c7;
  color: #fff;
}

.et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post p {
  color: inherit;
}

.et_pb_post .more {
  color: #82c0c7;
  text-decoration: none;
}

.et_pb_blog_grid_wrapper {
  overflow: hidden;
}

.et_pb_blog_grid {
  margin-right: -60px;
}

.et_pb_blog_grid .et_pb_post {
  margin: 0 60px 60px 0;
  width: 280px;
  border: 1px solid #d8d8d8;
  float: left;
  padding: 19px 19px 24px;
  background-color: #fff;
}

.et_pb_column_1_4 .et_pb_blog_grid .et_pb_post {
  width: 185px;
}

.et_pb_bg_layout_dark.et_pb_blog_grid .et_pb_post {
  border-color: rgba(0, 0, 0, 0.1);
}

.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 18px;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n), .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n), .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n), .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n) {
  margin-right: 0;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item, .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item, .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item {
  float: left;
  width: 225px;
  margin: 0 60px 42px 0;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item img {
  margin-bottom: 2px;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 16px;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta, .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta, .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta, .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta, .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta, .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta {
  margin-top: -5px;
}

.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
  float: left;
  width: 195px;
  margin: 0 57px 42px 0;
}

.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item, .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
  float: none;
  margin: 0 0 42px 0;
}

.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
  width: 320px;
}

.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
  width: 225px;
}

.et_pb_all_tabs > div, .et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}

.et_pb_toggle_content p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_all_tabs .et_pb_active_content {
  display: block;
}

.et_pb_tabs {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.et_pb_tabs_controls {
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}

.et_pb_tabs_controls li {
  float: left;
  padding: 5px 30px 3px;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.et_pb_tabs_controls li:last-child {
  border-right: none;
}

.et_pb_tabs_controls li a {
  text-decoration: none;
  color: #666;
}

.et_pb_tabs_controls li.et_pb_tab_active {
  padding: 4px 30px 4px;
  background-color: #fff;
  bottom: -1px;
}

.et_pb_tab_active a {
  color: #333 !important;
}

.et_pb_tab p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_all_tabs {
  padding: 24px 30px;
  background: #fff;
}

.et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls {
  border-bottom: none;
}

.et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}

.et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before {
  display: none;
}

.et_full_width_page #left-area {
  float: none;
  width: 100%;
}

#left-area {
  padding-bottom: 23px;
}

#left-area .post-meta {
  font-size: 14px;
  padding-bottom: 15px;
}

#left-area .post-meta a {
  text-decoration: none;
  color: #666;
}

#left-area .et_featured_image {
  padding-bottom: 7px;
}

.single .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}

.et_left_sidebar #left-area {
  float: right;
  width: 795px;
  margin-left: 60px;
}

.et_left_sidebar #sidebar {
  float: left;
  width: 224px;
}

.et_pb_contact_main_title {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
}

.et_pb_contact_left {
  width: 50%;
  float: left;
}

.et_pb_contact_right {
  float: right;
  width: 120px;
  margin-top: 72px;
}

.et_pb_column_1_3 .et_pb_contact_right, .et_pb_column_1_4 .et_pb_contact_right {
  padding-bottom: 20px;
}

.et_pb_contact_form_label {
  display: none;
}

.et_pb_contact_form_container {
  padding-bottom: 30px;
}

.et_pb_contact_left p {
  padding-bottom: 20px;
}

.et_pb_contact p input, .et_pb_contact p textarea {
  background-color: #eee;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  color: #666 !important;
  padding: 16px !important;
  font-family: 'Raleway', Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.et_pb_contact_right p input {
  width: 55px !important;
}

.et_pb_contact_submit, .et_pb_contact_reset {
  font-weight: 300;
  display: block;
  color: #fff;
  border: none;
  float: right;
  margin-top: 8px;
}

.et_pb_contact_submit {
  background-color: #82c0c7;
}

.et_pb_contact_reset {
  background-color: #aaa;
  margin-right: 10px;
}

.et_pb_column_1_3 .et_pb_contact_right, .et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_3 .et_pb_contact_left, .et_pb_column_1_4 .et_pb_contact_left {
  width: 100%;
  float: none;
}

.et_pb_column_1_3 .et_pb_contact_right, .et_pb_column_1_4 .et_pb_contact_right {
  margin-top: 0;
}

.et-pb-contact-message {
  margin-bottom: 20px;
}

.et_pb_contact p .et_contact_error {
  border: 1px solid red !important;
}

.et_main_title .et_project_categories {
  font-size: 14px;
}

.et_main_title .et_project_categories a {
  text-decoration: none;
  color: #666;
}

.et_pb_post .entry-content {
  padding-top: 30px;
}

.et_project_meta {
  margin: 23px 0 14px;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 39px;
  border-bottom: 1px solid #e2e2e2;
}

.et_project_meta_title {
  display: block;
  font-weight: 700;
  color: #333;
}

.et_project_meta p {
  padding-bottom: 15px;
}

.et_project_meta p a {
  text-decoration: none;
  color: #666;
}

.nav-single a {
  text-decoration: none;
  color: #82c0c7;
  font-size: 14px;
  font-weight: 400;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.single .et_pb_post {
  margin-bottom: 27px;
}

.et_full_width_portfolio_page .et_project_meta {
  float: left;
  width: 225px;
  margin-top: 43px;
  border-bottom: none;
}

.et_full_width_portfolio_page .entry-content {
  margin-bottom: 43px;
}

.et_pb_pagebuilder_layout .entry-content {
  margin-bottom: 0 !important;
}

.et_full_width_portfolio_page .nav-single {
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
}

.et_shop_image, .et_portfolio_image {
  position: relative;
  display: block;
}

.et_overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_overlay:before {
  content: '\63';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  font-size: 32px;
}

#ie7 .et_overlay, #ie8 .et_overlay {
  display: none;
}

.et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay {
  opacity: 0.9;
}

.et_portfolio_image img {
  vertical-align: bottom;
  margin-bottom: 0 !important;
}

.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
#comment-wrap {
  padding-top: 75px;
}

.single-project #comment-wrap {
  padding-top: 0px;
}

.comment-body {
  position: relative;
  padding: 0 110px 0 100px;
  margin-bottom: 48px;
  min-height: 87px;
}

.comment_avatar {
  left: 0;
  position: absolute;
  top: 7px;
}

.comment_avatar img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.comment_postinfo {
  margin-bottom: 8px;
}

span.fn, span.fn a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

span.comment_date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.comment-reply-link {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  color: #fff;
}

.comment-reply-link:hover, .form-submit:hover {
  text-decoration: none;
}

.comment .children {
  margin-left: 100px;
}

.comment #respond {
  margin: -30px 0 0;
}

#respond {
  padding-top: 17px;
}

#commentform {
  padding-bottom: 60px;
}

#commentform input[type="text"] {
  width: 47%;
}

#commentform textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#commentform textarea, #commentform input[type="text"] {
  padding: 12px;
  color: #999;
  background-color: #eee;
  border: none;
  font-size: 18px;
}

.form-submit {
  float: right;
}

.form-submit input {
  display: block;
  color: #fff;
  border: none;
}

#reply-title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
div.post .new-post .aligncenter, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}

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

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

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 100%;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
}

#wp-calendar td#today {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
  clear: both;
}

.wp-pagenavi {
  text-align: right;
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  clear: both;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #666;
  margin: 0 5px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: none !important;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: #999 !important;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
  color: #82c0c7 !important;
}

.et_pb_container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  text-align: center;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_image {
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.et_pb_column .et_pb_image_container {
  position: relative;
  z-index: 30;
}
.et_pb_column .et_pb_image_container::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
  font-size: 0;
}
.et_pb_column .et_pb_image_container img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.et_pb_column .et_pb_margin_5, .et_pb_column:first-child:last-child .et_pb_margin_5 {
  width: 95%;
  margin: 0 2.5%;
}
.et_pb_column .et_pb_margin_10, .et_pb_column:first-child:last-child .et_pb_margin_10 {
  width: 90%;
  margin: 0 5%;
}
.et_pb_column .et_pb_margin_15, .et_pb_column:first-child:last-child .et_pb_margin_15 {
  width: 85%;
  margin: 0 7.5%;
}
.et_pb_column .et_pb_margin_20, .et_pb_column:first-child:last-child .et_pb_margin_20 {
  width: 80%;
  margin: 0 10%;
}
.et_pb_column .et_pb_align_inner, .et_pb_column:first-child:last-child .et_pb_align_inner {
  float: none;
}
.et_pb_column .et_pb_alignment_center.et_pb_margin_5, .et_pb_column:first-child:last-child .et_pb_alignment_center.et_pb_margin_5 {
  margin: 0 2.5%;
}
.et_pb_column .et_pb_alignment_center.et_pb_margin_10, .et_pb_column:first-child:last-child .et_pb_alignment_center.et_pb_margin_10 {
  margin: 0 5%;
}
.et_pb_column .et_pb_alignment_center.et_pb_margin_15, .et_pb_column:first-child:last-child .et_pb_alignment_center.et_pb_margin_15 {
  margin: 0 7.5%;
}
.et_pb_column .et_pb_alignment_center.et_pb_margin_20, .et_pb_column:first-child:last-child .et_pb_alignment_center.et_pb_margin_20 {
  margin: 0 10%;
}
.et_pb_column .et_pb_alignment_left.et_pb_margin_5, .et_pb_column:first-child:last-child .et_pb_alignment_left.et_pb_margin_5 {
  margin: 0  5% 0 0;
}
.et_pb_column .et_pb_alignment_left.et_pb_margin_10, .et_pb_column:first-child:last-child .et_pb_alignment_left.et_pb_margin_10 {
  margin: 0 10% 0 0;
}
.et_pb_column .et_pb_alignment_left.et_pb_margin_15, .et_pb_column:first-child:last-child .et_pb_alignment_left.et_pb_margin_15 {
  margin: 0 15% 0 0;
}
.et_pb_column .et_pb_alignment_left.et_pb_margin_20, .et_pb_column:first-child:last-child .et_pb_alignment_left.et_pb_margin_20 {
  margin: 0 20% 0 0;
}
.et_pb_column .et_pb_alignment_left .et_pb_align_inner, .et_pb_column:first-child:last-child .et_pb_alignment_left .et_pb_align_inner {
  float: left;
}
.et_pb_column .et_pb_alignment_right.et_pb_margin_5, .et_pb_column:first-child:last-child .et_pb_alignment_right.et_pb_margin_5 {
  margin: 0 0 0  5%;
}
.et_pb_column .et_pb_alignment_right.et_pb_margin_10, .et_pb_column:first-child:last-child .et_pb_alignment_right.et_pb_margin_10 {
  margin: 0 0 0 10%;
}
.et_pb_column .et_pb_alignment_right.et_pb_margin_15, .et_pb_column:first-child:last-child .et_pb_alignment_right.et_pb_margin_15 {
  margin: 0 0 0 15%;
}
.et_pb_column .et_pb_alignment_right.et_pb_margin_20, .et_pb_column:first-child:last-child .et_pb_alignment_right.et_pb_margin_20 {
  margin: 0 0 0 20%;
}
.et_pb_column .et_pb_alignment_right .et_pb_align_inner, .et_pb_column:first-child:last-child .et_pb_alignment_right .et_pb_align_inner {
  float: right;
}
.et_pb_column:first-child .et_pb_margin_5 {
  margin: 0 0 0  5%;
}
.et_pb_column:first-child .et_pb_margin_10 {
  margin: 0 0 0 10%;
}
.et_pb_column:first-child .et_pb_margin_15 {
  margin: 0 0 0 15%;
}
.et_pb_column:first-child .et_pb_margin_20 {
  margin: 0 0 0 20%;
}
.et_pb_column:first-child .et_pb_align_inner {
  float: right;
}
.et_pb_column:last-child .et_pb_margin_5 {
  margin: 0  5% 0 0;
}
.et_pb_column:last-child .et_pb_margin_10 {
  margin: 0 10% 0 0;
}
.et_pb_column:last-child .et_pb_margin_15 {
  margin: 0 15% 0 0;
}
.et_pb_column:last-child .et_pb_margin_20 {
  margin: 0 20% 0 0;
}
.et_pb_column:last-child .et_pb_align_inner {
  float: left;
}

@media only screen and (max-width: 979px) {
  .et_pb_column .et_pb_margin,
  .et_pb_column:first-child .et_pb_margin,
  .et_pb_column:last-child .et_pb_margin,
  .et_pb_column:first-child:last-child .et_pb_margin {
    width: auto;
    margin: 0;
  }
}
.et_mobile_device_not_ipad .et-waypoint, .et_mobile_device_not_ipad .et_pb_counter_amount {
  opacity: 1 !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.et_pb_section,
.has-headline .et_pb_section:first-child {
  position: relative;
  padding: 140px 0;
  padding: 7rem 0;
}

.et_pb_section:first-child {
  padding-top: 50px;
  padding-top: 2.75rem;
}

.main_title {
  padding: 4.25rem  0 0;
  margin-bottom: 0;
}

.has-overline .main_title {
  padding: 0;
}

.overline {
  display: block;
  padding: 2.75rem 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

.et_pb_fullwidth_section {
  padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
  padding: 0;
}

.et_pb_fullwidth_header {
  padding: 45px 0 0;
}

.et_pb_inner_shadow {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

.et_pb_section_video {
  overflow: hidden;
}

.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play {
  display: none !important;
}

.et_pb_row {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.et_pb_space {
  border: none;
}

.et_pb_divider {
  height: 30px;
  border: 0 !important;
}

.logo-devider .et_pb_column_1_2:first-of-type:before {
  position: absolute;
  right: -1%;
  height: 100%;
  width: 0;
  border-left: 1px solid #d1d1c7;
  content: '';
}
.logo-devider .et_pb_divider {
  position: relative;
  height: 5rem;
}
.logo-devider .et_pb_divider span {
  display: block;
  position: absolute;
  right: -1%;
  height: 100%;
}
.logo-devider .et_pb_divider span:before {
  display: block;
  position: absolute;
  right: 0;
  content: ' ';
  height: 100%;
  border-left: 1px solid #d1d1c7;
}
.logo-devider .et_pb_divider span:after {
  display: block;
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 100px;
  height: 30px;
  margin: 0 0 0 -50px;
  background: transparent url("images/the-m-divider-dark.png") no-repeat center top;
  background-size: 41px 27px;
  content: ' ';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .logo-devider .et_pb_divider span:after {
    background: transparent url("images/the-m-divider-dark-2x.png") no-repeat center top;
    background-size: 41px 27px;
  }
}
.et_pb_preload > div, .et_pb_preload .et_pb_section_video_bg {
  visibility: hidden;
}

.et_pb_preload {
  position: relative;
  background: #464646 !important;
}

.et_pb_preload:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("images/preloader.gif") no-repeat;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
@media only screen and (min-width: 1400px) and (min-height: 850px) {
  #video-player {
    margin-top: -365px;
    margin-left: -640px;
    width: 1280px;
    height: 720px;
  }
}
/*-------------------[768px]------------------*/
@media only screen and (max-width: 979px) {
  #main-content {
    margin: 0 auto;
  }

  #scroller {
    padding-top: 45px;
  }

  .et_pb_row, .container, .et_pb_container {
    width: auto;
  }

  .et_pb_fullwidth_section {
    padding: 0;
  }

  .xi-sticky .et_pb_column .et_pb_space {
    display: block;
  }

  .et_pb_column_4_4 .et_pb_testimonial {
    padding: 0 0 30px;
  }

  #video-player {
    margin-top: -165px;
    margin-left: -290px;
    width: 580px;
    height: 326px;
  }

  .contact h3:first-child,
  .contact h4:first-child,
  .contact h5:first-child,
  .contact h6:first-child {
    height: auto;
  }

  .et_pb_portfolio_item {
    margin-bottom: 22px;
  }

  .et_pb_portfolio_item h2 {
    font-size: 19px;
    padding-top: 10px;
  }

  .et_pb_portfolio_item h2 span {
    font-size: 12px;
  }

  /*-------------------[Portfolio]------------------*/
  .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 315px !important;
  }

  .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n), .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n) {
    margin-right: 60px;
  }

  .et_pb_post {
    margin-bottom: 42px;
  }

  .et_pb_blog_grid .et_pb_post {
    margin: 0 32px 60px 0;
    width: 289px;
  }

  .et_pb_pricing_table {
    width: 50% !important;
  }

  .et_pb_pricing_table:nth-child(3), .et_pb_pricing_table:nth-child(4) {
    margin-top: 60px;
  }

  .et_pb_pricing .et_pb_featured_table:nth-child(3), .et_pb_pricing .et_pb_featured_table:nth-child(4) {
    margin-top: 30px !important;
  }

  .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }

  .et_right_sidebar #left-area, .et_right_sidebar #sidebar, .et_left_sidebar #left-area, .et_left_sidebar #sidebar {
    width: auto;
    float: none;
  }

  .et_right_sidebar #left-area {
    margin-right: 0;
  }

  .et_left_sidebar #left-area {
    margin-left: 0;
  }

  .et_right_sidebar #sidebar {
    margin-left: 0;
    border-left: none;
  }

  .et_left_sidebar #sidebar {
    margin-right: 0;
    border-right: none;
  }

  #main-content .container:before {
    display: none !important;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 208px !important;
    margin: 0 32px 53px 0 !important;
  }

  .woocommerce .cart-collaterals > div, .woocommerce .cart-collaterals > form {
    width: 100% !important;
    float: none !important;
  }

  .shop_table .coupon {
    margin-bottom: 25px !important;
  }

  .checkout .form-row, .checkout .col-1, .checkout .col-2 {
    float: none !important;
    width: auto !important;
  }

  .checkout .col-1, .checkout .col-2 {
    margin-bottom: 25px !important;
  }

  .et_full_width_page.woocommerce ul.products li.product.last, .et_full_width_page.woocommerce-page ul.products li.product.last, .et_pb_pagebuilder_layout ul.products li.product.last, .et_pb_pagebuilder_layout ul.products li.product.last {
    margin-right: 32px !important;
  }

  .et_full_width_page.woocommerce ul.products li.first, .et_full_width_page.woocommerce-page ul.products li.first, .et_pb_pagebuilder_layout ul.products li.first, .et_pb_pagebuilder_layout ul.products li.first {
    clear: none !important;
  }

  .et_full_width_page.woocommerce ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n), .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }

  .et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n+1), .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n+1), .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n+1) {
    clear: both;
  }

  .woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images {
    width: 328px !important;
  }

  .woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
    width: 96px !important;
  }

  .et_right_sidebar.woocommerce div.product div.images, .et_right_sidebar.woocommerce-page div.product div.images, .et_right_sidebar.woocommerce #content div.product div.images, .et_right_sidebar.woocommerce-page #content div.product div.images, .et_left_sidebar.woocommerce div.product div.images, .et_left_sidebar.woocommerce-page div.product div.images, .et_left_sidebar.woocommerce #content div.product div.images, .et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 328px !important;
  }

  .et_right_sidebar.woocommerce div.product div.images div.thumbnails a, .et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a, .et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a, .et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a, .et_left_sidebar.woocommerce div.product div.images div.thumbnails a, .et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a, .et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a, .et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
    width: 96px !important;
  }

  .et_full_width_portfolio_page .et_project_meta {
    float: none;
    width: 100%;
    margin-top: -20px;
    border-top: none;
    padding: 0 0 39px;
  }

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

  .et_pb_column_1_3 .et_pb_contact_right, .et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_3 .et_pb_contact_left, .et_pb_column_1_4 .et_pb_contact_left {
    width: 50%;
    float: left;
  }

  .et_pb_column_1_3 .et_pb_contact_right, .et_pb_column_1_4 .et_pb_contact_right {
    float: right;
    width: 120px;
    margin-top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .et_pb_section,
  .has-headline .et_pb_section:first-child {
    padding: 2.5em 0;
  }
}
/*-------------------[480px]------------------*/
@media only screen and (max-width: 659px) {
  h6 {
    font-size: 22px;
  }

  .et_pb_text blockquote p {
    font-size: 18px !important;
  }

  .xi-sticky .et_pb_column .et_pb_space {
    display: none;
  }

  .et_pb_column_4_4 .et_pb_toggle {
    padding: 0 7.5vw;
  }

  .et_pb_toggle_title div::after {
    top: 15px;
    right: 10px;
  }

  .et_pb_toggle_title div {
    width: 100% !important;
  }

  .et_pb_toggle .vimeo-thumb,
  .et_pb_toggle .vimeo-thumb:first-of-type,
  .et_pb_toggle .vimeo-thumb.thumb-right:first-of-type {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .et_pb_toggle .vimeo-thumb {
    width: 50%;
    float: left;
  }

  .et_pb_toggle .vimeo-thumb:first-of-type,
  .et_pb_toggle .vimeo-thumb.thumb-right:first-of-type {
    width: 100%;
  }

  #main-content {
    width: 100%;
  }

  .et_pb_section:last-of-type,
  .et_pb_fullwidth_section,
  .et_pb_section.xi-no-section {
    border-bottom: none;
  }

  h1 {
    font-size: 36px;
  }

  h3:last-child {
    padding-bottom: 10px;
  }

  .et_pb_toggle_title div::after {
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
  }

  .et_pb_toggle_open .et_pb_toggle_title div::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .overline {
    font-size: 11px;
  }

  #video-player {
    margin-top: -85px;
    margin-left: -150px;
    width: 300px;
    height: 169px;
  }

  .et_pb_toggle_title {
    position: relative;
    padding: 15px 30px 15px 0;
  }

  .et_pb_toggle_title::after {
    right: 12px;
    top: 15px;
  }

  .et_pb_toggle_content {
    padding: 0 0 15px;
  }

  .et-search-form input {
    width: 240px;
  }

  .et_pb_space {
    display: none;
  }

  .et_pb_section {
    padding: 25px 0;
  }

  .et_pb_fullwidth_section {
    padding: 0;
  }

  .et_pb_fullwidth_header {
    padding: 0;
  }

  .et_pb_row, .container, .et_pb_container {
    width: 100%;
  }

  .et_pb_post {
    margin-bottom: 42px;
  }

  .et_pb_post h2 {
    font-weight: 700;
    font-size: 16px;
  }

  .et_pb_post .post-meta {
    color: #666;
    font-size: 14px;
  }

  .et_pb_blog_grid .et_pb_post {
    margin: 0 0 40px;
    width: 280px;
    border: none;
    float: none;
    padding: 0;
  }

  .et_pb_image_container {
    margin: 0;
  }

  .et_pb_blog_grid h2 {
    font-size: 16px;
    padding: 7px 7px 5px;
  }

  .et_pb_blog_grid .et_pb_post > * {
    display: none;
  }

  .et_pb_blog_grid .et_pb_post > .et_pb_image_container, .et_pb_blog_grid .et_pb_post > h2, .et_pb_blog_grid .et_pb_post > .post-meta {
    display: block;
  }

  .et_pb_blog_grid .et_pb_post .post-meta {
    display: block !important;
    padding: 0 7px;
  }

  .et_pb_portfolio_item h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/*-------------------[480px]------------------*/
.iscroll {
  -ms-touch-action: none;
}

.iscroll #iscroll-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.iscroll #scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
@font-face {
  font-family: 'The Marmalade';
  src: url("fonts/TheMarmalade/TheMarmalade-Bold.eot");
  src: url("fonts/TheMarmalade/TheMarmalade-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TheMarmalade/TheMarmalade-Bold.woff2") format("woff2"), url("fonts/TheMarmalade/TheMarmalade-Bold.woff") format("woff"), url("fonts/TheMarmalade/TheMarmalade-Bold.ttf") format("truetype"), url("fonts/TheMarmalade/TheMarmalade-Bold.svg#the-marmalade") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arnhem Pro';
  src: url("fonts/ArnhemPro/ArnhemPro-Blond.eot");
  src: url("fonts/ArnhemPro/ArnhemPro-Blond.eot?#iefix") format("embedded-opentype"), url("fonts/ArnhemPro/ArnhemPro-Blond.ttf") format("truetype"), url("fonts/ArnhemPro/ArnhemPro-Blond.woff") format("woff"), url("fonts/ArnhemPro/ArnhemPro-Blond.svg#ArnhemPro-Blond") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arnhem Pro Italic';
  src: url("fonts/ArnhemPro/ArnhemPro-Blond-Italic.eot");
  src: url("fonts/ArnhemPro/ArnhemPro-Blond-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/ArnhemPro/ArnhemPro-Blond-Italic.ttf") format("truetype"), url("fonts/ArnhemPro/ArnhemPro-Blond-Italic.woff") format("woff"), url("fonts/ArnhemPro/ArnhemPro-Blond-Italic.svg#ArnhemPro-Blond-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
}

html {
  font-size: 10px;
  font-size: .95vw;
}

body {
  background-color: #f8f8ec;
  color: #333;
  font-family: 'Arnhem Pro', Georgia, Times, serif;
  font-size: 17px;
  font-size: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: .025em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern=1';
  font-feature-settings: 'kern';
}
body.et_fixed_nav {
  padding-top: 80px;
}

a {
  color: #b8895b;
  text-decoration: none;
  -webkit-transition: color .4s, border .4s;
          transition: color .4s, border .4s;
}
a:hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: color .2s, border .2s;
          transition: color .2s, border .2s;
}

.clear {
  clear: both;
}

.ui-tabs-hide {
  display: none;
}

br.clear {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-bottom: 1em;
  margin-left: -.2em;
  color: inherit;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -.1em;
  line-height: 1.2;
  text-align: center;
}
.et_pb_text_align_right h1,
.et_pb_text_align_right h2,
.et_pb_text_align_right h3,
.et_pb_text_align_right h4,
.et_pb_text_align_right h5,
.et_pb_text_align_right h6 {
  text-align: right;
}
.et_pb_text_align_left h1, .et_pb_text_align_left h2, .et_pb_text_align_left h3, .et_pb_text_align_left h4, .et_pb_text_align_left h5, .et_pb_text_align_left h6 {
  text-align: left;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1,
h2 {
  margin-bottom: 1rem;
  font-size: 4.5rem;
}

h3 {
  margin-bottom: 1.2em;
  font-size: 2.65rem;
  letter-spacing: .08em;
  line-height: 2.2;
}

h4 {
  margin-bottom: .8em;
  font-size: 2.3rem;
  line-height: 1.5;
}

h5 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}

h6 {
  margin-bottom: 3em;
  font-size: 1.3rem;
  line-height: 1.5em;
}
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

pre,
code {
  margin-bottom: 1.2em;
  font-family: 'Courier New', monospace;
}

ins {
  text-decoration: none;
}

sup,
sub {
  display: inline-block;
  font-size: .5em;
}

sup {
  -webkit-transform: translateY(-0.8em);
          transform: translateY(-0.8em);
}

sub {
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}

dl {
  margin: 0 0 1.5em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 1.5em;
}

blockquote p,
.et_pb_text blockquote p:last-of-type {
  padding: 1em .5em 2em;
  color: #b8895b;
  font-size: 2.6rem;
}

img {
  max-width: 100%;
}

input {
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  margin: 0;
  padding: 2px;
  border: 1px solid #bbb;
  background-color: #fff;
  color: #4e4e4e;
}
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

textarea {
  padding: 4px;
}

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

.main-content .et_pb_text,
.main-content p,
.main-content ul,
.main-content ol {
  font-size: 1.35rem;
}
.main-content .et_pb_testimonial,
.main-content .et_pb_testimonial p {
  font-size: 1.6rem;
  letter-spacing: .06em;
}

.no-wrap {
  white-space: nowrap;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
@media only screen and (min-width: 768px) {
  .xi-hide-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    letter-spacing: .08em;
  }

  h2 {
    font-size: 7.5vw;
  }

  h3 {
    margin-bottom: .8em;
    font-size: 2.3rem;
    line-height: 2.5;
  }

  .xi-hide-on-mobile {
    display: none !important;
  }
}
/*------------------------------------------------*/
/*------------------[DARK THEME]------------------*/
/*------------------------------------------------*/
.dark {
  background: #202020;
}

.dark,
.et_pb_bg_layout_dark {
  color: #fff;
}
.dark a:hover,
.et_pb_bg_layout_dark a:hover {
  color: #fff;
}
.dark .et_pb_divider span::after,
.et_pb_bg_layout_dark .et_pb_divider span::after {
  background-image: url("images/the-m-divider-light.png");
}
.dark .vimeo-thumb,
.et_pb_bg_layout_dark .vimeo-thumb {
  border-color: #202020;
}
.dark .main-content a:hover,
.et_pb_bg_layout_dark .main-content a:hover {
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .dark .et_pb_divider span::after,
  .et_pb_bg_layout_dark .et_pb_divider span::after {
    background-image: url("images/the-m-divider-light-2x.png");
    background-size: 41px 27px;
  }
}

@media all and (max-width: 1180px) {
  html {
    font-size: 11px;
  }
}
@media all and (min-width: 1921px) {
  html {
    font-size: 18.25px;
  }
}
.menu,
.nav {
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.1em;
}

#et-top-navigation {
  display: block;
  position: relative;
  text-align: center;
}

.nav li {
  position: relative;
}
.nav li.et-hover > ul {
  visibility: visible;
}
.nav li:hover > ul, .nav li.et-hover > ul {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.nav li ul {
  visibility: hidden;
  position: absolute;
  top: 52px;
  left: -27px;
  z-index: 9999;
  width: 200px;
  padding: 20px;
  border-top: 3px solid #7ebec5;
  background: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav li li {
  padding: 0;
}
.nav li li ul {
  top: -3px;
  left: 220px;
  z-index: 1000;
}

.et-fixed-header {
  min-height: 30px !important;
  padding: 10px 0 0 !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
.et-fixed-header .et-search-form {
  top: 26px;
}
.et-fixed-header .nav li ul {
  top: 38px;
}
.et-fixed-header .nav li li ul {
  top: -3px;
}
.et-fixed-header nav#top-menu-nav {
  padding-top: 4px;
}
.et-fixed-header #top-menu > li > a {
  padding-bottom: 15px;
}

.nav li li a {
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

#top-menu {
  text-align: center;
}
#top-menu li {
  display: inline-block;
}
#top-menu li:first-child a {
  border-left: 0;
}
#top-menu li li a {
  width: 160px;
  padding: 10px 20px;
}
#top-menu li li.menu-item-has-children > a:first-child::after {
  right: 20px;
}
#top-menu a {
  display: block;
  position: relative;
  padding: 0 2rem;
  border-left: 1px solid #d8d8d8;
  color: #333;
  text-decoration: none;
}
#top-menu a:hover {
  color: #b8895b;
}
#top-menu .menu-item-has-children > a:first-child::after {
  position: absolute;
  top: 2px;
  right: 0;
  color: #b7b7b7;
  content: ' >\0000a0';
  font-size: 9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top-menu .menu-item-has-children > a:first-child {
  padding-right: 14px;
}
#top-menu .mega-menu {
  position: inherit;
}
#top-menu .mega-menu:hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
}
#top-menu .mega-menu.et-hover li ul {
  display: block;
}
#top-menu .mega-menu > ul {
  position: absolute !important;
  top: 62px;
  left: 0 !important;
  width: 1040px !important;
  padding: 30px 20px;
}
#top-menu .mega-menu > ul > li {
  margin: 0 10px;
}
#top-menu .mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  border-bottom: 1px solid #f8f8f8;
  font-weight: bold;
}
#top-menu .mega-menu > ul > li > a:first-child:hover {
  background-color: #fff !important;
}
#top-menu .mega-menu ul li {
  display: block !important;
  float: left !important;
  margin: 0;
  padding: 0 !important;
}
#top-menu .mega-menu li > ul {
  position: relative;
  top: auto;
  left: auto;
  width: 240px !important;
  padding: 0;
  border: 0;
}
#top-menu .mega-menu li ul {
  display: none;
  visibility: visible;
  opacity: 1;
}
#top-menu .mega-menu li > a {
  width: 200px !important;
}
#top-menu .mega-menu .menu-item-has-children > a:first-child::after {
  display: none;
}
.et-fixed-header #top-menu .mega-menu > ul {
  top: 42px;
}

/*---------------[MOBILE MENU]------------------*/
.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 2.5vh;
}
.mobile-menu-wrapper a {
  color: #b8895b;
}
.mobile-menu-wrapper a:hover {
  color: #333;
}
.mobile-menu-wrapper .mobile_menu_bar {
  display: block;
  position: relative;
  float: right;
  padding: 5px 15px 5px 25px;
  padding: 5px 1rem 5px 25px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
}
.mobile-menu-wrapper .mobile_menu_bar span {
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  height: 20px;
  height: 1.5rem;
  width: 11px;
  width: 1.25rem;
}
.mobile-menu-wrapper .mobile_menu_bar span span,
.mobile-menu-wrapper .mobile_menu_bar span span::before,
.mobile-menu-wrapper .mobile_menu_bar span span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #b8895b;
  content: '';
}
.mobile-menu-wrapper .mobile_menu_bar span span {
  top: 0;
}
.mobile-menu-wrapper .mobile_menu_bar span span::before {
  top: 4px;
}
.mobile-menu-wrapper .mobile_menu_bar span span::after {
  top: 8px;
}
.mobile-menu-wrapper .mobile-menu-target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  -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;
}
.mobile-menu-wrapper .mobile-menu-target .mobile-menu-logo-wrapper {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .mobile-menu-wrapper .mobile-menu-target .mobile-menu-logo-wrapper {
    bottom: 50px;
  }
}
.mobile-menu-wrapper .mobile-menu-target .logo-mobile-large {
  display: block;
  margin: 0 50px;
  padding: 11px 0;
  padding: 1rem 0;
}
.mobile-menu-wrapper .mobile-menu-target .logo-mobile-large img {
  display: block;
  height: 2.5em;
  width: auto;
  max-height: 41px;
  margin: 0 auto;
}
.mobile-menu-wrapper .mobile-menu-target ul {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 8em;
}
.mobile-menu-wrapper .mobile-menu-target li {
  display: block;
  position: relative;
  text-align: center;
}
.mobile-menu-wrapper .mobile-menu-target li::before, .mobile-menu-wrapper .mobile-menu-target li::after {
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 11px;
  width: 1rem;
  background: #9c9e9f;
  content: '';
}
.mobile-menu-wrapper .mobile-menu-target li::before {
  left: 50%;
}
.mobile-menu-wrapper .mobile-menu-target li::after {
  right: 50%;
}
.mobile-menu-wrapper .mobile-menu-target li:last-child::before, .mobile-menu-wrapper .mobile-menu-target li:last-child::after {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-target li.current-menu-item a {
  color: #333;
}
.mobile-menu-wrapper .mobile-menu-target li a {
  display: block;
  position: relative;
  padding: 17px 0;
  padding: 1em 0;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.mobile-menu-wrapper .logo-mobile {
  float: left;
  padding: 5px 0;
  overflow: hidden;
}
.mobile-menu-wrapper .logo-mobile svg {
  float: left;
  height: 35px;
  margin: 0 25px;
}
.mobile-menu-wrapper .logo-mobile svg .svg-hover {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.mobile-menu-wrapper .logo-mobile svg:hover .svg-hover {
  fill: #b8895b;
}

.mobile-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  cursor: pointer;
}
.mobile-menu-close::before, .mobile-menu-close::after {
  display: block;
  position: absolute;
  top: 23px;
  left: 13px;
  height: 4px;
  width: 24px;
  background: #b8895b;
  content: '';
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile-menu-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu-close:hover::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-menu-close:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.opened .mobile-menu-close {
  opacity: 1;
  -webkit-transition: opacity .5s linear .2s;
          transition: opacity .5s linear .2s;
}

body.et-wp-pre-3_8.admin-bar #main-header {
  top: 28px;
}

#main-header {
  position: relative;
  width: 100%;
  padding: 0;
}
.fix-nav #main-header {
  height: 0;
}
#main-header .container {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

#logo {
  position: absolute;
  top: 0;
  left: 4rem;
  height: 100%;
  width: auto;
}
#logo svg {
  display: block;
  height: 3rem;
  width: auto;
  margin: .2rem 1rem;
}
#logo .svg-hover {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#logo:hover .svg-hover {
  fill: #b8895b;
}

nav#top-menu-nav {
  font-size: 12px;
  font-size: 1rem;
  text-align: center;
}
nav#top-menu-nav #top-menu {
  padding: 14px 0;
  padding: .9rem 0;
}

#top-menu li.current-menu-item > a,
#top-menu li.current-page-ancestor > a,
.single-project #top-menu #menu-item-78 a,
.single-director #top-menu #menu-item-8616 a {
  color: #b8895b;
}

.menu-meta {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 50px 0 0;
  margin: 1.2rem 5rem 0 0;
  font-size: 12px;
  font-size: .7rem;
}
.menu-meta li {
  display: block;
  float: left;
}
.menu-meta li:last-child a {
  padding-right: 0;
}
.menu-meta li.current-menu-item a {
  color: #b8895b;
}
.menu-meta a {
  padding: 0 10px;
  color: #ababab;
}
.menu-meta a:hover {
  color: #333;
}

#et_top_search {
  display: block;
  position: relative;
  float: right;
  width: 18px;
  margin-top: 16px;
}

.et-search-form {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 1000;
  padding: 20px;
  border-top: 3px solid #7ebec5;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.et-search-form input {
  width: 280px;
  padding: 10px 20px;
  border: 0;
  background-color: #f8f8f8;
  color: #333;
}

@media only screen and (max-width: 979px) {
  #top-menu-nav {
    display: none;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .fix-nav #main-header {
    height: auto;
  }

  nav#top-menu-nav #top-menu,
  .menu-meta,
  #logo {
    display: none;
  }

  #logo {
    margin-bottom: 0;
  }

  #et_top_search {
    float: left;
    margin-top: 17px;
    margin-right: 35px;
  }

  .et_fixed_nav #main-header {
    position: absolute;
  }

  .et-fixed-header {
    min-height: 43px !important;
    padding: 18px 0 19px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .et-fixed-header #logo {
    max-height: 43px;
  }
  .et-fixed-header nav#top-menu-nav {
    padding-top: 11px;
  }
}
@media only screen and (max-width: 659px) {
  #main-header .container {
    position: relative !important;
  }
}
ul.et-social-icons {
  font-size: 60px;
  font-size: 3.5rem;
  line-height: 1;
  list-style-type: none;
}
ul.et-social-icons li {
  display: inline-block;
  margin: 0 60px 0 5px;
  margin: 0 3rem 0 .25rem;
}
ul.et-social-icons li::before {
  display: none;
}

.et-social-icon a {
  display: block;
  position: relative;
  color: #b8895b;
  text-align: center;
  text-decoration: none;
}
.et-social-icon a span {
  display: block;
}
.et-social-icon a span::before {
  width: auto;
}
.et-social-icon a span.them-instagram-full {
  font-size: 58px;
  font-size: 3.3rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.et-social-icon a:hover {
  color: #333;
}

.dark .footer_promo_button,
.et_pb_bg_layout_dark .footer_promo_button {
  background: #202020;
  color: #9c9e9f;
}
.dark .footer-logo,
.et_pb_bg_layout_dark .footer-logo {
  border-color: #9c9e9f;
}
.dark .footer-widget,
.et_pb_bg_layout_dark .footer-widget {
  color: #9c9e9f;
}
.dark .footer-widget a,
.et_pb_bg_layout_dark .footer-widget a {
  color: #f8f8ec;
}
.dark .footer-widget a:hover,
.et_pb_bg_layout_dark .footer-widget a:hover {
  color: #b8895b;
}
.dark .menu-footer a:hover,
.et_pb_bg_layout_dark .menu-footer a:hover {
  color: #b8895b;
}
.dark .footer-info,
.et_pb_bg_layout_dark .footer-info {
  color: #9c9e9f;
}
.dark .et-social-icon a,
.et_pb_bg_layout_dark .et-social-icon a {
  color: #9c9e9f;
}
.dark .et-social-icon a:hover,
.et_pb_bg_layout_dark .et-social-icon a:hover {
  color: #b8895b;
}

.main-footer {
  position: relative;
  padding: 0 5rem 1rem;
  color: #9c9e9f;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: -.1em;
}
.main-footer .them-logo-full {
  display: block;
  position: relative;
  width: 25rem;
  min-width: 250px;
  max-width: 310px;
  margin: 0 auto;
  padding: 2.5rem 0 1rem;
}
.dark .main-footer .them-logo-full .cls-1 {
  fill: #fff;
}
.main-footer .menu-footer ul,
.main-footer .menu-footer li,
.main-footer .menu-footer a,
.main-footer .footer-info ul,
.main-footer .footer-info li,
.main-footer .footer-info a,
.main-footer .footer-widget ul,
.main-footer .footer-widget li,
.main-footer .footer-widget a {
  display: inline-block;
}
.main-footer .footer-widget {
  position: relative;
  float: right;
  font-size: 24px;
}
.main-footer .footer-widget li a {
  padding: 0 .5rem;
}
.main-footer .footer-widget li:last-child a {
  padding-right: 0;
}
.main-footer .footer-widget li:last-child a::before {
  margin-right: 0;
}
.main-footer .footer-widget .widget_text,
.main-footer .footer-widget .textwidget {
  display: inline-block;
}
.main-footer .footer-widget .them-instagram::before {
  font-weight: bold;
}
.main-footer .footer-meta {
  position: relative;
  float: left;
  padding: 0 0 0 2rem;
}
.main-footer .footer-meta span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.main-footer .menu-footer {
  display: inline-block;
}
.main-footer .menu-footer li {
  margin-left: -.2em;
}
.main-footer .menu-footer li a {
  padding: .75rem .5rem;
}
.main-footer .menu-footer li:first-child a {
  padding-left: 0;
}
.main-footer .footer-info {
  display: inline-block;
  padding: .75rem 0 .75rem .5rem;
}
.dark .main-footer .them-logo-full .cls-1, .main-footer.dark .them-logo-full .cls-1 {
  fill: #fff;
}
.dark .main-footer a, .main-footer.dark a {
  color: #b8895b;
}
.dark .main-footer a:hover, .main-footer.dark a:hover {
  color: #fff;
}
@media only screen and (min-width: 1440px) {
  .main-footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1279px) {
  .main-footer .footer-info {
    padding-top: 1.5rem;
  }
  .main-footer .menu-footer a {
    padding: 1.5rem 0;
  }
  .main-footer .them-logo-full {
    max-width: 80%;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 979px) {
  .main-footer {
    padding: 0 3rem 1rem;
  }
  .main-footer .footer-meta {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-widget,
  .main-footer .footer-meta {
    float: none;
    text-align: center;
  }
  .main-footer .footer-widget {
    margin: 0 auto 4rem;
  }
  .main-footer .footer-widget li,
  .main-footer .footer-widget li:last-child {
    padding-right: .5rem;
  }
  .main-footer .footer-widget li a::before,
  .main-footer .footer-widget li:last-child a::before {
    margin-right: .2em;
  }
}
@media only screen and (max-width: 450px) {
  .main-footer .menu-footer {
    display: block;
  }
  .main-footer .menu-footer li a,
  .main-footer .menu-footer li:first-child a,
  .main-footer .menu-footer li:last-child a {
    padding: .75rem .5rem;
  }
  .main-footer .footer-info {
    display: block;
    padding: .75rem .5rem;
  }
}
@media only screen and (max-width: 420px) {
  .main-footer {
    padding: 0 0 5vw;
  }
  .main-footer .them-logo-full {
    padding-bottom: 4rem;
  }
  .main-footer .footer-widget {
    width: 25rem;
    margin: 0 auto 2.5rem;
  }
  .main-footer .footer-widget li a,
  .main-footer .footer-widget li:last-child a {
    padding: 1rem 1.5rem;
  }
}

/*
.address-footer {

  margin: 90px 0 45px;

  .container {
    position: relative;
    z-index: -1;
  }

  .footer-logo {
    position: relative;
    z-index: 10;
    height: .5rem;
    max-width: none;
    overflow: visible;
    border-bottom: 1px solid $color-ci-2;
    text-align: center;
  }

  .et_pb_widget {
    float: none;
    margin: 0;
  }

  .et-social-icons {
    position: absolute;
    bottom: 30px;
    bottom: 2.4rem;
    font-size: 32px;
    font-size: 1.8rem;
    line-height: 1;

    li {
      display: inline-block;
      margin: 0 60px 0 5px;
      margin: 0 3rem 0 .25rem;
    }
  }

  .et-social-icon a {

    span {
      &.them-instagram-full {
        font-size: 30px;
        font-size: 1.7rem;
        transform: translateY(-.1em);
      }
    }
  }

  .main-footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .footer_promo_button {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 20px 40px 40px;
    padding: .5rem 2rem 2rem;
    border: 0;
    background: $color-bg;
    opacity: 1;
    font-size: 15px;
    font-size: .9rem;
    text-transform: uppercase;
    transform: translateY(-20px);
    transform: translateY(-.65rem);
    cursor: pointer;

    &::after {
      display: block;
      position: absolute;
      bottom: .75em;
      left: 0;
      height: .75em;
      width: 100%;
      background: transparent url('images/btn_down.svg') no-repeat center center;
      background-size: contain;
      content: '';
      transition: .2s bottom $ease-out-quart;
    }

    &:hover {

      &::after {
        bottom: .5em;
      }
    }
  }

  .footer-widgets {
    display: flex;
    justify-content: space-between;
  }

  .footer-widget {
    box-sizing: border-box;
    margin: 0 0 90px;
    padding: 100px 10px 0;
    padding: 6rem 10px 0;
    color: #5b5b5b;
    line-height: 1.8;

    p {
      font-size: 15px;
      letter-spacing: 0;
    }

    .title {
      display: inline-block;
      margin: 0 0 0 -.1em;
      padding: 0 0 20px;
      text-align: left;
      vertical-align: middle;

      a {
        display: inline-block;
        color: #333;
        font-size: 15px;
        letter-spacing: -.1em;

        &:hover {
          color: #b8895b;

          span {
            transform: translateY(-.5em);
            transition: transform .2s ease-out;
          }
        }

        span {
          display: inline-block;
          padding-left: .2em;
          color: #b8895b;
          font-size: 120%;
          transition: transform .4s ease-in-out;
        }
      }
    }
  }

  .footer-bottom {
    position: relative;
    padding: 15px 0 5px;
    padding: 2rem 0 1rem;
    font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: .75rem;
    letter-spacing: -.2em;
    line-height: 1.8;
  }

  .footer-info {
    position: relative;
    z-index: -1;
    padding-bottom: 10px;
    color: $color-ci-2;
    text-align: center;

    span {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
    }
  }

  .menu-footer {
    position: absolute;
    top: 15px;
    top: 2rem;
    right: 0;
    z-index: 1;

    a {
      color: #ababab;
      &:hover { color: $color-ci-2; }
    }

    li {
      display: inline-block;
      padding: 0 10px;
      list-style-type: none;
    }
  }

  .dark,
  .et_pb_bg_layout_dark {

    .footer_promo_button {
      background: $color-bg-dark;
      color: $color-txt-footer-light;
    }

    .footer-logo { border-color: $color-txt-footer-light; }

    .footer-widget {
      color: $color-txt-footer-light;

      a {
        color: $color-txt-light;
        &:hover { color: $color-ci-1; }
      }
    }

    .menu-footer a:hover { color: $color-ci-1; }

    .footer-info { color: $color-txt-footer-light; }
  }

  @media only screen and (max-width: 979px) {

    .et-social-icons {
      display: flex;
      position: relative;
      bottom: auto;
      padding: 100px 0 50px;
      font-size: 32px;

      li {
        display: block;
        width: 50%;
        margin: 0;
        text-align: center;

        a {
          display: inline-block;

          span.them-instagram-full {
            font-size: 30px;
            transform: translateY(-.05em);
          }
        }
      }
    }

    .footer-info {
      font-size: 14px;
    }

    .footer-widgets {
      flex-wrap: wrap;
    }

    .footer-widget {

      position: relative;
      width: 50%;
      margin: 0 0 50px;
      padding: 0;
      text-align: center;

      p,
      .title a {
        font-size: 14px;
        text-align: center;
      }

      .title a {
        position: relative;

        span {
          display: block;
          position: absolute;
          top: -25px;
          width: 100%;
          padding: 0 0 25px;
        }
      }
    }

    .menu-footer {
      position: static;
      padding: 25px 0;
      font-size: 14px;
      text-align: center;
    }
  }


  @media only screen and (max-width: 575px) {

    .main-footer-inner {
      padding: 0;
    }


    .et-social-icons {
      padding: 100px 0 75px;

      li {
        padding: 0 10px;
        &:first-child { text-align: right; }
        &:last-child { text-align: left; }
      }
    }

    .footer-widgets {
      display: block;
    }

    .footer-widget {
      width: auto;
      margin: 0 0 75px;
    }
  }
}
*/
/*------------------------------------------------*/
/*-------------------[COLUMNS]--------------------*/
/*------------------------------------------------*/
.et_pb_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.align-cols-center .et_pb_row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-cols-bottom .et_pb_row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.et_pb_column {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.et_pb_column:first-child {
  padding-left: 0;
}
.et_pb_column:last-child {
  padding-right: 0;
}
.et_pb_column .mobile-image,
.et_pb_column .et_pb_device_mobile {
  display: none;
}
.et_pb_column > div {
  z-index: 1;
}
.et_pb_column .et_pb_text {
  position: relative;
  z-index: 40;
  margin: 1.25rem 1vw;
}
.et_pb_column .et_pb_testimonial {
  position: relative;
  z-index: 40;
  margin: 0 50px 100px;
  margin: 1.25rem 1.5rem 2.5rem;
}
.et_pb_column .et_pb_testimonial p:last-of-type {
  margin-bottom: 0;
}
.et_pb_row:last-child .et_pb_column .et_pb_testimonial {
  margin-bottom: 0;
}

.et_pb_column_4_4 {
  width: 100%;
}

.et_pb_column_3_4 {
  width: 74.5%;
}

.et_pb_column_2_3 {
  width: 66.16%;
}

.et_pb_column_1_2 {
  width: 49.5%;
}

.et_pb_column_1_3 {
  width: 32.83%;
}

.et_pb_column_1_4 {
  width: 24.5%;
}

.et_pb_column:first-child .et_pb_text,
.et_pb_column:first-child .et_pb_testimonial {
  margin-left: 6.5vw;
}
.et_pb_column:last-child .et_pb_text, .et_pb_column:last-child .et_pb_testimonial {
  margin-right: 6.5vw;
}
.et_pb_column_1_4:first-child .et_pb_text, .et_pb_column_1_4:first-child .et_pb_testimonial {
  margin-right: .75vw;
  margin-left: 2vw;
}
.et_pb_column_1_4:last-child .et_pb_text, .et_pb_column_1_4:last-child .et_pb_testimonial {
  margin-right: 2vw;
  margin-left: .75vw;
}
.et_pb_column_1_2:nth-child(2):nth-last-child(2) .et_pb_text, .et_pb_column_1_2:nth-child(2):nth-last-child(2) .et_pb_testimonial {
  margin-right: 3.75vw;
  margin-left: 3.75vw;
}
.et_pb_column_1_3:first-child .et_pb_text, .et_pb_column_1_3:first-child .et_pb_testimonial {
  margin-right: 0;
}
.et_pb_column_1_3:last-child .et_pb_text, .et_pb_column_1_3:last-child .et_pb_testimonial {
  margin-left: 0;
}
.et_pb_column_1_3:nth-child(2):nth-last-child(2) .et_pb_text, .et_pb_column_1_3:nth-child(2):nth-last-child(2) .et_pb_testimonial {
  margin-right: 3.25vw;
  margin-left: 3.25vw;
}
.et_pb_column_2_3:first-child .et_pb_text, .et_pb_column_2_3:first-child .et_pb_testimonial {
  margin-right: 1.25vw;
}
.et_pb_column_2_3:last-child .et_pb_text, .et_pb_column_2_3:last-child .et_pb_testimonial {
  margin-left: 1.25vw;
}

@media only screen and (max-width: 767px) {
  .et_pb_row {
    display: block;
  }

  .et_pb_column:nth-child(n):nth-last-child(n) {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_text,
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_testimonial,
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_newsletter_description {
    margin: 2rem 7.5vw;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_text_align_right {
    text-align: left;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container {
    display: none;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.mobile-image, .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.et_pb_device_mobile, .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.et_pb_device_all {
    display: block;
    padding-bottom: 2rem;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.mobile-image img, .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.et_pb_device_mobile img, .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.et_pb_device_all img {
    float: none;
    width: 100%;
  }
  .et_pb_column:nth-child(n):nth-last-child(n) .et_pb_image_container.mobile-image-last {
    padding-bottom: 0;
  }

  .et_pb_column .et_pb_space {
    display: none;
  }

  .section-mobile-image-first {
    padding-top: 0;
  }

  .section-mobile-image-last {
    padding-bottom: 0;
  }
}
.vimeo-thumb .thumb {
  width: 100%;
  box-sizing: border-box;
  border-style: solid;
  border-color: #f8f8ec;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.vimeo-thumb .thumb.loaded {
  opacity: 1;
}

.vimeo-thumb img {
  display: block;
  width: 100%;
}

.vimeo-thumb.loaded .hover-icon,
.et_pb_blurb.loaded .hover-icon,
.et_pb_lightbox.loaded .hover-icon,
.et_pb_session_item.loaded .hover-icon {
  opacity: .9;
}
.vimeo-thumb.loaded img,
.et_pb_blurb.loaded img,
.et_pb_lightbox.loaded img,
.et_pb_session_item.loaded img {
  opacity: 1;
}
.vimeo-thumb img,
.et_pb_blurb img,
.et_pb_lightbox img,
.et_pb_session_item img {
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.vimeo-thumb a:hover img,
.vimeo-thumb a:hover .thumb,
.et_pb_blurb a:hover img,
.et_pb_blurb a:hover .thumb,
.et_pb_lightbox a:hover img,
.et_pb_lightbox a:hover .thumb,
.et_pb_session_item a:hover img,
.et_pb_session_item a:hover .thumb {
  opacity: .7;
}
.vimeo-thumb a:hover .hover-icon,
.et_pb_blurb a:hover .hover-icon,
.et_pb_lightbox a:hover .hover-icon,
.et_pb_session_item a:hover .hover-icon {
  opacity: 1;
}
.vimeo-thumb .hover-icon,
.et_pb_blurb .hover-icon,
.et_pb_lightbox .hover-icon,
.et_pb_session_item .hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.vimeo-thumb .hover-icon div,
.et_pb_blurb .hover-icon div,
.et_pb_lightbox .hover-icon div,
.et_pb_session_item .hover-icon div {
  position: absolute;
  top: -3rem;
  left: -3rem;
  height: 5rem;
  width: 5rem;
  border: .5rem solid #fff;
  border-radius: 100%;
}
.vimeo-thumb .hover-icon div::after, .vimeo-thumb .hover-icon div::before,
.et_pb_blurb .hover-icon div::after,
.et_pb_blurb .hover-icon div::before,
.et_pb_lightbox .hover-icon div::after,
.et_pb_lightbox .hover-icon div::before,
.et_pb_session_item .hover-icon div::after,
.et_pb_session_item .hover-icon div::before {
  display: block;
  position: absolute;
  content: '';
}

.et_pb_lightbox a:hover .hover-icon div::before,
.et_pb_lightbox a:hover .hover-icon div::after,
.session_type_gallery a:hover .hover-icon div::before,
.session_type_gallery a:hover .hover-icon div::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.et_pb_lightbox .hover-icon div::before, .et_pb_lightbox .hover-icon div::after,
.session_type_gallery .hover-icon div::before,
.session_type_gallery .hover-icon div::after {
  background: #fff;
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
}
.et_pb_lightbox .hover-icon div::before,
.session_type_gallery .hover-icon div::before {
  top: 2.25rem;
  left: 1.25rem;
  height: .5rem;
  width: 2.5rem;
}
.et_pb_lightbox .hover-icon div::after,
.session_type_gallery .hover-icon div::after {
  top: 1.25rem;
  left: 2.25rem;
  height: 2.5rem;
  width: .5rem;
}

.session_type_video a:hover .hover-icon div::after,
.et_pb_blurb a:hover .hover-icon div::after {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.session_type_video .hover-icon div::after,
.et_pb_blurb .hover-icon div::after {
  top: 1.5rem;
  left: 1.85rem;
  height: 0;
  width: 0;
  border-width: 1rem 0 1rem 1.75rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
  -webkit-transform-origin: .55rem 1rem;
          transform-origin: .55rem 1rem;
}

.et_pb_blurb,
.et_pb_lightbox {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.et_pb_blurb h4,
.et_pb_lightbox h4 {
  position: relative;
  z-index: 10;
  margin-bottom: -.55em;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.et_pb_blurb h4 a,
.et_pb_lightbox h4 a {
  text-decoration: none;
}
.et_pb_blurb .et_pb_align_inner,
.et_pb_lightbox .et_pb_align_inner {
  text-align: center;
}
.et_pb_blurb a,
.et_pb_lightbox a {
  display: inline-block;
  color: #333;
}
.et_pb_blurb a:hover h4,
.et_pb_lightbox a:hover h4 {
  color: #b8895b;
  -webkit-transition: color .2s;
          transition: color .2s;
}
.et_pb_blurb .et_pb_blurb_overline,
.et_pb_lightbox .et_pb_blurb_overline {
  display: block;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: .3em;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

.et_pb_blurb_content,
.et_pb_lightbox_content {
  position: relative;
  margin: 0 auto;
  -webkit-transition: color .2s;
          transition: color .2s;
}
.et_pb_blurb_content::after,
.et_pb_lightbox_content::after {
  display: block;
  clear: both;
  content: '';
}
.et_pb_blurb_content a,
.et_pb_lightbox_content a {
  font-size: 13px;
  font-size: 1.3rem;
}
.et_pb_blurb_content p:last-of-type,
.et_pb_lightbox_content p:last-of-type {
  padding-bottom: 0;
}

.et_pb_main_blurb_image,
.et_pb_lightbox_image {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
}
.et_pb_main_blurb_image img,
.et_pb_lightbox_image img {
  display: block;
  margin: 0 auto;
}

.et_pb_column_4_4 .et_pb_blurb h4,
.et_pb_column_4_4 .et_pb_lightbox h4 {
  position: relative;
  z-index: 2000;
  font-size: 72px;
  font-size: 7rem;
}
.et_pb_column_4_4 .et_pb_blurb_content .vimeo-thumb {
  margin: 0 0 20px;
}
.et_pb_column_4_4 .et_pb_blurb_content .vimeo-thumb .thumb {
  background-size: cover;
}

.et_pb_column_1_2 .et_pb_blurb h4,
.et_pb_column_1_2 .et_pb_lightbox h4,
.et_pb_column_2_3 .et_pb_blurb h4,
.et_pb_column_2_3 .et_pb_lightbox h4,
.et_pb_column_3_4 .et_pb_blurb h4,
.et_pb_column_3_4 .et_pb_lightbox h4 {
  position: relative;
  z-index: 10;
  font-size: 45px;
  font-size: 4.5rem;
}

.et_pb_bg_layout_dark.et_pb_blurb a, .et_pb_bg_layout_dark.et_pb_lightbox a {
  color: #f8f8ec;
}

@media only screen and (max-width: 979px) {
  .et_pb_blurb_content,
  .et_pb_lightbox_content {
    text-align: center;
  }

  .et_pb_column_4_4 .et_pb_blurb h4,
  .et_pb_column_4_4 .et_pb_lightbox h4 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image,
  .et_pb_column_1_4 .et_pb_blurb .et_pb_lightbox_image,
  .et_pb_column_1_4 .et_pb_blurb .vimeo-thumb,
  .et_pb_column_1_4 .et_pb_lightbox .et_pb_main_blurb_image,
  .et_pb_column_1_4 .et_pb_lightbox .et_pb_lightbox_image,
  .et_pb_column_1_4 .et_pb_lightbox .vimeo-thumb {
    float: none;
    width: 100%;
  }
  .et_pb_column_1_4 .et_pb_blurb h4,
  .et_pb_column_1_4 .et_pb_lightbox h4 {
    font-size: 7.5vw;
  }
  .et_pb_column_1_4 h4,
  .et_pb_column_1_4 h5,
  .et_pb_column_1_4 h6,
  .et_pb_column_1_4 p {
    text-align: inherit;
  }

  .et_pb_column .et_pb_blurb h4,
  .et_pb_column .et_pb_lightbox h4 {
    font-size: 7.5vw;
  }

  .et_pb_blurb_content,
  .et_pb_lightbox_content {
    text-align: center;
  }
}
.et_pb_slider {
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 4rem;
  overflow: hidden;
  background: #ccc;
}
.et_pb_slider .et_pb_align_inner {
  float: none !important;
}
.et_pb_slider .et_pb_slides_text {
  position: absolute;
  bottom: 80px;
  bottom: 4rem;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  padding: 1.25rem;
  -webkit-transition: all .25s linear;
          transition: all .25s linear;
}
.et_pb_slider .et_pb_slides_text .et_pb_testimonial {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 0;
}

.et_pb_slides {
  position: relative;
}
.et_pb_slides .et_pb_slide {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.et_pb_slides .et_pb_slide:first-child {
  visibility: visible;
}
.et_pb_slides .et_pb_slide img {
  display: block;
  width: 100%;
}

.et-pb-slider-arrows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.et-pb-slider-arrows .et-pb-arrow-prev,
.et-pb-slider-arrows .et-pb-arrow-next {
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 10vw;
  min-width: 100px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.et-pb-slider-arrows .et-pb-arrow-prev::before, .et-pb-slider-arrows .et-pb-arrow-prev::after,
.et-pb-slider-arrows .et-pb-arrow-next::before,
.et-pb-slider-arrows .et-pb-arrow-next::after {
  position: absolute;
  top: 50%;
  height: 6px;
  width: 15px;
  background: #333;
  content: ' ';
  -webkit-transition: left .2s ease-in-out;
          transition: left .2s ease-in-out;
}
.et-pb-slider-arrows .et-pb-arrow-prev span,
.et-pb-slider-arrows .et-pb-arrow-next span {
  display: none;
}
.et-pb-slider-arrows .et-pb-arrow-prev {
  left: -100px;
}
.et-pb-slider-arrows .et-pb-arrow-prev::before, .et-pb-slider-arrows .et-pb-arrow-prev::after {
  left: 3vw;
  -webkit-transform-origin: 3px center;
          transform-origin: 3px center;
}
.et-pb-slider-arrows .et-pb-arrow-prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.et-pb-slider-arrows .et-pb-arrow-prev::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.et-pb-slider-arrows .et-pb-arrow-next {
  right: -100px;
}
.et-pb-slider-arrows .et-pb-arrow-next::before, .et-pb-slider-arrows .et-pb-arrow-next::after {
  right: 3vw;
  -webkit-transform-origin: 12px center;
          transform-origin: 12px center;
}
.et-pb-slider-arrows .et-pb-arrow-next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.et-pb-slider-arrows .et-pb-arrow-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.et-pb-slider-arrows:hover .et-pb-arrow-prev,
.et-pb-slider-arrows:hover .et-pb-arrow-next, .et_mobile_device .et-pb-slider-arrows .et-pb-arrow-prev,
.et_mobile_device .et-pb-slider-arrows .et-pb-arrow-next {
  opacity: 1;
}
.et-pb-slider-arrows:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-slider-arrows .et-pb-arrow-prev {
  left: 0;
}
.et-pb-slider-arrows:hover .et-pb-arrow-next, .et_mobile_device .et-pb-slider-arrows .et-pb-arrow-next {
  right: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}
.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}

.et-pb-controllers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 40px;
  bottom: 2rem;
  left: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et-pb-controllers a {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 12px;
  padding: 24px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.et-pb-controllers a:hover .et-pb-control-hover {
  opacity: 1;
}
.et-pb-controllers span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  overflow: hidden;
  background: #b8895b;
  text-indent: -9999px;
}
.et-pb-controllers .et-pb-control-hover,
.et-pb-controllers .et-pb-control-animation {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #fff;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
.et-pb-controllers .et-pb-control-hover {
  opacity: 0;
}
.et-pb-controllers .et-pb-control-animation {
  width: 0;
}

.et-pb-active-control .et-pb-control-animation {
  width: 100%;
}

.et_slider_auto .et-pb-active-control .et-pb-control-animation {
  -webkit-animation-name: auto-slide;
          animation-name: auto-slide;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes auto-slide {
  0% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes auto-slide {
  0% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.et_pb_bg_layout_dark .et_pb_slides_text {
  color: #f8f8ec;
  -webkit-transition: color .25s linear;
          transition: color .25s linear;
}
.et_pb_bg_layout_dark .et-pb-arrow-prev::before, .et_pb_bg_layout_dark .et-pb-arrow-prev::after,
.et_pb_bg_layout_dark .et-pb-arrow-next::before,
.et_pb_bg_layout_dark .et-pb-arrow-next::after {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .et_pb_section_slides {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_slides_text {
    display: none;
  }
}
#gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  height: 100%;
  width: 100%;
}
#gallery-lightbox .close {
  top: 1vw;
  right: 1vw;
  z-index: 100006;
}
#gallery-lightbox .lightbox-pagination {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  z-index: 100004;
  color: #fff;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#gallery-lightbox .lightbox-step {
  position: absolute;
  top: 0;
  z-index: 100005;
  height: 100%;
  width: 10vw;
  min-width: 100px;
  cursor: pointer;
}
#gallery-lightbox .lightbox-step.lightbox-step-fwd {
  right: 0;
  left: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#gallery-lightbox .lightbox-step::before, #gallery-lightbox .lightbox-step::after {
  position: absolute;
  top: 50%;
  left: 3vw;
  height: 6px;
  width: 15px;
  background: #fff;
  content: ' ';
  -webkit-transition: left .2s ease-in-out;
          transition: left .2s ease-in-out;
  -webkit-transform-origin: 3px center;
          transform-origin: 3px center;
}
#gallery-lightbox .lightbox-step::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gallery-lightbox .lightbox-step::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#gallery-lightbox .lightbox-step:hover::before, #gallery-lightbox .lightbox-step:hover::after {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: slides-ctrl-hover;
          animation-name: slides-ctrl-hover;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
#gallery-lightbox .lightbox-slides {
  height: 100%;
  width: 100%;
}
#gallery-lightbox .lightbox-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100002;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0s linear .2s;
          transition: opacity 0s linear .2s;
}
#gallery-lightbox .lightbox-slide-active {
  z-index: 100003;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
@-webkit-keyframes slides-ctrl-hover {
  0% {
    left: 3vw;
  }
  25% {
    left: 3.1vw;
  }
  50% {
    left: 2.9vw;
  }
  100% {
    left: 3vw;
  }
}
@keyframes slides-ctrl-hover {
  0% {
    left: 3vw;
  }
  25% {
    left: 3.1vw;
  }
  50% {
    left: 2.9vw;
  }
  100% {
    left: 3vw;
  }
}
@media only screen and (max-width: 576px) {
  #gallery-lightbox .close {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 420px) {
  #gallery-lightbox .close {
    top: -.5vw;
    right: -.5vw;
  }
}
@media only screen and (orientation: portrait) {
  #gallery-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gallery-lightbox .lightbox-slides {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}

.xi-jam-session-social,
.dark .main-content .xi-jam-session-social {
  display: inline-block;
  position: relative;
  margin: 0 1.5rem;
  overflow: hidden;
  color: inherit;
}
.xi-jam-session-social:hover,
.dark .main-content .xi-jam-session-social:hover {
  color: #b8895b;
}
.xi-jam-session-social span,
.dark .main-content .xi-jam-session-social span {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden;
  font-size: 45px;
}
.xi-jam-session-social span::before,
.dark .main-content .xi-jam-session-social span::before {
  margin: 0;
}
.xi-jam-session-social.xi-jam-session-social-fb span,
.dark .main-content .xi-jam-session-social.xi-jam-session-social-fb span {
  font-size: 42px;
  line-height: 1.6em;
}

.xi-jam-session-social-widget .xi-to-clipboard-success {
  padding: 22px 30px 22px 65px;
  font-size: 15px;
  line-height: 1.2;
}
.xi-jam-session-social-widget .xi-to-clipboard-success span {
  top: 10px;
  font-size: 35px;
}

#jam-sessions {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
}
#jam-sessions .xi-js-original {
  display: none;
}
#jam-sessions .et_pb_column_1_2 {
  width: 50%;
  padding: 0 2vw;
}
#jam-sessions h3 {
  position: relative;
  margin: 0;
  padding: 14rem 0;
  font-size: 2rem;
  text-align: right;
}

.xi-parallax .et_pb_row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.et_pb_session_item {
  margin: 0 0 75px;
  cursor: pointer;
}
.et_pb_session_item .session-image {
  position: relative;
  margin: 0 auto;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.et_pb_session_item:hover h2 {
  color: #b8895b;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.et_pb_session_item img {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.et_pb_session_item h2 {
  position: relative;
  padding: 0;
  font-size: 36px;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.et_pb_session_item a {
  display: block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #jam-sessions .et_pb_column {
    display: none;
  }
  #jam-sessions .xi-js-original {
    display: block;
  }
  #jam-sessions h3 {
    margin: 0;
    padding: 2rem 0 7rem;
    font-size: 2.5rem;
    text-align: center;
  }
  #jam-sessions .et_pb_session_item {
    margin: 0 0 50px;
  }
}
#work-overview-no-matches {
  display: none;
}

#work-overview {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
}
#work-overview .xi-pf-original {
  display: none;
}
#work-overview .et_pb_column_1_3 {
  width: 40%;
}
#work-overview .et_pb_column_2_3 {
  width: 50%;
}
#work-overview a {
  color: #fff;
}

.overview-no-matches {
  display: none;
  border: 0;
  color: #fff;
}

.xi-parallax .et_pb_row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.filter-container {
  position: relative;
  z-index: 1000;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 5rem;
}
.filter-container .filter-container-left {
  float: left;
}
.filter-container .filter-container-left .filter-item:first-of-type {
  margin-left: 0;
}
.filter-container .filter-container-right {
  float: right;
}
.filter-container .filter-item {
  display: block;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  padding-top: 7px;
  color: #b8895b;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -.2em;
  -webkit-transition: color .4s ease;
          transition: color .4s ease;
}
.filter-container .filter-item .filter-title {
  cursor: pointer;
}
.filter-container .filter-item .filter-title:hover, .filter-container .filter-item.active .filter-title, .filter-container .filter-item.open .filter-title, .filter-container .filter-item.filter-label {
  color: #fff;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
.filter-container .filter-search {
  float: right;
  height: 30px;
  min-width: 30px;
  margin: 0;
  padding-top: 0;
}
.filter-container .filter-search form {
  display: block;
  position: relative;
  height: 30px;
  width: 140px;
  padding-right: 30px;
  overflow: hidden;
}
.filter-container .filter-search input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 2px;
  border: 0;
  border-bottom: 1px solid #b8895b;
  background: transparent;
  color: #fff;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: -.2em;
  line-height: 12px;
}
.filter-container .filter-search span {
  display: none;
  position: absolute;
  top: 7px;
  right: -16px;
  height: 16px;
  width: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 14px;
  text-align: center;
  text-indent: -.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  cursor: pointer;
}
.filter-container .filter-search span:hover {
  color: #b8895b;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.filter-container .filter-search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  font-size: 18px;
  -webkit-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
  cursor: pointer;
}
.filter-container .filter-search-button:hover {
  color: #fff;
}
.filter-container .filter-dropdown {
  float: right;
  margin: 0 40px 0 0;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.filter-container .filter-dropdown .filter-title::after {
  position: absolute;
  top: 2px;
  right: -15px;
  color: #fff;
  content: '›';
  font-size: 17px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-container .filter-dropdown.active .filter-title::after {
  display: none;
}
.filter-container .filter-dropdown.active .filter-reset {
  display: inline;
}
.filter-container .filter-dropdown .filter-reset {
  display: none;
  position: relative;
}
.filter-container .filter-dropdown .filter-reset span {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  height: 16px;
  width: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 14px;
  text-align: center;
  text-indent: -.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  cursor: pointer;
}
.filter-container .filter-dropdown .filter-reset:hover span {
  color: #b8895b;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.filter-container .filter-list {
  display: none;
  position: relative;
  clear: both;
}
.filter-container .filter-list ul {
  display: block;
  padding: 15px 0;
}
.filter-container .filter-list li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  padding: 6px 0 8px;
  color: #fff;
  font-size: 11px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  cursor: pointer;
}
.filter-container .filter-list li:hover, .filter-container .filter-list li.active {
  color: #b8895b;
}
.filter-container .filter-list li,
.filter-container .filter-list .brand-list-label {
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -.2em;
  line-height: 11px;
}
.filter-container .filter-list .brand-list-label {
  position: absolute;
  left: -1.75em;
  padding: 6px 0 0;
  color: #b8895b;
  font-size: 13px;
}
.filter-container .filter-list .filter-list-brand-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.filter-container .filter-list .brand-list-box {
  position: relative;
  width: 12.5%;
  box-sizing: border-box;
  padding: 1em 1em 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.filter-container .filter-list .brand-list-box ul {
  padding: 0;
}
.filter-container .filter-list .brand-list-box li {
  display: block;
  float: none;
  margin: 0;
  padding: 6px 0 2px;
  line-height: 1.2;
  text-align: left;
}

.js #work-overview .et_pb_row {
  opacity: .001;
}

.single-project .et_pb_testimonial {
  padding-bottom: 2rem;
}
.single-project .et_pb_section:first-child {
  padding-top: 0;
}
.single-project .et_pb_section,
.single-project .et_pb_section:last-child {
  padding-bottom: 0;
}
.single-project #main-content {
  margin-top: 0;
}

.btn-down-detail {
  height: 50px;
  width: 100px;
  margin: 5px auto 10px;
  background: transparent url("images/btn_down_light-2x.png") no-repeat center 15px;
  background-size: 20px 10px;
  -webkit-transition: background-position .1s;
          transition: background-position .1s;
  cursor: pointer;
}
.btn-down-detail:hover {
  background-position: center 25px;
}

#service-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 45px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service-links h4 {
  display: none;
}
#service-links .et_pb_widget {
  display: block;
  position: relative;
  float: none;
  width: auto !important;
  margin: 0;
  padding: 0;
  border-left: 1px solid #525253;
  color: #b8895b;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: -.2em;
}
#service-links .et_pb_widget.widget_execphp {
  border-left: 0;
}
#service-links .et_pb_widget.widget_execphp a {
  border-left: 1px solid #525253;
}
#service-links .et_pb_widget:first-of-type {
  border-left: 0;
}
#service-links .et_pb_widget a,
#service-links .et_pb_widget span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  padding: 0 1.5rem;
  -webkit-transition: color .4s;
          transition: color .4s;
  cursor: pointer;
}
#service-links .et_pb_widget a:hover,
#service-links .et_pb_widget span:hover,
#service-links .et_pb_widget .share-open {
  color: #fff;
}
#service-links .service-link-overview::before {
  display: inline-block;
  content: '‹ ';
}

#at3win #at3winheader h3 {
  letter-spacing: 0;
}

.table-col::after {
  display: block;
  clear: both;
  content: ' ';
}

.table-col-left, .table-col-right {
  float: left;
  box-sizing: border-box;
  padding: 2px 10px;
}
.et_pb_credits.et_pb_bg_layout_light .table-col-left,
.et_pb_credits.et_pb_bg_layout_light .table-col-right {
  color: #333;
}

.table-col-left {
  width: 45%;
  color: #9c9e9f;
  letter-spacing: .3em;
  text-align: right;
  text-rendering: optimizeSpeed;
}

.table-col-right {
  width: 55%;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.2rem;
  letter-spacing: -.2em;
  line-height: 1.7;
}

.et_pb_portfolio_item {
  margin: 0 0 75px;
}
.et_pb_portfolio_item.hidden {
  display: none;
}
.et_pb_portfolio_item a:hover h2 {
  color: #b8895b;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.et_pb_portfolio_item a:hover h2 span {
  color: #fff;
}
.et_pb_portfolio_item a:hover .project-image {
  opacity: .5;
}
.et_pb_portfolio_item a img {
  opacity: 1;
}
.et_pb_portfolio_item a .project-image {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.et_pb_portfolio_item h2 {
  position: relative;
  padding: 0;
  font-size: 36px;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.et_pb_portfolio_item h2 span {
  display: block;
  margin-left: .2em;
  color: #fff;
  font-family: 'Arnhem Pro', Georgia, Times, serif;
  font-size: 15px;
  letter-spacing: .3em;
  line-height: 1.2em;
  text-align: center;
  text-rendering: optimizeSpeed;
}
.et_pb_portfolio_item .project-image {
  position: relative;
  margin: 0 auto;
}
.et_pb_portfolio_item .project-image-loader {
  display: none;
}

.js .et_pb_portfolio_item .project-image-loader {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #303030;
  background: transparent url("images/loader-dark.gif") no-repeat center center;
}

.et_pb_portfolio_item a,
.et_pb_portfolio_item img {
  display: block;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .filter-container .filter-list .brand-list-box {
    width: 16.66%;
  }
}
@media only screen and (max-width: 1280px) {
  .filter-container .filter-list .brand-list-box {
    width: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .filter-container .filter-list .brand-list-box {
    width: 25%;
  }
}
@media only screen and (max-width: 979px) {
  .filter-container {
    text-align: center;
  }
  .filter-container .filter-container-left {
    margin-bottom: 10px;
  }
  .filter-container .filter-item {
    margin: 0 10px;
  }
  .filter-container .filter-dropdown {
    margin: 0 20px 0 10px;
  }
  .filter-container .filter-search,
  .filter-container .filter-search input {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
  .filter-container .filter-search form {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 840px) {
  .filter-container .filter-list .brand-list-box {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  #service-links {
    padding: 0;
  }

  .single-project .et_pb_text {
    padding-top: 0;
  }
}
@media only screen and (max-width: 659px) {
  .filter-container .filter-container-left {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .filter-container .filter-item {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .filter-container .filter-search,
  .filter-container .filter-search input {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  #pf-filter-container .filter-container-left,
  .filter-container .filter-container-right,
  .filter-container .filter-container-br {
    display: none;
  }

  #work-overview .et_pb_column_1_3,
  #work-overview .et_pb_column_2_3 {
    float: none;
    width: 100%;
  }

  .table-col {
    padding: 0 0 17px;
  }

  .table-col:first-of-type {
    padding-top: 25px;
  }

  .table-col-left,
  .table-col-right {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .table-col-right {
    margin-left: -.4em;
  }

  #service-links,
  #loop-sub-page {
    display: none;
  }
}
/*------------------------------------------------*/
/*--------------------[CASES]---------------------*/
/*------------------------------------------------*/
.xi-cases {
  margin-bottom: 0;
  padding-top: 0;
}
.xi-cases .et_pb_row {
  display: block;
}

.xi-case-wrapper {
  position: relative;
  min-height: 20vh;
  background: #f8f8ec;
}
.xi-case-wrapper .xi-case-target {
  display: none;
  position: relative;
}
.xi-case-wrapper .xi-case-target .et_pb_section:first-child {
  padding-top: 150px;
  padding-top: 7.5rem;
}
.xi-case-wrapper .xi-loader-ani {
  bottom: auto;
  z-index: 20;
  height: 66vh;
}

.et_pb_cases {
  margin-bottom: 0;
  padding: 0;
}
.et_pb_cases.et_pb_bg_layout_light.slick-slider .slick-dots li::before {
  background: #333;
}
.et_pb_cases.et_pb_bg_layout_light.slick-slider .cases-slick-arrow::after {
  color: #b8895b;
}
.et_pb_cases.et_pb_bg_layout_light .et_pb_case h3 {
  color: #333;
}
.et_pb_cases .slick-list {
  margin: 0 5px;
  overflow: visible;
}
.et_pb_cases .cases-slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 7vw;
  cursor: pointer;
}
.et_pb_cases .cases-slick-arrow::after {
  display: block;
  position: absolute;
  top: 45%;
  right: 1vw;
  z-index: -1;
  opacity: 0;
  color: #fff;
  content: '\e803';
  font-family: 'them-icons';
  font-size: 20px;
  font-size: .75rem;
  text-align: right;
  text-indent: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.et_pb_cases .cases-slick-arrow:hover::after {
  opacity: 1;
}
.et_pb_cases .cases-slick-arrow.cases-slick-next {
  right: 0;
  left: auto;
}
.et_pb_cases .cases-slick-arrow.cases-slick-next::after {
  right: auto;
  left: 1vw;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.et_pb_cases.slick-slider {
  box-sizing: border-box;
}
.et_pb_cases.slick-slider .et_pb_case {
  opacity: 1;
}
.et_pb_cases.slick-slider .slick-dots {
  padding: 20px 0;
  text-align: center;
}
.et_pb_cases.slick-slider .slick-dots button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.et_pb_cases.slick-slider .slick-dots li {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}
.et_pb_cases.slick-slider .slick-dots li::before {
  top: 8px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #fff;
  content: '';
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
.et_pb_cases.slick-slider .slick-dots li:hover::before, .et_pb_cases.slick-slider .slick-dots li.slick-active::before {
  background: #b8895b;
}
.et_pb_cases .et_pb_case {
  position: relative;
  padding: 0 2vw;
  opacity: 0;
  text-align: center;
}
.et_pb_cases .et_pb_case h4 {
  margin: 0;
  color: #b8895b;
  font-size: 26px;
  font-size: 1.5rem;
  text-align: inherit;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
.et_pb_cases .et_pb_case p {
  font-size: 18px;
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: 1.2;
  text-align: inherit;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
.et_pb_cases .et_pb_case img {
  width: 100%;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.et_pb_cases .et_pb_case a {
  display: block;
}
.et_pb_cases .et_pb_case a:hover h4,
.et_pb_cases .et_pb_case a:hover p {
  color: #fff;
}
.et_pb_cases .et_pb_case a:hover img {
  opacity: 1;
}
.et_pb_cases .et_pb_case a:hover .et_pb_case_content {
  background: #b8895b;
}
.et_pb_cases .et_pb_case a:hover .et_pb_case_image::after {
  opacity: .3;
}
.et_pb_cases .et_pb_case a:hover .et_pb_case_more {
  color: #fff;
}
.et_pb_cases .et_pb_case h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  margin: 0;
  padding: 0 25px 25px;
  padding: 0 1.25em 1.25em;
  color: #fff;
  font-size: 25px;
  font-size: 1.25rem;
  line-height: 1.5em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et_pb_cases .et_pb_case .et_pb_case_image {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.et_pb_cases .et_pb_case .et_pb_case_image::after {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  height: 110%;
  width: 110%;
  background: #b8895b;
  opacity: 0;
  content: '';
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear;
}
.et_pb_cases .et_pb_case .et_pb_case_text {
  min-height: 130px;
  min-height: 8rem;
  padding: 18px;
  padding: 1rem;
}
.et_pb_cases .et_pb_case .et_pb_case_text h4 {
  padding: .5em 0 .25em;
}
.et_pb_cases .et_pb_case .et_pb_case_content {
  background: #fff;
  color: #343434;
  line-height: 1.75;
  -webkit-transition: background .2s ease;
          transition: background .2s ease;
}
.et_pb_cases .et_pb_case .et_pb_case_more {
  display: none;
  position: absolute;
  right: 2vw;
  bottom: 1.5rem;
  left: 2vw;
}
#cases .et_pb_cases .et_pb_case .et_pb_case_more {
  display: block;
}
#cases .et_pb_cases .et_pb_case .et_pb_case_more::after {
  display: block;
  color: #b8895b;
  content: '\e803';
  font-family: 'them-icons';
  font-size: 20px;
  font-size: .75rem;
  text-indent: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#cases .et_pb_cases .et_pb_case .et_pb_case_more span {
  visibility: hidden;
}
#cases .et_pb_cases .et_pb_case a:hover .et_pb_case_more::after {
  color: #fff;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media only screen and (max-width: 1440px) {
  .et_pb_cases .et_pb_case p {
    font-size: 14px;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_cases .et_pb_case {
    margin-bottom: 0;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text {
    min-height: 90px;
    padding-bottom: 3em;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text h3,
  .et_pb_cases .et_pb_case .et_pb_case_text h4 {
    padding: .25em 0 .5em;
    font-size: 2rem;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text p {
    margin: 0;
    font-size: 16px;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text .et_pb_case_more {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    color: #b8895b;
    font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: -.1em;
  }
  .et_pb_cases .et_pb_case .et_pb_case_text .et_pb_case_more::after {
    display: inline-block;
    content: ' >';
  }
  #cases .et_pb_cases .et_pb_case .et_pb_case_more::after {
    font-size: 1rem;
  }
  .et_pb_cases .slick-list {
    margin: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .et_pb_cases .et_pb_case .et_pb_case_title {
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
  }
}

/*------------------------------------------------*/
/*------------------[DIRECTORS]-------------------*/
/*------------------------------------------------*/
.et_pb_directors {
  margin: 0 0 -1.5rem;
  padding: 0 1.5rem;
}

.et_pb_director_item {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 .75rem 1.5rem;
  letter-spacing: -.2em;
  text-align: center;
}
.xi-director-xl .et_pb_director_item {
  float: none;
  width: 50%;
  margin: 0 auto;
  padding: 0 .75rem;
}
.xi-director-xl .et_pb_director_item a {
  padding-bottom: 50%;
}
.xi-director-xl .et_pb_director_item h2 {
  font-size: 2rem;
}
.xi-director-xl .et_pb_director_item .subtitle {
  font-size: 1.33rem;
}
.et_pb_director_item img {
  display: none;
}
.et_pb_director_item h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem 1rem 1rem .8rem;
  background: transparent;
  color: #b8895b;
  font-size: 27px;
  font-size: 1.5rem;
  -webkit-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
  -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;
}
.et_pb_director_item h2 .subtitle {
  display: block;
  padding: .75rem 0;
  color: #f8f8ec;
  font-size: 18px;
  font-size: 1rem;
}
.et_pb_director_item a {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #333;
}
.et_pb_director_item a::after {
  display: block;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: 20;
  height: 102%;
  width: 102%;
  background: #000;
  opacity: 0;
  content: '';
  -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
.et_pb_director_item a:hover::after {
  opacity: .7;
  -webkit-transition: opacity .1s ease-in-out;
          transition: opacity .1s ease-in-out;
}
.et_pb_director_item a:hover h2 {
  color: #b8895b;
  -webkit-transition: color .1s ease-in-out;
          transition: color .1s ease-in-out;
}

.director-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.director-image.loaded {
  display: block;
}

@media only screen and (min-width: 769px) {
  #directors .xi-section-overlap-bottom:nth-child(2) {
    padding-top: 4rem;
  }
  #directors .xi-section-overlap-bottom:nth-child(2) .et_pb_testimonial {
    margin-top: 0;
  }
  #directors .et_pb_section:first-child {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  .et_pb_director_item {
    width: 33.33%;
  }
  .xi-director-xl .et_pb_director_item {
    width: 66.66%;
  }
}
@media only screen and (max-width: 768px) {
  .et_pb_directors {
    margin: 0;
  }

  .et_pb_director_item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .et_pb_director_item {
    width: 100%;
    padding: 0 0 1.5rem;
  }
  .et_pb_director_item h2, .xi-director-xl .et_pb_director_item h2 {
    font-size: 6vw;
  }
  .et_pb_director_item h2 .subtitle, .xi-director-xl .et_pb_director_item h2 .subtitle {
    font-size: 4vw;
  }
  .xi-director-xl .et_pb_director_item {
    width: 100%;
  }
}
/*------------------------------------------------*/
/*--------------[DIRECTOR DETAILS]----------------*/
/*------------------------------------------------*/
.xi-vimeo-gallery {
  margin-bottom: 0;
  padding: 0;
}
.xi-vimeo-gallery .et_pb_row {
  display: block;
}
.xi-vimeo-gallery .et_pb_vimeogallery {
  margin-bottom: 0;
  padding: 0;
}
.xi-vimeo-gallery .et_pb_vimeogallery.et_pb_bg_layout_light.slick-slider .slick-dots li::before {
  background: #333;
}
.xi-vimeo-gallery .et_pb_vimeogallery.et_pb_bg_layout_light.slick-slider .vimeo-slick-arrow {
  background: rgba(248, 248, 236, 0.7);
}
.xi-vimeo-gallery .et_pb_vimeogallery.et_pb_bg_layout_light.slick-slider .vimeo-slick-arrow:hover::before, .xi-vimeo-gallery .et_pb_vimeogallery.et_pb_bg_layout_light.slick-slider .vimeo-slick-arrow:hover::after {
  background: #333;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-list {
  margin: -.5rem;
  padding: 0 7rem;
  overflow: visible;
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 6.5rem;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
  cursor: pointer;
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::before, .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 2rem;
  height: 6px;
  width: 15px;
  background: #b8895b;
  content: ' ';
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
  -webkit-transform-origin: 3px center;
          transform-origin: 3px center;
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow:hover::before, .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow:hover::after {
  background: #fff;
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow.vimeo-slick-next {
  right: 0;
  left: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider {
  box-sizing: border-box;
  margin-bottom: 80px;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .et_pb_vimeoitem {
  opacity: 1;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -80px;
  height: 80px;
  width: 100%;
  padding: 0;
  -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;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots li {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots li::before {
  top: 8px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #fff;
  content: '';
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
.xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots li:hover::before, .xi-vimeo-gallery .et_pb_vimeogallery .slick-slider .slick-dots li.slick-active::before {
  background: #b8895b;
}
.xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem {
  position: relative;
  padding: 0 .75rem;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem.slick-slide {
  opacity: .3;
}
.xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem.slick-current, .xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem.slick-active {
  opacity: 1;
}
.xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem a:hover img {
  opacity: .7;
}
.xi-vimeo-gallery .et_pb_vimeogallery .et_pb_vimeoitem a img {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
.xi-vimeo-gallery .et_pb_vimeogallery h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem 1rem 1rem .8rem;
  background: transparent;
  color: #b8895b;
  font-size: 27px;
  font-size: 1.5rem;
  -webkit-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
  -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;
}
.xi-vimeo-gallery .et_pb_vimeogallery h2 .thumb-subtitle {
  display: block;
  padding: .75rem 0;
  color: #f8f8ec;
  font-size: 18px;
  font-size: 1rem;
}
.xi-vimeo-gallery .et_pb_vimeogallery h6 {
  position: relative;
  z-index: 35;
  margin: 0 70px 140px;
  margin: 0 3.5rem 7rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .single-director .et_pb_column .et_pb_image_container,
  .single-director .et_pb_column:first-child .et_pb_image_container,
  .single-director .et_pb_column:last-child .et_pb_image_container {
    display: block;
  }
  .single-director .et_pb_column .et_pb_image_container img,
  .single-director .et_pb_column:first-child .et_pb_image_container img,
  .single-director .et_pb_column:last-child .et_pb_image_container img {
    float: none;
  }

  .xi-vimeo-gallery .et_pb_vimeogallery h6 {
    margin: 0 7.5vw 5em;
    text-align: left;
  }
  .xi-vimeo-gallery .et_pb_vimeogallery .slick-list {
    padding: 0 7.5vw;
  }
  .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow {
    width: 6.5vw;
  }
  .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::before, .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::after {
    left: 2vw;
  }
}
@media only screen and (max-width: 577px) {
  .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::before, .xi-vimeo-gallery .et_pb_vimeogallery .vimeo-slick-arrow::after {
    display: none;
  }
  .xi-vimeo-gallery .et_pb_vimeogallery h6 .no-wrap {
    white-space: normal;
  }
}
/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideWidth {
  0% {
    width: 0;
  }
}
@keyframes slideWidth {
  0% {
    width: 0;
  }
}
.et-waypoint,
.xi-waypoint {
  opacity: 0;
}

.et_pb_counters {
  margin-bottom: 30px;
  opacity: 1;
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_tabs_controls {
  padding: 0 !important;
  line-height: inherit !important;
  list-style: none !important;
}

.et_pb_animation_off,
.et-animated,
.xi-animated {
  opacity: 1;
}

.et_pb_animation_top.et-animated {
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeTop 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

.et_pb_animation_right.et-animated {
  -webkit-animation: fadeRight 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeRight 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

.et_pb_animation_bottom.et-animated {
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeBottom 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

.et_pb_animation_left.et-animated {
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeLeft 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

.et_pb_animation_parallax.et-animated {
  -webkit-animation: fadeIn 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeIn 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

.et-animated li span .et_pb_counter_amount {
  -webkit-animation: slideWidth 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: slideWidth 1s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}

@-webkit-keyframes xi-loader-ani {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes xi-loader-ani {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.xi-loader-ani {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
}
.loaded .xi-loader-ani {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
  pointer-events: none;
}
.xi-loader-ani::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5rem;
  width: 5rem;
  margin-top: -3rem;
  margin-left: -3rem;
  border: 0.5rem solid rgba(171, 171, 171, 0.5);
  border-top-color: #fff;
  border-radius: 100%;
  content: '';
  -webkit-animation: xi-loader-ani .6s linear infinite;
          animation: xi-loader-ani .6s linear infinite;
}

/*------------------------------------------------*/
/*--------------------[COVER]---------------------*/
/*------------------------------------------------*/
.cover-screen {
  position: relative;
  z-index: 99998;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.cover-screen .cover-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.cover-screen .center {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.cover-screen .scroll-down {
  height: 10vw;
  min-height: 100px;
  width: 25vw;
  min-width: 250px;
  max-width: 420px;
  margin-left: -50%;
  font-size: 0;
  cursor: pointer;
}
@-webkit-keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
@keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
.cover-screen .scroll-down .btn-down {
  height: .9vw;
  min-height: 10px;
  max-height: 15px;
  margin-top: 7.5%;
  background: transparent url("images/btn_down.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: arrow-bounce 1s infinite;
          animation: arrow-bounce 1s infinite;
}
.cover-screen .scroll-down img {
  width: 100%;
}

.scroll-down-large {
  position: absolute;
  bottom: 150px;
  z-index: 1000;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.scroll-down-large.full-height {
  bottom: 0;
}

.single-project .cover-screen .cover-image {
  background-position: center top;
}
.single-project .scroll-down {
  display: none;
}
.single-project .scroll-down img {
  display: block;
  margin: 0 auto;
}

a.cover-vimeo-button,
.cover-vimeo-button a {
  display: block;
  position: absolute;
  bottom: 70px;
  z-index: 1000;
  padding: 10px 5px 10px 40px;
  background: transparent url("images/btn_play_light-2x.png") no-repeat 0 -57px;
  background-size: 30px 90px;
  color: #fff;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -.1em;
  text-transform: uppercase;
}

a.cover-vimeo-button:hover,
.cover-vimeo-button a:hover {
  background-position: 0 3px;
}

.btn-dark a.cover-vimeo-button,
.btn-dark .cover-vimeo-button a {
  background-image: url("images/btn_play_dark-2x.png");
  color: #333;
}

.et_pb_blurb_content .vimeo-thumb .btn-play {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: transparent url("images/btn_play_2x.png") no-repeat center center;
  background-size: 30px;
  opacity: .6;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
.et_pb_blurb_content .vimeo-thumb .btn-play:hover {
  background: transparent url("images/btn_play_2x.png") no-repeat center center;
  background-size: 30px;
  opacity: 1;
}

.cover-fullsize-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cover-fullsize-link span {
  display: inline-block;
  margin: -50% 0 0 -50%;
  padding: 20px 15px 20px 50px;
  background: transparent url("images/btn_play_light-2x.png") no-repeat 10px -43px;
  background-size: 30px 90px;
  color: #fff;
  font-family: 'The Marmalade', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -.2em;
  text-transform: uppercase;
}

.cover-vimeo-button-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
}

.cover-fullsize-link
.cover-fullsize-link:hover span {
  background-position: 10px 17px;
}

.btn-dark .cover-vimeo-button-center span {
  background-image: url("images/btn_play_dark-2x.png");
  color: #333;
}

.cover-vimeo-button-left {
  left: 80px;
}

.cover-vimeo-button-right {
  right: 80px;
}

.et_mobile_device_not_ipad img {
  display: block;
  width: 100%;
  max-width: auto;
}
.et_mobile_device_not_ipad .cover-vimeo-button-center {
  top: 40%;
}
.et_mobile_device_not_ipad .cover-vimeo-button-center a {
  margin-top: -15px;
  margin-left: -62%;
}
.et_mobile_device_not_ipad .cover-vimeo-button-left {
  bottom: 10px;
  left: 10px;
}
.et_mobile_device_not_ipad .cover-vimeo-button-right {
  right: 5px;
  bottom: 10px;
}
.et_mobile_device_not_ipad .cover-vimeo-button-single {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.et_mobile_device_not_ipad .cover-vimeo-button-single .cover-vimeo-button-left,
.et_mobile_device_not_ipad .cover-vimeo-button-single .cover-vimeo-button-right {
  position: relative;
  margin-left: -60%;
}
.et_mobile_device_not_ipad a.cover-vimeo-button,
.et_mobile_device_not_ipad .cover-vimeo-button a {
  padding: 10px 5px 15px 30px;
  background: transparent url("images/btn_play_mobile_light-2x.png") no-repeat 0 3px;
  background-size: 23px 23px;
  font-size: 9px;
}
.et_mobile_device_not_ipad a.cover-vimeo-button:hover,
.et_mobile_device_not_ipad .cover-vimeo-button a:hover {
  background-position: 0 3px;
}
.et_mobile_device_not_ipad.btn-dark a.cover-vimeo-button, .et_mobile_device_not_ipad.btn-dark .cover-vimeo-button a {
  background-image: url("images/btn_play_mobile_dark-2x.png");
}

.et_pb_promo_button,
.et_pb_newsletter_button {
  display: block;
  margin: 0 0 2em;
  padding: 1rem 1.2em 1rem 1rem;
  border: 2px solid #b8895b;
  color: #b8895b;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -.1em;
  text-align: center;
}

a.et_pb_promo_button,
a.et_pb_newsletter_button {
  -webkit-transition: color .4s, border .4s, background .4s;
          transition: color .4s, border .4s, background .4s;
}
a.et_pb_promo_button:hover,
a.et_pb_newsletter_button:hover {
  background: #b8895b;
  color: #fff;
  -webkit-transition: color .2s, border .2s, background .2s;
          transition: color .2s, border .2s, background .2s;
}

.et_pb_promo {
  margin: 0 auto;
  text-align: center;
}
.et_pb_promo a {
  display: inline-block;
  box-sizing: border-box;
}
.et_pb_column_4_4 .et_pb_promo a {
  min-width: 25%;
}
.et_pb_column_2_3 .et_pb_promo a {
  min-width: 33.33333%;
}
.et_pb_column_1_2 .et_pb_promo a {
  min-width: 50%;
}
.et_pb_column_1_3 .et_pb_promo a {
  min-width: 66.66666%;
}
.et_pb_column_1_4 .et_pb_promo a {
  display: block;
}
.et_pb_column_1_4:first-child .et_pb_promo a {
  margin-left: 10px;
}
.et_pb_column_1_4:last-child .et_pb_promo a {
  margin-right: 10px;
}

@media only screen and (max-width: 979px) {
  .et_pb_column_4_4 .et_pb_promo a {
    min-width: 50%;
  }
  .et_pb_column_1_2 .et_pb_promo a {
    min-width: 66%;
  }
  .et_pb_column_2_3 .et_pb_promo a {
    min-width: 50%;
  }
  .et_pb_column_1_3 .et_pb_promo a {
    display: block;
  }
  .et_pb_column_1_3:first-child .et_pb_promo a {
    margin-left: 10px;
  }
  .et_pb_column_1_3:last-child .et_pb_promo a {
    margin-right: 10px;
  }
  .et_pb_column_1_4 .et_pb_promo a {
    display: inline-block;
    min-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_column .et_pb_promo a, .et_pb_column:first-child .et_pb_promo a, .et_pb_column:last-child .et_pb_promo a {
    display: inline-block;
    min-width: 66%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .et_pb_column .et_pb_promo a, .et_pb_column:first-child .et_pb_promo a, .et_pb_column:last-child .et_pb_promo a {
    display: block;
  }
}
.et_pb_newsletter {
  margin-bottom: 30px;
  padding: 40px 0;
}
.et_pb_newsletter.et_pb_signup_progress a.et_pb_newsletter_button, .et_pb_newsletter.et_pb_signup_success a.et_pb_newsletter_button, .et_pb_newsletter.et_pb_signup_error a.et_pb_newsletter_button {
  cursor: default;
}
.et_pb_newsletter.et_pb_signup_progress a.et_pb_newsletter_button:hover, .et_pb_newsletter.et_pb_signup_success a.et_pb_newsletter_button:hover, .et_pb_newsletter.et_pb_signup_error a.et_pb_newsletter_button:hover {
  background: #b8895b;
  color: #fff;
}
.et_pb_newsletter.et_pb_signup_progress a.et_pb_newsletter_button .xi-loader-ani {
  opacity: 1;
}
.et_pb_newsletter.et_pb_signup_progress a.et_pb_newsletter_button .newsletter-send {
  opacity: 0;
}
.et_pb_newsletter.et_pb_signup_progress a.et_pb_newsletter_button .newsletter-sent {
  opacity: 0;
}
.et_pb_newsletter.et_pb_signup_success a.et_pb_newsletter_button .xi-loader-ani {
  opacity: 0;
}
.et_pb_newsletter.et_pb_signup_success a.et_pb_newsletter_button .newsletter-send {
  opacity: 0;
}
.et_pb_newsletter.et_pb_signup_success a.et_pb_newsletter_button .newsletter-sent {
  opacity: 1;
}
.et_pb_newsletter a.et_pb_newsletter_button {
  display: block;
  position: relative;
  width: 20%;
  margin-left: 1rem;
  background: #b8895b;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.et_pb_newsletter a.et_pb_newsletter_button:hover {
  background: rgba(184, 137, 91, 0.25);
  color: #b8895b;
}
.et_pb_newsletter a.et_pb_newsletter_button .newsletter-send,
.et_pb_newsletter a.et_pb_newsletter_button .newsletter-sent,
.et_pb_newsletter a.et_pb_newsletter_button .xi-loader-ani {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.et_pb_newsletter a.et_pb_newsletter_button .xi-loader-ani {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.et_pb_newsletter a.et_pb_newsletter_button .newsletter-sent {
  position: absolute;
  top: 1rem;
  right: 1.2em;
  bottom: 1rem;
  left: 1rem;
  opacity: 0;
}
.et_pb_newsletter a.et_pb_newsletter_button .xi-loader-ani::before {
  height: 1rem;
  width: 1rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-color: rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
}

.et_pb_newsletter_field_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 10%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.et_pb_newsletter_field_wrapper input {
  display: block;
  width: 40%;
  margin: 0 0 2em;
  padding: 1rem 1.2em 1rem 1rem;
  border: 2px solid #b8895b;
  background: transparent;
  color: #333;
  font-family: inherit;
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: normal;
  -webkit-transition: box-shadow .2s, border-color .2s;
          transition: box-shadow .2s, border-color .2s;
  -webkit-box-flex: 1;
  -webkit-flex: 1 2 auto;
      -ms-flex: 1 2 auto;
          flex: 1 2 auto;
}
.et_pb_newsletter_field_wrapper input:focus {
  border-color: #b8895b;
}
.dark .et_pb_newsletter_field_wrapper input, .et_pb_bg_layout_dark .et_pb_newsletter_field_wrapper input {
  border: 2px solid #f8f8ec;
  color: #f8f8ec;
}
.et_pb_signup_error .et_pb_newsletter_field_wrapper input {
  border-color: #f00;
}

.xi-image-margin {
  margin: 0 2.5rem;
}

.xi-remove-padding-bottom {
  padding-bottom: 0;
}

/*------------------------------------------------*/
/*----------------[AUTOPLAY VIDEO]----------------*/
/*------------------------------------------------*/
.et_pb_autoplay iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.et_pb_autoplay .et_pb_autoplay_container {
  position: relative;
}
.et_pb_autoplay .et_pb_align_inner {
  float: none !important;
}

/*------------------------------------------------*/
/*-----------------[PROGRESS BAR]-----------------*/
/*------------------------------------------------*/
.xi-scroll-progress {
  padding-bottom: 0;
}
.xi-scroll-progress .xi-scroll-progress-outer-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
.xi-scroll-progress .xi-scroll-progress-outer-wrapper.xi-scroll-progress-fixed {
  position: fixed;
  bottom: auto;
}
.xi-scroll-progress .xi-scroll-progress-inner-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #202020;
}
.xi-scroll-progress .xi-scroll-progress-bar {
  position: absolute;
  top: 1.6rem;
  right: 6rem;
  left: 6rem;
  height: 2px;
  overflow: hidden;
  background: #5c5c5c;
}
.xi-scroll-progress .xi-scroll-progress-bar-state {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background: #b8895b;
  -webkit-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.xi-scroll-progress .xi-scroll-progress-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  z-index: 10;
  padding: .75rem 5rem .5rem;
  font-size: .75rem;
  letter-spacing: -.1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xi-scroll-progress .xi-scroll-progress-nav-item {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.xi-scroll-progress .xi-scroll-progress-nav-item:first-child {
  text-align: left;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.xi-scroll-progress .xi-scroll-progress-nav-item:first-child span {
  margin-left: 0;
}
.xi-scroll-progress .xi-scroll-progress-nav-item:last-child {
  text-align: right;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.xi-scroll-progress .xi-scroll-progress-nav-item:last-child span {
  margin-right: 0;
}
.xi-scroll-progress .xi-scroll-progress-nav-item a {
  display: inline-block;
  margin-left: -.2em;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.xi-scroll-progress .xi-scroll-progress-nav-item a:hover {
  color: #f8f8ec;
}
.xi-scroll-progress .xi-scroll-progress-nav-item span {
  display: block;
  height: 1.5em;
  width: 1.5em;
  margin: 0 auto .5em;
  overflow: hidden;
  border: 0.5em solid #202020;
  border-radius: 100%;
  background: #b8895b;
  color: #f8f8ec;
  letter-spacing: .1em;
  line-height: 1.5em;
  text-align: center;
}

.et_pb_section .progress-section-overline {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  font-family: 'Arnhem Pro', Georgia, Times, serif;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: .3em;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

.xi-section-toggle .xi-section-toggle-footer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .xi-scroll-progress-outer-wrapper {
    display: none;
  }

  .xi-section-toggle.xi-section-toggle-closed,
  .xi-section-toggle .xi-section-toggle-footer,
  .xi-section-toggle .xi-section-toggle-header {
    cursor: pointer;
  }
  .xi-section-toggle .xi-section-toggle-footer {
    display: block;
    width: 100px;
    margin: -10px auto 0;
  }
  .xi-section-toggle .xi-section-toggle-content {
    display: none;
    padding: 0 0 50px;
  }
  .xi-section-toggle .xi-section-toggle-icon {
    position: relative;
    height: 31px;
    width: 31px;
    margin: 0 auto;
    border: 2px solid #b8895b;
    border-radius: 100%;
  }
  .xi-section-toggle .xi-section-toggle-icon::before, .xi-section-toggle .xi-section-toggle-icon::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 8px;
    height: 3px;
    width: 15px;
    background: #b8895b;
    content: '';
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .xi-section-toggle .xi-section-toggle-icon::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .xi-section-toggle .xi-section-toggle-icon::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .xi-section-toggle .xi-section-toggle-footer:hover .xi-section-toggle-icon::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .xi-section-toggle .xi-section-toggle-footer:hover .xi-section-toggle-icon::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .xi-section-toggle.xi-section-toggle-closed .xi-section-toggle-icon::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .xi-section-toggle.xi-section-toggle-closed .xi-section-toggle-icon::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .xi-section-toggle.xi-section-toggle-closed:hover .xi-section-toggle-icon::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .xi-section-toggle.xi-section-toggle-closed:hover .xi-section-toggle-icon::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/*------------------------------------------------*/
/*-----------------[UNDERLINE ANI]----------------*/
/*------------------------------------------------*/
u {
  text-decoration: none;
}
u > span {
  display: inline-block;
  position: relative;
  padding: 0 .275em 0 0;
  white-space: nowrap;
}
u > span > span {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 100%;
  width: 0;
  border-bottom: 1px solid #b8895b;
  content: '';
  -webkit-transition-property: width;
          transition-property: width;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
u > span:last-of-type {
  padding-right: 0;
}
u > span:last-of-type > span {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
u > span:first-of-type > span {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
u.xi-animated > span > span {
  width: 100%;
}
u.xi-animated > span:last-of-type {
  padding-right: 0;
}
u.xi-animated > span:last-of-type > span {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
u.xi-animated > span:first-of-type > span {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*------------------------------------------------*/
/*-----------------[SECTION CTAs]-----------------*/
/*------------------------------------------------*/
.xi-promo-button-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.xi-promo-button-row .et_pb_column {
  min-height: 0;
}
.xi-promo-button-row .et_pb_column_1_3 .et_pb_promo {
  position: absolute;
  z-index: 27;
  width: 100%;
}
.xi-promo-button-row .et_pb_column_1_3 .et_pb_promo_button {
  margin: 0;
  padding: .5rem 1rem 2rem;
  border: 0;
  color: #b8895b;
  font-size: 15px;
  font-size: .9rem;
  text-transform: uppercase;
}
.xi-promo-button-row .et_pb_column_1_3 .et_pb_promo_button::after {
  display: block;
  position: absolute;
  bottom: .75rem;
  left: 0;
  height: .75rem;
  width: 100%;
  background: transparent url("images/btn_down.svg") no-repeat center center;
  background-size: contain;
  content: '';
  -webkit-transition: 0.2s bottom cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: 0.2s bottom cubic-bezier(0.165, 0.84, 0.44, 1);
}
.xi-promo-button-row .et_pb_column_1_3 .et_pb_promo_button:hover {
  border: 0;
  background: transparent;
  color: #b8895b;
}
.xi-promo-button-row .et_pb_column_1_3 .et_pb_promo_button:hover::after {
  bottom: .5rem;
}
.xi-promo-button-row .et_pb_column_1_3:nth-child(2) .et_pb_promo {
  top: -7.5rem;
  left: 0;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.xi-promo-button-row .et_pb_column_1_3:nth-child(2) .et_pb_promo_button {
  display: inline-block;
  color: #333;
  font-family: inherit;
  letter-spacing: .2em;
  cursor: pointer;
}
.xi-promo-button-row .et_pb_column_1_3:nth-child(2) .et_pb_bg_layout_dark .et_pb_promo_button {
  color: #fff;
}
.xi-promo-button-row .et_pb_column_1_3:nth-child(2) .et_pb_bg_layout_dark .et_pb_promo_button:hover {
  color: #b8895b;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo {
  display: none;
  position: fixed;
  top: 50%;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -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;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-top, .xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-bottom, .xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-center,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-top,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-bottom,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-top, .xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-bottom,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-top,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-bottom {
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, top 0s linear 0.5s;
          transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, top 0s linear 0.5s;
  pointer-events: none;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-top,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-top {
  top: 40%;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-bottom,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-bottom {
  top: 60%;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo.xi-promo-center,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo.xi-promo-center {
  opacity: 1;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo_button,
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo_button {
  position: absolute;
  padding: .5rem 1rem 2rem;
  white-space: nowrap;
}
.xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo {
  left: 4.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo {
  right: 4.6rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.xi-promo-button-row .xi-sticky-promo-mobile {
  display: none;
}
@media only screen and (max-width: 979px) {
  .xi-promo-button-row .et_pb_column_1_3:first-child .et_pb_promo {
    left: 5vw;
  }
  .xi-promo-button-row .et_pb_column_1_3:last-child .et_pb_promo {
    right: 5vw;
  }
}

.xi-sticky-promo-mobile {
  display: none;
}
.xi-sticky-promo-mobile:last-child {
  padding-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .et_pb_row:first-child .et_pb_column:first-child .xi-sticky-promo,
  .et_pb_row:first-child .et_pb_column:last-child .xi-sticky-promo {
    display: none;
  }

  .et_pb_promo,
  .xi-sticky-promo-mobile {
    display: block;
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }

  .xi-scroll-promo {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  .xi-scroll-promo-pre {
    padding-bottom: 3em;
  }
  .xi-scroll-promo-pre .et_pb_row:last-child .et_pb_text:last-child,
  .xi-scroll-promo-pre .et_pb_row:last-child .et_pb_space:last-child {
    display: block;
    height: auto !important;
    padding-bottom: 4rem;
  }
}
/*------------------------------------------------*/
/*----------------[SECTION OVERLAP]---------------*/
/*------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .xi-section-overlap {
    padding-top: 0;
  }
  .xi-section-overlap .et_pb_text:first-child h1:first-child,
  .xi-section-overlap .et_pb_text:first-child h2:first-child {
    margin-top: -.95em;
  }
  .xi-section-overlap .et_pb_row:first-child .et_pb_column_1_3:nth-child(2) .et_pb_promo {
    top: -9rem;
  }

  .xi-section-overlap-pre {
    padding-bottom: 12rem;
  }

  .xi-section-overlap-bottom {
    margin: 0 0 -10rem;
  }
}
/*------------------------------------------------*/
/*----------------[SHIFTED CONTENT]---------------*/
/*------------------------------------------------*/
.xi-shifted-content .et_pb_column:first-child .et_pb_image_container.xi-image-margin {
  margin: 0 0 0 5rem;
}
.xi-shifted-content .et_pb_column:last-child .et_pb_image_container.xi-image-margin {
  margin: 0 5rem 0 -2.5rem;
}
.xi-shifted-content .et_pb_column_1_2:last-child .xi-shift-wrapper {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}
.xi-shifted-content .et_pb_column_1_2:last-child .xi-shift-wrapper h3 {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}
@media only screen and (max-width: 767px) {
  .xi-shifted-content .et_pb_column_1_2:last-child .xi-shift-wrapper,
  .xi-shifted-content .et_pb_column_1_2:last-child .xi-shift-wrapper h3 {
    -webkit-transform: none;
            transform: none;
  }
}

/*------------------------------------------------*/
/*---------------[COPY TO CLIPBOARD]--------------*/
/*------------------------------------------------*/
.xi-to-clipboard-success-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.xi-to-clipboard-success {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem 1.2em 1rem 4rem;
  border: 2px solid #333;
  opacity: 0;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: -.1em;
  white-space: nowrap;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s ease-in-out 1.5s, opacity 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: transform 0s ease-in-out 1.5s, opacity 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.xi-to-clipboard-success.xi-to-clipboard-success-visible {
  opacity: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s linear;
          transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s linear;
}
.et_pb_bg_layout_dark .xi-to-clipboard-success {
  border-color: #f8f8ec;
}
.xi-to-clipboard-success span {
  display: block;
  position: absolute;
  top: .5rem;
  left: 1rem;
  height: 100%;
  font-size: 36px;
  font-size: 1.8rem;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .xi-to-clipboard-success-wrapper {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    text-align: center;
  }

  .xi-to-clipboard-success {
    display: inline-block;
    position: relative;
    min-width: 50%;
    -webkit-transform: translateX(0) translateY(50px);
            transform: translateX(0) translateY(50px);
  }
  .xi-to-clipboard-success.xi-to-clipboard-success-visible {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .xi-to-clipboard-success-wrapper {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }

  .xi-to-clipboard-success {
    min-width: 66%;
  }
}
@media only screen and (max-width: 575px) {
  .xi-to-clipboard-success {
    display: block;
  }
}
/*------------------------------------------------*/
/*-------------------[CONTACT]--------------------*/
/*------------------------------------------------*/
.et_pb_person {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.et_pb_person.et_pb_person_has_image .et_pb_person_name {
  padding-top: 1em;
}
.et_pb_person.person-padding-top .et_pb_person_title {
  padding-top: 2em;
}
.et_pb_person .et_pb_person_image img {
  display: block;
  width: 100%;
}
.et_pb_person .et_pb_person_title {
  margin-bottom: .75em;
  font-size: 1.2rem;
}
.et_pb_person .et_pb_person_name {
  margin: 0;
  padding: 2em 1em .75em;
  color: #b8895b;
  font-size: 1.2rem;
}
.et_pb_person .et_pb_person_content {
  background: #fff;
}
.et_pb_person .et_pb_person_text {
  padding: 0 .75em 2em;
}
.et_pb_person .et_pb_person_text p {
  margin: 0;
}
.et_pb_person .them-location {
  padding: .5em 0 0;
  color: #b8895b;
  text-align: center;
}

#contact .et_pb_promo_button {
  margin: 0 0 1em;
}
#contact .contact-intro {
  margin-bottom: -140px;
  margin-bottom: -7rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #contact .contact-cards:not(.contact-cards-small) .et_pb_row {
    display: block;
  }
  #contact .contact-cards:not(.contact-cards-small) .et_pb_column {
    width: auto;
  }
  #contact .et_pb_section:last-child {
    padding: 200px 0 0;
    padding: 10rem 0 0;
  }
  #contact .contact-intro {
    margin-bottom: -200px;
    margin-bottom: -10rem;
  }
}
@media only screen and (max-width: 576px) {
  #contact .contact-intro {
    margin-bottom: -150px;
    margin-bottom: -7.5rem;
  }
}

.contact-cards .et_pb_row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-cards .et_pb_row:last-child {
  margin-bottom: -180px;
  margin-bottom: -10rem;
}
.contact-cards .et_pb_person {
  position: relative;
  height: 100%;
  width: 21vw;
  overflow: hidden;
}
.contact-cards .et_pb_person_content::before {
  position: absolute;
  top: 5em;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  content: '';
}
.contact-cards .et_pb_column_1_3:nth-child(1) .et_pb_person {
  margin: 0 0 0 auto;
}
.contact-cards .et_pb_column_1_3:nth-child(3) .et_pb_person {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .contact-cards .et_pb_person {
    width: 28vw;
  }
  .contact-cards .et_pb_column_1_4 {
    width: 50%;
  }
  .contact-cards .et_pb_column_1_4:nth-child(1), .contact-cards .et_pb_column_1_4:nth-child(2) {
    margin-bottom: 2em;
  }
  .contact-cards .et_pb_column_1_4:nth-child(1) .et_pb_person, .contact-cards .et_pb_column_1_4:nth-child(3) .et_pb_person {
    margin-right: 2vw;
  }
  .contact-cards .et_pb_column_1_4:nth-child(2) .et_pb_person, .contact-cards .et_pb_column_1_4:nth-child(4) .et_pb_person {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .contact-cards {
    padding: 200px 0 100px;
    padding: 10rem 0 5rem;
  }
  .contact-cards .et_pb_person {
    font-size: 1.75vw;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person {
    width: auto;
    margin: 3em 7.5vw 0;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_content {
    font-size: 1.2em;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_image {
    float: left;
    width: 38.75vw;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_name {
    padding-top: 7.5%;
    padding-bottom: 1em;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_name,
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_text {
    margin-left: 38.75vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_title,
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person_name {
    font-size: 1.3em;
  }
  .contact-cards .et_pb_column:first-child .et_pb_person {
    margin-top: 0;
  }
  .contact-cards.contact-cards-small .et_pb_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-cards.contact-cards-small .et_pb_column_1_3,
  .contact-cards.contact-cards-small .et_pb_column_1_4 {
    width: 50%;
  }
  .contact-cards.contact-cards-small .et_pb_column_1_3 .et_pb_person_name,
  .contact-cards.contact-cards-small .et_pb_column_1_3 .et_pb_person_text,
  .contact-cards.contact-cards-small .et_pb_column_1_4 .et_pb_person_name,
  .contact-cards.contact-cards-small .et_pb_column_1_4 .et_pb_person_text {
    margin-left: 0;
  }
  .contact-cards.contact-cards-small .et_pb_column:nth-child(1) .et_pb_person,
  .contact-cards.contact-cards-small .et_pb_column:nth-child(3) .et_pb_person {
    margin: 0 3.75vw 0 7.5vw;
  }
  .contact-cards.contact-cards-small .et_pb_column:nth-child(2) .et_pb_person,
  .contact-cards.contact-cards-small .et_pb_column:nth-child(4) .et_pb_person {
    margin: 0 7.5vw 0 3.75vw;
  }
  .contact-cards.contact-cards-small .et_pb_column:nth-child(3),
  .contact-cards.contact-cards-small .et_pb_column:nth-child(4) {
    padding-top: 3em;
  }
  .contact-cards.contact-cards-small .et_pb_column:nth-child(n) .et_pb_person_name {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .contact-cards {
    padding: 150px 0 100px;
    padding: 7.55rem 0 5rem;
  }
  .contact-cards .et_pb_column {
    padding: 0 7.5vw;
  }
  .contact-cards .et_pb_column:first-child .et_pb_person {
    padding: 0;
  }
  .contact-cards .et_pb_column:nth-child(n) .et_pb_person {
    width: auto;
    padding: 3.75rem 7.5vw 0;
  }
  .contact-cards .et_pb_person_title,
  .contact-cards .et_pb_person_name {
    font-size: 1.5rem;
  }
  .contact-cards .et_pb_person_text {
    font-size: 1.5rem;
  }
  .contact-cards .et_pb_person_content::before {
    display: none;
  }
}

.privacy-layer {
  display: none;
}
.privacy-layer .et_pb_widget > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #d4d6d8 url("images/privacy-dummy.png") no-repeat center center;
  background: #d4d6d8;
  font-size: 14px;
}
.privacy-layer .privacy-layer-text {
  margin: 15px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.privacy-layer .privacy-layer-button {
  width: 150px;
  margin: 15px 10px;
  font-family: 'The Marmalade', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -.1em;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.privacy-layer .privacy-layer-button a,
.privacy-layer .privacy-layer-button span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  border: 1px solid #b8895b;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  cursor: pointer;
}
.privacy-layer .privacy-layer-button a {
  color: #b8895b;
}
.privacy-layer .privacy-layer-button a:hover {
  background: #b8895b;
  color: #fff;
}
.privacy-layer .privacy-layer-button span {
  background: #b8895b;
  color: #fff;
}
.privacy-layer .privacy-layer-button span:hover {
  background: transparent;
  color: #b8895b;
}
.privacy-layer .privacy-layer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.privacy-layer .privacy-layer-col:first-child {
  text-align: right;
}
.privacy-layer .privacy-layer-col:last-child {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1280px) {
  .privacy-layer .et_pb_widget > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .privacy-layer .privacy-layer-col {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .privacy-layer .privacy-layer-col {
    display: block;
    width: 50%;
  }
  .privacy-layer .privacy-layer-col:first-child, .privacy-layer .privacy-layer-col:last-child {
    text-align: center;
  }
  .privacy-layer .privacy-layer-text {
    margin: 10px 0 5px;
  }
  .privacy-layer .privacy-layer-button {
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 979px) {
  .privacy-layer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-layer .et_pb_widget > div {
    display: block;
  }
  .privacy-layer .privacy-layer-col {
    width: auto;
  }
  .privacy-layer .privacy-layer-col:first-child {
    padding: 10px 0 0;
  }
  .privacy-layer .privacy-layer-col:first-child .privacy-layer-text {
    margin: 0 0 10px;
  }
  .privacy-layer .privacy-layer-col:last-child {
    padding: 0 0 10px;
  }
  .privacy-layer .privacy-layer-col:last-child .privacy-layer-text {
    margin: 10px 0;
  }
  .privacy-layer .privacy-layer-button {
    margin: 0 auto;
  }
}

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