/*body {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.8em;
    text-transform: none;
    color: #555;
}*/
#header_left_inner a {
    color: #fff;
}

    #header_left_inner a:hover {
        color: #eee;
    }

/*.right-header > div {
    
    color: #000;
}*/

@media (min-width: 768px) {
    .main-content {
        padding-top: 101px;
    }
}

@media (max-width:767px) {
    .main-content {
        padding-top: 64px;
    }
}

.search-query {
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

    .search-query::-webkit-input-placeholder {
        color: #fff;
    }

.banner-image {
    width: 100%;
    /*height: 100vh;*/
    height: calc(100vh - 103px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media (max-width:767px) {
    .banner-image {
        height: calc(100vh - 63px);
    }
}

.banner-category {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.06px;
    font-weight: 700;
}

.banner-text {
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 11em !important;
}

@media (max-width:767px) {
    .banner-text {
        bottom: 5.5em !important;
    }
}

.banner-left {
    width: 80%;
}

@media (min-width: 37.5em) {
    .banner-left {
        width: 65% !important;
    }
}

.banner-text h1 {
    font-family: 'Benton Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.56px !important;
    font-size: calc(11px + 3vw) !important;
}

@media (max-width:767px) {

    .banner-text h1 {
        font-size: 32px !important;
    }
}

.banner-read-more a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06px;
    text-transform: uppercase;
    transition: color 200ms ease-out;
}

.tab-navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navigation-container {
    position: relative;
    display: flex;
}

.banner-nav {
    display: flex;
    border-top: 1px solid rgba(189,206,227,.4);
}

.nav-item {
    flex: 1;
    position: relative;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0.75rem;
    font-size: 11px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.active.nav-item {
    background: #fbaf1780;
}

.nav-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
}

.nav-text {
    max-width: 150px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
}


.section-2-item {
    position: relative;
    display: block;
}

.overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity linear 300ms;
    transition: opacity linear 300ms;
}

.section-2-item:hover .overlay {
    opacity: 1;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}

.overlay .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 30px 40px 30px;
}

@media (max-width:767px) {

    .overlay .text {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 30px 30px 40px 30px;
    }

    .section-2-item {
        margin-bottom: 30px;
    }
}

.overlay .text h4 {
    color: #fff;
    margin: 0 0 0 2px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform linear 200ms;
    transition: -webkit-transform linear 200ms;
    transition: transform linear 200ms;
    transition: transform linear 200ms, -webkit-transform linear 200ms;
}

.section-2-item:hover .overlay .text h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.overlay .text span {
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform linear 200ms;
    transition: -webkit-transform linear 200ms;
    transition: transform linear 200ms;
    transition: transform linear 200ms, -webkit-transform linear 200ms;
    font-weight: 800;
}

.small .overlay .text span {
    font-size: 20px;
    line-height: 29px;
}

@media (max-width:991px) {

    .overlay .text span {
        font-size: 27px;
        line-height: 29px;
    }
}

.section-2-item:hover .overlay .text span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 143%;
}

.small:first-child {
    margin-bottom: 10%;
}

@media (min-width:768px) {
    .small .section-2-image {
        padding-bottom: 66.66666666666666666667%;
    }
}

.section-2-image.fullwidth {
    padding-bottom: 56.66666666666666666667%;
}

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }
}

.gray-bg-section {
    padding: 100px 0 100px;
    background: #f5f5f5;
}

