﻿body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/*.img-responsive-inline {
    display: inline;
    max-width: 100%;
    height: auto;
}*/

.page-content {
    width: 97%;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}

@media (max-width: 1026px) and (min-width: 768px) {
    .page-content {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .page-content {
        width: 100%;
        padding: 70px 0 0;
    }
}

a {
    color: #dd3333;
}

a:hover, a:focus {
    color: #555;
    text-decoration: underline;
}

h1.product-name {
    font-size: 22px;
    margin: 10px 0;
}

p.other-products-title {
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
}


/** Navigation
 **************************************************************** **/
#header {
    padding: 8px 15px;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
}

    #header #logo {
        position: relative;
        top: 0;
        float: left;
        margin-left: 10px;
        margin-right: 20px;
        padding-right: 30px;
    }

        #header #logo img {
            padding: 0;
            margin: 0;
            height: 55px;
        }

@media (max-width: 1026px) and (min-width: 768px) {
    #header {
        height: 160px;
    }

        #header #logo {
            float: none;
        }

            #header #logo img {
                margin: 0 auto;
                display: block;
            }

}

@media (max-width: 991px) {
    #header #logo img {
        
    }
}

@media (max-width: 767px) {
    #header #logo {
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        top: 0;
        left: -10px;
    }

        #header #logo img {
            
        }
}

#header.header-fixed {
    background: #eee;
}

    #header.header-fixed #logo {
        
    }

        #header.header-fixed #logo img {
            
        }

/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .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 {
        display: inline-block;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: inline;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* 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;
    }*/

/* Nav Meu Container */
#nav-menu-container {
    float: left;
    margin: 0;
    top: 15px;
    position: relative;
}

@media (max-width: 1026px) and (min-width: 768px) {
    #nav-menu-container {
        float: none;
    }
}

@media (max-width: 991px) {
    #nav-menu-container {
        top: 0;
    }
}

@media (max-width: 767px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    outline: none;
}

    .nav-menu a:hover {
        color: #dd3333;
    }

.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.first-dropdown {
        width: 300px;
        max-height: 420px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav-menu ul li {
        transition: 0.3s;
        position: static;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 14px;
            text-transform: none;
            text-align: left;
            white-space: normal;
        }

        .nav-menu ul li:hover > a {
            background: #dd3333;
            color: #fff;
            border-bottom: none;
        }

        .nav-menu > li.active a {
            border-bottom: 1px solid #dd3333;
        }

        .nav-menu ul li.active a {
            border-bottom: 1px solid #dd3333;
        }

    .nav-menu ul ul {
        margin: 0;
    }

.nav-menu ul li ul.second-dropdown {
    position: relative;
}

@media screen and (max-width: 1026px) and (min-width: 768px) {
    .nav-menu a {
        padding-bottom: 0;
    }
}

/* 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;
    }

body.mobile-nav-active #mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 767px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(37, 37, 37, 0.9);
    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: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #dd3333;
                }

            #mobile-nav ul li li {
                padding-left: 15px;
            }

        #mobile-nav ul li.active a {
            color: #dd3333;
        }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #fff;
            }

        #mobile-nav ul .menu-item-active {
            background: #dd3333;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(37, 37, 37, 0.9);
    display: none;
}

@media screen and (max-width: 767px) {
    .dropdown-toggle::after {
        content: 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;
    }


/** Page
 **************************************************************** **/
.page {
    min-height: 50vh;
    background: #fff;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .page {
        padding: 30px 0;
    }
}


/** Page Header
 **************************************************************** **/
