﻿body {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
}

a {
    color: #007447;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

h1.product-name {
    font-size: 22px;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .fullwidthbanner-container {
        margin-top: 60px;
    }
}


/** Page Header
 **************************************************************** **/
.page-header {
    height: 600px;
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
}

    .page-header .title {
        position: absolute;
        top: 40%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%);
    }

    .page-header h1.page-title {
        color: #000;
        z-index: 1;
        margin: 0;
        font-size: 30px;
        font-weight: 800;
        line-height: 1.1;
        position: relative;
    }

    .page-header p {
        color: #222;
        z-index: 1;
        margin: 0;
        font-size: 60px;
        font-weight: 800;
        line-height: 1.1;
        position: relative;
        text-transform: uppercase;
    }

    .page-header .breadcrumb {
        font-weight: 500;
        background: transparent;
    }

        .page-header .breadcrumb > .active {
            color: #555;
        }

        .page-header .breadcrumb li.active:after {
            content: none;
        }

        .page-header .breadcrumb li:after {
            color: #555;
            padding: 0 10px;
            content: "\220E";
        }

        .page-header .breadcrumb li:last-child:after {
            content: none;
        }

        .page-header .breadcrumb li + li:before {
            content: none;
        }

.subpage-banner {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative !important;
}

.overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(185, 185, 185, 0.9);
}

@media screen and (max-width: 767px) {
    .page-header {
        height: 500px;
    }

        .page-header .title {
            padding: 0 5px;
            width: 100%;
            top: 45%;
        }

        .page-header p {
            font-size: 50px;
        }

        .page-header h1.page-title {
            font-size: 25px;
        }
}

@media screen and (max-width: 480px) {
    .page-header {
        height: 400px;
    }

        .page-header .title {
            top: 50%;
        }

        .page-header p {
            font-size: 35px;
        }

        .page-header h1.page-title {
            font-size: 22px;
        }
}


/** Header
 **************************************************************** **/
#header {
    height: 100px;
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    #header #logo {
        float: left !important;
    }

        #header #logo img {
            padding: 5px;
            margin: 15px 0 0 50px;
            max-height: 70px;
        }

    #header.header-fixed {
        height: 65px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.5s;
    }

        #header.header-fixed #logo img {
            margin: 5px 0 0 50px;
        }

body.scrolled #header #logo {
    display: none;
}

body.mobile-nav-active #header.header-fixed {
}


@media (max-width: 767px) {
    #header {
        height: 60px;
        background: #fff;
        border-bottom: none;
    }

        #header #logo img {
            max-height: 55px;
            margin: 0;
        }

        #header.header-fixed {
            height: 60px;
        }

            #header.header-fixed #logo img {
                margin: 0;
            }

    body.scrolled #header #logo {
        display: block;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 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 {
        width: 230px;
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        right: 100%;
        width: 250px;
        margin: 0 10px 0 0;
    }

        .nav-menu ul ul li {
            white-space: normal;
        }

    .nav-menu ul li {
        min-width: 180px;
    }

@media screen and (min-width: 768px)  and (max-width: 991px) {
    .nav-menu, .nav-menu * {
        text-align: center;
    }

    .nav-menu > li {
        float: none;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
    .nav-menu ul ul {
        left: auto;
        right: 100%;
    }
}

/* 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 {
    padding-left: 30px;
}

    .sf-arrows ul .sf-with-ul:after {
        content: "\f104";
        position: absolute;
        left: 10px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

/* Nav Meu Container */
#nav-menu-container {
    display: none;
    float: right;
    margin: 0;
    padding-top: 5px;
    transition: all 500ms ease;
}

body.scrolled #nav-menu-container {
    display: block;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


body.scrolled #nav-menu-container .menu-logo {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nav-menu-container {

    }
}

@media screen and (max-width: 767px) {
    #nav-menu-container {
        display: none !important;
    }

    body .scrolled #nav-menu-container {
        display: none;
    }
}

