/*! 
 *   GloWood
 *   Author: Shashank Agarwal
 *   Project: GloWood 2016
 */

/* +++++++++++++++++++++++++++++ THEME LEVEL GLOBAL STYLES +++++++++++++++++++++++++++++ */
@import url(//fonts.googleapis.com/css?family=Muli:400,700,900|Oswald:400,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu+Condensed);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

html,
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

body {
    color: #000;
    line-height: 1.8;
    font-size: 1.1rem;
}
img{
    max-width:100%;
}
a, a:focus, a:hover, a:active {
    color: inherit;
    outline: none;
}

.pagination > li + li {
    margin-left: 1px;
    display: inline-block;
}

.pagination > li > a {
    background: none;
    color: #ED1B24;
    border-radius: 50% !important;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #ED1B24;
        background: #ddd;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #ED1B24;
    border-color: #bf1018;
    color: #fff;
}

.form-contro, input {
    outline: none;
}

a.knowmore {
    color: #ED1B24;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: inherit;
    text-shadow: none;
    font-weight: 700;
}

    h1.divider {
        font-size: 2rem;
        margin: 2rem 0 0;
        padding: 1rem 15px;
        background: #ED1B24;
        color: #fff;
        background: #fff;
        color: #ED1B24;
        border-bottom: 2px solid #ED1B24;
    }

        h1.divider.black {
            background: #232323;
        }

strong, b {
    font-family: inherit;
    font-weight: 700;
}


a:hover {
    text-decoration: none;
}


/*.bg{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.bg + *{
    position: relative;
    z-index: 1;
}*/
.btn {
    border-radius: 0;
}

    .btn.btn-red {
        background: #ED1B24;
        font-size: 1.1rem;
        color: #fff;
    }

        .btn.btn-red:hover,
        .btn.btn-red:focus {
            background: #bf1018;
            color: #fff;
        }

    .btn.btn-white {
        background: #fff;
        color: #ED1B24;
    }

        .btn.btn-white:hover {
            background: #EBEBEB;
        }

    .btn.btn-outline:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 0;
        background: #0588D8;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        right: 100%;
    }

    .btn.btn-outline.blue {
        color: #0588D8;
        background: #CDE7F7;
    }

        .btn.btn-outline.blue:hover {
            color: #fff;
        }

    .btn.btn-outline span {
        position: relative;
    }

    .btn.btn-outline:hover:before {
        right: 0;
    }

.owl-carousel:not(.owl-loaded) {
    display: none;
}

.row + .row:not(section) {
    margin-top: 1.5rem;
}

@media screen and (min-width: 767px) {

    .row + .row:not(section) {
        margin-top: 3rem;
    }
}

ul.iconbullet {
    padding: 0;
    list-style: none;
}

    ul.iconbullet:not(.downloadcatalogue) li,
    .downloadcatalogue label {
        position: relative;
        padding-left: 30px;
        list-style: none;
    }

        ul.iconbullet li:before,
        .downloadcatalogue label:before {
            font-family: fontAwesome;
            left: 0;
            display: inline-block;
            width: 30px;
            text-align: center;
            position: absolute;
            color: inherit;
        }

    ul.iconbullet.thumbsup li:before {
        content: '\f164';
    }

    ul.iconbullet.check li:before {
        content: '\f058';
    }

.downloadcatalogue {
    width: 100%;
}

    .downloadcatalogue label {
        cursor: pointer;
        /*color: #fff;*/
    }

        .downloadcatalogue label:before {
            content: '\f096';
        }


    .downloadcatalogue tbody {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .downloadcatalogue tr {
        display: inline-block;
        width: 33%;
    }

    .downloadcatalogue input[type="checkbox"],
    .downloadcatalogue input[type="radio"] {
        position: absolute;
        visibility: hidden;
    }

        .downloadcatalogue input[type="checkbox"]:checked + label:before,
        .downloadcatalogue input[type="radio"]:checked + label:before {
            content: '\f046';
        }

.secemail {
    display: none !important;
}


/* +++++++++++++++++++++++++++++ LAYOUT STYLES +++++++++++++++++++++++++++++ */

/* All images should be responsive */

img {
    max-width: 100% !important;
}

/* Remove borders */

.no-border {
    border: 0px !important;
}

/* Remove padding */

.no-padding {
    padding: 0px !important;
}

/* Remove margins */

.no-margin {
    margin: 0px !important;
}

.block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .block h1:not(.divider) {
        margin-bottom: 1rem;
    }


.home .block {
    position: relative;
}

.dark {
    background: #EBEBEB;
}

.light {
    background: #fff;
}

@media screen and (min-width: 992px) {
    .home .block {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .block h1:not(.divider):first-of-type {
        margin-top: 0;
    }
}
/* Header */
#header {
    z-index: 1;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    z-index: 2;
    width: 100%;
    text-transform: uppercase;
}

    #header #header-wrap {
        background: #232323;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }


    #header .navbar-brand {
        height: auto;
        padding: 0;
        margin: 0;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 3;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }


        #header .navbar-brand .logo img {
            max-height: 130px;
        }


    #header.affix {
        z-index: 10;
    }

        #header.affix #header-wrap {
            -webkit-transform: translateY(-74px);
            -moz-transform: translateY(-74px);
            -o-transform: translateY(-74px);
            transform: translateY(-74px);
        }

            #header.affix #header-wrap .navbar-brand {
                -webkit-transform: translateY(74px);
                -moz-transform: translateY(74px);
                -o-transform: translateY(74px);
                transform: translateY(74px);
            }

