﻿body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Didact Gothic";
    color: #000;
    font-size: 15px;
}

a {
    color: #7d6035;
}

a:hover, a:focus {
    color: #777;
    text-decoration: none !important;
}

p.other-products {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 24px;
}


/** Page
 **************************************************************** **/
.page {
    min-height: 60vh;
    padding: 50px 0;
}

@media (max-width: 480px) {
    .page {
        padding: 20px 10px;
    }
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

    .offcanvas #page:after {
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.7);
        content: "";
    }


/** Navigation
 **************************************************************** **/
#header {
    background: rgba(197, 183, 161, 0.7);
    height: 92px;
    position: fixed;
    left: 0;
    top: 20px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

    #header #logo {
        position: relative;
        top: 15px;
        float: left;
        margin-right: 20px;
        border-right: 1px solid #eee;
        padding-right: 30px;
    }

        #header #logo img {
            padding: 0;
            margin: 0;
            height: 60px;
        }

@media (max-width: 1199px) {
    #header {
        top: 0;
        height: 70px;
    }

    #header #logo {
        top: 10px;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

        #header #logo img {
            height: 50px;
        }
}

#header.header-fixed {
    top: 0;
    background: #c5b7a1;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    #header.header-fixed #logo img {
        height: 45px;
    }
}

/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Active */
.nav-menu li.active {
    
}

    .nav-menu li.active a:after {
        
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: left;
    margin: 0;
    top: 35px;
    position: relative;
}

@media (max-width: 1199px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    transition: all .3s;
}

    .nav-menu a:hover, .nav-menu a:focus {
        color: #000;
    }

.nav-menu ul {
    width: 250px;
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 14px;
            white-space: normal;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            background: #7d6035;
            color: #fff;
        }

    .nav-menu ul ul {
        margin: 0 0 0 10px;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 17px;
    top: 17px;
    z-index: 999;
    margin:0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #000;
    }

@media (max-width: 1199px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #e2dbd0;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #333;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 23px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-weight: 600;
                letter-spacing: 0.3px;
            }

                #mobile-nav ul li a:hover {
                    color: #7d6035;
                }

            #mobile-nav ul li.active {
                background: #f3f0eb;
            }

            #mobile-nav ul li li {
                padding-left: 15px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #333;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #7d6035;
            }

        #mobile-nav ul .menu-item-active {
            color: #7d6035;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }


/** #About
 **************************************************************** **/
#about {
    background: #e2dbd0;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
    padding: 80px 0;
}

    #about #more {
        text-align: left;
    }

    #about #about-photo {
        height: 500px;
        padding: 20px;
    }

        #about #about-photo #about-bg {
            height: 100%;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

    #about #about-item {
        height: 500px;
        padding: 20px;
        display: table;
    }

        #about #about-item #about-content {
            display: table-cell;
            vertical-align: middle;
        }

            #about #about-item #about-content h1.title {
                font-family: inherit;
                font-weight: 600;
                font-size: 24px;
                text-align: left;
                color: #7d6035;
                margin: 10px 0;
            }

@media (max-width: 767px) {
#about {
    padding: 30px 0;
}

    #about #about-item {
        height: 100%;
        padding-top: 0;
    }

        #about #about-item #about-content {
            display: block;
        }

    #about #about-photo {
        height: 300px;
    }
}


/** #Products
 **************************************************************** **/
#products {
    padding: 80px 0;
}

#product {
    position: relative;
    height: 380px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

#product-item {
    height: 280px;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #e2dbd0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    #product-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
    }

#product-name {
    width: 100%;
    height: 80px;
    padding: 5px;
    z-index: 1;
    left: 50%;
    display: table;
    opacity: 1;
    position: relative;
    transform: translate(-50%);
    white-space: normal;
    background: rgba(197, 183, 161, 0.8);
    transition: all 300ms linear 0s;
    -webkit-transform: translate(-50%);
}

        #product-name h1 {
            margin: 0;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            display: table-cell;
            vertical-align: middle;
            white-space: normal;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s;
        }

