
.banner-slider {
    margin-bottom: 0 !important;
}

.banner-top-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 700px;
    min-height: 100vh;
    transition: all 2s;
}

    .banner-top-image:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (max-width:767px) {
    .banner-top-image {
        height: 600px;
        min-height: 40vh;
    }

        .banner-top-image:hover {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
}

.banner-caption {
    position: absolute;
    left: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    bottom: 0;
    padding-bottom: 50px;
    width: 100%;
    color: #ffffff;
}

.banner-caption-container {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.banner-label {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 1.9px;
    color: #af8111;
    border-radius: 15.5px;
    background-color: #f4e2bf;
    padding: 4px 16px;
}

@media (max-width:767px) {
    .banner-label {
        font-size: 13px;
    }
}

.banner-caption h1 {
    font-size: 80px;
    line-height: 1.2;
    /*text-align: left;*/
    color: #ffffff;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.1);
    font-family: 'WildSpiritAlt';
}

.banner-caption h2 {
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.1);
    font-size: 24px;
}

.banner-caption h4 {
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 2px;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.1);
    font-size: 14px;
    margin: 30px 0;
    font-family: 'Didact Gothic', sans-serif;
}

@media (max-width:767px) {
    .banner-caption h1 {
        font-size: 60px;
    }

    .banner-caption h4 {
        font-size: 12px;
    }
}

.banner-search-input {
    background: url(/images/pin.svg) no-repeat scroll 15px 15px;
    height: 48px;
    /*width: 450px;*/
    display: inline-block;
    background-color: white;
    padding-left: 50px;
    margin-right: 8px;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 16px;
}

    .banner-search-input:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.banner-caption .banner-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    padding: 16px 25px;
    border-radius: 2px;
    background-color: transparent;
    /*color:#fff;*/
    border: 1px solid #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.16);
    text-transform: uppercase;
}

    .banner-caption .banner-btn:hover {
        background-color: #fff;
        color: #000;
    }

.banner-caption-container form {
    max-width: 350px;
    margin: auto;
}


.section-2-item {
    position: relative;
    display: block;
}

.overlay {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(transparent 80%, black);
    -webkit-transition: opacity linear 300ms;
    transition: opacity linear 300ms;
}

.destination-section .overlay {
    background-image: linear-gradient(transparent 60%, black);
}

.destination-section .section-2-item {
    overflow: hidden;
}

@media (max-width:767px) {
    .destination-section .section-2-item {
        height: 350px;
    }
}