#nav-menu-bar {
    float: left;
}

    #nav-menu-bar .menu-logo {
        height: auto;
        display: none;
    }

        #nav-menu-bar .menu-logo img {
            height: auto;
            width: auto;
            margin: 0 auto;
            padding: 5px;
            display: block;
            max-height: 65px;
        }

body.scrolled #nav-menu-bar .menu-logo {
    display: block;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    #nav-menu-bar {
        float: none;
    }
}

@media screen and (max-width: 767px) {
    body.scrolled #nav-menu-bar .menu-logo {
        display: none;
    }
}


/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

    .nav-menu a:hover, .nav-menu a:focus {
        color: #1dc8cd;
    }

.nav-menu > li {
    margin-top: 17px;
}

    .nav-menu > li.active a {
        color: #007447 !important;
    }

.nav-menu ul {
    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: 13px;
            white-space: normal;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #1dc8cd;
        }

#header.header-fixed .nav-menu a {
    color: #333;
}

    #header.header-fixed .nav-menu a:hover {
        color: #007447;
    }

#header.header-fixed .nav-menu li.active a:before {
    
}

#header.header-fixed .nav-menu ul li a {
    color: #333;
}

#header.header-fixed .nav-menu ul li:hover > a {
    color: #007447;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header.header-fixed {
        height: auto;
    }
} 


/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    margin: 0;
    border: 0;
    background: #fff;
    transition: all 0.4s;
    padding: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.scrolled #mobile-nav-toggle {
    display: none;
    margin-top: 6px;
}

.mobile-nav-active #mobile-nav-toggle {
    right: 300px;
    z-index: 99999;
    background: none;
}

#mobile-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 30px;
    height: 3px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}

    #mobile-nav-toggle i:before, #mobile-nav-toggle i:after {
        content: '';
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    #mobile-nav-toggle i:before {
        top: -7px;
        width: 20px;
    }

    #mobile-nav-toggle i:after {
        bottom: -7px;
        width: 25px;
    }

body.mobile-nav-active #mobile-nav-toggle i {
    background: transparent;
}

    body.mobile-nav-active #mobile-nav-toggle i:before {
        top: 0;
        width: 30px;
        background: #fff;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    body.mobile-nav-active #mobile-nav-toggle i:after {
        bottom: 0;
        width: 30px;
        background: #fff;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

@media screen and (max-width: 767px) {
    #mobile-nav-toggle {
        height: 40px;
        width: 40px;
        margin: 10px 20px 0 0;
    }

        #mobile-nav-toggle i {
            height: 2px;
            width: 23px;
        }

            #mobile-nav-toggle i:before {
                height: 2px;
                width: 15px;
            }

            #mobile-nav-toggle i:after {
                height: 2px;
                width: 20px;
            }

    body.mobile-nav-active #mobile-nav-toggle i:before, body.mobile-nav-active #mobile-nav-toggle i:after {
        width: 23px;
    }

    body.scrolled #mobile-nav-toggle {
        display: flex;
        margin-top: 10px;
    }

    #header.header-fixed #mobile-nav-toggle {
        margin-top: 10px;
    }

    .mobile-nav-active #mobile-nav-toggle {
        right: 285px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-nav-active #mobile-nav-toggle {
        right: 265px;
    }
}


/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    right: -300px;
    width: 300px;
    top: 0;
    left: auto;
    z-index: 999988;
    background: #fff;
    height: 100vh;
    padding: 0 40px;
    overflow-y: scroll;
    transition: all 0.5s;
}

    #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;
                font-weight: 700;
                overflow: hidden;
                padding: 12px 0;
                position: relative;
                text-decoration: none;
                width: 85%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #007447;
                }

            #mobile-nav ul li.active a {
                color: #007447;
            }

            #mobile-nav ul li li {
                padding-left: 10px;
            }

                #mobile-nav ul li li a {
                    color: #555;
                    font-size: 14px;
                }

                #mobile-nav ul li li.menu-has-children i {
                    color: #555;
                }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #000;
        }

            #mobile-nav ul .menu-has-children i.fa-minus {
                color: #007447;
            }

        #mobile-nav ul .menu-item-active {
            color: #007447;
        }