#product:hover #product-item {
    opacity: 0.5;
}

#product:hover #product-name {
    background: #7d6035;
}

#product:hover #product-name h1 {
    color: #fff;
}


/* Product Center */
.owl-item.active.center #product-item:before {
    background-image: none;
}

@media (max-width: 767px) {
    #products {
        padding: 30px 0;
    }

    #product-item:before {
        background-image: linear-gradient(to bottom, rgba(226, 219, 208,0), rgba(226, 219, 208, .5));
    }

    #product-item #product-name {
        display: block;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 30px;
        width: 100%;
        transform: none;
        -ms-transform: none;
        text-align: left;
        padding: 0 20px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

        #product-item #product-name a {
            opacity: 1;
        }

        #product-item #product-name h1 {
            font-size: 18px;
        }
}

/** #Brands
 **************************************************************** **/
#brands {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#brand-title {
    height: 150px;
    display: table;
    background: #e2dbd0;
    padding: 0;
}

    #brand-title p.title {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

#brand {
    height: 150px;
    padding: 0;
}

    #brand .owl-carousel .owl-controls .owl-nav {
        opacity: 0;
    }

        #brand:hover .owl-carousel .owl-controls .owl-nav {
            opacity: 1;
        }

    #brand .owl-carousel .owl-controls .owl-nav .owl-prev, #brand .owl-carousel .owl-controls .owl-nav .owl-next {
        position: absolute;
        top: 30% !important;
        z-index: 100;
        background: transparent;
        color: #7d6035;
        font-size: 30px;
    }

    #brand .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -1%;
    }

    #brand .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -1%;
    }

#brand-item {
    height: 150px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-right: 1px solid #eee;
}

    #brand-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 5px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        #brand-item:hover img {
            opacity: 0.5;
        }


/** #Awards
 **************************************************************** **/
#awards {
    padding: 80px 0;
}

#award {
    position: relative;
    height: 300px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

#award-item {
    height: 230px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #e2dbd0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    #award-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 5px;
    }

#award-name {
    width: 100%;
    height: 50px;
    padding: 5px;
    z-index: 1;
    left: 50%;
    display: table;
    opacity: 1;
    position: relative;
    transform: translate(-50%);
    white-space: normal;
    background: rgba(197, 183, 161, 0.8);
    transition: all 300ms linear 0s;
}

    #award-name h1 {
        margin: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

#award:hover #award-item {
    opacity: 0.5;
}

#award:hover #award-name {
    background: #7d6035;
}

    #award:hover #award-name h1 {
        color: #fff;
    }

@media (max-width: 767px) {
    #awards {
        padding: 30px 0;
    }

    #award-item:before {
        background-image: linear-gradient(to bottom, rgba(226, 219, 208,0), rgba(226, 219, 208, .5));
    }

    #award-item #award-name {
        display: block;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 30px;
        width: 100%;
        transform: none;
        -ms-transform: none;
        text-align: left;
        padding: 0 20px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

        #award-item #award-name a {
            opacity: 1;
        }

        #award-item #award-name h1 {
            font-size: 18px;
        }
}


/** #Contacts
 **************************************************************** **/
#contacts {
    padding: 0;
}

#contact-item {
    padding: 30px 0;
    text-align: center;
    background: #e2dbd0;
    border-bottom: 1px solid #fff;
}

    #contact-item h1 {
        margin-bottom: 30px;
    }

    #contact-item ul {
        padding-left: 0;
    }

        #contact-item ul li {
            display: inline-block;
        }

    #contact-item #item {
        height: 140px;
        border-right: 1px solid #fff;
        display: table;
    }

    #contact-item #first-item {
        height: 140px;
        border-right: 1px solid #fff;
        display: table;
    }

    #contact-item #last-item {
        height: 140px;
        display: table;
    }

        #contact-item #first-item p.item-title, #contact-item #item p.item-title, #contact-item #item #item-details, #contact-item #last-item #item-details {
            margin: 0;
            display: table-cell;
            vertical-align: middle;
        }

    #contact-item #item-details p.item-details-title {
        font-size: 18px;
        margin: 10px 0;
    }

    #contact-item #item-details p.item-details-content {
        font-size: 15px;
        margin: 10px 0;
    }

    #contact-item #item-details a {
        color: #7d6035;
        font-weight: 600;
    }