.navbar-toggle .icon-bar {
    background: #ccc;
}

#header .menu-wrap {
    background: #ED1B24;
}

    #header .menu-wrap .mainNav li {
        text-align: center;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
    }

#header .mainNav > li > a {
    color: #333;
    line-height: 1;
    font-weight: 700;
}

    #header .mainNav > li.active > a,
    #header .mainNav > li.open > a,
    #header .mainNav > li:hover > a,
    #header .mainNav > li > a:focus {
        background: #ddd;
    }

#header .mainNav:not(.search) > li a:not(:only-child):after {
    content: '\f0d7';
    font-family: fontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}

#header .mainNav .dropdown-menu {
    border: 0;
    background: #F48222;
}

    #header .mainNav .dropdown-menu a {
        text-align: left;
        color: #232323;
    }

        #header .mainNav .dropdown-menu a:hover,
        #header .mainNav .dropdown-menu a:active {
            background: #ED1B24;
            color: #fff;
        }

#header #topNav {
    list-style: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #header .navbar-brand {
        float: none;
        padding: 15px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header {
        max-height: 98px;
    }

        #header.affix #header-wrap {
            -webkit-transform: translateY(-53px);
            -moz-transform: translateY(-53px);
            -o-transform: translateY(-53px);
            transform: translateY(-53px);
        }

            #header.affix #header-wrap .navbar-brand {
                -webkit-transform: translateY(53px);
                -moz-transform: translateY(53px);
                -o-transform: translateY(53px);
                transform: translateY(53px);
            }
}

@media screen and (max-width: 991px) {

    #header .navbar-toggle {
        display: block;
        background: #ED1B24;
    }

    #header .mainNav {
        float: none;
    }

        #header .mainNav > li {
            display: block;
            float: none;
        }

        #header .mainNav .dropdown-menu {
            position: relative;
            float: none;
        }
}

#header #topNav li a.fa-stack:not(:first-of-type) {
    margin-left: 10px;
}

#header #topNav li .fb .fa-square {
    color: #3b5998;
}

#header #topNav li .and .fa-square {
    color: #a4c639;
}

#header #topNav li .app .fa-square {
    color: #8e8e93;
}



#header #searchform {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1001;
    color: #000;
    height: auto !important;
    display: block !important;
    width: 0;
    transition: 0.3s all;
    overflow: hidden;
}

    #header #searchform.in {
        width: 300px;
    }

        #header #searchform.in + a {
            background: #eee;
            color: #000;
        }

            #header #searchform.in + a .fa-search:before {
                content: "\f00d";
            }

    #header #searchform .input-group .form-control,
    #header #searchform .input-group .input-group-btn .btn {
        height: 45px;
        border-radius: 0 !important;
        line-height: 0;
        padding: 15px;
        outline: none;
        box-shadow: none;
        border-color: #eee;
    }

@media screen and (min-width: 768px) {
    #header #topNav {
        display: table;
        padding: 0;
        text-align: left;
        line-height: 1.3;
        margin: 6px 0 6px auto;
    }

        #header #topNav li {
            display: table-cell;
            vertical-align: middle;
            padding: 0 12px;
            color: #ED1B24;
        }

            #header #topNav li + li {
                border-left: 1px solid #444;
            }

            #header #topNav li a {
                color: #fff;
            }
}