#mobile-body-overly {
    display: none;
    position: fixed;
    height: 100vh;
    width: 0;
    background: #3a3a3a;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    filter: blur(300px);
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
}

body.mobile-nav-active #mobile-body-overly {
    width: 100%;
    opacity: 0.8;
    filter: blur(0);
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        right: 0;
    }

@media screen and (max-width: 480px) {
    body.mobile-nav-active #mobile-nav {
        width: 280px;
        padding-bottom: 20px;
    }
}


/* Logo */
#mobile-nav .menu-logo {
    height: auto;
}

    #mobile-nav .menu-logo a {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

        #mobile-nav .menu-logo a img {
            height: auto;
            width: auto;
            margin: 0 auto;
            padding: 30px 0;
            display: block;
            max-height: 180px;
        }


/** Page
 **************************************************************** **/
.page-content {
    min-height: 50vh;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .page-content {
        padding: 50px 0;
    }
}


/** Title
 **************************************************************** **/
#title {
    text-align: left;
    margin-bottom: 20px;
}

    #title p {
        color: #000;
        font-size: 36px;
        font-weight: 900;
        display: inline-block;
    }

@media screen and (min-width: 992px) {
    #title p.about-title {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    #title {
        text-align: center;
    }
}


/** #About Us
 **************************************************************** **/
#about-background {
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #about-background #overlay {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #444;
        opacity: .8;
        z-index: 1;
    }

#about {
    position: relative;
    padding: 80px 0;
    z-index: 1;
    background: #007447;
}

    #about #about-content {
        width: auto !important;
        overflow: hidden;
        display: table;
        position: relative;
        z-index: 99;
        padding: 0 50px;
    }

        #about #about-content #content {
            color: #fff;
            height: 500px;
            text-align: justify;
            display: table-cell;
            vertical-align: middle;
        }

            #about #about-content #content #more {
                margin-top: 30px;
            }

            #about #about-content #content a {
                font-family: "Josefin Sans";
                color: #000;
                font-size: 17px;
                padding: 0 0 5px;
                margin-top: 30px;
                font-weight: 900;
                font-style: italic;
                position: relative;
                transition: all 0.3s ease-in-out;
            }

                #about #about-content #content a:hover {
                    color: #777;
                }

                #about #about-content #content a .fa {
                    vertical-align: middle;
                }

@media screen and (max-width: 991px) {
    #about {
        background: rgba(255, 255, 255, 0.9);
    }

        #about #about-content #content {
            color: #000;
        }

            #about #about-content #content a {
                color: #007447;
            }
}

@media screen and (max-width: 767px) {
    #about {
        padding: 0;
        background: none;
    }

        #about #about-content {
            padding: 30px 15px 50px;
            background: rgba(255, 255, 255, 0.9);
        }

        #about #about-content #content {
            height: auto;
            display: block;
            margin: 15px 0;
        }

            #about #about-content #content p {
                display: block;
                height: auto;
            }
}


/** #Products
 **************************************************************** **/
#products {
    background: #fff;
    position: relative;
    padding: 50px 0;
}

#product {
    position: relative;
    height: 405px;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid #aaa;
}

    #product #product-photo {
        position: relative;
        background: #fff;
        height: 300px;
    }

        #product #product-photo 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: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            #product #product-photo img:hover {
                -webkit-filter: grayscale(0.6) blur(1px);
                -moz-filter: grayscale(0.6) blur(1px);
                -o-filter: grayscale(0.6) blur(1px);
                -ms-filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
                filter: progid:DXImageTransform.Microsoft.blur(pixelradius=2);
                filter: grayscale(0.6) blur(2px);
                -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;
            }

    #product #product-name {
        height: 80px;
        padding: 5px;
    }

        #product #product-name h1 {
            color: #007447;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
        }