.destination-section .section-2-image {
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.destination-section .overlay {
    z-index: 2;
}

    .destination-section .overlay:hover + .section-2-image {
        transform: scale(1.3);
    }

.btn-eff-1 {
    position: relative;
    overflow: hidden;
}

    .btn-eff-1::before {
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: 50%;
        background-color: #ffffff;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .btn-eff-1:hover {
        color: #ffffff;
        -webkit-animation: flashText 0.3s;
        animation: flashText 0.3s;
    }

        .btn-eff-1:hover:before {
            top: 15%;
            bottom: 15%;
            background-color: rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }

    .btn-eff-1:active:before {
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.destination-section .see-all, .see-all-destination,
.see-all-blog {
    padding: 15px 20px;
    border: 1px solid;
    border-color: #97786f;
    background-color: #97786f;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    transition: 0.3s;
    transform: translateY(0);
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/*.destination-section .see-all:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        background-color: #d5bfaa;
        color: #fff;
    }*/

.see-all-blog {
    position: absolute !important;
    right: 15px;
    top: 0;
    color: #fff;
}

.see-all-destination {
    position: absolute !important;
    right: 0;
    top: 0;
    color: #fff;
}

@media (max-width:767px) {
    .see-all-blog {
        position: relative !important;
        margin-left: 10%;
    }

    .see-all-destination {
        position: relative !important;
        /*margin-left: 10%;*/
    }

    .destination-section .see-all, .see-all-destination,
    .see-all-blog {
        font-size: 11px;
    }
}

.see-all-blog:hover {
    color: #fff;
}

.see-all-destination:hover {
    color: #fff;
}

.btn-eff-1 {
    position: relative;
    overflow: hidden;
}

    .btn-eff-1::before {
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: 50%;
        background-color: #ffffff;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .btn-eff-1:hover {
        color: #ffffff;
        -webkit-animation: flashText 0.5s;
        animation: flashText 0.5s;
    }

        .btn-eff-1:hover:before {
            top: 15%;
            bottom: 15%;
            background-color: rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }

    .btn-eff-1:active:before {
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

@-webkit-keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

/*.section-2-item:hover .overlay {
    opacity: 1;
}*/

.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 20px 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: 20px;
    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;
    font-family: "Lato", sans-serif;
    text-align: center;
}

.small .overlay .text span {
    font-size: 15px;
    line-height: 29px;
    font-family: 'Moden Sans', sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .small .overlay .text span.title-text {
        font-family: "Vedacity", sans-serif;
        font-size: 29px;
        text-transform: none;
        letter-spacing: 0px;
        position: relative;
        top: 10px;
    }

    .small .overlay .text span.subtitle-text {
        font-size: 11px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        letter-spacing: 1.3px;
        position: relative;
        top: 10px;
    }

@media (max-width:991px) {

    .overlay .text span {
        font-size: 20px;
        line-height: 29px;
    }
}

/*.section-2-item:hover .overlay .text span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/
.occasion-container {
    float: left;
    width: 20%;
    padding: 0 8px;
}

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 150%;
}

.small:first-child {
    margin-bottom: 10%;
}

@media (min-width:768px) {
    .small .section-2-image {
        padding-bottom: 150%;
    }
}

.section-2-image.fullwidth {
    padding-bottom: 56.66666666666666666667%;
}

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }

    .occasion-container {
        width: 100%;
    }
}


.about-us-section {
    font-size: 1em;
    padding-top: 80px;
    position: relative;
}

@media(max-width:767px) {
    .about-us-section {
        padding-top: 30px;
    }
}

.aboutus-content {
    top: 30px;
    color: #000;
    max-width: 1140px;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

    .aboutus-content h2 {
        /* font-weight: 700; */
        /* line-height: 1.3; */
        /* margin-bottom: .8em; */
        /*margin-top: .8em;*/
        letter-spacing: 0.2px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: bold;
        /*color: #8391a3;*/
        color: #3a586b;
    }

    .aboutus-content p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        letter-spacing: 0.4px;
        color: #676767;
    }

@media (max-width:767px) {
    .aboutus-content h2 {
        font-size: 20px;
    }

    .aboutus-content p {
        font-size: 14px;
    }
}

.about-instagram {
    margin-top: 30px;
}

.instagram-follow {
    background: #3897f0;
    border-color: #3897f0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

    .instagram-follow i {
        padding-right: 5px;
    }

    .instagram-follow:focus, .instagram-follow:hover {
        color: #fff;
    }

.about-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f6f6f6;
    /*padding-bottom: 100%;*/
    /*  padding-bottom: 100%; */
    /*height: 750px;*/
    position: relative;
}

@media (max-width:767px) {
    .about-image {
        /*padding-bottom: 200%;*/
    }
}

@media (max-width:500px) {
    .about-image {
        /*padding-bottom: 400%;*/
        margin-bottom: -1px;
    }
}

.about-image:before {
    content: '';
    /* max-height: 15%; */
    width: 100%;
    /*background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.6),rgba(255,255,255,0));*/
    position: absolute;
    top: 0;
}

.about-image:after {
    content: '';
    max-height: 15%;
    width: 100%;
    /*background: linear-gradient(transparent,rgba(249,249,249,.3),#f9f9f9c7);*/
    position: absolute;
    bottom: 0;
}

.slide-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
}

.first-section {
    padding-top: 80px;
    padding-bottom: 80px;
    /*background: rgba(0,0,0,0.2);*/
    background: rgba(150, 150, 150, 0.2);
    background: #f9f9f9c7;
}

@media (max-width:767px) {
    .first-section {
        padding-bottom: 50px;
    }
}

.first-title hr {
    width: 64px;
    border: 0;
    border-bottom: 8px solid rgba(51,51,51,0.16);
    margin: 0;
    padding: 0;
    display: block;
}

.first-title svg {
    width: 5.6875rem;
}

.first-title h1 {
    /* font-family: "Lato",sans-serif; */
    font-size: 75px;
    line-height: 64px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    /*font-family: 'EnlightenyourDestiny';*/
    font-family: 'Wildspiritalt';
}

.travel-desc {
    margin-top: 30px;
    font-family: "Lato";
}

@media screen and (max-width: 767px) {
    .first-title {
        text-align: center;
    }

        .first-title h1 {
            font-size: 76px;
            line-height: 40px;
        }
}

.first-slider .slick-slide {
    margin: 0 15px !important;
}

.first-slider .slick-list {
    padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
    .first-slider .slick-list {
        margin: 0 -15px;
    }
}

.first-slider-caption {
    position: absolute;
    background-color: #2DCF6D;
    left: -24px;
    bottom: 80px;
    box-shadow: 0px 40px 96px rgba(0,0,0,0.48);
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    /*width: calc(33.3333% + 48px);*/
    min-width: 280px;
    transform: none;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    width: calc(33.3333% + 48px);
    min-width: 280px;
    transform: none;
}

@media (min-width:768px) {

    .first-slider-caption {
        left: -110px;
    }
}

.first-slider-caption:hover {
    background-color: #fff;
    color: #2DCF6D;
    transition-delay: 0s;
}

.first-slider-caption .title-wrapper {
    padding: 24px 48px;
    box-sizing: border-box;
    white-space: nowrap;
}

@media (max-width:767px) {

    .first-slider-caption {
        bottom: 20px;
    }

        .first-slider-caption .title-wrapper {
            padding: 20px 48px;
        }
}

.first-slider-caption .title-wrapper h4 {
    font-family: "depot-new-condensed-web",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-weight: 800; */
    font-size: 35px;
    line-height: 32px;
    color: inherit;
    margin: 0;
    font-family: 'Lato';
}

@media (max-width:767px) {

    .first-slider-caption .title-wrapper h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

.first-slider-caption .title-wrapper div {
    margin-top: 4px;
    color: inherit;
    opacity: .64;
    font-weight: normal;
}

.text-small, .text-small p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.first-slider .slick-dots li button {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #333;
    opacity: .24;
    margin-right: 8px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    padding: 3px;
}

.first-slider .slick-dots li {
    width: 10px;
}

    .first-slider .slick-dots li.slick-active button {
        opacity: 1;
        background-color: #2DCF6D;
        border-color: #2DCF6D;
    }

.first-slider {
    padding: 0 15px;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .first-slider {
        /*margin: 0 -15px;*/
        padding: 0;
        margin-top: 30px;
    }
}

.first-slider .slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.first-slider .slick-dots {
    text-align: left;
    bottom: -12px;
}

    .first-slider .slick-dots li button:before {
        content: '';
        width: 4px;
        height: 4px;
    }

.arrow-btn {
    background: #fff;
    padding: 10px 8px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

    .arrow-btn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-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: -22px;
        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;
    }
}

/*@media (min-width:768px) {
    .slick-slider .slick-track, .slick-slider .slick-list {
        margin: 0 -15px;
    }
}*/

.first-slider-arrows {
    position: absolute;
    /*right: 24px;*/
    right: 0;
    bottom: -12px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    z-index: 3;
}

.round-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
}

.round-next {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-round {
    background: #fff;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
}

.first-slider-arrows ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .first-slider-arrows ul li {
        display: inline-block;
        cursor: pointer;
    }

.youtube-section {
    background: #f9f9f9c7;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:767px) {
    .youtube-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

.youtube-row > div {
    margin-bottom: 30px;
}

.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;
    font-family: "Francois One", sans-serif;
}

.profile-name img {
    height: 15px;
    /*width: 25px;*/
    padding-right: 5px;
}

.instagram-caption .caption {
    line-height: 18px;
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 13px;
    font-family: "Lato", sans-serif;
}

.section-3-title {
    text-align: center;
    margin-bottom: 50px;
}

.new-arrivals-section {
    padding: 100px 15px;
}

.new-container {
    /*padding: 0 15px;*/
}

.new-main-title {
    /* font-family: 'FuturaPTMedium', sans-serif; */
    font-weight: 800;
    font-size: 35px;
    /* text-transform: uppercase; */
    /* letter-spacing: 2.5px; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 30px;
}

.new-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 130%;
}

.new-row {
    margin: 0 -8px;
}

.new-item {
    width: 100%;
    float: left;
    padding: 0 8px;
}

.hover-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    cursor: pointer;
    text-align: center;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.new-item:hover .hover-black {
    opacity: 1;
}

.new-caption {
    padding: 15px 0;
    text-align: center;
}

    .new-caption a {
        display: inline-block;
    }

.new-title {
    /*font-family: 'FuturaPTMedium', sans-serif;*/
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2.5px;
    display: initial;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    color: #000000;
    border-bottom: solid 1px #000;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .new-item {
        width: 25%;
    }

    .banner-row {
        display: flex;
        align-items: center;
    }
}