@media screen and (min-width: 992px) {

    #header .menu-wrap {
        margin-top: -45px;
    }

        #header .menu-wrap .menu {
            float: right;
        }

    #header .col-md-1.pull-right {
        padding: 0;
    }

    #header .mainNav {
        padding: 0;
        display: block;
    }

        #header .mainNav > li {
            float: none !important;
            display: inline-block;
        }


            #header .mainNav > li > a {
                display: block;
                position: relative;
                color: #fff;
                padding: 15px 7px;
            }

                #header .mainNav > li > a span:not(.sr-only) {
                    position: relative;
                    line-height: 0;
                }

            #header .mainNav > li.cart > a span.fa-heart {
                -webkit-transform: scale(2);
                -moz-transform: scale(2);
                -o-transform: scale(2);
                transform: scale(2);
            }

            #header .mainNav > li.cart > a span.badge {
                position: absolute;
                width: 100%;
                left: 0;
                background: none;
                color: #ED1B24;
                line-height: 45px;
                top: -2px;
                padding: 0;
            }

            #header .mainNav > li.active > a,
            #header .mainNav > li.open > a,
            #header .mainNav > li:hover > a,
            #header .mainNav > li > a:focus {
                background: #EBEBEB;
                color: #232323;
            }


                #header .mainNav > li.active > a .fa-heart,
                #header .mainNav > li.open > a .fa-heart,
                #header .mainNav > li:hover > a .fa-heart,
                #header .mainNav > li > a:focus .fa-heart {
                    color: #ED1B24;
                }

            #header .mainNav > li.cart.active > a .badge,
            #header .mainNav > li.cart.open > a .badge,
            #header .mainNav > li.cart:hover > a .badge,
            #header .mainNav > li.cart > a:focus .badge {
                color: #fff;
            }

            #header .mainNav > li.open > a:not(:only-child),
            #header .mainNav > li:hover > a:not(:only-child) {
                position: relative;
                z-index: 1001;
            }

        #header .mainNav .dropdown-menu {
            background: #EBEBEB;
            box-shadow: 0 0 12px 3px rgba(0,0,0,.175);
        }

    #header #quickNav.mainNav > li > a {
        padding: 15px 11px;
    }

    #header #topNav li {
        padding: 0 20px;
    }

    #header #quickNav.mainNav {
        float: right;
    }
}

@media screen and (min-width: 1200px) {
    #header #topNav {
        margin: 1rem 0 1rem auto;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    #header .mainNav > li > a {
        padding: 15px 3px;
    }
}
/* Banner */

#banner {
}

    #banner #gloBanner .item {
        width: 100vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #banner img {
        width: 100%;
    }

    #banner .carousel-caption {
        left: auto;
        right: 0;
        padding: 10px 20px 10px 0;
        background: rgba(0,0,0,0.8);
        bottom: 50px;
        font-size: 30px;
    }

        #banner .carousel-caption:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 100%;
            height: 100%;
            width: 30px;
            box-shadow: -30px 0 12px -5px rgba(0,0,0,0.8) inset;
        }


    #banner .sliderContent {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

@media screen and (max-width: 767px) {
    #banner #gloBanner .item {
        padding-top: 66%;
    }
}

@media screen and (min-width: 768px) {
    #banner #gloBanner .item {
        height: 100vh;
        height: calc(100vh - 119px);
    }
}
/* Intro */

#intro {
}

    #intro .news {
        margin-top: 3rem;
    }

        #intro .news .news-wrap {
            padding: 15px;
            background: #EBEBEB;
        }

            #intro .news .news-wrap + .news-wrap {
                margin-top: 1rem;
            }

@media screen and (min-width: 992px) {

    #intro .news {
        margin-top: 2rem;
    }
}

#intro #downloadbrochure {
    /*border: 3px solid #ED1B24;*/
    display: inline-block;
}
/* News */

.news {
}

    .news.page .news-item {
    }

        .news.page .news-item .news-wrap {
            padding: 15px;
            background: #EBEBEB;
            clear: left;
            box-shadow: 2px 2px 3px #ccc;
            border-radius: 3px;
        }

        .news.page .news-item:nth-of-type(2n) ~ .news-item .news-wrap {
            margin-top: 2rem;
        }


        .news.page .news-item .news-wrap:nth-of-type(2) ~ .news-wrap {
            margin-top: 1rem;
        }

    .news:not(.page) {
        margin-top: 3rem;
    }

        .news:not(.page) .news-wrap + .news-wrap {
            margin-top: 1rem;
        }