.feature-item {
    padding: 30px;
    background: #fff;
    border: 1px solid #ededed;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

@media (max-width:767px) {
    .feature-item {
        max-width: none;
    }
}

/*.slick-prev {
    left: 25px;
}*/
.arrow-btn {
    background: #fff;
    padding: 10px 8px;
    border-radius: 50%;
}

.slick-arrow--prev {
    left: 25px;
    left: 10%;
    left: 10px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

/*.slick-next {
    right: 25px;
}*/

.slick-arrow--next {
    right: 25px;
    right: 10%;
    right: 10px;
}

@media (max-width:767px) {
    .slick-arrow {
        top: initial;
        bottom: -40px;
        transform: none;
        z-index: 3;
    }

    .slick-arrow--next {
        right: 20px;
        /* right: 5%; */
    }

    .slick-arrow--prev {
        left: initial;
        /*right: 21%;*/
        right: 75px;
    }

    .banner-slider .slick-arrow {
        bottom: 20px;
    }
}

/*.slick-prev, .slick-next {
    z-index: 3;
}*/
/*.slick-disabled {
    display:none !important;
}*/
.testimony-image-wrapper {
    max-width: 100px;
    margin: auto;
    margin-bottom: 30px;
}

.testimony-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
    border-radius: 50%;
}

p.paragraph-1 {
    font-family: kqdn;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 30px;
    /*text-align: start;*/
    text-decoration: none;
    text-transform: none;
    color: rgb(34,34,34);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}

p.paragraph-2 {
    font-family: custom_3120;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    /*text-align: start;*/
    text-decoration: none;
    text-transform: none;
    color: rgb(34,34,34);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

p.paragraph-3 {
    font-family: custom_3120;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    /*text-align: start;*/
    text-decoration: none;
    text-transform: none;
    color: rgb(34,34,34);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.banner-content {
    padding: 10em 0;
}

    .banner-content h2 {
        font-size: 62px;
        line-height: 1.1;
        color: #4d4d4d;
        display: block;
        font-family: Playfair Display, serif;
        font-weight: 700;
        margin: 0 0 0.5em;
    }

.banner-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.btn-green-store {
    display: inline-block;
    border: 1px solid #80b966;
    background-color: #e9e9e9;
    /*border-left: none;*/
    padding: 20px 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    margin-left: -3px;
}

@media screen and (max-width: 1000px) {
    .btn-green-store {
        /* margin-left: -3px; */
    }
}

@media screen and (max-width: 780px) {
    .btn-green-store {
        display: block;
        margin: 20px 0 0;
        border-left: 1px solid #80b966;
        text-align: center;
    }
}

.btn-green-store:hover,
.btn-green-video:hover {
    background-color: #80b966;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.second-section {
    padding-bottom: 50px;
}

.mission-top {
    text-align: center;
    margin-bottom: 50px;
}

    .mission-top h3 {
        /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
        height: 100%;
        width: 100%;
        font: 14px 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
        margin: 0px auto 0;
        display: block;
        margin-bottom: 20px;
    }

@media (max-width:767px) {

    .mission-top h3 {
        font: 11px 'Montserrat', sans-serif;
    }
}

.mission-top h4 {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    /*margin-top: 110px;*/
    letter-spacing: .09em;
    color: #333333;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 20px;
    /*margin-bottom: 50px;*/
}

@media (max-width:767px) {
    .mission-top h4 {
        font-size: 15px;
        line-height: 20px;
    }
}

.mission-left {
    margin-bottom: 30px;
}

@media (min-width:768px) {

    .mission-left:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width:767px) {

    .mission-left {
        margin-bottom: 15px;
    }
}

.mission-bg {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: calc(400px - 15px);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
}

    .mask:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.65) 100%);
    }

    .mask .text {
        color: #ffffff;
        font-size: 20px;
        margin: 0;
    }

    .mask .text {
        width: 85%;
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 10%;
        margin: auto;
        display: block;
    }

        .mask .text h4 {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 15px;
            letter-spacing: .1em;
        }

        .mask .text h2 {
            font-size: 26px;
            line-height: 1.2;
            text-align: left;
        }

.mission-right {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 800px;
}

@media screen and (max-width: 550px) {
    .mission-right {
        width: 100%;
        min-height: 550px;
        height: auto;
        margin: 0;
        background-color: #e9e9e9 !important;
        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-size: cover;
        background-size: 90% !important;
    }
}

.mission-right .text-wrapper {
    padding-right: 110px;
    padding-top: 60px;
    padding-left: 50px;
    display: block;
    z-index: 1;
    float: left;
    /* outline: 1px solid red; */
}

@media screen and (max-width: 950px) {
    .mission-right .text-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
    }
}