.banner-left-text {
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
}

    .banner-left-text h5 {
        font-family: "futura-pt",Helvetica,Arial,sans-serif;
        font-weight: 500;
        /*color: currentColor;*/
        opacity: .4;
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1.21429;
        text-transform: uppercase;
        text-align: center;
    }

    .banner-left-text h3 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

.outline-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
    padding: 0;
    /*font-family: "futura-pt",Helvetica,Arial,sans-serif;*/
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #080a1c;
    border-radius: 1000px;
    color: #080a1c;
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 2px;
    line-height: 1.21429;
    padding: 10px 28px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .outline-btn:hover {
        color: #fff;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .outline-btn:after {
        position: absolute;
        content: '';
        background: #080a1c;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: -1;
        will-change: transform;
    }

    .outline-btn:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.half-section {
    padding: 50px 0;
}

.half-section-top {
    max-width: 400px;
    margin: auto;
    margin-bottom: 100px;
}

    .half-section-top h5 {
        font-family: "futura-pt",Helvetica,Arial,sans-serif;
        font-weight: 500;
        color: currentColor;
        opacity: .4;
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1.21429;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0.5em;
    }

    .half-section-top h3 {
        font-weight: normal;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.567;
        margin-top: 0.5em;
    }

@media (max-width:767px) {

    .half-item {
        margin-bottom: 30px;
    }
}

.half-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 130%;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.half-item:hover .half-image {
    opacity: .6;
}

.half-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}

    .half-image-text h3 {
        font-weight: normal;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.25;
    }

    .half-image-text h5 {
        /*font-family: "gt-walsheim",Helvetica,Arial,sans-serif;*/
        font-weight: 300;
        color: rgba(8,10,28,0.8);
        font-size: 1.5rem;
        line-height: 1.6;
    }

.new-arrival-title {
    text-align: center;
    margin-bottom: 50px;
}

    .new-arrival-title h1 {
        font-weight: normal;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.25;
    }

.product_img_link, .product_image {
    position: relative;
    display: block;
}

    .product_img_link .front-image, .product_img_link img.back-image, .product_image .front-image, .product_image .back-image {
        display: block;
        width: 100%;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

    .product_img_link .front-image, .product_image .front-image {
        position: relative;
    }

    .product_img_link .front-image, .product_image .front-image {
        top: 0;
    }

    .product_img_link .back-image, .product_image .back-image {
        position: absolute;
    }

    .product_img_link .back-image, .product_image .back-image {
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: -1;
    }

.product-images {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.pro_first_box {
    position: relative;
    overflow: hidden;
}
    /*.pro_first_box:hover .product_img_link img.back-image, .pro_first_box:hover .product_image img.back-image {
    opacity: 1;
    filter: alpha(opacity = 100);
    z-index: 1;
}*/
    .pro_first_box:hover .product_img_link .back-image, .pro_first_box:hover .product_image .back-image {
        opacity: 1;
        filter: alpha(opacity = 100);
        z-index: 1;
    }

/*.sold-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    text-align: center;
    left: 0;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-family: Lato,sans-serif;
}

.new-arrival {
    position: absolute;
    top: 15px;
    padding: 7px;
    background: rgba(83, 176, 174, 0.5);
    text-transform: uppercase;
    right: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    font-family: Lato,sans-serif;
}

.sale {
    position: absolute;
    top: 15px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    left: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    font-family: Lato,sans-serif;
}*/
.pro_second_box {
    text-align: center;
}

    .pro_second_box h5 {
        margin: 15px 0 0;
    }

.product-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.product-price {
    font-family: "futura-pt",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: currentColor;
    opacity: .4;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.21429;
    text-transform: uppercase;
    text-align: center;
}

.product-container {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .right-text-row {
        display: flex;
        align-items: center;
    }
}

.banner-right-text {
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
}

    .banner-right-text h3 {
        font-weight: normal;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 32px !important;
    }

    .banner-right-text p {
        /*font-family: "gt-walsheim",Helvetica,Arial,sans-serif;*/
        font-weight: 300;
        color: rgba(8,10,28,0.6);
        text-align: center;
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

.underline-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
    padding: 0;
    /*font-family: "futura-pt",Helvetica,Arial,sans-serif;*/
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
    color: #080a1c;
    position: relative;
}

    .underline-btn:after {
        opacity: 1;
        content: '';
        position: absolute;
        bottom: -6px;
        height: 2px;
        left: 0;
        right: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-color: #f8dbd3;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        background-color: #080a1c;
    }

    .underline-btn:hover:after {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        opacity: 1;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

.main-nav {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.8),transparent);
}

.main-nav-items ul li .menu-item {
    color: #fff;
}

.banner-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    /*height: 1040px;*/
    height: 740px;
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    /*font-size: 40px;
    color: #fff;*/
}

.slick-arrow--next {
    right: 15px;
}

.slick-arrow--prev {
    left: 15px;
}


.fancy-title-6 {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.5;
}

.fancy-title-7 {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 18px;
    line-height: 200%;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 30px;
}

.mk-button-8 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px;
}

.mk-button {
    box-sizing: border-box;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    font-size: 100%;
}

.mk-button-8 .mk-button {
    background-color: #3b65ce;
}

.mk-button-8 .mk-button {
    width: 160px;
}

.mk-button--corner-full_rounded, .mk-button--corner-full_rounded .double-outline-inside {
    border-radius: 50px;
}

.mk-button-8 .mk-button {
    display: inline-block;
    max-width: 100%;
}

    .mk-button-8 .mk-button:hover {
        color: #fff !important;
        background-color: #184cce;
    }

.mk-button--dimension-flat.text-color-light {
    color: #fff;
}

a:active, a:focus, a:hover, a:link, a:visited {
    outline: 0 none;
    text-decoration: none;
}

.mk-button--size-medium {
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
}

.relative {
    position: relative;
}

.inline {
    display: inline-block;
}

.inline {
    display: inline-block;
}

.right {
    float: right;
}

.mk-button-9 .mk-button {
    display: inline-block;
    max-width: 100%;
}

.mk-button-9 .mk-button {
    width: 160px;
}

    .mk-button-9 .mk-button:hover {
        background-color: #3b65ce;
        color: #ffffff !important;
    }

.mk-button-9 .mk-button {
    border-color: #3b65ce;
    color: #ffffff !important;
}

.mk-button--dimension-outline, .mk-button--dimension-savvy {
    border-width: 2px;
    border-style: solid;
}

.left {
    float: left;
}

.about-container {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.about-section {
    padding: 100px 0;
}

.about-title h1 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-size: 18px;
    color: #222222;
    margin-bottom: 18px;
    line-height: 1.5;
}