@media screen and (min-width: 992px) {

    .news:not(.page) {
        margin-top: 2rem;
    }
    /* offerings */
}

#offerings {
    background: url('../images/bg/home-products.jpg');
    background-attachment: fixed;
    background-size: cover;
}
    /*#offerings .bg{
    background-color: rgba(255, 255, 255, 0.5);
}*/

    #offerings h1 {
        color: #fff;
    }

    #offerings .offering {
        background: #ED1B24;
    }

        #offerings .offering > * {
            display: block;
        }

        #offerings .offering img {
            display: block;
        }

        #offerings .offering h3 {
            margin-top: 0;
        }

            #offerings .offering h3 ~ p:last-of-type {
                margin-bottom: 0;
            }

        #offerings .offering .offering-text {
            padding: 21px 15px 20px;
        }

            #offerings .offering .offering-text:first-of-type {
                background: #EBEBEB;
            }

            #offerings .offering .offering-text li,
            #offerings .offering .offering-text li a {
                color: #fff;
            }

                #offerings .offering .offering-text li + li {
                    margin-top: 1rem;
                }

        #offerings .offering .interiorapplication {
            display: block;
            max-height: 185px;
            overflow: hidden;
        }

    #offerings .form {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: #fff;
    }


@media screen and (max-width: 767px) {
    #offerings .offering {
        margin: 0 -30px;
    }
}

@media screen and (max-width: 991px) {
    .home #offerings.block {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    #offerings .table-view {
        display: table;
        width: 100%;
    }

        #offerings .table-view > div {
            display: table-cell;
            float: none;
        }
}

@media screen and (min-width: 992px) {
    #offerings .offering {
        display: -webkit-box;
        display: -moz-box;
        display: flex;
    }

        #offerings .offering > * {
            display: -webkit-box;
            display: -moz-box;
            display: flex;
            padding: 0;
        }

            #offerings .offering > * > * {
                max-width: 100%;
                width: 100%;
                margin: 0;
            }

    #offerings .row:nth-of-type(2n+1) .offering {
        flex-direction: row-reverse;
    }

    #offerings .offering .offering-image {
        background-size: cover;
        background-position: center;
    }
}
/* Brochure */

#Brochure {
    background: url('../images/bg/home-downloads.jpg');
    background-attachment: fixed;
    background-size: cover;
}

    #Brochure .block {
        padding: 6rem 0;
    }

/* Where to Buy */
#WhereToBuy {
    background: url(../images/bg/home-where-to-buy.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

    #WhereToBuy h1 {
        margin-bottom: 2rem;
    }

@media screen and (min-width: 768px) {
    #WhereToBuy textarea.form-control {
        height: 170px;
    }
}
/* Products */


#Products .product-list {
    padding: 15px;
}


    #Products .product-list .product-inner-wrap {
        background: #fff;
        width: 100%;
    }



        #Products .product-list .product-inner-wrap .product-name {
            margin-bottom: 0;
            line-height: 1.3;
        }

    #Products .product-list > .row > .product.hasSubCat:after {
        content: '';
        border: solid transparent;
        border-bottom-color: #ccc;
        border-width: 2rem 1.5rem;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        bottom: 0;
        -webkit-transform: translateX(-50%) translateY(100%);
        -moz-transform: translateX(-50%) translateY(100%);
        -o-transform: translateX(-50%) translateY(100%);
        transform: translateX(-50%) translateY(100%);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 0;
    }

    #Products .product-list > .row > .product.hasSubCat.opened:after {
        -webkit-transform: translateX(-50%) translateY(100%);
        -moz-transform: translateX(-50%) translateY(50%);
        -o-transform: translateX(-50%) translateY(50%);
        transform: translateX(-50%) translateY(50%);
        opacity: 1;
    }

@media screen and (min-width: 992px) {

    #Products .product-list > .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #Products .product-list > .row > .product {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-top: 2rem;
        }
}

#Products .owl-carousel {
    margin-top: 3rem;
}

    #Products .owl-carousel a {
        width: auto;
        float: none;
        display: block;
    }


#Products a:not(.btn) {
    display: block;
}

#Products .product-name {
    text-align: center;
    color: #000;
}

