@font-face {
    font-family: 'GlossyDisplay-Light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/GlossyDisplay-Light.woff2') format('woff2'),
         url('/fonts/GlossyDisplay-Light.ttf') format('truetype');
}

/* Inter as stand-in for missing Neue Haas Grotesk files */
@font-face {
    font-family: 'NeueHaasGroteskDisp-Pro-55-Rg';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/Inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'NeueHaasGroteskDisp-Pro-55-Rg';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/Inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'NeueHaasGroteskDisp-Pro-65-Md';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/Inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'NeueHaasGroteskDisp-Pro-65-Md';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/Inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body {
    font-size: 14px;
    color: #786e38;
    letter-spacing: 1px;
    font-family: 'NeueHaasGroteskDisp-Pro-55-Rg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn-primary {
    background: #786e38;
    border-color: #786e38;
}
.btn-primary:hover {
    background: #fe4502;
    border-color: #fe4502;
}
.btn-primary:focus {
    outline: 0;
    box-shadow: none;
    background: #fe4502;
    border-color: #fe4502;
}

h1 {
    text-transform: uppercase;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


/**
 * Sections
 */

/**
 * Topbar
 */
 .topbar {
    color: #fff;
    font-size: 12px;
    background: #786e38;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.topbar a {
    color: #fff;
    text-decoration: underline;
}

/**
 * Navigation
 */
.master-header {
    line-height: 100px;
    background: #faf9f6;
}
.master-header li {
    white-space: nowrap;
}
.master-header li a {
    color: #fe4502;
    font-size: 8px;
    text-transform: uppercase;
}


/**
 * Header
 */
.master-header {
    color: #1a1a1a;
    line-height: 100px;
    height: 100px;
    font-size: 16px;
    z-index: 33;
    position: relative;
}

.logo-primary img {
    height: 80px;
}

.mobile-nav-trigger {
    height: 100px;
}
.mobile-nav-trigger .trigger {
    width: 23px;
    height: 20px;
    display: block;
    position: relative;
    float: right;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav-trigger .trigger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mobile-nav-trigger .trigger span:nth-child(1) {
    top: 0
}

.mobile-nav-trigger .trigger span:nth-child(2),
.mobile-nav-trigger .trigger span:nth-child(3) {
    top: 9px
}

.mobile-nav-trigger .trigger span:nth-child(4) {
    top: 18px
}

.mobile-nav-trigger .trigger.open span:nth-child(1),
.mobile-nav-trigger .trigger.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

.mobile-nav-trigger .trigger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-nav-trigger .trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.off-canvas-nav-list,
.mobile-nav {
    top: 0;
    right: -100%;
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    font-size: 14px;
    display: block;
    transition-duration: .3s;
}

.off-canvas-nav-list {
    position: absolute;
    padding: 25px 20px;
    background: #3e3e3e;
    box-shadow: inset 3px 0 5px 0 #2b2b2b;
    -moz-box-shadow: inset 3px 0 5px 0 #2b2b2b;
    -webkit-box-shadow: inset 3px 0 5px 0 #2b2b2b
}

.off-canvas-nav-list .nav.menu a {
    color: #fafafa
}

.off-canvas-nav-list .nav.menu li {
    line-height: 30px
}

.off-canvas-nav-list .nav.menu .nav-child {
    padding-left: 20px
}

.mobile-nav {
    position: fixed;
    padding: 25px 20px;
    background: #faf9f6;
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.mobile-nav ul li {
    color: #000;
    line-height: 50px;
    display: block;
    font-size: 28px;
    margin-bottom: 30px;
}

.mobile-nav a {
    color: #000;
    text-decoration: none;
}

.mobile-nav ul.sub-menu li {
    margin-left: 10px;
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #484848
}

.mobile-nav ul.sub-menu li:last-child {
    border: 0
}

.wrapper {
    /* opacity: 0.7;*/
    position: relative;
    background: #fff;
    transition-duration: .3s;
}

.off-canvas-slide {
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
}


/**
 * Title
 */
.master-title h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: minion-pro-display, Georgia, 'Times New Roman', serif;
    font-style: normal;
}

.title-copy {
    font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
}

.reviews h5.i {
    font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal;
}


/*
 * Sections
 */
section {
    position: relative;
}

section.pink {
    background: #f7e6e2;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.green {
    background: #e8edd2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title h2 {
    color: #fe4502;
}
.section-title span {
    width: 90px;
    height: 2px;
    background: #fe4502;
    display: block;
}

.body-copy {
    font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
    font-size: 25px;
    line-height: 34px;
}

.img-contr-inner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 0.9s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}


.flower-shape {
    float: right;
    max-width: 20px;
    margin-top: -45px;
}

.img-contr {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
}

.flower-0,
.copy-container-0 {
    margin-top: 50px;
}

.copy-container-0 .section-title {
    margin-bottom: 0;
}

.copy-container-0 .body-copy,
.copy-container-1 .body-copy,
.copy-container-2 .body-copy,
.copy-container-3 .body-copy {
    margin-top: 30px;
}
.img-contr-0 {
    height: 300px;
    position: relative;
}
.img-contr-0 .img-contr-inner{
    background-image: url(/img/slideshow-zero/event-img-3.jpg);
}
.slideshow-0 {
    margin-top: 60px;
    margin-bottom: 25px;
}
.event-button {
    position: relative;
    right: -115px;
    float: right;
    top: -200px;
}

.copy-container-1 .h6,
.copy-container-2 .h6,
.copy-container-3 .h6 {
    font-size: 12px;
}

.img-contr-1 .img-contr-inner {
    background-image: url(/img/slideshow-one/FTH-view-2.jpg);
}
.img-contr-1 {
    height: 400px;
    float: left;
}

.img-contr-2 .img-contr-inner {
    background-image: url(/img/slideshow-one/B10-View2.jpg);
}
.img-contr-2 {
    height: 210px;
}
.flower-1 {
   margin-top: 15px; 
}

.img-contr-3 .img-contr-inner {
    background-image: url(/img/slideshow-one/G12-Sofa-view.jpg);
}
.img-contr-3 {
    height: 200px;
}

.img-contr-5 .img-contr-inner {
    background-image: url(/img/Soho-House-Istanbul_2019_Img19436.jpg);
    
}
.img-contr-5 {
    height: 400px;
    margin-bottom: 35px;
}
.copy-container-1 {
    margin-top: 3px;
    margin-bottom: 50px;
}

#BespokeLuxury {
    padding-top: 50px;
    padding-bottom: 50px;
}

#BespokeLuxury .col-img {
    position: relative;
}
.img-contr-4 .img-contr-inner {
    background-image: url(/img/slideshow-one/G12-Bed-view-2.jpeg);
}
.img-contr-4 {
    width: 236px;
    height: 350px;
    position: relative;
    margin-bottom: 50px;
    float: right;
}
.copy-container-2 {
    margin-bottom: 35px;
}