.divider {
    padding: 0px 0 40px;
}

    .divider .divider-inner {
        border-top: 1px solid rgba(0,0,0,.1);
        position: relative;
        border-top-width: 3px;
        border-top-color: #cacaca;
        width: 50px;
        margin: 0 auto;
    }

.about-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.66em;
}

.side-image-section {
    /*margin: 100px 0;*/
    /*background: #2e1d2f;*/
}

.side-image-wrapper {
    padding: 100px 0;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.divider .divider-inner-left {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0,0,0,.1);
    position: relative;
    border-top-width: 3px;
    border-top-color: #ffffff;
    width: 50px;
}

.side-image-text h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.side-image-text h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.themes-container {
    max-width: 800px;
    margin: auto;
}

.themes-section {
    padding: 100px 0;
    background: #13141a;
}

.themes-title h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
    margin-bottom: 55px;
    color: #fff;
}

.themes-item {
    padding: 45px 10% 0;
    background: #fff;
    border-bottom: 5px solid #eee;
    text-align: center;
    transition: all .3s ease-in-out;
}

    .themes-item:hover {
        background: #ddd;
    }

.themes-row > div:nth-child(1) .themes-item {
    border-bottom-color: #b31b1b;
}

.themes-row > div:nth-child(2) .themes-item {
    border-bottom-color: #80b966;
}

.themes-row > div:nth-child(3) .themes-item {
    border-bottom-color: #3b65ce;
}


.theme-icon {
    /*font-size: 90px;
    line-height: 130px;*/
    font-size: 50px;
    line-height: 70px;
}

.themes-item h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.themes-item p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 35px;
    color: rgba(35, 31, 32, 0.85);
}

.themes-link {
    margin-bottom: 30px;
}

    .themes-link span {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 20px;
        background: #c6ecff;
        /*color:#fff;*/
        display: inline-block;
    }

.team-section {
    padding: 100px 0;
}

.team-top h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    color: #222222;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.team-top h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    color: #222222;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.team-image-wrapper {
    padding: 0 30px;
    margin: 0 auto 25px;
    max-width: 500px;
}

.team-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*-webkit-filter: gray;*/
    filter: gray;
    transition: all .3s;
}

.team-item:hover .team-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-text {
    text-align: center;
}

    .team-text h4 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .team-text p {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.66em;
        margin-bottom: 20px;
    }

.parallax-bg {
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

    .parallax-bg h2 {
        letter-spacing: 0px;
        text-transform: none;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        font-style: inhert;
        font-weight: normal;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .parallax-bg p {
        letter-spacing: 0px;
        text-transform: none;
        font-size: 16px;
        color: rgba(255,255,255,0.5);
        text-align: center;
        font-style: inhert;
        font-weight: normal;
        padding-top: 30px;
        padding-bottom: 60px;
        margin-bottom: 18px;
    }

#mk-button-26 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

    #mk-button-26 .mk-button {
        padding: 20px 28px;
        font-size: 14px;
        line-height: 100%;
        background-color: #1bbc9b;
        border-radius: 3px;
        font-weight: 700;
    }

    #mk-button-26 .mk-button {
        display: inline-block;
        max-width: 100%;
        color: #fff;
        letter-spacing: 2px;
    }

        #mk-button-26 .mk-button:hover {
            background-color: #252525;
        }

#mk-button-27 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

    #mk-button-27 .mk-button {
        padding: 18px 28px;
        border-color: #fff;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        max-width: 100%;
        letter-spacing: 2px;
        border-radius: 3px;
        line-height: 1;
    }

        #mk-button-27 .mk-button:hover {
            background-color: #fff;
            color: #252525;
        }

.two-sides-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

.two-sides-container {
    text-align: center;
    height: 100vh;
    background: #7aced6;
    position: relative;
    transition: all .3s ease-in-out;
}

@media (max-width: 979px) {
    .two-sides-section .two-sides-container {
        height: 358px;
    }
}

.two-sides-section .two-sides-container:hover {
    background: rgba(122,206,214,0.78);
}

.two-sides-section .two-sides-row > div:first-child .two-sides-container {
    background: rgba(224,30,38,0.78);
}

.two-sides-section .two-sides-row:hover > div:first-child .two-sides-container {
    background: rgba(224,30,38,1);
}

.two-sides-section .two-sides-row:hover > div:first-child:hover .two-sides-container {
    background: rgba(224,30,38,0.78);
}

.two-sides-section .entry {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.two-sides-section h5 {
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 300;
}


.two-sides-section h1 {
    padding-bottom: 18px;
    font-size: 57px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.034em;
    font-weight: 700;
    text-transform: uppercase;
}

.two-sides-section p {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 0.02em;
    color: #fff;
}

.btn-white {
    display: inline-block;
    /*height: 34px;*/
    padding: 0 30px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
}

.two-sides-section .btn-white {
    padding: 0 17px;
    letter-spacing: 0.06em;
}

    .two-sides-section .btn-white:hover {
        border: 4px solid #ec9396;
        color: #fff;
    }

.two-sides-section .two-sides-row > div:last-child .btn-white:hover {
    border: 4px solid #caebef;
}

@media (max-width: 979px) {
    .two-sides-section h5 {
        padding-bottom: 8px;
        font-size: 20px;
    }

    .two-sides-section h1 {
        padding-bottom: 13px;
        font-size: 45px;
    }

    .two-sides-section p {
        padding-bottom: 24px;
        font-size: 20px;
    }

    .two-sides-section .btn-white {
        padding: 0 16px 0 19px;
        letter-spacing: 0.06em;
    }
}

.banner-text {
    -webkit-transition-property: opacity,-webkit-transform;
    -moz-transition-property: opacity,-moz-transform;
    -o-transition-property: opacity,-o-transform;
    transition-property: opacity transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    bottom: 14px;
    position: absolute;
    z-index: 100;
    width: 100%;
}

@media (min-width: 60em) {
    .banner-text {
        bottom: 102px;
    }
}

.slick-active .banner-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner-title {
    font-family: freight-sans-pro-n5,freight-sans-pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    line-height: 1.1;
    margin: 0;
    display: block;
}

@media (min-width: 60em) {
    .banner-title {
        font-size: 62px;
        margin-bottom: 6px;
    }
}

.banner-control {
    position: absolute;
    z-index: 100;
    bottom: 16px;
    right: 1em;
    color: #fff;
    width: 100%;
}

@media (min-width: 60em) {
    .banner-control {
        bottom: 43px;
        right: auto;
    }
}

.banner-control .content-container > div {
    display: inline-block;
}

.banner-arrows span {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    border-color: rgba(255, 255, 255, 0.3);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.banner-dots .slick-dots {
    position: relative;
    bottom: initial;
}

    .banner-dots .slick-dots li {
        height: initial;
        width: initial;
    }

        .banner-dots .slick-dots li button {
            border-radius: 50px;
            opacity: .5;
            background-color: #fff;
            color: #000000;
            cursor: pointer;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 12px 0 0;
        }

            .banner-dots .slick-dots li button:before {
                content: '';
                height: initial;
                width: initial;
                line-height: initial;
            }

    .banner-dots .slick-dots .slick-active button {
        opacity: 1;
    }

@media (min-width: 60em) {
    .banner-dots .slick-dots li button {
        width: 11px;
        height: 11px;
        /*height:initial;
        width:initial;*/
    }
}


.intro-section {
    margin-top: 52px;
}

@media (min-width:768px) {
    .journal-left {
        margin-right: 40px;
        position: relative;
    }

        .journal-left:after {
            content: '';
            display: block;
            width: 1px;
            height: -webkit-calc(100% - 33px);
            height: -moz-calc(100% - 33px);
            height: calc(100% - 33px);
            top: 33px;
            right: -20px;
            position: absolute;
            background-color: #e3e4e5;
        }
}

.journal-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 13px;
    letter-spacing: .03em;
    white-space: nowrap;
    border-bottom: 2px solid #212226;
    padding-bottom: 18px;
    color: #b31b1b;
    /*margin-top: -31px;*/
}

    .journal-title i {
        margin-right: 5px;
    }

.journal-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px 13px;
    padding: 5px 0px;
    position: relative;
    font-size: 17px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

    .journal-list li a {
        color: #004080;
    }

        .journal-list li a:hover {
            text-decoration: underline;
        }

.article-section article {
    padding: 20px 0 10px;
    border-bottom: 1px solid #e3e4e5;
}

.main-article-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 20px;
}