#Products .owl-carousel .owl-nav {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 3rem;
}

    #Products .owl-carousel .owl-nav > div {
        display: inline-block;
        margin-left: 1rem;
    }

        #Products .owl-carousel .owl-nav > div .fa {
            font-size: 2rem;
            padding: 1rem 0.643rem;
            line-height: 0;
            background: #ED1B24;
            color: #fff;
        }

#Products .product-inner-wrap {
    overflow: hidden;
    position: relative;
}

    #Products .product-inner-wrap .product-image-wrap {
        width: 100%;
        max-width: 100%;
        display: table;
    }

    #Products .product-inner-wrap .product-image {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #Products .product-inner-wrap img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }


.allproducts #Products .product-inner-wrap .product-name {
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    padding: 0.5rem;
    position: absolute;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #fff;
}

.allproducts .collapseItem {
    width: 100%;
}

    .allproducts .collapseItem > * {
        padding: 30px 15px;
        background: #ccc;
        margin: 2rem 15px 0;
    }

.page:not(.allproducts):not(.gallery) #Products .product-list {
    padding: 15px 0;
}

    .page:not(.allproducts):not(.gallery) #Products .product-list .product-inner-wrap {
        padding: 15px;
        border-top: 2px solid #ED1B24;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

        .page:not(.allproducts):not(.gallery) #Products .product-list .product-inner-wrap:hover {
            border-color: #232323;
        }


.page.gallery #Products .product-list .product .product-inner-wrap {
    background: #fff;
    padding: 15px;
}

    .page.gallery #Products .product-list .product .product-inner-wrap .product-name {
        margin-top: 15px;
    }

.page.gallery #Products .product-inner-wrap .product-image .productImageBlock {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media screen and (max-width: 500px) {

    #Products a:not(.btn) {
        width: 100%;
    }

    .page.gallery #Products .product-inner-wrap .product-image .productImageBlock {
        padding-top: 100%;
    }
}

@media screen and (min-width: 992px) {

    #Products .product-inner-wrap .product-image-wrap {
        min-height: 150px;
    }
}
/* Page */
.innerBanner {
    max-height: 15rem;
    overflow: hidden;
}



.page.header {
    position: relative;
}

    .page.header:before {
        background: url(../images/bg/glowood.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        display: block;
    }


    .page.header .page-title {
        margin: 0;
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }


        .page.header .page-title .breadcrumb {
            padding: 0;
            text-align: left;
            font-size: 0.9rem;
        }

        .page.header .page-title .header-image {
            vertical-align: bottom;
        }

            .page.header .page-title .header-image img {
                margin-bottom: -6rem;
                box-shadow: 0 0 0 15px #fff;
            }


#Products .product-list > .row > .product .productDesc {
    position: absolute;
    top: 10px;
}

.page.shortlist #Products .product-list > .row > .product .productDesc {
    height: 150px;
}

.page.shortlist #Products .product-inner-wrap img {
    max-height: 150px;
}

@media screen and (max-width: 767px) {
    #Products .product-list > .row > .product .productDesc {
        right: 30px;
    }

        #Products .product-list > .row > .product .productDesc .fa-heart {
            font-size: 1.5rem;
        }
}

@media screen and (min-width: 500px) {
    .page.gallery #Products .product-inner-wrap .product-image-wrap,
    .page.gallery #Products .product-inner-wrap .product-image .productImageBlock {
        height: 200px;
    }

    .page.gallery #Products .product-inner-wrap .product-image img {
        max-height: 200px;
    }

    .page.productCategory #Products .product-inner-wrap .product-image-wrap {
        height: 200px;
    }

    .page.productCategory #Products .product-inner-wrap img {
        max-height: 200px;
    }

    #Products .product-list > .row > .product .productDesc {
        z-index: 1;
        right: 30px;
        left: 30px;
        text-align: center;
        background: rgba(0,0,0,0.6);
        top: 17px;
        height: 200px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }


    #Products .product-list > .row > .product:hover .productDesc {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }



    #Products .product-list > .row > .product .productDesc,
    #Products .product-list > .row > .product .productDesc a {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }

        #Products .product-list > .row > .product .productDesc a {
            height: 100%;
            width: 100%;
        }

            #Products .product-list > .row > .product .productDesc a:hover {
                color: #fff;
            }

            #Products .product-list > .row > .product .productDesc a ~ a {
                border-top: 1px dashed #888;
            }

        #Products .product-list > .row > .product .productDesc .tooltip {
            left: 50% !important;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media screen and (min-width: 991px) {

    #Products .product-list > .row > .product .productDesc,
    .page.productCategory #Products .product-inner-wrap .product-image-wrap {
        height: 300px;
    }

    .page.productCategory #Products .product-inner-wrap img {
        max-height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .page.header .page-title {
        padding: 2rem 0;
    }

        .page.header .page-title > .lessb {
            padding-bottom: 1rem;
        }

        .page.header .page-title .header-image {
            display: none;
        }
}