@media screen and (max-width: 767px) {
    #products #title {
        text-align: center;
    }

        #products #title h1 {
            font-size: 30px;
        }
}

@media screen and (max-width: 599px) {
    #product {
        max-width: 300px;
        margin: 0 auto;
    }
}


/*************** Products Carousel **************** **/
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    font-family: "Josefin Sans";
    color: #007447;
    text-transform: uppercase;
    background: transparent;
    font-weight: 900;
    position: relative;
    border-radius: 0;
    margin: 5px 15px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

    .owl-carousel .owl-controls .owl-nav .owl-prev:after {
        content: "";
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        position: absolute;
        background-image: linear-gradient(91deg, rgba(0, 116, 71,1) 0%, rgba(80,125,179,0) 100%);
    }

    .owl-carousel .owl-controls .owl-nav .owl-next:after {
        content: "";
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        position: absolute;
        background-image: linear-gradient(-91deg, rgba(0, 116, 71,1) 0%, rgba(80,125,179,0) 100%);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        color: #777;
    }


/** #Brands
 **************************************************************** **/
#brands {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

    #brands #content {
        overflow: hidden;
    }

#brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
}

    #brand: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);
    }

    #brand:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    #brand img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (max-width: 767px) {
    #brand {
        margin: 0 auto;
        max-width: 160px;
        margin-bottom: 10px;
    }
}


/** #Awards
 **************************************************************** **/
#awards {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

#award {
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
}

    #award #award-photo {
        width: auto;
        height: 240px;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

        #award #award-photo 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-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

    #award #award-details {
        position: relative;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
        bottom: 0;
        padding: 10px;
        margin: 0 auto;
        height: 100px;
        width: 95%;
        display: table;
        background: #fff;
    }

        #award #award-details #award-details-content {
            display: table-cell;
            vertical-align: middle;
        }

            #award #award-details #award-details-content h1 {
                color: #007447;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 0;
                position: relative;
                z-index: 1;
            }

            #award #award-details #award-details-content h6 {
                z-index: 1;
                color: #333;
                margin: 5px 0;
                font-weight: 700;
                position: relative;
            }

@media screen and (max-width: 599px) {
    #award {
        max-width: 300px;
        margin: 0 auto;
    }
}


/** #Contact Us
 **************************************************************** **/
#contacts {
    position: relative;
    padding: 50px 0;
    background: #007447;
}

    #contacts #contact-map {
        padding: 0 30px;
    }

    #contacts #contact-details {
        padding: 30px 80px 0;
    }

        #contacts #contact-details #contact-details-title {
            text-align: left;
        }

            #contacts #contact-details #contact-details-title p {
                margin-bottom: 30px;
                font-weight: 900;
                font-size: 36px;
                color: #000;
                display: inline-block;
            }

        #contacts #contact-details #contact-box {

        }

            #contacts #contact-details #contact-box i {
                width: 50px;
                height: 70px;
                font-size: 30px;
                text-align: center;
                padding-right: 20px;
                display: table-cell;
                vertical-align: top;
            }

            #contacts #contact-details #contact-box #contact-box-content {
                display: table-cell;
                vertical-align: top;
            }

            #contacts #contact-details #contact-box p {
                margin: 0;
            }

            #contacts #contact-details #contact-box span {
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
            }

            #contacts #contact-details #contact-box a {
                color: #fff;
            }

@media screen and (max-width: 991px) {
    #contacts #contact-details {
        padding: 30px 50px 0;
    }
}

@media screen and (max-width: 767px) {
    #contacts #contact-details {
        padding: 0 20px;
    }

        #contacts #contact-details #contact-details-title {
            text-align: center;
            margin-bottom: 30px;
        }

            #contacts #contact-details #contact-details-title h1 {
                font-size: 30px;
                margin-bottom: 10px;
            }

        #contacts #contact-details #contact-box {
            margin-bottom: 20px;
        }
}