@media (max-width: 991px) {
    #contact-item #first-item {
        height: auto;
        display: block;
        border-right: none;
        margin-bottom: 20px;
    }

        #contact-item #first-item p.item-title {
            display: block;
        }
}

@media (max-width: 767px) {
    #contact-item #item {
        height: auto;
        display: block;
        border-right: none;
        margin-bottom: 20px;
    }

    #contact-item #last-item {
        height: auto;
        display: block;
    }

        #contact-item #first-item p.item-title, #contact-item #item p.item-title, #contact-item #item #item-details, #contact-item #last-item #item-details {
            display: block;
        }
}

#contact-nav {
    /*background: #222429;*/
    padding: 10px 20px 50px;
    text-align: center;
}

    #contact-nav ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        #contact-nav ul li {
            display: inline-block;
            padding: 0 20px;
            /*border-right: 1px solid #fff;*/
            text-decoration: underline;
        }

            /*#contact-nav ul li:last-child {
                border-right: none;
            }*/

            #contact-nav ul li a {
                color: #000;
            }

@media (max-width: 767px) {
    #contact-item ul li {
        display: list-item;
        list-style: none;
    }

        #contact-item ul li span {
            display: none;
        }
}


/** Footer
 **************************************************************** **/
.footer {
    background: #e2dbd0;
    color: #000;
    font-size: 13px;
    padding: 15px 0;
    min-height: 50px;
    vertical-align: middle;
}

    .footer a {
        color: #7d6035;
        font-weight: 600;
    }

    .footer h1 {
        margin: 0;
        color: #000;
        font-size: 13px;
        display: inline-block;
    }


/** Extra
 **************************************************************** **/
#more {
    text-align: center;
    margin-top: 20px;
}

    #more .btn {
        background: #000;
        color: #fff;
        border-radius: 0px;
        padding: 10px 20px;
        -webkit-transition: background-color .5s ease-out;
        -moz-transition: background-color .5s ease-out;
        -o-transition: background-color .5s ease-out;
        transition: background-color .5s ease-out;
    }

        #about #more .btn:hover {
            background: #fff;
            color: #000;
        }

        #more .btn:hover {
            background: #c5b7a1;
            color: #000;
            font-weight: 600;
        }

p.title {
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
    margin: 20px 0 30px;
}

h2.title {
    font-family: 'Playfair Display';
    margin-bottom: 30px;
}

p.item-title {
    font-size: 24px;
    font-family: 'Playfair Display';
}

@media screen and (max-width: 767px) {
    #about #more {
        text-align: center;
    }
}


/** Page Header
 **************************************************************** **/
.subpage-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-header {
    position: relative;
    height: 400px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.05);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

    .page-header h1 {
        position: absolute;
        z-index: 1;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        top: 40%;
        left: 50%;
        transform: translate(-50%);
    }

    .page-header .breadcrumb {
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        background: none;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
    }

        .page-header .breadcrumb li a {
            color: #fff;
        }

        .page-header .breadcrumb li.active {
            color: #c5b7a1;
        }

        .page-header .breadcrumb li + li:before {
            color: #fff;
        }

.overlay {
    background-image: linear-gradient(to left,#4e4e4ee0,#585858d1,#525252b8,#968366a3,#8a795ebd);
    /*background: rgba(85, 85, 85, 0.8);*/
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 480px) {
    .page-header .breadcrumb {
        font-size: 30px;
    }
}


/** Owl-Carousel
 **************************************************************** **/
.owl-item.active.center {
    opacity: 1;
    padding: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.04), 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    transform: scale(1, 1);
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc((100% - 50px) / 2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
}

    .owl-theme:hover .owl-nav [class*='owl-'] {
        opacity: 1;
    }

.owl-theme .owl-prev {
    left: calc(50% - 210px);
}

.owl-theme .owl-next {
    right: calc(50% - 210px);
}


/** Carousel
 **************************************************************** **/
#myCarousel {
    /*border-bottom: 2px solid #7d6035;*/
}