.mission-right h2 {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    z-index: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mission-right p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 21px;
    line-height: 1.2;
}

.mission-right h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .1em;
}

.origin-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.origin-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
}

.origin-right {
    position: relative;
}

    .origin-right .text-wrap {
        /*margin-top: 150px;*/
        text-align: center;
        color: #fff;
        padding-right: 60px;
        padding-left: 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .origin-right .text-wrap h4 {
            font-size: 21px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 30px;
            letter-spacing: .1em;
        }

.green-hr-small {
    border-bottom: 1px solid #80b966;
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

.origin-right .text-wrap p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
    color: #fff;
}

.parallax-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(53%, rgba(0, 0, 0, 0.3)), color-stop(99%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 53%, transparent 99%);
}

.parallax-content {
}

    .parallax-content h2 {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: .1em;
    }

.parallax-content {
    padding: 10em 0;
}

.parallax-text {
    color: #fff;
}

@media (min-width:768px) {
    .parallax-text {
        padding-left: 40px;
    }
}

.parallax-text p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
}

.btn-green-filled {
    display: inline-block;
    border-left: none;
    padding: 20px 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
    background-color: #80b966;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-green-filled:hover {
        background-color: #fff;
        color: #80b966;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.welcome-section {
    padding: 100px 15px;
    text-align: center;
}

.welcome-title h2 {
    display: block;
    font-family: Playfair Display, serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    line-height: 1.1;
}

.separator.small {
    background-color: #303030;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    margin: 10px auto 20px auto;
    height: 1px;
    background-color: #ff7e00;
    width: 69px;
    margin-top: 17px;
    margin-bottom: 18px;
}

.welcome-desc {
    max-width: 800px;
    margin: auto;
}

    .welcome-desc p {
        color: #777777;
        font-size: 17px;
        line-height: 29px;
        font-weight: 300;
        letter-spacing: 0px;
    }

.welcome-items {
    margin-top: 40px;
}

.section-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 50%;
}

.welcome-item-text {
    padding: 10px 0 50px;
}

    .welcome-item-text h4 {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: .1em;
    }

.welcome-item-desc p {
    margin: 0 0 15px 0;
    font: 16px/26px 'Crimson Text', serif;
    font-weight: 400;
    color: #8b8b8b;
}

.welcome-item-link a {
    color: #ff7e00;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.538461538461538em;
    text-transform: uppercase;
    font-weight: 600;
}

    .welcome-item-link a:hover {
        color: #000000;
    }


.mobile-icon-menu {
    color: #000;
}

/*.header-btn-line {
    background: #fff !important;
}*/