.page-header {
    position: relative;
    height: 450px;
    padding: 0;
    margin: 0;
    border-bottom: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.subpage-banner {
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}

.overlay {
    background: -webkit-linear-gradient(rgba(10, 13, 22, 0.9),rgba(24, 26, 35, 0.8),rgba(34, 37, 43, 0.7),rgba(40, 42, 43, 0.7),rgba(62, 64, 66, 0.8));
    background: linear-gradient(to bottom,#0a0d16e0,#181a23d1,#22252bb8,#282a2bad,#3e4042cc);
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; /* required for IE */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.page-title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 30%;
    z-index: 1;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

    .page-title p {
        font-size: 60px;
        color: #fff;
        position: relative;
        font-weight: 800;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-align: center;
        margin: 20px 0 10px;
    }

    .page-title h1.product-page-title {
        font-size: 30px;
        color: #fff;
        position: relative;
        font-weight: 800;
        letter-spacing: 3px;
        text-align: center;
    }

    .page-title .breadcrumb {
        width: 95%;
        text-align: center;
        padding: 0;
        position: absolute;
        font-size: 12px;
        left: 50%;
        justify-content: center;
        background: transparent;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
    }

        .page-title .breadcrumb > li + li:before {
            padding: 0 5px;
            content: "/\00a0";
        }

        .page-title .breadcrumb a {
            color: #aaa;
        }

            .page-title .breadcrumb a:hover {
                color: #fff;
                text-decoration: underline;
            }

        .page-title .breadcrumb li.active {
            color: #fff;
        }

@media (max-width: 767px) {
    .page-header {
        height: 350px;
    }

    .page-title p {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .page-title h1.product-page-title {
        letter-spacing: 2px;
    }
}

@media (max-width: 480px)  {
    .page-title h1.product-page-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
}


/** Carousel
 **************************************************************** **/
.owl-carousel .owl-stage {
    margin: 0 auto;
    display: block;
}

.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    -webkit-transition-duration: 0.5s;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

    .carousel .carousel-inner .item.active {
        opacity: 1;
    }

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.carousel-inner img {
    display: block;
    margin: auto;
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }

    #myCarousel {
    }
}


/** Title
 **************************************************************** **/
p.title {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 10px;
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 20px;
}

    p.title:after {
        content: '';
        display: block;
        left: 50%;
        transform: translate(-50%);
        position: relative;
        width: 20px;
        border-bottom: 3px solid #000;
        padding-top: 20px;
        -webkit-transform: translate(-50%);
    }

@media (max-width: 480px) {
    p.title {
        padding-bottom: 0;
    }
}


/** About Us
 **************************************************************** **/
#about {
    
}

#about-item {
    
}

    #about-item #about-photo {
        height: 600px;
        padding: 0;
    }

        #about-item #about-photo #about-bg {
            height: 100%;
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

    #about-item #about-content {
        background: #fff;
        height: 600px;
        display: table;
    }

        #about-item #about-content #content {
            display: table-cell;
            vertical-align: middle;
            padding: 0 50px;
        }

            #about-item #about-content #content p.title {
                font-size: 24px;
                font-weight: 500;
                margin: 20px 0 10px;
                padding-bottom: 0;
            }

            #about-item #about-content #content #details {
                padding: 20px 0;
                text-align: left
            }

        #about-item #about-content #more-btn {
            text-align: center;
        }

            #about-item #about-content #more-btn a {
                color: #000;
                padding: 10px;
                border: 2px solid #000;
                border-radius: 0;
                transition: all .5s;
            }

                #about-item #about-content #more-btn a:hover {
                    background: #dd3333;
                    border-color: #dd3333;
                    color: #fff;
                }

@media (max-width: 767px) {
    #about-item #about-content #more-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    #about-item #about-content #content {
        padding: 0 20px;
    }
}


/** Products
 **************************************************************** **/
#products {
    padding: 50px 0;
}

#product-page {
    padding: 0;
}

    #product-page #product {
        background: #fff;
        height: 400px;
        padding: 5px;
        overflow: hidden;
    }

        #product-page #product #product-name {
            height: 120px;
            padding: 10px;
            text-align: center;
        }

            #product-page #product #product-name h1 {
                font-size: 14px;
                height: 50px;
                margin: 10px 0;
                white-space: normal;
            }

            #product-page #product #product-name .divider {
                display: block;
                left: 50%;
                transform: translate(-50%);
                position: relative;
                width: 20px;
                border-bottom: 3px solid #000;
                margin-bottom: 10px;
                -webkit-transform: translate(-50%);
            }

            #product-page #product #product-name a {
                font-size: 13px;
                font-weight: 600;
                color: #dd3333;
            }

                #product-page #product #product-name a:hover {
                    text-decoration: underline;
                }

        #product-page #product #product-item {
            height: 290px;
            width: 100%;
            padding: 10px;
            overflow: hidden;
            position: relative;
        }

            #product-page #product #product-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);
            }

            #product-page #product #product-item:hover:before {
                -webkit-animation: shine 1s;
                animation: shine 1s;
            }

            #product-page #product #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;
            }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
    