.article-category {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: .06em;
    border-bottom: 1px solid transparent;
}

    .article-category:hover {
        border-bottom: #000;
    }

.article-title {
    margin: 5px 0 10px;
    /* font-weight: 900; */
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -.02em;
    color: #212226;
    transition: opacity .3s ease 0s;
}

    .article-title:hover {
        opacity: .8;
    }

.article-overview {
    font-family: 'Georgia', serif;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #494a4d;
}

.article-link-wrapper {
    /*text-align:center;*/
    margin-top: 30px;
}

.article-link {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    /*border-radius: 6px;*/
    transition: all .2s ease-in-out;
    background-color: #b31b1b;
    /*border-color: #03886E;*/
    color: #fff;
    display: inline-block;
}

.cu-tower {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin: 18px 0 54px;
    padding: 18px;
    position: relative;
    text-align: center;
}

@media (max-width: 60em) and (min-width: 36em) {
    .cu-tower {
        width: 42.30769%;
        float: right;
        margin-right: 0;
        border-top-width: 4px;
        padding: 24px 12px 18px;
    }
}

.cu-tower:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #b31b1b;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 3px;
    padding: 0 1px;
    content: '';
}

.chronicle-tower {
    margin: 18px 0 54px;
    padding: 18px;
}

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-tower {
        border-bottom: none;
        margin: -100px 0 0;
        z-index: 100;
        width: 40%;
        float: right;
        min-height: 980px;
        padding: 24px 18px 120px;
    }
}

@media (min-width: 60em) {
    .chronicle-tower {
        width: 31.42857%;
        float: right;
        margin-right: 0;
        padding: 24px 54px 72px;
        min-height: 860px;
    }
}

@media (min-width: 60em) {
    .chronicle-tower {
        border-bottom: none;
        margin: -100px 0 0;
        z-index: 100;
    }
}

.intro-right-slider .slick-dots li button {
    font-size: 13px;
    color: #000;
}

.intro-right-slider .slick-dots li.slick-active button {
    text-decoration: underline;
}

.intro-right-slider .slick-dots li button:before {
    content: '';
}