/** SVG
 **************************************************************** **/
.top-svg {
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: -5px;
    overflow: hidden;
    position: absolute;
}

    .top-svg svg {
        fill: #fff;
        width: 101%;
    }

.bottom-svg {
    left: 0;
    top: -5px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    transform: rotate(180deg);
}

    .bottom-svg svg {
        fill: #fff;
        width: 101%;
    }

.page-svg {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

    .page-svg svg {
        fill: #fff;
        width: 101%;
    }


/** Product Page
 **************************************************************** **/
.product {
    position: relative;
    height: 410px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #bbb;
}

    .product .product-photo {
        position: relative;
        background: #fff;
        height: 300px;
    }

        .product .product-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: 10px;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-filter: blur(0);
            filter: blur(0);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

    .product .product-name {
        height: 80px;
        padding: 15px 5px 5px;
    }

        .product .product-name h1 {
            color: #007447;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
        }


/** Product Details Page
 **************************************************************** **/
.product-item {
    margin: 60px 0;
    padding: 60px;
    border: 1px solid #eee;
}

.product-detail-buttons {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product-item {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    .product-item {
        padding: 30px 0;
    }
}


/******************************* Other Products ******************************* **/
.other-products {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

    .other-products .product {
        margin: 10px 5px;
    }

    .other-products p {
        font-weight: 700;
        margin: 0 0 10px;
        padding: 0;
        font-size: 24px;
    }


/******************************* Nav Tabs ******************************* **/
.nav-pills {
    border: none !important;
    display: block !important;
    text-align: center;
}

    .nav-pills > li {
        float: none;
        margin-right: 10px;
        display: inline-block !important;
    }

        .nav-pills > li > a {
            border: none !important;
            color: #999;
            background-color: #fff !important;
        }

        .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            color: #007447;
            font-weight: 600;
        }

@media screen and (max-width: 767px) {
    .nav-pills > li {
        width: 100%;
        margin-right: 0;
    }

        .nav-pills > li > a {
            text-align: center;
        }

        .nav-pills > li + li {
            margin-left: 0;
        }
}

.tab-content {
    margin-top: 30px;
}

    .tab-content table {
        width: 100%;
        margin: 20px 0;
    }

        .tab-content table tr {
            border: 1px dotted rgba(0,0,0,.1);
        }

            .tab-content table tr:nth-child(odd) {
                background: #fff;
            }

            .tab-content table tr:nth-child(even) {
                background: #eee;
            }

        .tab-content table td {
            padding: 8px;
            border-top: 0;
            margin: 0;
            font-weight: 500;
            line-height: 1.5;
        }

            .tab-content table td.table-title {
                width: 150px;
                font-weight: 600;
                border-right: 1px dotted rgba(0,0,0,.1);
            }

    .tab-content .btn-warning {
        margin-right: 10px;
    }

    .tab-content .btn {
        margin-bottom: 10px;
    }

@media (max-width: 480px) {
    .tab-content {
        padding: 10px;
    }
}

/******************************* Product Details Carousel ******************************* **/
#sync1 .item {
    position: relative;
    padding: 5px;
    max-width: 400px;
    height: 400px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #bbb;
    overflow: hidden;
}

    #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 #ddd;
        overflow: hidden;
        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 #007447;
    }

.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: -15px;
    }

    #sync1.owl-theme .owl-next {
        right: -15px;
    }
}


/** Brand
 **************************************************************** **/