@media (max-width: 767px) {
    #product-page #product {
        margin: 10px;
    }
}


/** Brands
 **************************************************************** **/
#brands {
    background: #fff;
    padding: 50px 0;
}

#brand {
    height: 180px;
}

    #brand #circle {
        margin: 0 auto;
        display: block;
        height: 160px;
        width: auto;
        overflow: hidden;
        box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.08);
    }

    #brand #brand-photo {
        height: 160px;
        width: 160px;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

        #brand #brand-photo:before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: block;
            content: '';
            width: 0;
            height: 0;
            background: rgba(0,0,0,.2);
            border-radius: 100%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            opacity: 0;
        }

        #brand #brand-photo:hover {
            animation: bloom ease-in-out .75s forwards;
        }

            #brand #brand-photo:hover:before {
                animation: circle .75s;
            }

        #brand #brand-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

@keyframes bloom {
    0% {
        filter: grayscale(.8);
    }

    40% {
        filter: grayscale(.5);
    }

    100% {
        filter: grayscale(0);
    }
}

@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(255, 255, 255, .5);
    }

    40% {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

    #brand #brand-name {
        height: 50px;
        text-align: center;
        padding: 5px;
        white-space: normal;
    }

        #brand #brand-name h5 {
            color: #000;
        }

@media screen and (max-width: 480px) {
    #brand #circle {
        width: 160px;
    }
}


/** Awards
 **************************************************************** **/
#awards {
    padding: 50px 0;
}

#award {
    background: #fff;
    height: 400px;
    padding: 5px;
    overflow: hidden;
}

    #award #award-name {
        height: 100px;
        padding: 10px;
        text-align: center;
    }

        #award #award-name h1 {
            font-size: 14px;
            height: 30px;
            margin: 10px 0;
            white-space: normal;
        }

        #award #award-name .divider {
            display: block;
            left: 50%;
            transform: translate(-50%);
            position: relative;
            width: 20px;
            border-bottom: 3px solid #000;
            margin-bottom: 10px;
            -webkit-transform: translate(-50%);
        }

    #award #award-item {
        height: 290px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

        #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 #award-item:hover:before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

        #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;
            padding: 10px;
        }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (max-width: 767px) {
    #award {
        margin: 10px;
    }
}


/** Contact Us
 **************************************************************** **/
#contacts {
    background: #dd3333;
}

    #contacts #contact-details {
        padding: 50px 0;
        text-align: center;
        color: #fff;
    }

        #contacts #contact-details #icon {
            display: inline-block;
            font-size: 30px;
            border-radius: 50%;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff;
            padding: 10px;
            border: 1px solid white;
            width: 65px;
            margin-bottom: 10px;
        }

        #contacts #contact-details p.contact-item-title {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin: 10px 0 20px;
        }

        #contacts #contact-details h5 {
            line-height: 1.3;
        }

        #contacts #contact-details a {
            color: #000;
        }

            #contacts #contact-details a:hover {
                color: #333;
                text-decoration: underline;
            }

    #contacts #contact-map {
        padding-bottom: 50px;
    }

@media (max-width: 767px) {
    #contacts #contact-details #contact-item {
        margin-bottom: 20px;
    }
}


/** Footer
 **************************************************************** **/
.footer {
    background: #eee;
    color: #000;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
}

    .footer a {
        font-weight: 600;
        color: #dd3333;
        text-decoration: underline;
    }

        .footer a:hover {
            text-decoration: none;
        }

    .footer h1 {
        display: inline;
        font-size: 12px;
    }


/** Products Page
 **************************************************************** **/