.chronicle-entry, .chronicle-links {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

@media (min-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.chronicle-entry, .chronicle-links {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

@media (min-width: 36em) and (max-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.chronicle-links a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    line-height: 1;
    padding: 0 5px 0 9px;
}

.chronicle-links.inline a {
    border-left: 1px solid #b3b3b3;
}

    .chronicle-links.inline a:first-child {
        padding-left: 5px;
        border: none;
    }

.chronicle-entry .tag {
    color: #b31b1b;
    font-size: 12px;
}

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-entry .tag {
        margin-bottom: 4px;
    }
}

.chronicle-entry-title {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

    .chronicle-entry-title:hover {
        text-decoration: underline;
    }

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-entry-title {
        line-height: 1.4;
    }
}

.chronicle-entry:after, .chronicle-links:after {
    left: 0;
    background-color: #e0e0e0;
    height: 1px;
    width: 50%;
    bottom: 0;
    right: 0;
    content: "";
}

.chronicle-entry:after, .chronicle-links:after {
    margin: 0 auto;
    position: absolute;
}

.grid-box {
    font-family: freight-sans-pro-n4,freight-sans-pro,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 60em) and (min-width: 36em) {
    .home-block {
        width: 57.14286%;
        float: left;
        margin-right: 2.85714%;
    }
}

@media (min-width: 60em) {
    .grid-box, a.grid-box {
        margin-bottom: 30px;
        max-width: none;
    }
}

@media (min-width: 60em) {
    .home-block {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
    }
}

.block-header {
    float: left;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

.cu-title {
    font-size: 13px;
    margin-bottom: 12px;
    color: #b31b1b;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 60em) {
    .cu-title {
        font-size: 14px;
        margin-bottom: 18px;
    }
}

.block-header .cu-title {
    margin: 0;
}

@media (min-width: 60em) {
    .grid-title, a.grid-title {
        font-size: 26px;
        line-height: 1.5;
    }
}

.grid-title {
    margin-top: 24px;
}

.grid-box img, a.grid-box img {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
/*.hc-overlay {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-delay: 0s;
    width: 100%;
}

.hc-overlay {
    font-smoothing: antialiased;
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform opacity;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
    padding: 16px 32px;
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-overlay {
    padding: 16px;
    text-align: left;
    z-index: 100;
}

@media (min-width: 60em) {
     .hc-overlay {
        padding: 28px;
    }
}

.vbottom, .vcenter {
    width: 99%;
}

.vbottom, .vcenter, .vjack:before {
    display: inline-block;
}

.vjack:before {
    content: "";
    height: 100%;
    margin-right: -.25em;
}
.hc-title {
    font-family: freight-sans-pro-n5,freight-sans-pro,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
}*/
.map-section {
    padding: 100px 0 60px;
}

@media (min-width:768px) {
    .map-row {
        display: flex;
        align-items: center;
    }
}

.stripe {
    text-align: center;
}

@media (max-width:767px) {

    .stripe {
        margin-top: 30px;
    }
}

.stripe p:not(:last-child) {
    font-size: 1.75em;
    color: #555;
    margin-bottom: 1em;
}

.btn, a.btn {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: freight-sans-pro-n7, freight-sans-pro, sans-serif;
    font-weight: 700;
    background-color: #006699;
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-appearance: none;
}

.stripe a.btn-red {
    display: inline-block;
    background: transparent;
    color: #b31b1b;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

    .stripe a.btn-red, .stripe a.btn-red:visited, .stripe a.btn-red:active {
        background: transparent;
        color: #b31b1b;
        border: 3px solid #b31b1b;
    }

.menu-mobile {
    /*position: absolute;*/
    /*z-index: 12;*/
    width: 100%;
}

@media (max-width:767px) {
    .gallery-row {
        margin-top: 50px;
    }

        .gallery-row > div:nth-child(n+4) {
            display: none;
        }

    .banner-canvas {
        padding-top: 0;
    }
}

/*#header_left_inner a:hover {
    border-bottom: 1px solid #fff;
}*/

.wrapper .banner-center-title {
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: .2em;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.banner-section {
    margin-bottom: 50px;
}

.wrapper-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 47px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

    .wrapper-desc h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 10px;
    }

@media (max-width:767px) {

    .wrapper-desc h2 {
        font-size: 17px;
    }
}

.subtitle {
    margin-bottom: 20px;
    font-size: 17px;
    /*white-space: nowrap;*/
}

.wrapper-desc a {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
    text-decoration: none !important;
    font-size: 12px;
}

    .wrapper-desc a:hover {
        border-bottom: 1px solid;
    }

.project-author {
    position: absolute;
    top: 35px;
    right: 55px;
    text-transform: uppercase;
    pointer-events: visible;
    z-index: 9999;
    min-height: 24px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 4;
}

@media (max-width:767px) {

    .project-author {
        display: none;
    }
}

.project-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.project-link-title {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: none;
}

.project-item.active .project-link-title {
    display: block;
}

.project-item {
    padding: 100px;
}

.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;
    width: 100%;
    height: 100vh;
}

.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;
}

.mission-top {
    text-align: center;
    margin-bottom:
}

    .mission-top h3 {
        /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
        height: 100%;
        width: 100%;
        /* text-transform: uppercase; */
        letter-spacing: 0.2px;
        text-align: center;
        margin: 90px auto 0;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: bold;
        /*color: #3a596d;*/
        /*color: #8391a3;*/
        color: #3a586b;
    }

    .mission-top h4 {
        display: block;
        font-size: 16px;
        /* font-weight: 700; */
        /*margin-top: 110px;*/
        letter-spacing: 0.4px;
        /*color: #a9aeb4;*/
        color: #676767;
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding: 0 15px;
        margin-bottom: 20px;
        font-family: 'Lato', sans-serif;
    }

@media (max-width:767px) {
    .mission-top h3 {
        font-size: 20px;
        margin: 35px auto 0;
    }

    .mission-top h4 {
        font-size: 14px;
    }
}

.logo-section .mission-top h3 {
    font-size: 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: 30px;
}

.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;
    }

.overview-section {
    padding: 30px 15px;
    text-align: center;
}

    .overview-section h2 {
        margin: 0;
        padding: 50px 0;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: normal;
        font-size: 12px;
        display: inline-block;
    }

.overview-container {
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    font-family: Garamond,serif;
}

.see-more {
    font-size: 13px;
    text-decoration: underline !important;
    color: #a69c9c;
}

.square-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
}

.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: #000 !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;
}*/
/*.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: 40px 20px 0;
}

@media (max-width:767px) {

    .featured-section {
        padding: 40px 00px 0;
    }
}

.featured-top {
    margin-bottom: 30px;
}

    .featured-top h2 {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: normal;
        font-size: 11px;
    }

.grid-product__meta {
    position: relative;
    display: block;
    padding: 18px 0;
    text-align: center;
}

.product-num {
    font-style: italic;
    color: #ffffff;
    padding: 10px 0;
}

.product-info {
    opacity: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
}

.featured-item:hover .product-info {
    opacity: 1;
    visibility: visible;
}


.product-title {
    color: #ffffff;
}

.product-desc {
    color: #898989;
    padding: 0 13% 15px;
    min-height: 55px;
}

.product-price {
    color: #898989;
}

/*.about-section {
    background: #9D9793;
    color: #FFFFFF;
}

.about-item {
    padding: 43px 40px 34px 11px;
    height: 100%;
    transition: all 0.3s ease-out;
}

@media (max-width:767px) {
    .about-item {
        padding: 43px 30px;
    }
}

.about-item:hover {
    background: #AFAAA6;
}

.about-item .inner {
    max-width: 650px;
    width: 100%;
}

.about-row > div:first-child .about-item .inner {
    float: right;
}

@media (min-width:768px) {
    .about-row {
        display: flex;
    }
}

.about-info {
    font-size: 14px;
    padding: 20px 30px 20px 60px;
}


@media (max-width:767px) {
    .about-info {
        padding: 20px 0px;
    }
}*/

.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;
    padding-bottom: 100%;
    overflow: hidden;
}

    .instagram-image * {
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .instagram-image a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .instagram-image:hover .blogs-detail {
        top: 80px;
    }

.blogs-detail {
    position: absolute;
    top: calc(77%);
    width: 100%;
    background-color: #ffffff;
    padding: 15px 25px 65px;
}

    .blogs-detail h3, .blogs-detail p {
        margin: 0 0 25px;
    }

    .blogs-detail h3 {
        font-family: 'Lato';
        font-size: 16px;
        color: #666666;
        text-transform: uppercase;
    }

    .blogs-detail p {
        font-family: 'Lato';
        font-size: 13px;
        color: #666666;
    }

    .blogs-detail:before {
        position: absolute;
        content: '';
        z-index: 2;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 80px;
        background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
    }

.instagram-row > div {
    margin-bottom: 30px;
}

.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;
    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-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    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%;
}

/*.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 110%;
}

    .section-2-image.fullwidth {
        padding-bottom: 56.66666666666666666667%;
    }

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }
}

.section-2-image:hover {
    opacity: .8;
}



@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;
    }
}*/
.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;
}

@media (max-width:767px) {
    .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: 10px;
    /*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: 470px;
    /*padding: 0px 7%;*/
}

@media (max-width:767px) {
    .banner-wrapper {
        height: auto;
        padding-bottom: 70%;
    }
}