.carousel .carousel-inner .item {
    -webkit-animation: blur 1.5s;
    animation: blur 1.5s;
}

@keyframes blur {
    from {
        opacity: 0;
        transition: 1000ms cubic-bezier(1.000, 0.040, 0.355, 1.000) transform, 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550) clip-path;
        transform: translateY(-100%);
        z-index: -1;
    }

    to {
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-indicators li {
    border-radius: 0;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }

    #myCarousel{
        padding-top:70px;
    }
}


/** Revolution Slider
 **************************************************************** **/
@media screen and (max-width: 767px) {
    .fullwidthbanner-container {
        margin-top: 70px;
    }
}


/** Back To Top
 **************************************************************** **/
.back-to-top {
    position: fixed;
    display: none;
    background: #c5b7a1;
    color: #333;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: all .5s;
    z-index: 1;
}

    .back-to-top:hover, .back-to-top:focus {
        background: #7d6035;
        color: #fff;
    }


/** Products
 **************************************************************** **/
.product {
    position: relative;
    height: 380px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-item {
    height: 280px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #e2dbd0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .product-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto !important;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
    }

.product-name {
    width: 100%;
    height: 80px;
    padding: 5px;
    z-index: 1;
    left: 50%;
    display: table;
    opacity: 1;
    position: relative;
    transform: translate(-50%);
    white-space: normal;
    background: rgba(197, 183, 161, 0.8);
    transition: all 300ms linear 0s;
}

    .product-name h1 {
        margin: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
    }

.product:hover .product-item {
    opacity: 0.5;
}

.product:hover .product-name {
    background: #7d6035;
}

    .product:hover .product-name h1 {
        color: #fff;
    }


@media (max-width: 767px) {
    
}


/** Product Details
 **************************************************************** **/
.product-detail-photo {
    margin-bottom: 30px;
}

.product-detail-buttons {
    margin-top: 20px;
    text-align: center;
}

.product-detail-content {
    display: flex;
}

.product-detail-item {
    width: 20%;
    padding: 0;
}

.product-detail-small {
    max-width: 100%;
    max-height: 100%;
    margin: 2px;
    display: block;
}

    .product-detail-small .product-image-small {
        position: relative;
        height: 60px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .product-detail-small .product-image-small img {
            padding: 5px;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

.product-detail {
    border: 1px solid #ddd;
    overflow: hidden;
    height: 280px;
}

    .product-detail img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.product-detail-image {
    white-space: nowrap;
    height: 100%;
    position: relative;
}

    .product-detail-image:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }


/******************************* Product Info ******************************* **/
.product-info {
    margin-top: 50px;
    overflow: hidden;
}

    .product-info table {
        margin: 20px 0;
    }

        .product-info table td {
            vertical-align: top;
        }

    .product-info .btn {
        margin-bottom: 5px;
    }


/******************************* Nav Tabs ******************************* **/
.tabs {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    width: 20%;
}

    .tabs li {
        margin-bottom: 5px;
        text-align: left;
        padding: 0px;
    }

#vertical-tab li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

#vertical-tab li a {
    color: #000;
    display: block;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-right: none;
    padding: 10px 20px;
}

    #vertical-tab li a.selected {
        color: #fff;
        border: none;
        background: #c5b7a1;
    }

.tab_container {
    float: right;
    display: block;
    background: #fff;
    width: 80%;
    min-height: 140px;
    padding-bottom: 30px;
    border: 1px solid #e2dbd0;
}

#vertical-tab .tab_content {
    display: none;
    margin: 0px;
    padding: 10px 10px 20px 20px;
}

    #vertical-tab h1 {
        font-size: 25px;
        margin: 10px 0;
    }