@media screen and (min-width: 992px) {
    .page.header .page-title > * {
        padding: 4rem 0;
    }

    .page.header .page-title > .lessb {
        padding-bottom: 2rem;
    }
}

p + p {
    margin-top: 20px;
}

.page .page-title {
    /*display: table;*/
    width: 100%;
    padding: 2rem;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 3rem;
    margin-top: -6.5rem;
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

    .page .page-title > * {
        /*display: table-cell;*/
        vertical-align: middle;
    }

.page .breadcrumb {
    background: none;
    text-align: right;
}

    .page .breadcrumb a {
        color: #ED1B24;
    }

    .page .breadcrumb .active {
        color: #232323;
    }

.page p {
    text-align: justify;
}

.page .address p {
    text-align: center;
    font-size: 18px;
}

.page a {
    color: #ED1B24;
}

    .page a:hover {
        color: #000;
    }

.page .more-actions {
    padding: 15px 0;
    display: table;
    margin: 2rem 0;
    width: 100%;
    border-top: 2px solid #d5d5d5;
}

    .page .more-actions > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

        .page .more-actions > div:only-child {
            width: 100%;
        }

        .page .more-actions > div:not(:only-child):last-child {
            text-align: right;
        }

    .page .more-actions a {
        text-transform: uppercase;
        border: 0;
    }

        .page .more-actions a + a {
            margin-left: 1rem;
        }

    .page .more-actions select {
        width: auto;
        margin-right: 0;
        margin-left: auto;
    }

    .page .more-actions .pagination {
        margin: 0;
    }

.page .content .row + .row {
    margin-top: 3rem;
}

.page .content h3 {
}

/* Product Pages  */
.page .inner-image img {
    border: 1px solid #F48222;
    padding: 0;
    box-shadow: 11px 11px 0 #0588D8;
    width: 95%;
    cursor: zoom-in;
}


/* Product Categories  */

@media screen and (max-width: 500px) {

    .page .product-list .product + .product,
    .page .product-list .subproduct + .subproduct {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {

    .page .product-list .product {
        width: 50%;
        float: left;
    }

        .page .product-list .product:nth-of-type(2n+1),
        .page .product-list .subproduct:nth-of-type(3n+1) {
            clear: left;
        }

        .page .product-list .product:nth-of-type(2n) ~ .product,
        .page .product-list .subproduct:nth-of-type(3n) ~ .subproduct {
            margin-top: 2rem;
        }
}

@media screen and (min-width: 768px) {
    .page.shortlist .product-list .product:nth-of-type(6n),
    .page.gallery .product-list .product:nth-of-type(5),
    .page.allproducts .product-list .collapseItem ~ .product:nth-of-type(3),
    .page.allproducts .product-list .subproduct:nth-of-type(4n+1),
    .page.productCategory .product-list .product:nth-of-type(4n+1) {
        clear: left;
    }

        .page.shortlist .product-list .product:nth-of-type(6n) ~ .product,
        .page.gallery .product-list .product:nth-of-type(4n) ~ .product,
        .page.allproducts .product-list .product:nth-of-type(3n) ~ .product,
        .page.allproducts .product-list .subproduct:nth-of-type(4n) ~ .subproduct,
        .page.productCategory1 .product-list .product:nth-of-type(4n) ~ .product,
        .page.productCategory2 .product-list .product:nth-of-type(6n) ~ .product {
            margin-top: 2rem;
        }
}

@media screen and (min-width: 992px) {
    .page.allproducts {
        padding-top: 4rem;
    }
}

/* Product Details */


.page.productDetails .page-title {
    margin-top: 0;
}

.page.productDetails #Products {
}

    .page.productDetails #Products .product-inner-wrap {
        height: auto;
        background: #fff;
        padding: 1rem;
    }

        .page.productDetails #Products .product-inner-wrap img {
            max-height: none;
        }

    .page.productDetails #Products .productThumb {
        height: 100px;
        background-position: center;
        background-size: cover;
        border: 1px solid #aaa;
        box-shadow: 0 0 0 3px #EBEBEB inset;
        cursor: pointer;
        display: inline-block;
        width: 60px;
    }



    .page.productDetails #Products .productName {
        padding: 1rem 0;
        /*background: #ED1B24;*/
        /*color: #fff;*/
        /*padding: 1rem;*/
        margin: 0;
    }

    .page.productDetails #Products .productInfo .table-responsive {
        /*background: #fff;*/
    }

    .page.productDetails #Products .productInfo table td.description1 {
        /*background: #232323;*/
        /*color: #fff;*/
        /*border-color: #444;*/
        width: 150px;
        font-weight: bold;
    }

    .page.productDetails #Products .product-actions {
        margin-top: 1rem;
        margin-bottom: 0;
    }

        .page.productDetails #Products .product-actions .btn {
            width: 100%;
        }

            .page.productDetails #Products .product-actions .btn .fa {
                display: inline-block;
                margin-right: 5px;
            }