.Header-inner {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.med-container {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

/*.top-menu {
    position: absolute;
    width: 100%;
    z-index: 12;
    background: none;
}*/
/*.right-header > div {
    color: #fff;
}*/

/*#header_left_inner a {
    color: #fff;
    font-size: 13px;
}*/
/*.search-query::-webkit-input-placeholder {
  color: #fff;
}*/
.left-sticky-menu a {
    color: #fff;
}

.menu-desc {
    color: #fff;
}

.sidemenu-scrolled .left-sticky-menu a {
    color: #000;
}

.sidemenu-scrolled .menu-desc {
    color: #000;
}
/*.main-menu > li > a {
    color: #808080;
}*/

.sf-with-ul:after {
    border-top-color: #fff;
    /*border-top-color: rgba(255,255,255,.5);*/
}

.search_query::-webkit-input-placeholder {
    color: #ddd;
}

/*.right-header > div {
    color:#fff;
}*/
/*.search_query {
    border-bottom: 1px solid #fff !important;
    color: #fff;
}*/
.featured-section {
    padding: 50px 0 0;
}

.featured-row > div > a {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.featured-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
}

@media (min-width:768px) {
    .featured-image.full {
        padding-bottom: 66.66666666666666666667%;
    }
}

.featured-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

    .featured-caption h3 {
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #fff;
        text-align: center;
        font-family: 'Lato';
        font-weight: 800;
    }

.intro {
    margin: 30px 0 100px;
}

    .intro .readmore a {
        color: #d39850;
        -webkit-transition: color .15s ease-out;
        -moz-transition: color .15s ease-out;
        -ms-transition: color .15s ease-out;
        -o-transition: color .15s ease-out;
        transition: color .15s ease-out;
        padding-bottom: .05em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(211,152,80,.3);
        -webkit-transition: border-color .15s ease-out,color .15s ease-out;
        -moz-transition: border-color .15s ease-out,color .15s ease-out;
        -ms-transition: border-color .15s ease-out,color .15s ease-out;
        -o-transition: border-color .15s ease-out,color .15s ease-out;
        transition: border-color .15s ease-out,color .15s ease-out;
    }

    .intro h2 {
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 1.2em;
        text-transform: none;
        font-family: 'Times New Roman',serif;
        color: #111;
    }

@media (max-width:767px) {
    .intro h2 {
        font-size: 28px;
    }
}

.featured-products .product-item {
    width: 33.333333%;
    float: left;
    position: relative;
    background: #808080;
    overflow: hidden;
}

    .featured-products .product-item:hover .product-image {
        transform: scale(1.1);
    }

    .featured-products .product-item:nth-child(3n+1) {
        clear: left;
    }

    .featured-products .product-item.right {
        float: right;
    }

    .featured-products .product-item.wide {
        width: 66.66666667%;
    }

@media (max-width:767px) {

    .featured-products .product-item {
        width: 100%;
    }

        .featured-products .product-item.wide {
            width: 100%;
        }
}

.featured-products .product-item .product-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
    opacity: .9;
    transition: all .3s linear;
}

.featured-products .product-item .product-item-content {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.featured-products .product-item .product-item-title {
    font-family: 'Times New Roman',serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
}

.featured-products .product-item .product-item-body {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    padding-top: .3em;
}

.instagram-section {
    margin-top: 100px;
    /*padding:50px;*/
    margin-bottom: 50px;
}

.instagram-wrapper {
    /*max-width: 970px;*/
    width: 100%;
    margin: auto;
}

@media (min-width:768px) {
    .instagram-grid {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .instagram-post-item {
        width: 50% !important;
        clear: none !important;
    }
}

.instagram-header h1 {
    /*font-family:Lato,Arial,sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .18em;
    line-height: 1.45em;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .instagram-post-item a img {
        position: relative;
    }

.instagram-post-item {
    width: 16.66666667%;
    float: left;
    /*margin: 0 5px 5px 0;*/
}

    .instagram-post-item:nth-child(6n+1) {
        clear: left;
    }

@media only screen and (max-width: 767px) {
    .instagram-post-item {
        width: 50% !important;
        clear: none !important;
    }
}

.instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .instagram-post-item a img {
        position: relative;
    }

.instagram-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
}

.instagram-title {
    margin-bottom: 40px;
}

    .instagram-title h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: Lato, Arial, sans-serif;
    }

.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

    .banner-caption > div {
        max-width: 750px;
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }

@media (max-width:991px) {
    .banner-caption > div {
        max-width: 500px;
    }
}

/*.banner-category {
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fff;
}*/

.banner-title h1 {
    margin-bottom: 35px;
    margin-top: 15px;
    /*max-width: 580px;*/
    letter-spacing: 0.1px;
    font-size: 75px;
    line-height: 86px;
    font-family: 'Times New Roman',serif;
    color: #fff;
}

@media (max-width:767px) {

    .banner-title h1 {
        font-size: 32px;
        color: #fff;
    }
}

.banner-link a {
    height: 40px;
    line-height: 40px;
    background-color: #0e1316;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    /*font-family: "Novecento",serif;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    letter-spacing: 1.5px;
    -webkit-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    position: relative;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    line-height: 38px;
    min-width: 200px;
    display: inline-block;
}

    .banner-link a span {
        position: relative;
        z-index: 2;
    }

    .banner-link a:hover {
        border-color: #fff;
        color: #0b2435;
        background-color: #fff;
    }

    .banner-link a:after {
        content: "";
        width: calc(100% - 20px);
        height: 3px;
        position: absolute;
        bottom: -1.5px;
        left: 10px;
        background-color: #0b2435;
        transition: all .2s ease-in-out;
        background-color: #fff;
    }

    .banner-link a:hover:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

.section-1 {
    padding: 100px 0;
}

.section-1-left-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 170%;
}