@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;
}


/*update new*/
@media (max-width:767px) {
    .banner-caption {
        width: 100%;
    }

    .fancy-title-6 {
        font-size: 20px;
    }

    .fancy-title-7 {
        font-size: 13px;
    }

    .mk-button-container {
        float: none !important;
    }

    #mk-button-26 {
        margin-right: 0;
        margin-bottom: 15px;
    }

        #mk-button-26 .mk-button {
            min-width: 189.67px;
        }

    #mk-button-27 {
        margin-right: 0;
    }

        #mk-button-27 .mk-button {
            min-width: 189.67px;
        }
}


@media (max-width: 979px) {
    .two-sides-section h1 {
        font-size: 35px;
    }
}

.testimonial-section {
    margin: 50px 0;
}

.testimonial-item-wrapper {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    /*max-width: 310px;*/
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

    .testimonial-item-wrapper * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .testimonial-item-wrapper img {
        max-width: 100%;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-right: 5px;
        display: block;
        z-index: 1;
        position: absolute;
        right: 50%;
    }

    .testimonial-item-wrapper blockquote {
        margin: 0;
        display: block;
        border-radius: 8px;
        position: relative;
        background-color: #fafafa;
        padding: 80px 50px 35px 50px;
        font-size: 0.8em;
        font-weight: 500;
        margin: -40px 0 0;
        line-height: 1.6em;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-left: 0;
    }

        .testimonial-item-wrapper blockquote:before,
        .testimonial-item-wrapper blockquote:after {
            font-family: 'FontAwesome';
            content: "\201C";
            position: absolute;
            font-size: 50px;
            opacity: 0.3;
            font-style: normal;
        }

        .testimonial-item-wrapper blockquote:before {
            top: 55px;
            left: 20px;
        }

        .testimonial-item-wrapper blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 5px;
        }

    .testimonial-item-wrapper .author {
        margin: 0;
        height: 80px;
        display: block;
        text-align: left;
        /*padding: 0 35px;*/
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

        .testimonial-item-wrapper .author h5,
        .testimonial-item-wrapper .author span {
            /*left: 50%;
            position: absolute;*/
            opacity: 0.8;
            padding: 3px 5px;
        }

        .testimonial-item-wrapper .author h5 {
            text-transform: uppercase;
            /*bottom: 50%;*/
            margin-bottom: 0;
            font-weight: 800;
            /*color: #ffffff;*/
        }

        .testimonial-item-wrapper .author span {
            font-size: 0.8em;
            color: #000000;
            /*top: 50%;*/
            font-weight: 500;
        }

.testimonial-item-wrapper {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 220px;
    max-width: 310px;*/
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

.testimonial-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    /*  padding-bottom: 100%; */
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    margin-right: 5px;
}
/*.author-content {
    padding-left:100px;
}*/
.testimonial-header {
    /*left: 50%;
    position: absolute;
    top:50%;*/
    /*opacity: 0.8;*/
    padding-left: 50%;
    padding-top: 40px;
}

.testimonial-slider .slick-slide {
    margin: 0 15px;
}

/*update new 2*/

#map {
    height: 400px;
    width: 50%;
}

@media (max-width:767px) {
    #map {
        height: 100vh;
    }
}

.address-box {
    max-width: 500px;
    width: 100%;
    /*margin:auto;*/
    padding: 15px;
}

.address-box {
    /*margin:auto;*/
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    background: #ffffffb5;
}

@media (max-width:450px) {

    .address-box {
        /*margin:auto;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 15px;
        background: #ffffffb5;
    }
}

/*update*/
.destination-item {
    margin-bottom: 30px;
}

/*@media (min-width:992px) {
    .destination-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}*/

.destination-item-inner {
    position: relative;
    font-family: Lato,sans-serif;
    overflow: hidden;
}

.destination-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 66.666666666667%;
    transition: all 0.2s ease-in-out;
}

.destination-item-inner:hover .destination-image {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}

.destination-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    padding: 40px 0px 20px;
    background: linear-gradient(to bottom, transparent 0%, rgba(67,89,101,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    text-align: center;
    transition: padding 0.2s ease-in-out;
}

.destination-item-inner:hover .destination-caption {
    padding-top: 100px;
}

.destination-name {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

.how-row {
    margin-top: 50px;
}

.how-number {
    position: absolute;
    left: 22%;
    top: 0;
}

    .how-number span {
        color: #ffffff;
        background: #ebd8ca;
        padding: 4px 11px;
        border-radius: 50%;
        display: inline-block;
    }

.how-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-family: Lato,sans-serif;
}

.how-image {
    text-align: center;
}

    .how-image img {
        /*height: 115px;*/
        max-height: 300px;
        margin: auto;
        /*width:100%;*/
    }

@media (max-width:767px) {
    .how-image img {
        max-height: 250px;
    }
}

.how-caption h3 {
    text-align: center;
    color: #3a596d;
    margin: 16px 0px 10px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.how-caption p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #666666;
}

.logo-section {
    padding: 15px 0 0 0;
    background: #f6f6f6;
}

    .logo-section .mission-top h3 {
        margin-bottom: 30px;
    }

    .logo-section + .logo-section {
        padding: 30px 0 50px 0;
    }

        .logo-section + .logo-section .mission-top h3 {
            margin-top: 0px;
        }

.logo-row {
    /*margin-bottom: 30px;*/
}

@media (min-width:992px) {
    .logo-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.logo-item a {
    background: #fff;
}

.logo-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    padding-bottom: 60%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom: 30px;
    opacity: .7;
}

    .logo-image:hover {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
    }

.logo-section > .container {
    position: relative;
}

.logo-section h3.vertical-text {
    margin-top: 30px;
}

.slider-button {
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px #bbbbbb;
    z-index: 15;
    background-color: #fff;
    cursor: pointer;
}

#partner-prev, #featured-prev, #service-prev {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#partner-next, #featured-next, #service-next {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.profile-row > div:first-child {
    display: flex;
    align-items: center;
}

.profile-section {
    font-family: Lato;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    background-image: url(https://cdn.sweetescape.com/misc/svg/footer-illustration@2x.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 50px;
    border-top: solid 1px #f0f0f0;
}

.profile-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #3a596d;
    padding-top: 40px;
}

.profile-text p {
    font-size: 16px;
    line-height: 1.57;
    letter-spacing: 0.4px;
    color: #696969;
    margin-bottom: 25px;
}

.profile-right-image {
    text-align: center;
}

.about-us-row {
}

.about-us-item {
    margin-bottom: 30px;
    font-family: Lato,sans-serif;
}

.about-us-item-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 70%;
}