@media screen and (min-width: 501px) and (max-width: 1199px) {

    .page.productDetails #Products .product-actions > div {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .page.productDetails #Products .product-actions > div + div:not(:last-of-type) {
        border: 0 solid transparent;
        border-width: 0 5px;
    }
}

@media screen and (min-width:768px) {

    .page.productDetails #Products .product-actions {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

        .page.productDetails #Products .product-actions > div {
            width: 33%;
        }

            .page.productDetails #Products .product-actions > div:only-child {
                width: 100%;
            }
}

@media screen and (max-width:767px) {
    .page.productDetails #Products .product-actions > div {
        margin-bottom: 20px;
    }

        .page.productDetails #Products .product-actions > div:last-child {
            margin-bottom: 0px;
        }
}

@media screen and (max-width: 991px) {
    .page.productDetails #Products .productThumb {
        margin-top: 1rem;
    }

        .page.productDetails #Products .productThumb + .productThumb {
            margin-left: 1rem;
        }
}

@media screen and (min-width: 992px) {

    .page.productDetails #Products .productThumb {
        margin-right: 0;
        margin-left: 0;
    }

        .page.productDetails #Products .productThumb + .productThumb {
            margin-top: 1rem;
        }

    .page.productDetails #Products .product-actions .btn {
        position: relative;
        top: 5px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        box-shadow: 0 0 0 0 #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .page.productDetails #Products .product-actions .btn:hover {
            top: 0;
            box-shadow: 0 2px 2px 0 #777;
        }

        .page.productDetails #Products .product-actions .btn .fa {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform-origin: right center;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.3s transform;
            -moz-transition: 0.3s transform;
            -o-transition: 0.3s transform;
            transition: 0.3s transform;
        }

        .page.productDetails #Products .product-actions .btn:hover .fa {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
        }
}
/* Sidebar */

.sidebar .widget {
    background: #fff;
}

    .sidebar .widget .widget-title {
        background: #ED1B24;
        color: #fff;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .sidebar .widget ul {
        list-style: none;
        padding: 15px;
    }

        .sidebar .widget ul li {
            padding-left: 25px;
            position: relative;
        }

            .sidebar .widget ul li + li {
                border-top: 1px solid #ccc;
                margin-top: 3px;
                padding-top: 3px;
            }

            .sidebar .widget ul li:before {
                content: '\f105';
                display: block;
                font-family: fontAwesome;
                position: absolute;
                top: 0;
                width: 20px;
                text-align: center;
                left: 0;
                -webkit-transform-origin: center;
                -moz-transform-origin: center;
                -o-transform-origin: center;
                transform-origin: center;
                -webkit-transition: 0.3s all;
                -moz-transition: 0.3s all;
                -o-transition: 0.3s all;
                transition: 0.3s all;
            }

            .sidebar .widget ul li:hover a,
            .sidebar .widget ul li.active a {
                color: #232323;
            }

            .sidebar .widget ul li:hover:before,
            .sidebar .widget ul li.active:before {
                color: #ED1B24;
                animation: 0.3s rotateIn forwards;
            }

            .sidebar .widget ul li + li:before {
                top: 3px;
            }

@media screen and (min-width: 992px) {

    .page .sidebar {
        margin-top: -15rem;
    }
}
/* Footer */
#footer {
    text-align: center;
    background: #232323;
    color: #fff;
}

    #footer p {
        margin: 0;
    }


    #footer h4 {
        margin-bottom: 1rem;
    }


        #footer h4:after {
            content: '';
            display: block;
            width: 3rem;
            border-bottom: 2px solid;
            margin-top: 1rem;
        }

    #footer a {
        color: inherit;
    }

    #footer .footermenu {
        text-align: left;
    }

        #footer .footermenu ul {
            list-style: none;
            padding: 0;
        }