#vertical-tab p.enquiry-subtitle {
    position: relative;
    color: #7d6035;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.tab_drawer_heading {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 10px;
    background: #c5b7a1;
    border-top: 1px solid #e2dbd0;
}

@media screen and (min-width: 768px) {
    .tab_drawer_heading {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        padding-bottom: 0;
    }

    .d_active {
        background: #7d6035;
        border-top: none;
        color: #fff;
    }

    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        display: block;
    }

    #vertical-tab .tab_content {
        padding: 10px 10px 20px;
    }
}


/******************************* Product Details Carousel ******************************* **/
#sync1 .item {
    position: relative;
    padding: 5px;
    max-width: 400px;
    height: 400px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e2dbd0;
    overflow: hidden;
    border-radius: 3px;
}

    #sync1 .item img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

#sync2 {
    max-width: 400px;
    width: 100%;
}

    #sync2 .item {
        position: relative;
        padding: 5px;
        max-width: 70px;
        height: 70px;
        width: 100%;
        margin: 5px auto;
        border: 1px solid #e2dbd0;
        overflow: hidden;
        border-radius: 3px;
        cursor: pointer;
    }

    #sync2 .item img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #sync2 .current .item {
        border: 3px solid #c5b7a1;
    }

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all 0.3s ease;
    }

        .owl-theme .owl-nav [class*='owl-'].disabled:hover {
            background-color: #D6D6D6;
        }

.owl-carousel .owl-stage {
    margin: 0 auto;
}

#sync1.owl-theme, #sync2.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
    }

    #sync1.owl-theme .owl-prev {
        left: 0;
    }

    #sync1.owl-theme .owl-next {
        right: 0;
    }

    #sync2.owl-theme .owl-next,
    #sync2.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
        color: #000;
    }

    #sync2.owl-theme .owl-prev {
        left: 0;
    }

    #sync2.owl-theme .owl-next {
        right: 0;
    }

@media screen and (max-width: 480px) {
    #sync1.owl-theme .owl-prev {
        left: -35px;
    }

    #sync1.owl-theme .owl-next {
        right: -35px;
    }
}


/** Brands
 **************************************************************** **/
.brand-item {
    height: 200px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #e2dbd0;
    margin-bottom: 20px;
}

    .brand-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .brand-item:hover img {
        opacity: 0.5;
    }


/** Awards
 **************************************************************** **/
.award {
    position: relative;
    height: 280px;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #e2dbd0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .award .award-item {
        height: 180px;
        width: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        background: #fff;
    }

        .award .award-item:before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    .award:hover .award-item:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .award .award-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .award .award-name {
        height: 90px;
        padding: 5px 10px;
        text-align: center;
    }

        .award .award-name h5 {
            color: #8f7a58;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        .award .award-name h6 {
            color: #222;
            font-weight: 600;
            letter-spacing: 0.2px;
            font-size: 14px;
        }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/** Award Details
 **************************************************************** **/
.award-details .award-top {
    text-align: center;
    margin: 10px 0 30px;
}

    .award-details .award-top img {
        max-height: 250px;
        margin: 0 auto;
        display: block;
    }

    .award-details .award-top h4 {
        color: #7d6035;
        font-size: 25px;
        font-weight: 600;
    }

    .award-details .award-top h5 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

.award-details .award-bottom {
    padding: 10px;
    border: 1px solid #e2dbd0;
    margin: auto;
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
}

    .award-details .award-bottom h3 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #111;
        text-align: center;
        margin-bottom: 20px;
    }


/** News & Events
 **************************************************************** **/