.section-1-right-text {
    text-align: center;
    max-width: 390px;
    margin: auto;
    width: 100%;
    margin-top: 100px;
}

.highlight-right-category {
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 400;
    color: #0e1316;
}

.section-1-right-text h2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 0.2px;
    margin: 12px 0 22px;
    position: relative;
    font-family: 'Times New Roman',serif;
    color: #000;
}

.section-1-right-text p {
    font-family: Lato,sans-serif;
    margin-bottom: 36px;
    font-size: 14px;
    color: #3c505d;
    line-height: 21px;
}

.section-1-right-image-wrapper {
    max-width: 390px;
    margin: auto;
    width: 100%;
    margin-top: 88px;
}

.section-1-right-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 66.66666666666667%;
}


.right-link a {
    height: 40px;
    line-height: 40px;
    background-color: #0e1316;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    /*font-family: "Novecento",serif;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    letter-spacing: 1.5px;
    -webkit-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    position: relative;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    /*min-width: 200px;*/
    display: inline-block;
}

    .right-link a span {
        position: relative;
        z-index: 2;
    }

    .right-link a:hover {
        border-color: #0b2435;
        color: #fff;
        background-color: #0b2435;
    }

    .right-link a:after {
        content: "";
        width: calc(100% - 20px);
        height: 3px;
        position: absolute;
        bottom: -1.5px;
        left: 10px;
        background-color: #0b2435;
        transition: all .2s ease-in-out;
    }

    .right-link a:hover:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

.section-2-text {
    text-align: center;
    max-width: 285px;
    margin: auto;
}

@media (max-width:767px) {
    .section-2-text {
        margin-bottom: 30px;
    }
}

.section-2-category {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0e1316;
}

.section-2-title {
    margin-top: 12px;
    letter-spacing: 0.2px;
    font-size: 60px;
    line-height: 55px;
    font-family: 'Times New Roman',serif;
    color: #0e1316;
}

.section-2-desc {
    margin-top: 27px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}

.section-2-image-wrapper {
    overflow: hidden;
}

@media (min-width:768px) {
    .section-2 .first-row {
        display: flex;
        align-items: center;
    }
}

.section-2-landscape-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 66.66666666666667%;
    transition: all .3s ease-in-out;
}

.section-2-portrait-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 140%;
    transition: all .3s ease-in-out;
}

.section-2-image-wrapper:hover .section-2-landscape-image {
    transform: scale(1.05);
}

.section-2-image-wrapper:hover .section-2-portrait-image {
    transform: scale(1.05);
}

.section-2-caption {
    position: absolute;
    width: 100%;
    /*top:50%;*/
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: 'Times New Roman',serif;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 20px;
}

.section-2 .row + .row {
    margin-top: 30px;
}

@media (max-width:767px) {
    .section-2 .row + .row > div:not(:last-child) {
        margin-bottom: 30px;
    }
}

.info-section {
    padding: 50px 0;
    font-size: 13px;
    color: rgba(11,36,53,0.8);
    text-align: center;
}

    .info-section strong {
        display: block;
        letter-spacing: 2.8px;
        color: #0e1316;
        font-size: 12px;
        text-transform: uppercase;
    }


.Header-nav a {
    color: #fff;
}

    .Header-nav a:hover {
        color: rgba(255,255,255,.4);
    }

.Header-nav-item--folder:hover a {
    text-decoration: none;
    color: #fff;
}

.Header-nav-item .Header-nav-folder a {
    color: #111;
}

.Header-nav .Header-nav-item:hover {
    color: rgba(255,255,255,.4);
}

@media (min-width:992px) {
    .Cart .Cart-inner {
        color: #fff;
    }
}

/*.logo-black {
    display:none;
}
.logo-white {
    display:inline-block;
}*/
/*.Mobile-bar .logo-white {
    display:inline-block;
}
.Mobile-bar .logo-black {
    display:none;
}*/