.brand {
    position: relative;
    height: 270px;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #bbb;
}

    .brand .brand-image {
        position: relative;
        background: #fff;
        height: 200px;
    }

        .brand .brand-image 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;
        }

    .brand .brand-name {
        height: 35px;
    }

        .brand .brand-name h5 {
            color: #007447;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }


/** Brand Details
 **************************************************************** **/
.brand-details-left {
    height: 400px;
}

    .brand-details-left img {
        max-height: 300px;
        height: auto;
        width: auto;
        display: block;
        margin: 20px auto;
        border: 1px solid #ddd;
    }

    .brand-details-left h3 {
        color: #007447;
        font-weight: 700;
        text-align: center;
    }

.brand-details-right {
    padding: 30px;
    min-height: 400px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
    .brand-details-left {
        height: 100%;
        margin-bottom: 30px;
    }

    .brand-details-right {
        padding: 20px;
    }
}


/** Award
 **************************************************************** **/
.award {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #bbb;
}

    .award .award-photo {
        width: auto;
        height: 240px;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

        .award .award-photo 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-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

    .award .award-details {
        position: relative;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
        bottom: 0;
        padding: 10px;
        margin: 0 auto;
        height: 100px;
        width: 95%;
        display: table;
        background: #fff;
    }

        .award .award-details .award-details-content {
            display: table-cell;
            vertical-align: middle;
        }

            .award .award-details .award-details-content h1 {
                z-index: 1;
                color: #007447;
                font-size: 16px;
                font-weight: 700;
                margin-top: 0;
                margin-bottom: 0;
                position: relative;
                text-transform: uppercase;
            }

            .award .award-details .award-details-content h6 {
                z-index: 1;
                color: #333;
                margin: 5px 0;
                font-weight: 700;
                position: relative;
            }


/** Award Details
 **************************************************************** **/
.award-content {
    
}

    .award-content .award-title {
        margin-bottom: 50px;
    }

        .award-content .award-title img {
            border: 1px solid #eee;
            margin: 30px auto 0;
            max-height: 300px;
            display: block;
            padding: 10px;
        }

        .award-content .award-title h3 {
            margin: 10px 0;
            font-size: 30px;
            text-align: center;
        }

        .award-content .award-title h5 {
            color: #777;
            text-align: center;
        }

    .award-content .award-details {
        text-align: justify;
    }

@media screen and (max-width: 480px) {
    .award-content .award-title {
        margin-bottom: 30px;
    }
}


/** News & Events
 **************************************************************** **/
.news {
    height: 400px;
    text-align: center;
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #bbb;
}

    .news .news-thumbnail {
        height: 250px;
        padding: 10px;
    }

        .news .news-thumbnail img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
            overflow: hidden;
        }

    .news .news-item {
        padding: 30px;
    }

        .news .news-item h3 {
            color: #333;
            font-size: 16px;
            font-weight: 700;
            text-align: left;
            margin: 10px 0 15px;
        }

    .news .news-item-details {
        height: 450px;
        padding: 40px 40px 46px;
        overflow: hidden;
        display: table;
    }

        .news .news-item-details .news-item-content {
            display: table-cell;
            vertical-align: middle;
        }

            .news .news-item-details .news-item-content h3 {
                color: #007447;
                font-size: 16px;
                font-weight: 700;
                text-align: left;
                margin: 10px 0 15px;
            }

            .news .news-item-details .news-item-content h5 {
                display: -webkit-box;
                max-width: 100%;
                height: calc(14px*5*2);
                font-size: 14px;
                line-height: 1.45;
                -webkit-line-clamp: 7;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: 30px;
            }

    .news .view-more {
        text-align: left;
    }

        .news .view-more a {
            font-family: "Josefin Sans";
            color: #007447;
            font-size: 17px;
            font-weight: 900;
            font-style: italic;
            transition: all 0.3s ease-in-out;
        }

            .news .view-more a:hover {
                color: #777;
            }

@media screen and (max-width: 480px) {
    .news .news-item {
        padding: 20px;
    }
}


/** News & Events Details
 **************************************************************** **/
.newsdetails {
    padding: 0 50px;
}

    .newsdetails .newsdetails-title {
        margin: 30px 0;
    }

        .newsdetails .newsdetails-title h2 {
            font-weight: 600;
            text-align: center;
            margin-bottom: 10px;
        }

        .newsdetails .newsdetails-title p {
            color: #666;
            text-align: center;
            font-style: italic;
        }

        .newsdetails .newsdetails-title img {
            max-height: 500px;
            margin: 30px auto;
            display: block;
        }

    .newsdetails .newsdetails-item {
        text-align: justify;
    }

        .newsdetails .newsdetails-item blockquote {
            text-align: left;
        }

.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: #007447;
        font-size: 13px;
        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: 12px;
        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
 **************************************************************** **/
.contact-details p.contact-heading {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.contact-box {
    height: 300px;
    float: left;
    padding: 42px 30px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

    .contact-box i {
        text-align: center;
        color: #007447;
        display: block;
        line-height: 65px;
        height: 65px;
        width: 65px;
        border: 1px solid #007447;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 28px;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
    }

        .contact-box i:hover {
            color: #fff;
            background: #007447;
        }

    .contact-box p.contact-box-title {
        text-align: center;
        margin: 10px 0;
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: 700;
    }

    .contact-box h1.customer-name {
        color: #007447;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .contact-box a {

    }

        .contact-box a:hover {

        }

.map-btn {
    margin-bottom: 20px;
}

    .map-btn a {
        font-family: "Josefin Sans";
        color: #007447;
        font-size: 17px;
        font-weight: 900;
        font-style: italic;
        transition: all 0.3s ease-in-out;
    }

        .map-btn a:hover {
            color: #777;
        }

@media screen and (min-width: 768px)  and (max-width: 991px) {
    .contact-box {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact-box {
        height: 100%;
        display: table;
        padding: 40px 20px;
    }

        .contact-box .contact-box-content {
            display: table-cell;
            vertical-align: middle;
        }

    .map-btn a {
        padding: 5px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 5px;
        position: relative;
        font-style: normal;
        font-family: inherit;
        display: inline-block;
        color: #fff !important;
        background-color: #007447;
        font-size: 13px !important;
    }

        .map-btn a:hover {
            color: #007447 !important;
            background-color: #007447;
        }
}

@media screen and (max-width: 366px) {
    .map-button a {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/** Whatsapp Plugin & Back To Top
 **************************************************************** **/
.scrollup {
    height: 40px;
    width: 40px;
    color: #fff;
    position: fixed;
    bottom: 70px;
    right: 60px;
    cursor: pointer;
    display: none;
    vertical-align: middle;
    z-index: 999;
    font-size: 20px;
    background: #007447;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}

    .scrollup:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

    .scrollup:hover, .scrollup:focus {
        color: #007447;
        background: #007447;
    }

.whatsapp {
    position: fixed;
    bottom: 113px;
    right: 60px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

    .whatsapp i {
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
        background: #222;
        position: relative;
        border-radius: 50%;
    }

    .whatsapp span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 120px;
        display: inline-flex !important;
    }

.facebook {
    position: fixed;
    bottom: 156px;
    right: 60px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #3b5998;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

    .facebook i {
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
        background: #222;
        position: relative;
        border-radius: 50%;
    }

    .facebook span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 120px;
        display: inline-flex !important;
    }

.wechat {
    position: fixed;
    bottom: 199px;
    right: 60px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #7bb32e;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

    .wechat i {
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
        background: #222;
        position: relative;
        border-radius: 50%;
    }

    .wechat span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        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: 991px) {
    .scrollup {
        bottom: 30px;
    }

    .whatsapp {
        bottom: 73px;
    }

    .facebook {
        bottom: 116px;
    }

    .wechat {
        bottom: 159px;
    }
}

@media screen and (max-width: 767px) {
    .scrollup {
        bottom: 10px;
    }

    .whatsapp {
        bottom: 53px;
        background: none;
    }

        .whatsapp:hover span {
            display: none !important;
        }

    .facebook {
        bottom: 96px;
        background: none;
    }

        .facebook:hover span {
            display: none !important;
        }

    .wechat {
        bottom: 139px;
        background: none;
    }

        .wechat:hover span {
            display: none !important;
        }
}

@media screen and (max-width: 480px) {
    .scrollup {
        height: 35px;
        width: 35px;
        right: 8px;
        bottom: 15px;
        line-height: 35px;
    }

    .whatsapp {
        height: 35px;
        width: 35px;
        bottom: 53px;
        right: 8px;
        font-size: 22px;
    }

        .whatsapp i {
            height: 35px;
            width: 35px;
            line-height: 35px;
        }

    .facebook {
        height: 35px;
        width: 35px;
        bottom: 91px;
        right: 8px;
        font-size: 18px;
    }

        .facebook i {
            height: 35px;
            width: 35px;
            line-height: 35px;
        }

    .wechat {
        height: 35px;
        width: 35px;
        bottom: 129px;
        right: 8px;
        font-size: 18px;
    }

        .wechat i {
            height: 35px;
            width: 35px;
            line-height: 35px;
        }
}


/** Footer
 **************************************************************** **/
.footer {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 0;
    min-height: 50px;
    vertical-align: middle;
    text-align: center;
}

    .footer a {
        color: #007447;
        font-weight: 600;
    }

@media screen and (max-width: 480px) {
    .footer {
        text-align: left;
    }
}


/** Dealer Page
 **************************************************************** **/
.dealer-box {
    min-height: 820px;
    margin: 10px;
    background: #fff;
    border: 1px solid #bbb;
}

    .dealer-box .box-content {
        padding: 20px;
    }

        .dealer-box .box-content h1 {
            height: 80px;
            font-size: 18px;
            font-weight: 700;
            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;
                margin: 10px 0;
                font-size: 16px;
                font-weight: 700;
            }

        .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;
        }

        .dealer-box .box-content .middle-details {
            height: 150px;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .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-cover {
    height: 350px;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 30px;
    text-align: center;
    display: block;
    border: 1px solid #bbb;
}

    .album-cover .album-photo {
        height: 230px;
        overflow: hidden;
        position: relative;
        margin: 0 auto 10px;
    }

        .album-cover .album-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.album-details {
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 90px;
    padding: 10px;
    margin: 0 auto;
    display: table;
    text-align: left;
    background: #fff;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

    .album-details .album-details-content {
        display: table-cell;
        vertical-align: middle;
    }

        .album-details .album-details-content h4 {
            z-index: 1;
            margin: 5px 0;
            color: #007447;
            font-size: 16px;
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
        }

        .album-details .album-details-content p {
            z-index: 1;
            color: #333;
            margin: 5px 0;
            font-size: 12px;
            font-weight: 700;
            position: relative;
        }

.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: 14px;
                    text-align: center;
                    font-weight: 600;
                }


/** Video Gallery
 **************************************************************** **/
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #bbb;
}

    .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;
            padding: 5px;
        }

        .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 {
            color: #007447;
            font-size: 14px;
            font-weight: 700;
            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;
    border: 1px solid #ddd;
    transition: all 500ms ease;
}

    .extension .extension-photo {
        height: 240px;
        width: 240px;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        .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;
    }

        .extension .extension-name h5 {
            color: #007447;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #777;
            font-size: 13px;
            text-align: center;
            font-style: italic;
            margin: 0 auto;
            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: #007447;
            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%;
        }
}


/** Back Button
 **************************************************************** **/
.back-to-btn {
    margin: 10px 0 50px;
    display: inline-block;
}

    .back-to-btn a {
        background: #007447;
        color: #fff;
        padding: 10px;
        font-weight: 600;
        transition: 0.3s all ease-in-out;
    }

        .back-to-btn a:hover {
            border-radius: 20px;
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
        }