.about-us-caption {
    padding: 15px;
    text-shadow: 0 0 5px #fff;
}

    .about-us-caption h3 {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        /*color: #8391a3;*/
        color: #3a586b;
        font-weight: bold;
        letter-spacing: 0.2px;
    }

    .about-us-caption h4 {
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        /*color: #a9aeb4;*/
        color: #676767;
        letter-spacing: 0.4px;
    }

@media (max-width:767px) {
    .about-us-caption h4 {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.big-services-slider-1 {
    width: 100%;
    margin-bottom: 7.5px;
    height: calc(50% - 7.5px);
}

.big-services-slider-2 {
    width: 100%;
    margin-top: 7.5px;
    height: calc(50% - 7.5px);
}

.big-services-slider-3 {
    height: 100%;
}

    .big-services-slider-3 .slick-list {
        padding-left: 0px !important;
    }

    .big-services-slider-3 .slick-slide {
        margin: 0 5px;
    }

.big-services-slider-1 .slick-list,
.big-services-slider-1 .slick-track,
.big-services-slider-2 .slick-list,
.big-services-slider-2 .slick-track {
    height: 100%;
}


.big-service {
    position: relative;
    width: 100%;
    /*padding-top: 50%;*/
    height: 100%;
}



@media (max-width: 575px) {
    .big-service {
        padding-top: 150%;
    }
    /*.big-services-slider {
        height: 300px;
    }*/

    .right-services {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .big-service {
        padding-top: 150%;
    }
    /*.big-services-slider {
        height: 180px;
    }*/
}

.big-service-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    left: 0;
    top: 0;
}

    .big-service-image > .ov {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
        background-image: linear-gradient(transparent 60%, black);
        left: 0;
        top: 0;
    }

    .big-service-image .big-service-title {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%);
        color: #fff;
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

@media(max-width:767px) {
    .big-service-image .big-service-title {
        font-size: 11px;
        letter-spacing: 2px;
        bottom: 25px;
    }
}

.services-slider {
    width: 100%;
    margin-top: 50px;
    padding: 0 -15px;
}

.service {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.service-image {
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    left: 0;
    top: 0;
}

    .service-image > .ov {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
        background-image: linear-gradient(transparent 60%, black);
        left: 0;
        top: 0;
    }

    .service-image .service-title {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%);
        color: #fff;
        font-size: 18px;
        font-family: 'Modern Sans', sans-serif;
        text-align: center;
    }

.instagram-feed {
    padding: 50px 0;
}

    .instagram-feed h3.vertical-text {
        margin: 0 0 30px 0;
    }

.instagram-picture {
    float: left;
    display: block;
    width: 20%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 20%;
    opacity: 1;
    transition: all .3s ease-in;
}

.square-image-container {
    width: 33%;
    padding-top: 47%;
    position: relative;
}

.square-images {
    width: calc(100% - 7.5px);
    /* padding-top: calc(100% - 15px); */
    height: calc(100% - 7.5px);
    position: absolute;
    left: 50%;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: translate(-50%, 0);
}

    .square-images .ov {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
        background-image: linear-gradient(transparent 60%, black);
        left: 0;
        top: 0;
        overflow: hidden;
        background-color: #0a212f;
    }

        .square-images .ov .image-service {
            opacity: 1;
            width: 100%;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            background-position: center !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            transform: translate(-50%, -50%);
        }

        .square-images .ov .square-image-title-container,
        .square-images .ov .square-image-buy-container {
            position: absolute;
            display: block;
            width: 100%;
            color: #fff;
            font-size: 10px;
            font-family: 'Lato', sans-serif;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: bold;
            height: 10%;
            overflow: hidden;
            border: 1px solid transparent;
            z-index: 3;
        }

        .square-images .ov .square-image-buy-container {
            top: 40%;
        }

        .square-images .ov .square-image-title-container {
            bottom: 10%;
        }

    .square-images span {
        cursor: pointer;
    }

.square-image-buy-container span {
    height: 100%;
    display: block;
    padding: 4px 8px;
    -webkit-transform: translate(0,100%);
    transform: translate(0,105%);
    transition: 0.3s;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    color: #000;
}


.square-image-title-container span {
    display: block;
    height: 100%;
    display: block;
    padding: 4px 0;
    -webkit-transform: translate(0,100%);
    transform: translate(0,0);
    transition: 0.3s;
    background-color: transparent;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

.square-images:hover .image-service {
    opacity: 0.35;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
}

.square-images:hover .square-image-buy-container span {
    transform: translate(0,0);
}

.square-images:hover .square-image-title-container span {
    transform: translate(0, -105%);
}

@media (max-width: 575px) {

    .square-images {
    }
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.btn-eff-1:hover {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /*background:transparent;
   border:1px solid #f4352b;
   color:#f4352b;*/
}

.section-3-title h3 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #3a586b;
    letter-spacing: 0.2px;
}

.section-3-title h4 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #676767;
}

@media (max-width:767px) {
    .section-3-title h3 {
        font-size: 20px;
    }

    .section-3-title h4 {
        font-size: 14px;
    }
}

#makeMeScrollable {
    display: none;
}

@media (max-width:767px) {
    #makeMeScrollable {
        display: block;
    }

    #instagram-scroll {
        display: none;
    }

    .instagram-photo {
        width: 100%;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        height: auto;
        padding-bottom: 100%;
        opacity: 1;
        transition: all .3s ease-in;
    }
}

.service-bottom {
    display: none;
}

@media (max-width:767px) {
    .service-bottom {
        text-align: center;
        font-family: "Lato", sans-serif;
        display: block;
        padding-top: 30px;
    }
}

.destination-slider {
    display: none;
}

@media (max-width:767px) {
    .destination-slider {
        display: block;
    }

    .desktop {
        display: none;
    }
}

.big-service-ourservices {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ourservices-item {
    display: inline-block;
    padding: 0px 4px;
}

#mobile-partners {
    display: none;
}

#mobile-featuredby {
    display: none;
}

@media(max-width:767px) {
    #web-partners {
        display: none;
    }

    #mobile-partners {
        display: flex;
    }

    #web-featuredby {
        display: none;
    }

    #mobile-featuredby {
        display: flex;
    }

    #partner-prev {
        display: none;
    }

    #partner-next {
        display: none;
    }

    #featured-prev {
        display: none;
    }

    #featured-next {
        display: none;
    }

    .logo-item {
        padding: 0 5px;
    }

    .logo-image {
        margin-bottom: 10px;
    }
}

.top-menu {
    /*background: linear-gradient(180deg,rgba(0, 0, 0, 0.9),transparent);*/
    background: linear-gradient(180deg,rgba(70, 155, 184, 0.46),transparent);
}