.main-full-row {
    /*padding-left: 40px;
    padding-right: 40px;*/
    /*padding-bottom: 30px;*/
}
/*.main_content{
    padding:0 15px;
}*/
.main_content a img {
    width: 100%;
}

.main_content > div {
    padding-bottom: 60px;
}

@media (max-width:767px) {
    /*.main-full-row {
        padding-left: 13px;
        padding-right: 13px;
    }*/
    .home_main {
        margin-top: 30px;
    }

    .main_content > div {
        padding-bottom: 30px;
    }
}

.main-full-row > a {
    overflow: hidden;
}

.thumb-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.first-row .thumb-image {
    height: 50vw;
    height: 100vh;
}

.second-row .thumb-image {
    /*height: 100vw;*/
}

.third-row > div {
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .second-row > div:not(:last-child) {
        padding-bottom: 30px;
    }

    .first-row .thumb-image {
        height: 130vw;
    }
}

.black-layer {
    height: 800px;
    width: 100%;
    background: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #000;
    opacity: 0.2;
}

.image-title {
    font-size: 18px;
    line-height: 1.2em;
    /*text-transform: uppercase;*/
    letter-spacing: .1em;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    position: absolute;
    /*width: 100%;*/
    padding: 0 5%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    /*display: none;*/
}

.third-row .thumb-image:hover .black-layer {
    opacity: 0;
}

.third-row .thumb-image:hover .image-title {
    display: none;
}

.row-title {
    font-size: 16px;
    text-align: center;
    display: block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width:767px) {
    .row-title {
        margin-bottom: 0;
    }
}

.product-title {
    margin: 2em 0 0 0;
    color: #333;
    /* font-family: Helvetica,Arial,sans-serif; */
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    /* font-family: futura-pt; */
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .25em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
}

/*.product-price {
    text-align: center;
    margin: .5em 0 0 0;
    color: rgba(34,34,34,.5);
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.4em;
    text-transform: none;
}*/

.money-native:before {
    content: 'IDR';
}


.med-container {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.intro h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    font-family: 'Times New Roman',serif;
    color: #111;
}

@media (max-width:767px) {
    .intro h2 {
        font-size: 28px;
    }
}

.image-row img {
    width: 100%;
}




@media (min-width:768px) {
    .fullwidth + .section-2-caption h1 {
        font-size: 34px;
    }
}

.section-2-caption h4 {
    font-size: 17px;
}

@media (min-width:768px) {
    .fullwidth + .section-2-caption h4 {
        font-size: 25px;
    }
}

.product-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
    position: relative;
}

.product-image-second {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
}

.product-link {
    position: relative;
    display: block;
}

    .product-link:hover .product-image-second {
        opacity: 1;
    }

.product-caption {
    padding: 15px 0;
    text-align: center;
}

.product-name {
    /*float: left;
    width: 56.6666666666667%;*/
    font-size: 14px;
    line-height: 20px;
    /*margin-bottom:10px;*/
}

.product-price {
    /*float: right;
    width: 35%;*/
    /*text-align: right;*/
    color: #ccc;
    font-size: 14px;
}

.product-item:hover .product-image {
    opacity: .8;
}

.product-item:hover .product-name span {
    border-bottom: 1px solid #000;
}


.sold-out {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 10px;
    text-align: center;
    padding: 0 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 52px;
    z-index: 4;
    background: #000000;
    color: #fff;
    line-height: 12px;
    padding-top: 13px;
}

.homepage-social {
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.index-section .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%; /* Fallback */
}

@media screen and (max-width: 1220px) {
    .index-section .row {
        max-width: 960px;
        width: 100%;
    }
}

.social-content {
    text-align: center;
    margin: auto;
    max-width: 600px;
    width: 100%;
}

.index-section h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: normal;
}

ul#social-icons {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

@media screen and ( max-width: 980px ) {
    ul#social-icons, ul#social-icons li {
        text-align: center;
    }
}

ul#social-icons li {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