.flower-3 {
    float: left;
    margin-left: 15px;
}

.flower-4 {
    margin-top: 0;
}

#RestoredElegance .col-img {
    top:175px;
}
.img-contr-6 .img-contr-inner{
    background-image: url(/img/slideshow-three/DSC_1002.jpg);
}
.img-contr-6 {
    height: 300px;
    position: relative;
    margin-bottom: 35px;
}
.copy-container-3 {
    position: relative;
    margin-bottom: 50px;
}


/**
 * Subscribe
 */
.subscribe .body-copy {
    font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
    font-size: 25px;
    line-height: 34px;
}
.subscribe input {
    border: 0;
    font-size: 18px;
    color: #786e38;
    width: 100%;
    padding: 10px 5px;
    background: transparent;
    font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
    border-bottom: 1px solid #786e38;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.subscribe  input:focus, .subscribe input:hover {
    outline:none;
    border-bottom-color: rgb(120 110 56 / 80%);
}
.subscribe input::placeholder {
    color: #786e38;
}
.subscribe input.button {
    text-indent: -999px;
    position: absolute;
    border: 0;
    right: 10px;
    bottom: 0;
    padding: 0;
    margin: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23786e38' stroke-width='2'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E") center / 22px no-repeat;
}

.social img {
    width: 30px;
}

.circle {
    width: 70px;
    height: 70px;
    top: 30px;
    right: -35px;
    position: absolute;
    z-index: 1;
    border: 1px solid #786e38;
    border-radius: 50%;
    background: transparent;
}
.circle-2 {
    right: -35px;
    bottom: 15px;
    left: auto;
    top: auto;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}


/**
 * Footer
 */
.footer {
    font-size: 12px;
    background: #786e38;
}

.footer img {
    max-width: 150px;
}

.footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: unbderline;
}
.copyright {
    border-color: #fff !important;
}


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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    width: 100%;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    overflow: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-loading .slick-list {
    background: #fff url(/img/ajax-loader.gif) center center no-repeat
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -20px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23786e38' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    background-size: contain;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    opacity: 0.7;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
    transform: rotate(180deg);
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    padding: 1px 6px;
    border: 1px solid #786e38;
    line-height: 14px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    overflow: hidden;
    padding: 1px;
    margin: 5px auto;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li.slick-active button{
    background: #786e38;
}

.newsticker .newsticker-container {
  position: relative;
  height: 30px;
  overflow: hidden;
}

.newsticker .newsticker-one,
.newsticker .newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}

.newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #555555;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}