@media screen and (max-width: 767px) {

    #footer {
        padding: 0;
    }

        #footer p {
            float: none !important;
            text-align: center;
        }
}

@media screen and (min-width: 767px) {

    #footer .row + .row {
        border-top: 1px solid #333;
        margin-top: 1rem;
        padding-top: 1rem;
    }
}


/* ==================================================
   Back To Top
================================================== */
#back-to-top {
    position: fixed;
    bottom: -100%;
    left: 15px;
    padding: 10px 10px 10px;
    line-height: 1rem;
    opacity: 0.1;
    background: #000;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
}

    #back-to-top.stuck {
        bottom: 15px;
        opacity: 0.5;
        z-index: 1;
    }

        #back-to-top.stuck:hover {
            opacity: 1;
        }

/*Sandesh*/
h1 {
    font-size: 2rem;
}


.pointer {
    cursor: pointer;
}

.messagealert {
    position: fixed;
    bottom: 15px;
    z-index: 100000;
    padding: 0;
    right: 15px;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}

    .messagealert .alert {
        box-shadow: 0 0 2px 0;
        display: inline-block;
        text-align: left;
        margin: 0;
    }

        .messagealert .alert + .alert {
            margin-top: 0.5rem;
        }

@media screen and (min-width:768px) {

    .messagealert {
        width: 50%;
        max-width: 500px;
    }
}

.owl-carousel .owl-item > [class*="col-"] {
    float: none;
    width: auto;
}

.owl-carousel .owl-controls .owl-nav > div {
    color: #444;
    font-size: 1.5rem;
    opacity: 0.1;
    padding: 0 10px;
    transition: opacity 0.3s ease 0s;
}

.owl-carousel:hover .owl-controls .owl-nav > div {
    opacity: 0.3;
}

.owl-carousel .owl-controls .owl-nav > div:hover {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-nav > div::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.owl-carousel.video-owl-carousel .item-video .owl-video-tn {
    padding-top: 50%;
}

.owl-carousel.video-owl-carousel .owl-dots {
    text-align: center;
}

    .owl-carousel.video-owl-carousel .owl-dots .owl-dot {
        padding: 5px;
        border-radius: 50%;
        background: #000;
        transition: 0.3s all;
        display: inline-block;
        opacity: 0.3;
        margin: 0 2px;
    }

        .owl-carousel.video-owl-carousel .owl-dots .owl-dot.active {
            background: #ED1B24;
            opacity: 1;
        }

.owl-carousel.video-owl-carousel .item-video:after {
    content: attr(data-title);
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .owl-carousel .owl-controls .owl-nav {
        margin-top: 1rem;
        text-align: center;
    }

        .owl-carousel .owl-controls .owl-nav > div {
            display: inline-block;
        }
}

@media screen and (min-width: 992px) {
    .owl-carousel .owl-controls .owl-nav > div {
        bottom: 0;
        font-size: 3rem;
        position: absolute;
        top: 0;
    }

        .owl-carousel .owl-controls .owl-nav > div.owl-prev {
            left: 0;
            /*right: 100%;*/
        }

        .owl-carousel .owl-controls .owl-nav > div.owl-next {
            /*left: 100%;*/
            right: 0;
        }
}






/** Video Section **/

#VideoSection {
    position: fixed;
    top: -100%;
    bottom: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    transition: 0.5s all;
    z-index: 9;
    opacity: 0;
}

    #VideoSection .works-video-wrapper {
    }

        #VideoSection .works-video-wrapper,
        #VideoSection .works-video-wrapper.video-body {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            bottom: 0;
        }


            #VideoSection .works-video-wrapper .video-body iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }


            #VideoSection .works-video-wrapper .video-header {
                position: absolute;
                top: 15px;
                right: 15px;
                z-index: 10;
                font-size: 2rem;
                color: #fff;
                opacity: 0.5;
                transition: 0.3s all;
            }

            #VideoSection .works-video-wrapper .video-header {
                opacity: 8;
            }

    #VideoSection.show-video {
        top: 0;
        bottom: 0;
        opacity: 1;
    }

a#lg-download {
    display: none;
}


.whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 2rem;
    right: 22px;
    z-index: 99;
    text-align: left;
}