input#social-EMAIL {
    font-family: 'Lato', sans-serif;
    color: #777;
    border-radius: 2px;
    outline: none;
    display: block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    text-transform: uppercase;
    text-indent: 0;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

input#social-subscribe {
    max-width: 100%;
    background: #000000;
    border: none;
    -webkit-transition: background 0.3s ease,color 0.3s ease;
    -moz-transition: background 0.3s ease,color 0.3s ease;
    -o-transition: background 0.3s ease,color 0.3s ease;
    transition: background 0.3s ease,color 0.3s ease;
    -webkit-appearance: none;
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 15px 0;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    width: 80%;
    margin-top: 10px;
}

.new-arrival {
    padding: 50px 0;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-slide {
    margin: 0 15px;
    outline: 0;
}

.banner-slider .slick-slide {
    margin: 0;
    outline: 0;
}

@media (max-width:767px) {
    .slick-slide {
        margin: 0 5px;
    }

    .slick-prev {
        left: -10px;
        z-index: 20;
    }

    .slick-next {
        right: -10px;
        z-index: 20;
    }
}

.section-title {
    line-height: 60px;
    text-align: center;
    float: none!important;
    width: 100%;
    border-bottom: 0;
    font-family: 'Times New Roman',serif;
}

    .section-title h3 {
        display: inline-block;
        padding: 10px 20px;
        /*border: 1px solid;*/
        line-height: initial!important;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 1px;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

.product-details {
    text-align: center;
    margin-top: 15px;
}

    .product-details h4 {
        color: #000000;
        margin-bottom: 3px;
        letter-spacing: initial;
        font-weight: 400;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        display: none;
    }

    .product-details h3 {
        color: #000000;
        margin-bottom: 3px;
        font-weight: 800;
        letter-spacing: initial;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
    }

.price {
    /*color: #000000;
    margin-bottom: 3px;
    letter-spacing: initial;
    font-weight: 500;*/
    font-size: 13px;
    /*font-size: 14px;*/
    color: #44545f;
}

@media (max-width:767px) {
    .product-details {
        margin-bottom: 30px;
    }
}


.banner-wrapper {
    position: relative;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    padding: 0px 7%;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 7%;
        left: 7%;
        padding-bottom: 0px;
        text-shadow: none;
    }

    .carousel-control {
        width: 5%;
    }
}

.carousel-control {
    z-index: 10;
}

    .carousel-control.left, .carousel-control.right {
        background: none !important;
        filter: progid:none !important;
    }

    .carousel-control i {
        top: 50%;
        position: absolute;
        font-size: 40px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

@media (max-width:767px) {
    .carousel-control i {
        visibility: hidden;
    }
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        transition: opacity ease-in-out .7s;
        left: 0;
        opacity: 0; /* hide all slides */
        top: 0;
        position: absolute;
        width: 100%;
        display: block;
    }

        .carousel.fade .item:first-child {
            top: auto;
            /*opacity: 1;*/ /* show first slide */
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            z-index: 5;
        }

.carousel-indicators li {
    border: 2px solid #fff;
    transition: background .3s ease-in-out;
}

    .carousel-indicators li:not(.active):hover {
        background: rgba(0, 0, 0, 0.7);
    }

/*.mobile-icon-menu {
    color:#fff;
}*/
/*.header-btn-line {
    background: #ffffff !important;
}*/
/*.menu-mobile {
    position: absolute;
    z-index: 12;
    width: 100%;
}*/
.tagline {
    margin-top: 50px;
    text-align: center;
    padding: 0 30px;
}

    .tagline h3 {
        text-transform: uppercase;
        font-size: 35px;
        letter-spacing: .2em;
        font-weight: 700;
        color: #000;
    }

    .tagline div {
        font-style: italic;
    }

    .tagline img {
        max-width: 550px;
        width: 100%;
        margin: auto;
    }

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 10px;
    text-align: center;
    padding: 0 10px;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 52px;
    z-index: 4;
    /*background: #fff;*/
    background: rgba(255, 255, 255, 0.76);
    color: #fff;
    line-height: 12px;
    padding-top: 13px;
    cursor: pointer;
    display: none;
}

    .wishlist-btn span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #000;
    }

    .wishlist-btn img {
        width: 30px;
        height: 30px;
    }

    .wishlist-btn i {
        /*width: 30px;*/
        /*height: 30px;*/
    }