@media (min-width:992px) {

    .master-title h1 {
        font-size: 60px;
    }

    .master-header li a {
        font-size: 14px;
    }

    /*
     * Sections
     */
    #Event,
    #BespokeLuxury,
    #CommunityHub,
    #RestoredElegance {
        padding-top:100px;
        padding-bottom: 100px;
    }
    .section-title span {
        width: 120px;
        height: 2px; 
        background: #fe4502;
        display: block;
    }
    
    /**
     * Section 0
     */
     .copy-container-0 {
        position: relative;
        margin-top: 125px;
        margin-bottom: 375px;
    }
    .copy-container-0 .body-copy {
        margin-top: 100px;
        font-size: 30px;
        line-height: 50px;
    }
    .img-contr-0 {
        width: 370px;
        height: 550px;
        margin-top: 200px;
        margin-bottom: -75px;
    }
    .img-contr-0 .img-contr-inner{
        background-image: url(/img/slideshow-zero/event-img-3.jpg);
    }
    .slideshow-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .event-button {
        right: 100px;
        top: 85px;
    }


    .body-copy {
        font-size: 40px;
        line-height: 55px;
        letter-spacing: -0.5px;
    }
    
    .copy-lg-1 {
        margin-bottom: 100px;
        margin-top: 150px;
    }   

    .title-copy {
        font-family: 'GlossyDisplay-Light', Georgia, 'Times New Roman', serif;
        font-size: 40px;
        line-height: 55px;
        letter-spacing: -0.5px;
    }

    .img-contr-inner {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        transition: 0.9s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    }

    .flower-shape {
        max-width: 35px;
        margin-top: -45px;
    }

    .flower-0{
        margin-top: 25px;
    }

    .section-title {
        margin-bottom: 100px;
    }

    .slideshow-1 {
        /* margin-top: 100px; */
    }
    .clean-img,    
    .slideshow-2 {
        padding-top: 225px;
    }    
    .slideshow-3 {
      margin-top: 100px;
    }
    .copy-container-1 .h6, .copy-container-2 .h6, .copy-container-3 .h6 {
        font-size: 18px;
    }

    .img-contr-1 .img-contr-inner {
        background-image: url(/img/slideshow-one/FTH-view-2.jpg);
    }
    .img-contr-1 {
        width: 325px;
        height: 535px;
        float: left;
        left: 90px;
        top: 0;
        margin-top: 75px;
        
    }

    .img-contr-2 .img-contr-inner {
        background-image: url(/img/slideshow-one/B10-View2.jpg);
    }

    .img-contr-2 {
        /* width: 610px; */
        height: 425px;
        float: right;
        margin-top: 250px;
        margin-bottom: 50px;
    }
    .flower-1 {
       margin-top: 130px;
    }

    .img-contr-3 .img-contr-inner {
        background-image: url(/img/slideshow-one/G12-Sofa-view.jpg);
    }
    .img-contr-3 {
        width: 610px;
        height: 405px;
        margin-bottom: 100px;
    }

    .subscribe-top {
        margin-top: -125px;
        margin-bottom: 100px;
    }

    .img-contr-5 .img-contr-inner {
        background-image: url(/img/Soho-House-Istanbul_2019_Img19436.jpg);
    }
    .img-contr-5 {
        width: 375px;
        height: 575px;
        top: 225px;
        margin-bottom: 0;
    }
    .copy-container-1 {
        top: -150px;
        position: relative;
    }
    .flower-2 {
        margin-top: 250px;
        margin-bottom: -150px;
    }

    .img-contr-4 .img-contr-iner {
        background-image: url(/img/slideshow-one/G12-Bed-view-2.jpeg);
        
    }
    #BespokeLuxury .col-img {
        margin-top: 150px;
    }
    .img-contr-4 {
        width: 365px;
        height: 550px;
        margin-top: 0;
        float: right;
    }
    .copy-container-2 {
        position: absolute;
        margin-bottom: 0;
    }
    .flower-3 {
        margin-top: 100px;
    }

    #RestoredElegance .col-img {
        position: relative;
        top: 575px;
    }
    .img-contr-6 .img-contr-inner{
        background-image: url(/img/slideshow-three/DSC_1002.jpg);
    }
    .img-contr-6 {
        width: 370px;
        height: 550px;
        margin-top: -150px;
        margin-bottom: 80px;
    }
    .copy-container-3 {
        margin-bottom: 290px;
        position: relative;
        top: -125px;
    }

    .circle-2 {
        bottom: -35px;
    }


    /**
     * Subscribe
     */
     .subscribe-top .title-copy {
         font-size: 30px;
     }
     
    .subscribe input {
        font-size: 28px;
    }

    .subscribe input::placeholder {
        color: #786e38;
    }

    .social img {
        width: 50px;
    }

    .footer {
        font-size: 14px;
    }

    .slick-dots {
        display: block;
        width: 100%;
        padding: 0;
        margin: 35px 0 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
        padding: 2px 8px;
        border: 1px solid #786e38;
        line-height: 14px;
    }

    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
    }

    .slick-prev {
        left: 50px;
    }

    .slick-next {
        right: 50px;
    }

}

.video-wrapper {
	position: relative;
	padding-bottom: 5.25%; /* 16:9 */
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}