.product {
    background: #fff;
    height: 400px;
    padding: 5px;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
    margin-bottom: 30px;
}

    .product .product-name {
        height: 120px;
        padding: 10px;
        text-align: center;
    }

        .product .product-name h1 {
            font-size: 14px;
            height: 50px;
            margin: 10px 0;
        }

        .product .product-name .divider {
            display: block;
            left: 50%;
            transform: translate(-50%);
            position: relative;
            width: 20px;
            border-bottom: 3px solid #000;
            margin-bottom: 10px;
            -webkit-transform: translate(-50%);
        }

        .product .product-name a {
            font-size: 13px;
            font-weight: 600;
            color: #dd3333;
        }

            .product .product-name a:hover {
                text-decoration: underline;
            }

    .product .product-item {
        height: 270px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

        .product .product-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);
        }

        .product .product-item:hover:before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

        .product .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;
        }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/** Product Details
 **************************************************************** **/
.product-detail-photo {
    margin-bottom: 50px;
}

.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 Details ******************************* **/
.product-item table {
    margin: 20px 0;
}

    .product-item table td {
        vertical-align: top;
    }


/******************************* Product Details Carousel ******************************* **/
.owl-carousel .owl-item .items {
    height: 374px;
    transition: all .5s;
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

    .owl-carousel .owl-item .items img {
        opacity: .3;
        padding: 5px;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.owl-carousel .owl-item.center .items {
    margin: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .owl-carousel .owl-item.center .items img {
        opacity: 1;
    }

.owl-theme .owl-nav [class*='owl-'] {
    background: #dd3333;
    color: #fff;
}

.owl-carousel-display .owl-stage {
    margin: inherit;
}


/******************************* Other Products ******************************* **/
.other-products {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

    .other-products .product {
        margin: 10px 5px;
    }


/******************************* Nav Tabs ******************************* **/
.nav-pills > li {
    margin-right: 10px;
}

    .nav-pills > li > a {
        border: none;
        display: block;
        color: #dd3333;
        background: #eee;
        font-size: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        padding: 10px 15px;
    }

        .nav-pills > li > a.active, .nav-pills > li > a.active:focus, .nav-pills > li > a.active:hover {
            background: #dd3333;
            border: none;
            color: #fff;
            bottom: 0 !important;
            position: relative;
            border-radius: 2px;
        }

.nav-pills li a.active:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #dd3333 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .nav-pills > li {
        width: 100%;
        margin-right: 0;
    }

        .nav-pills > li > a {
            text-align: center;
        }

    .nav-pills li a.active:after {
        content: none;
    }

    .nav-pills > li + li {
        margin-left: 0;
    }
}

.tab-content {
    padding: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}

    .tab-content .btn-warning {
        margin-right: 10px;
    }

    .tab-content .btn {
        margin-bottom: 10px;
    }

@media (max-width: 480px) {
    .tab-content {
        padding: 10px;
    }
}


/** Brands
 **************************************************************** **/
.brand {
    padding: 5px;
    background: #fff;
    height: 230px;
    box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

    .brand:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(0,0,0,.2);
        border-radius: 100%;
        opacity: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .brand:hover {
        animation: bloom ease-in-out .75s forwards;
    }

        .brand:hover:before {
            animation: circle .75s;
        }

    .brand .circle {
        margin: 0 auto;
        display: block;
        height: 160px;
        width: auto;
        overflow: hidden;
    }

    .brand .brand-photo {
        height: 160px;
        width: 160px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        .brand .brand-photo:before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: block;
            content: '';
            width: 0;
            height: 0;
            background: rgba(0,0,0,.2);
            border-radius: 100%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            opacity: 0;
        }

        .brand .brand-photo:hover {
            animation: bloom ease-in-out .75s forwards;
        }

            .brand .brand-photo:hover:before {
                animation: circle .75s;
            }

        .brand .brand-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: 5px;
        }

@keyframes bloom {
    0% {
        filter: grayscale(.8);
    }

    40% {
        filter: grayscale(.5);
    }

    100% {
        filter: grayscale(0);
    }
}

@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(255, 255, 255, .5);
    }

    40% {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.brand .brand-name {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px;
    white-space: normal;
    display: table;
}

    .brand .brand-name h5 {
        color: #000;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
    }


/** Awards
 **************************************************************** **/
.award {
    padding: 5px;
    background: #fff;
    height: 300px;
    box-shadow: 0px 10px 27px 0px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

    .award:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(0,0,0,.2);
        border-radius: 100%;
        opacity: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .award:hover {
        animation: bloom ease-in-out .75s forwards;
    }

        .award:hover:before {
            animation: circle .75s;
        }

@keyframes bloom {
    0% {
        filter: grayscale(.8);
    }

    40% {
        filter: grayscale(.5);
    }

    100% {
        filter: grayscale(0);
    }
}

@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(255, 255, 255, .5);
    }

    40% {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.award .award-item {
    height: 230px;
    width: auto;
    overflow: hidden;
    position: relative;
}

    .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;
        padding: 5px;
    }

.award .award-name {
    height: 80px;
    text-align: center;
    padding: 5px;
    white-space: normal;
}

    .award .award-name h5 {
        color: #000;
        font-size: 14px;
    }

    .award .award-name h6 {
        color: #555;
        font-size: 12px;
    }


/******************************* Award Details ******************************* **/
.award-main {
    text-align: center;
    margin-bottom: 50px;
}

    .award-main h3 {
        margin: 10px 0;
    }

    .award-main h5 {
        font-size: 12px;
        font-style: italic;
    }

.award-details {

}

    .award-details h1 {
        text-align: center;
    }

    .award-details .award-intro {

    }


/** News & Events
 **************************************************************** **/
.news {
    height: 350px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

    .news .news-item {
        height: 280px;
    }

        .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: 10px;
            }

        .news .news-item .news-details {
            padding: 0 10px;
        }

            .news .news-item .news-details h3 {
                margin: 5px 0;
                color: #dd3333;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 14px !important;
            }

                .news .news-item .news-details h3.thumbnail-details {
                    margin-top: 10px;
                }

            .news .news-item .news-details h5 {
                color: #444;
                font-size: 12px;
                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 .news-item .news-description {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

    .news .line-dotted {
        border-top: 1px dotted #ccc;
        padding: 5px;
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .news .view-more {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

        .news .view-more a {
            color: #000;
            font-size: 13px;
            font-weight: 600;
        }

        .news .view-more a .fa {
            display: none;
            transition: ease-in-out .5s;
        }

        .news .view-more a:hover .fa {
            display: inline-block;
        }


/******************************* News & Events Details ******************************* **/
.newsdetails {
    padding: 0 50px;
}

    .newsdetails .newsdetails-title {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #ccc;
    }

        .newsdetails .newsdetails-title h2 {
            font-weight: 800;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .newsdetails .newsdetails-title h5 {
            color: #555;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .newsdetails .newsdetails-title img {
            max-height: 500px;
            margin: 0 auto;
            display: block;
            width: auto;
        }

.newsdetails-item {
}

.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: #dd3333;
        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 {
    margin-bottom: 50px;
    padding: 0 150px;
}

    .contact-details .contact-item {
        margin-bottom: 50px;
    }

        .contact-details .contact-item p.contact-item-title {
            text-transform: uppercase;
            font-weight: 700;
            margin: 20px 0;
            font-size: 25px;
        }

        .contact-details .contact-item h1.company-name {
            margin: 0 0 5px;
            font-size: 14px;
            font-weight: 700;
        }

        .contact-details .contact-item p.contact-item-content {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
        }

        .contact-details .contact-item a {
            font-weight: 600;
        }

        .contact-details .contact-item .map-btn {
            display: none;
            background: #dd3333;
            border: 2px solid #dd3333;
            padding: 5px 10px;
            font-size: 13px;
            margin-bottom: 10px;
            margin-right: 5px;
        }

            .contact-details .contact-item .map-btn:hover {
                background: #fff;
                border: 2px solid #dd3333;
            }

            .contact-details .contact-item .map-btn a {
                color: #fff;
            }

                .contact-details .contact-item .map-btn a:hover {
                    color: #dd3333;
                    text-decoration: none;
                }

@media (max-width: 767px) {
    .contact-details {
        padding: 0;
    }

    .contact-details .contact-item .map-btn {
        display: inline-block;
    }
}


/** Scroll Down
 **************************************************************** **/
.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 65%;
    right: 0;
    height: 40px;
    width: 40px;
    display: block;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.fa-chevron-circle-down {
    color: #fff;
    position: absolute;
    bottom: 0;
    animation: jump 1.5s infinite;
}

@keyframes jump {
    0% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }

    100% {
        bottom: 0
    }
}

@media (max-width: 767px) {
    .arrow-wrap {
        display: none;
    }
}


/** Google Map Button
 **************************************************************** **/
.google_d a {
    color: #fff;
    background: #dd3333;
    border: 2px solid #dd3333;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
}

    .google_d a:hover {
        color: #dd3333;
        background: #fff;
        border-color: #dd3333;
        text-decoration: none;
    }


/* ------------------------------------------------
Whatsapp
--------------------------------------------------- */
.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 0;
    cursor: pointer;
    display: inline;
    z-index: 999;
    vertical-align: middle;
    background: #25d366;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .whatsapp i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 18px;
        background: #222;
        position: relative;
        text-align: center;
        line-height: 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .whatsapp i:after {
            content: "";
            border: 8px solid;
            border-color: transparent transparent transparent #222;
            position: absolute;
            top: 12px;
            right: -16px;
        }

    .whatsapp span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #25d366;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .whatsapp:hover span {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .whatsapp {
        bottom: 115px;
    }

        .whatsapp i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}


/* ------------------------------------------------
Facebook
--------------------------------------------------- */
.facebook {
    position: fixed;
    bottom: 142px;
    right: 0;
    cursor: pointer;
    display: inline;
    z-index: 999;
    vertical-align: middle;
    background: #3b5998;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .facebook i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #222;
        position: relative;
        text-align: center;
        line-height: 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .facebook i:after {
            content: "";
            border: 8px solid;
            border-color: transparent transparent transparent #222;
            position: absolute;
            top: 12px;
            right: -16px;
        }

    .facebook span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #3b5998;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .facebook:hover span {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .facebook {
        bottom: 152px;
    }

        .facebook i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}


/* ------------------------------------------------
Wechat
--------------------------------------------------- */
.wechat {
    position: fixed;
    bottom: 184px;
    right: 0;
    cursor: pointer;
    display: inline;
    z-index: 999;
    vertical-align: middle;
    background: #7bb32e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .wechat i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #222;
        position: relative;
        text-align: center;
        line-height: 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .wechat i:after {
            content: "";
            border: 8px solid;
            border-color: transparent transparent transparent #222;
            position: absolute;
            top: 12px;
            right: -16px;
        }

    .wechat span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #7bb32e;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .wechat:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .wechat:hover span {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .wechat {
        bottom: 189px;
    }

        .wechat i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}


/* ------------------------------------------------------------------
Back To Top
--------------------------------------------------------------------- */
.scrollup {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: none;
    background-color: #dd3333;
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .scrollup {
        right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .scrollup {
        right: 15px;
        bottom: 65px;
    }
}

@media screen and (max-width: 340px) {
    .scrollup {
        right: 10px;
    }
}

/* ------------------------------------------------------------------
Brand Details Page
--------------------------------------------------------------------- */
.other-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

    .other-products p {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: "Montserrat", arial, sans-serif;
    }

.brand-details-left {
    height: 400px;
}

    .brand-details-left img {
        max-height: 300px;
        height: auto;
        width: auto;
        display: block;
        margin: 20px auto;
        box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
    }

    .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;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .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 {
    margin: 0;
    height: 350px;
    padding: 10px;
    display: block;
    background: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .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-size: 16px;
        }

        .album .album-name h6 {
            color: #666;
        }

.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;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .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 {
                    margin: 10px 0;
                    font-size: 14px;
                    font-weight: 600;
                    text-align: center;
                }


/* ------------------------------------------------------------------
Video Gallery
--------------------------------------------------------------------- */
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .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: 14px;
            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;
    box-shadow: 0 1px 2px 0 rgba(32,48,60,.14), 0 3px 3px 0 rgba(32,48,60,.06);
}

    .extension .extension-photo {
        height: 240px;
        width: 240px;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

        .extension .extension-photo: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);
        }

        .extension .extension-photo:hover:before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

        .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 {
            font-size: 15px;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #555;
            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: #dd3333;
            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: #dd3333;
        color: #fff;
        padding: 10px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
    }

        .back-to-btn a:hover {
            text-decoration: none;
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
        }