.wishlist-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: all .15s ease-in-out;
}

.wishlist-btn span.on .wishlist-on {
    visibility: visible;
    opacity: 1;
}

.destination-section {
    padding: 50px 0;
}

@media (min-width:768px) {
    .destination-row {
        display: flex;
    }
}

.destination-price {
    font-size: 25px;
    /* line-height: 1; */
}

.destination-item {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    /* float: left; */
    overflow: hidden;
    height: 100%;
    /* margin: 10px 1%; */
    /* min-width: 250px; */
    /* max-width: 310px; */
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    .destination-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .destination-item:after {
        position: absolute;
        top: 12px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 25px;
        border-color: transparent transparent transparent #29a9e1;
        content: '';
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .destination-item img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    .destination-item figcaption {
        padding: 20px 20px 30px;
        background-color: #ffffff;
    }

    .destination-item .date {
        background-color: #29a9e1;
        top: 15px;
        color: #fff;
        right: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 50%;
        padding: 10px 0;
    }

        .destination-item .date span {
            display: block;
            line-height: 14px;
        }

        .destination-item .date .month {
            font-size: 11px;
        }

    .destination-item h3,
    .destination-item p {
        margin: 0;
        padding: 0;
    }

    .destination-item h3 {
        margin-bottom: 10px;
        display: inline-block;
        font-weight: 700;
    }

    .destination-item p {
        font-size: 0.8em;
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    /*.destination-item footer {
  padding: 0 25px;
  color: #999999;
  font-size: 0.8em;
  line-height: 50px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}*/
    .destination-item footer {
        padding: 0;
        /* color: #999999; */
        font-size: 0.8em;
        /* line-height: 50px; */
        text-align: left;
        /* position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .destination-item footer > div {
            display: inline-block;
            margin-right: 15px;
        }

        .destination-item footer i {
            margin-right: 5px;
            font-size: 1.2em;
        }

    .destination-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .destination-item:hover:after,
    .destination-item.hover:after {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }


.youtube-section {
    /*background: #000;*/
    /*padding-top: 100px;
    padding-bottom: 100px;*/
    padding: 50px 0;
}

@media (max-width:767px) {
    .youtube-section {
        padding: 50px 0;
    }
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
}

.vlog-videos {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*@media (min-width:768px) {
    .youtube-row {
        display: flex;
        align-items: center;
    }
}*/

.instagram-caption {
    color: #fff;
    margin-top: 10px;
}

.profile-name a {
    font-size: 14px;
    color: #000;
    font-weight: 900;
}

.profile-name img {
    height: 25px;
    width: 25px;
}

.instagram-caption .caption {
    line-height: 18px;
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 13px;
}

.section-3-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-3-title h3 {
        font-size: 23px;
        /* font-family: 'MidnightValentine'; */
        color: #000;
        line-height: 1;
        margin-bottom: 20px;
        /*font-family: 'EnlightenyourDestiny';*/
        /*font-family: 'PoetsenOne-Regular';*/
    }

@media (max-width:767px) {
    .section-3-title h3 {
        margin-top: 50px;
    }
}

.separator img {
    max-width: 185px;
    width: 100%;
}

.instagram-row > div {
    margin-bottom: 30px;
}

.instagram-image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

    .instagram-image.main {
        border: 1px solid #c7c7c7;
    }


.instagram-row a:hover .instagram-image.main {
    border: 1px solid #000;
    opacity: 1;
}

.instagram-row a:hover .instagram-image {
    opacity: .7;
}

.instagram-main-text {
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
    text-align: center;
    transform: translateY(-50%);
    color: #c7c7c7;
    transition: all .3s ease-in-out;
}

.instagram-row a:hover .instagram-main-text {
    color: #000;
}

.instagram-main-text i {
    font-size: 25px;
}


.featured-image-tour {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
}

.section-2-item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