.news {
    height: 350px;
    border: 1px solid #e2dbd0;
    padding: 10px;
    margin-bottom: 20px;
}

    .news .news-item {
        height: 300px;
    }

        .news .news-item .news-thumbnail {
            height: 200px;
            position: relative;
        }

            .news .news-item .news-thumbnail img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                padding: 5px;
            }

        .news .news-item .news-description {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .news .news-item .news-details {
            padding: 0 20px;
        }

            .news .news-item .news-details h3.thumbnail-details {
                margin-top: 10px;
            }

            .news .news-item .news-details h3 {
                color: #7d6035;
                margin: 10px 0;
                font-weight: 600;
            }

            .news .news-item .news-details h5 {
                margin-top: 15px;
                letter-spacing: 0.5px;
                display: -webkit-box;
                width: 100%;
                line-height: 1.4;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .news .view-more {
        width: 95%;
        margin: 0 auto;
        display: block;
        padding: 0 10px;
        text-align: right;
    }

        .news .view-more a {
            color: #8f7a58;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

            .news .view-more a:hover {
                color: #222;
            }


/******************************* News & Events Details ******************************* **/
.newsdetails {
    padding: 0 50px;
}

    .newsdetails .newsdetails-title {
        margin-bottom: 30px;
        text-align: center;
    }

        .newsdetails .newsdetails-title h2 {
            margin-bottom: 20px;
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .newsdetails .newsdetails-title h4 {
            color: #888;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .newsdetails .newsdetails-title img {
            max-height: 500px;
            width: auto;
            margin: 30px auto;
            display: block;
        }

.newsdetails-item {
    border-top: 1px solid #e2dbd0;
    text-align: justify;
    padding-top: 30px;
}

.sideNewsPanel {
    padding-bottom: 5px;
}

.sideNews {
}

    .sideNews h2 {
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

.small-news {
    display: flex;
    min-height: 85px;
    margin-bottom: 5px;
    justify-content: space-between;
    padding-bottom: 5px !important;
    border-bottom: 1px dotted #999;
}

    .small-news a {
        width: 70%;
        display: flex;
        color: #7d6035;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
        align-items: center;
    }

    .small-news.no-photo a {
        width: 100%;
    }

    .small-news .small-news-photo {
        width: 30%;
        height: 80px;
        margin-left: 5px;
        position: relative;
        border: solid 1px #ddd;
    }

        .small-news .small-news-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto !important;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

.no-photo {
    display: block;
}

.small-news .small-news-details {
}

    .small-news .small-news-details p {
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        text-align: left;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

@media screen and (max-width: 991px) {
    .newsdetails {
        padding: 0 20px;
    }
}


/** Contact Us
 **************************************************************** **/
.enquiry p.enquiry-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enquiry p {
    color: #333;
    margin-bottom: 35px;
    font-weight: 300;
}

.contact-details {
    
}

    .contact-details p.contact-details-title {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .contact-details p.contact-detail-title {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        margin: 20px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .contact-details h1.customer-name {
        color: #000;
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: normal;
    }

    .contact-details a {
        font-weight: 600;
    }


/** Google Map Buttons
 **************************************************************** **/
.google_m {
    margin: 20px 0;
}

    .google_m .buttons {
        background: #c5b7a1;
        padding: 5px 10px;
        margin-bottom: 10px;
        display: inline-block;
        border-radius: 10px;
    }

        .google_m .buttons a {
            color: #333;
            font-weight: 600;
        }


/** Brand Details Page
 **************************************************************** **/
.other-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

    .other-products p {
        font-size: 24px;
    }

.brand-details-left {
    height: 400px;
}

    .brand-details-left img {
        max-height: 300px;
        height: auto;
        width: auto;
        display: block;
        margin: 20px auto;
        border: 1px solid #ececec;
    }

    .brand-details-left h3 {
        text-align: center;
    }

.brand-details-right {
    padding: 30px;
    min-height: 400px;
}


/** Dealer Page
 **************************************************************** **/
.dealer-box {
    min-height: 820px;
    margin: 10px;
    background: #fff;
    border: 1px solid #e2dbd0;
}

    .dealer-box .box-content {
        padding: 20px;
    }

        .dealer-box .box-content h1 {
            font-size: 25px;
            height: 80px;
            margin: 10px 0 30px;
        }

        .dealer-box .box-content span {
            margin-left: 10px;
        }

        .dealer-box .box-content p {
            color: #666;
        }

            .dealer-box .box-content p.dealer-box-title {
                color: #000;
                font-size: 18px;
                margin: 10px 0;
            }

        .dealer-box .box-content a {
            color: #666;
        }

            .dealer-box .box-content a:hover {
                color: #000;
            }

        .dealer-box .box-content i {
            width: 15px;
            margin-right: 5px;
        }

        .dealer-box .box-content .dealer-photo {
            overflow: hidden;
            padding: 10px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .top {
            height: 170px;
            margin-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .dealer-box .box-content .middle-details {
            height: 150px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .dealer-box .box-content .middle span {
            margin-left: 10px;
        }

        .dealer-box .box-content .bottom {
            text-align: center;
        }

            .dealer-box .box-content .bottom a {
                color: #fff;
            }

@media screen and (max-width: 767px) {
    .dealer-box {
        min-height: unset;
    }
}

@media screen and (max-width: 480px) {
    .dealer-box .box-content h2 {
        font-size: 22px;
    }
}


/** Photo Gallery
 **************************************************************** **/
.album {
    height: 350px;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 20px;
    text-align: center;
    display: block;
    border: 1px solid #e2dbd0;
}

    .album .album-cover {
        height: 250px;
        overflow: hidden;
        position: relative;
        margin: 0 auto 10px;
    }

        .album .album-cover img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album .album-name {
        height: 70px;
    }

        .album .album-name h4 {
            color: #000;
            font-weight: 700;
        }

        .album .album-name h6 {
            color: #555;
        }

.album-details-title {
    margin: 10px 0 30px;
}

    .album-details-title a {
        font-size: 14px;
        padding: 10px;
        transition: 0.3s;
        display: inline-block;
        border: 1px solid rgba(25, 25, 25, 0.2);
    }

.album-details-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee
}

    .album-details-item .album-details-photo-item {
        width: auto;
        height: 100%;
        position: relative;
    }

        .album-details-item .album-details-photo-item img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album-details-item .album-details-video-item {
        height: 300px;
        padding: 10px;
        display: table;
    }

        .album-details-item .album-details-video-item .video-item {
            display: table-cell;
            vertical-align: middle;
        }

            .album-details-item .album-details-video-item .video-item .video-thumbnail {
                overflow: hidden;
                position: relative;
            }

                .album-details-item .album-details-video-item .video-item .video-thumbnail:after {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    content: "\f144";
                    font-family: FontAwesome;
                    font-size: 70px;
                    color: #fff;
                    opacity: 0.8;
                    text-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
                }

            .album-details-item .album-details-video-item .video-item .video-name {
                overflow: hidden;
            }

                .album-details-item .album-details-video-item .video-item .video-name h4 {
                    font-size: 16px;
                    text-align: center;
                    font-weight: 600;
                }


/** Video Gallery
 **************************************************************** **/
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e2dbd0;
}

    .video .video-thumbnail {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .video .video-thumbnail img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .video .video-thumbnail a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            content: "\f144";
            font-family: FontAwesome;
            font-size: 70px;
            color: #fff;
            opacity: 0.8;
            text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        }

    .video .video-name {
        width: 100%;
        height: 60px;
        padding: 5px;
        display: table;
        overflow: hidden;
    }

        .video .video-name h4 {
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

@media screen and (max-width: 480px) {
    .video {
        height: 290px;
    }

        .video .video-thumbnail {
            height: 200px;
        }
}


/** Extension
 **************************************************************** **/
.extension {
    background: #fff;
    height: 330px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

    .extension .extension-photo {
        height: 240px;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border: 1px solid #e2dbd0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .extension:hover .extension-photo {
        opacity: 0.5;
    }

        .extension .extension-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 500ms ease;
        }

    .extension .extension-name {
        height: 80px;
        padding: 5px;
        background: #c5b7a1;
    }

        .extension .extension-name h5 {
            color: #000;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #333;
            margin: 0 auto;
            font-size: 14px;
            text-align: center;
            font-style: italic;
            display: -webkit-box;
            max-width: 500px;
            height: calc(14px*1.1*2);
            line-height: 1.2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media screen and (max-width: 767px) {
    .extension {
        height: 100%;
    }

        .extension .extension-name {
            height: 100%;
        }
}


/** Extention Details
 **************************************************************** **/
.extension-details-left {
    padding: 10px;
}

    .extension-details-left img {
        max-height: 400px;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .extension-details-left .extension-details-name {
        padding: 10px;
    }

        .extension-details-left .extension-details-name h3 {
            margin: 10px 0;
            font-size: 20px;
            text-align: center;
        }

        .extension-details-left .extension-details-name h5 {
            color: #555;
            font-style: italic;
            text-align: center;
        }

        .extension-details-left .extension-details-name h4 {
            width: 100%;
            padding: 5px;
            font-size: 15px;
            line-height: 1.3;
            text-align: center;
            background: #7d6035;
            display: inline-block;
        }

        .extension-details-left .extension-details-name a {
            color: #fff;
        }

.extension-details-right {
    padding: 30px;
    min-height: 400px;
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    .extension-details-left {
        height: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dotted #aaa;
    }

        .extension-details-left .extension-details-name {
            height: 100%;
        }
}


/** email
 **************************************************************** **/
.email {
    padding: 5px;
    position: fixed;
    bottom: 65px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #222;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .email i {
        height: 30px;
        width: 30px;
        color: #fff;
        padding: 6px;
        font-size: 18px;
        background: #7d6035;
        position: relative;
        border-radius: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .email span {
        width: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .email:hover span {
        width: 130px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .email {
        bottom: 55px;
    }

        .email:hover span {
            display: none !important;
        }

        .email i {
            margin-right: 0;
        }
}

@media screen and (max-width: 371px) {
    .email {
        bottom: 70px;
    }
}


/** Whatsapp Plugin
 **************************************************************** **/
.whatsapp {
    padding: 5px;
    position: fixed;
    bottom: 108px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #222;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .whatsapp i {
        height: 30px;
        width: 30px;
        color: #fff;
        padding: 6px;
        font-size: 20px;
        background: #25d366;
        position: relative;
        border-radius: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .whatsapp span {
        width: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 130px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .whatsapp {
        bottom: 98px;
    }

        .whatsapp:hover span {
            display: none !important;
        }

        .whatsapp i {
            margin-right: 0;
        }
}

@media screen and (max-width: 371px) {
    .whatsapp {
        bottom: 113px;
    }
}


/** Facebook
 **************************************************************** **/
.facebook {
    padding: 5px;
    position: fixed;
    bottom: 151px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #222;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .facebook i {
        height: 30px;
        width: 30px;
        color: #fff;
        padding: 6px;
        font-size: 18px;
        background: #3b5998;
        position: relative;
        border-radius: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .facebook span {
        width: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 130px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .facebook {
        bottom: 141px;
    }

        .facebook:hover span {
            display: none !important;
        }

        .facebook i {
            margin-right: 0;
        }
}

@media screen and (max-width: 371px) {
    .facebook {
        bottom: 156px;
    }
}


/** Wechat
 **************************************************************** **/
.wechat {
    padding: 5px;
    position: fixed;
    bottom: 194px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #222;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .wechat i {
        height: 30px;
        width: 30px;
        color: #fff;
        padding: 6px;
        font-size: 18px;
        background: #7bb32e;
        position: relative;
        border-radius: 5px;
        margin-right: 5px;
        text-align: center;
    }

    .wechat span {
        width: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .wechat:hover span {
        width: 130px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .wechat {
        bottom: 184px;
    }

        .wechat:hover span {
            display: none !important;
        }

        .wechat i {
            margin-right: 0;
        }
}

@media screen and (max-width: 371px) {
    .wechat {
        bottom: 199px;
    }
}


/** Back Button
 **************************************************************** **/
.back-to-btn {
    margin: 10px 0 50px;
    display: inline-block;
}

    .back-to-btn a {
        background: #c5b7a1;
        color: #333;
        padding: 10px;
        transition: 0.3s;
        font-weight: 600;
    }

        .back-to-btn a:hover {
            border-radius: 10px;
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
        }