@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
/*font-family: 'Open Sans Condensed', sans-serif; */

title {
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    color: #333;
}

img {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: #e76521;
}

.container {
    position: relative;
    min-width: 100%;
    min-height:;
    margin: 0 auto;
    background: url(https://www.mmfshareserver.com/PublicSite/WP/main_BG.jpg) no-repeat center center fixed;
    background-size: cover;
}

.container-header {
    position: relative;
    min-height: 96px;
    border-bottom: 3pt solid #f36c21;
    background: rgba(255,255,255,.9);
    z-index: 1000;
}

.top {
    position: relative;
    max-width: 1024px;
    width: 100%;
    min-height: 96px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 0 0;
}

.closeNav {
    display: none;
    width: 100%;
    height: 30px;
}

    .closeNav a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: #666;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-bottom: 1pt solid #ccc;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }

.nav-link {
    position: absolute;
    top: 0;
    right: 0;
}



    .nav-link ul {
        position: relative;
        padding: 0 0 0 0;
        margin: 20px 0 0 10px;
        display: inline-block;
    }

        .nav-link ul li {
            position: relative;
            display: inline;
            padding: 0 5px;
        }

            .nav-link ul li i {
                vertical-align: baseline;
            }

            .nav-link ul li a {
                position: relative;
                color: #111;
                text-decoration: none;
                font-family: 'Open Sans Condensed', sans-serif;
                font-size: 16px;
            }

                .nav-link ul li a i {
                    font-size: 14px;
                    float: left;
                    margin: 4px 0 0 0;
                }

            .nav-link ul li:nth-child(2) {
                border-left: 1pt dotted #ccc;
                border-right: 1pt dotted #ccc;
            }

            .nav-link ul li.nav-links-lang a {
                border: 1pt solid #ccc;
                border-radius: 4px;
                padding: 5px 8px;
                display: inline-block;
                font-size: 11px;
                font-family: Arial, Helvetica, sans-serif;
                background: #fff;
            }

    .nav-link > .search {
        display: inline-block;
    }

        .nav-link > .search > div {
            background: #fff;
            border: 1pt solid #ccc;
            border-radius: 4px;
            padding: 4px 10px;
        }

        .nav-link > .search input {
            border: 0;
            margin: 0;
        }

        .nav-link > .search > .btnSearch {
            display: none;
        }

.navToggle {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

    .navToggle ul {
        padding: 10px 0 0 0;
        margin: 0;
    }

        .navToggle ul li {
            display: inline;
            margin: 0 5px;
            width: 40px;
            height: 30px;
            display: inline-block;
            margin: 0 0 0 -4px;
            vertical-align: top;
        }

            .navToggle ul li a {
                font-size: 16px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #111;
                text-decoration: none;
                border-radius: 2px;
                border: 1pt solid #ccc;
                padding: 2px;
                display: inline-block;
                border-radius: 4px;
            }

                .navToggle ul li a i {
                    font-size: 20px;
                    float: none;
                    margin: 0 auto 0 auto;
                    line-height: 30px;
                    text-align: center;
                    display: block;
                }

.banner-slider {
    position: relative;
    background: #ccc;
    z-index: 10;
}

    .banner-slider img {
        width: 100%;
        height: auto;
        display: block;
    }

.breadcrump {
    background: #172e44;
    height: 24px;
    padding: 10px;
    box-shadow: 100px 0 10px #000;
}

    .breadcrump > div {
        max-width: 1024px;
        margin: 0 auto;
        color: #fff;
        line-height: 24px;
    }

        .breadcrump > div i:first-child {
            font-size: 22px;
            margin: 0 5px 0 0;
        }

        .breadcrump > div a {
            color: #fff;
        }

            .breadcrump > div a:hover {
                color: #e76521;
                text-decoration: none;
            }

.inputSearch {
    background: #f36c21;
    float: right;
    margin: 5px 0 0 10px;
    height: 22px;
    padding: 1px;
}

    .inputSearch a.toggleSearch {
        font-size: 12px;
        color: #fff;
        line-height: 22px;
        width: 22px;
        height: 22px;
        padding: 0 2px;
        display: inline-block;
        text-align: center;
    }

    .inputSearch input {
        padding: 0;
        margin: 0;
        color: #000;
        background: none;
        border: none;
        background: #fff;
        height: 21px;
        display: none;
    }

.nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

    .nav div > ul {
        list-style: none;
        list-style-type: none;
        float: right;
        margin: 0;
    }

        .nav div > ul > li {
            position: relative;
            display: inline-block;
            margin: 0 0 0 -4px;
            margin: 0;
            padding: 5px 10px;
            line-height: 28px;
            text-transform: uppercase;
        }

            .nav div > ul > li > a {
                color: #333;
                text-decoration: none;
                display: inline-block;
                font-family: 'Open Sans Condensed', sans-serif;
                font-size: 16px;
            }

            .nav div > ul > li:hover {
                background: #fff;
            }

                .nav div > ul > li:hover > a {
                    color: #f46513;
                    text-decoration: none;
                }

            .nav div > ul > li > i {
                float: right;
                margin: 8px 0 0 5px;
            }

            .nav div > ul > li:hover > i {
                color: #f46513;
                text-decoration: none;
            }

            .nav div > ul > li > ul {
                position: absolute;
                top: 35px;
                left: 0;
                background: rgba(255,255,255,.95);
                display: block;
                padding: 10px 0;
                margin: 0;
                list-style: none;
                opacity: 0;
                transition: all .1s ease-in;
                visibility: hidden;
            }

            .nav div > ul > li:hover > ul {
                display: block;
                top: 38px;
                opacity: 1;
                visibility: visible;
            }

            .nav div > ul > li > ul > li {
                padding: 3px 10px;
                text-transform: none;
                width: 160px;
                clear: both;
                line-height: 16px;
            }

                .nav div > ul > li > ul > li > a {
                    position: relative;
                    color: #333;
                    text-decoration: none;
                    padding: 0 0 0 13px;
                    display: block;
                }

                .nav div > ul > li > ul > li:hover > a {
                    color: #f46513;
                }

                .nav div > ul > li > ul > li > a i {
                    position: absolute;
                    top: 2px;
                    left: 0;
                }

            .nav div > ul > li:last-child > ul {
                right: 0;
            }

                .nav div > ul > li:last-child > ul li {
                    width: auto;
                }

            .nav div > ul > li > ul.products-cat {
                width: 1020px;
                margin: 0 0 0 -640px;
                padding: 20px 0 20px 0;
                overflow: hidden;
                text-align: center;
            }

                .nav div > ul > li > ul.products-cat > li {
                    width: 14%;
                    display: inline-block;
                    vertical-align: top;
                    box-sizing: border-box;
                    border-right: 1pt solid #ccc;
                    clear: none;
                    margin: 0 0 10px -3px;
                }

                    .nav div > ul > li > ul.products-cat > li:last-child {
                        border: 0;
                    }

                    .nav div > ul > li > ul.products-cat > li img {
                        width: 100%;
                        height: auto;
                        border-radius: 10px;
                        display:;
                        border: 2pt solid #fff;
                        transition: all .2s ease-in;
                    }

                    .nav div > ul > li > ul.products-cat > li:hover img {
                        border: 2pt solid #f46513;
                    }

                    .nav div > ul > li > ul.products-cat > li h2 {
                        text-transform: uppercase;
                        text-align: left;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 13px;
                        height: 30px;
                        margin: 5px 0;
                    }

                        .nav div > ul > li > ul.products-cat > li h2 a {
                            color: #000;
                            font-size: 11px;
                            text-decoration: none;
                            font-weight: bold;
                        }

                            .nav div > ul > li > ul.products-cat > li h2 a:hover {
                                color: #f46513;
                            }

                    .nav div > ul > li > ul.products-cat > li > .pGroup {
                        padding: 5px 0 0 0;
                        text-align: left;
                    }

                    .nav div > ul > li > ul.products-cat > li > a {
                        padding: 0;
                    }

                    .nav div > ul > li > ul.products-cat > li > .pGroup a {
                        position: relative;
                        display: block;
                        clear: both;
                        color: #000;
                        text-decoration: none;
                        line-height: 18px;
                        padding: 0 0 0 13px;
                    }

                        .nav div > ul > li > ul.products-cat > li > .pGroup a:hover {
                            color: #f46513;
                        }

                        .nav div > ul > li > ul.products-cat > li > .pGroup a i:first-child {
                            position: absolute;
                            top: 2px;
                            left: 0;
                        }


.container-contentbody {
    font-size: 1em;
}

    .container-contentbody > .content {
        background: rgba(255,255,255,.7);
    }

        .container-contentbody > .content > div {
            position: relative;
            max-width: 1024px;
            margin: 0 auto;
            padding: 50px 15px;
            font-size: 1.2em;
            line-height: 1.5em;
            box-sizing: border-box;
        }

            .container-contentbody > .content > div h1 {
                text-transform: uppercase;
                font-family: 'Open Sans Condensed', sans-serif;
                font-size: 2em;
                font-weight: normal;
                display: block;
                font-size: 38px;
                line-height: 38px;
                margin: 0 0 20px 0;
                border-bottom: 1pt dashed #999;
                padding: 0 0 15px 0;
            }

            .container-contentbody > .content > div h2 {
                font-size: 22px;
                line-height: 24px;
                font-family: 'Open Sans Condensed', sans-serif;
                margin: 0 0 20px 0;
            }

            .container-contentbody > .content > div ul {
                padding: 0 0 20px 15px;
                margin: 0 0 0 5px;
                list-style-image: url(/imgs/bullet.jpg);
                overflow: hidden;
            }

                .container-contentbody > .content > div ul li {
                    float: left;
                    clear: both;
                }

        .container-contentbody > .content > img {
            min-width: 300px;
            width: auto;
            max-width: 100%;
        }

iframe {
    border: 4pt solid #fff;
    box-sizing: border-box;
}

.embed-iframe-left {
    margin: 0 2% 20px 2%;
    float: left;
    max-width: 46%;
    width: 100%;
    height: 300px;
    clear: left;
}

.embed-iframe-right {
    margin: 0 2% 20px 2%;
    float: right;
    max-width: 46%;
    width: 100%;
    height: 300px;
    clear: right;
}

.embed-iframe-large {
    margin: 0 0 20px 0;
    width: 100%;
    height: 300px;
    clear: both;
}

.img-left {
    margin: 0 3% 20px 1%;
    float: left;
    max-width: 46%;
    width: 100%;
    clear: left;
}

.img-right {
    margin: 0 1% 20px 3%;
    float: right;
    max-width: 46%;
    width: 100%;
    clear: right;
}

.section {
    background: rgba(255,255,255,0.5);
    clear: both;
}

    .section > div {
        max-width: 1024px;
        padding: 20px 15px;
        margin: 0 auto;
        box-sizing: border-box;
    }

.container-contentbody > .section:first-child {
    background: rgba(255,255,255,.5);
    color: #fff;
}

    .container-contentbody > .section:first-child > div {
        display: table;
        width: 100%;
    }

        .container-contentbody > .section:first-child > div > div {
            width: 33.33%;
            display: table-cell;
            vertical-align: middle;
            padding: 0;
            margin: 0 0 0 0;
            box-sizing: border-box;
            padding: 15px;
            vertical-align: top;
            transition: all .2s ease-in;
        }

            .container-contentbody > .section:first-child > div > div:hover {
                background: rgba(0,0,0,0.2);
            }

            .container-contentbody > .section:first-child > div > div:nth-child(2) {
                border-right: 1pt solid #fff;
                border-left: 1pt solid #fff;
            }

    .container-contentbody > .section:first-child h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 34px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 32px;
        margin: 0;
        display: table;
    }

        .container-contentbody > .section:first-child h1 a {
            color: #fff;
            text-decoration: none;
            vertical-align: middle;
            display: table-cell;
        }

    .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a {
        background: url(/imgs/icon_ourOppurtunity.png) no-repeat left top;
        height: 100px;
        padding: 0 0 0 120px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a {
        background: url(/imgs/icon_whyQnet.png) no-repeat;
        height: 100px;
        padding: 0 0 0 120px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
        background: url(/imgs/icon_ourProducts.png) no-repeat;
        height: 100px;
        padding: 0 0 0 120px;
    }

.ads {
    position: relative;
    height: 480px;
    background: url(/imgs/banner_jewellery.jpg) no-repeat center center fixed;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

    .ads > div {
        position: relative;
    }
    /*.ads img{ width:100%; height:auto; max-width:448px; height:auto;  margin:120px 0 0 0; }
*/

    .ads > div {
        height: 100%;
        padding: 0;
    }

        .ads > div a {
            position: absolute;
            bottom: 25px;
            /*left: 62%;*/
            width: 150px;
            height: 30px;
            padding: 10px;
            display: block;
            clear: both;
            text-decoration: none;
            border: 1pt solid #fff;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 30px;
            margin: 0 0 0 -80px;
        }

.homepurered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -370px 0 0 -365px;
    width: auto !important;
    max-width: inherit !important;
}

.homepurered-logo {
    position: absolute;
    top: 100px;
    left: 66%;
    margin: 0 0 0 -200px;
}

.ourProducts {
    background: #f4f2f2;
}

    .ourProducts h1 {
        text-align: center;
        text-transform: uppercase;
        color: #5c5c5c;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 52px;
        font-weight: normal;
        background: url(/imgs/line_grey.gif) repeat-x center center;
        display: block;
        line-height: 52px;
    }

        .ourProducts h1 span {
            display: block;
            background: #f4f2f2;
            padding: 5px;
            width: 300px;
            margin: 0 auto;
        }

        .ourProducts h1 strong {
            color: #f36c21;
        }

.productsGroup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .productsGroup > div {
        position: relative;
        width: 31%;
        /* height: 350px; */
        display: inline-block;
        margin: 15px 10px;
        padding: 0;
        background: #fff;
        border: 2pt solid transparent;
        vertical-align: top;
        box-sizing: border-box;
        transition: all .2s ease-in;
        display: none;
        border-radius: 10px;
    }

        .productsGroup > div:hover {
            border: 2pt solid #f36c21;
            box-shadow: 0 0 10px #9c9c9c;
        }

        .productsGroup > div img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .productsGroup > div h1 {
            position: relative;
            height: 34px;
            line-height: 34px;
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
            width: 70%;
            margin: 0 auto 0 auto;
            top: -17px;
            font-weight: normal;
            background: none;
            padding: 0;
        }

            .productsGroup > div h1 a {
                width: 100%;
                height: 34px;
                display: inline-block;
                text-decoration: none;
                color: #fff;
                font-size: .9em;
            }

        .productsGroup > div:nth-child(1) h1 a {
            background: #579d24;
        }

        .productsGroup > div:nth-child(2) h1 a {
            background: #6c4731;
            font-size: .75em;
        }

        .productsGroup > div:nth-child(3) h1 a {
            background: #a3a3a3;
        }

        .productsGroup > div:nth-child(4) h1 a {
            background: #d01c1c;
        }

        .productsGroup > div:nth-child(5) h1 a {
            background: #329fcd;
        }

        .productsGroup > div:nth-child(6) h1 a {
            background: #1e406e;
        }

        .productsGroup > div:nth-child(7) h1 a {
            background: #e65100;
        }


.shortDesc {
    padding: 0 15px;
    font-size: 13px;
}

a.viewmore {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    text-align: center;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
    color: #f36c21;
    padding: 10px 10px 5px 10px;
}

.successStroies {
    background: rgba(230,230,230,.8);
}

    .successStroies > div {
        padding: 30px 15px;
        overflow: hidden;
    }

    .successStroies h1 {
        text-transform: uppercase;
        color: #5c5c5c;
        font-weight: normal;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 52px;
        line-height: 52px;
    }

        .successStroies h1 strong {
            color: #f36c21;
        }

.successStroiesDesc {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

    .successStroiesDesc img {
        border: 2pt solid #fff;
        margin: 0 15px 15px 0;
        float: left;
        border-radius: 10px;
    }

    .successStroiesDesc h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }

    .successStroiesDesc a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        background: #f36c21;
        display: inline-block;
        font-size: 12px;
        padding: 5px 10px;
    }


.qbuzzFeed {
    background: #5c5c5c;
    color: #fff;
    text-transform: uppercase;
    border-top: 3pt solid #f36c21;
}

    .qbuzzFeed > div {
        padding: 30px 15px;
    }

    .qbuzzFeed h1 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 52px;
        background: url(/imgs/line_white.gif) repeat-x center center;
        line-height: 52px;
    }

        .qbuzzFeed h1 strong {
            color: #f36c21;
        }

        .qbuzzFeed h1 span {
            display: block;
            background: #5c5c5c;
            padding: 5px;
            width: 300px;
            margin: 0 auto;
        }

.qbuzz-feed > div.qbuzz-entries {
    text-align: center;
}

    .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item {
        width: 33.33%;
        margin: 0 0 10px 0;
        display: inline-block;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
        vertical-align: top;
    }

        .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item > .qbuzz-pic {
            position: relative;
            width: 145px;
            height: 145px;
            overflow: hidden;
            border: 4pt solid #fff;
            margin: 0 auto 20px auto;
            transition: all .1s ease-in;
            border-radius: 10px;
            background: #fff;
        }

            .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item > .qbuzz-pic:hover {
                border: 4pt solid #f36c21;
            }

            .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item > .qbuzz-pic img {
                position: absolute;
                right: 0;
                height: 100%;
            }

        .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item > .qbuzz-title a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 18px;
            transition: all .1s ease-in;
            font-family: 'Open Sans Condensed', sans-serif;
            font-size: 20px;
        }

        .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item > .qbuzz-title:hover a {
            color: #f36c21;
        }



.container-footer {
    position: relative;
    min-height: 96px;
    background: #5c5c5c;
    border-top: 3pt solid #f36c21;
    color: #fff;
    clear: both;
}

    .container-footer > div {
        max-width: 1024px;
        padding: 10px 15px;
        margin: 0 auto;
        text-align: center;
    }

        .container-footer > div.partners {
            padding: 20px 15px 0 15px;
        }

            .container-footer > div.partners img {
                max-height: 30px;
                width: auto;
            }

    .container-footer .copyright a {
        color: #ffffff;
        text-decoration: none;
    }


a.caring {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/caring_company.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

a.DSAM {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/DSAM_logo.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

a.CASE_Trust {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/CASE_Trust_logo.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

a.DSAP {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/DSAP.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

a.mcfc {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/mcfc.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

a.truste {
    margin: 0 5px 10px 5px;
    background: url(/imgs/partners/untitled%20folder/truste.png) no-repeat;
    background-size: contain;
    display: inline-block;
}


.container-footer > div.partners a {
    opacity: .5;
    -webkit-opacity: .5;
    -o-transition-property: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    transition: all .2s ease-in;
}

    .container-footer > div.partners a img {
        opacity: 1;
        -webkit-opacity: 1;
        -o-transition-property: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        transition: all .2s ease-in;
    }

    .container-footer > div.partners a:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -o-transition-property: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
    }

        .container-footer > div.partners a:hover img {
            opacity: 0;
            -webkit-opacity: 0;
            -o-transition-property: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
        }



.container-contentbody .content_category {
    position: relative;
    width: 100%;
    background: #fff;
    max-width: none;
    padding: 0;
}


.category_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

    .category_lists > div {
        position: relative;
        width: 22.5%;
        height: 300px;
        display: inline-block;
        margin: 15px 10px;
        padding: 8px;
        background: #fff;
        border: 2pt solid #ccc;
        vertical-align: top;
        box-sizing: border-box;
        transition: all .2s ease-in;
        border-radius: 10px;
        text-align: center;
    }

        .category_lists > div:hover {
            border: 2pt solid #f36c21;
            box-shadow: 0 0 10px #9c9c9c;
        }

        .category_lists > div img {
            width: auto;
            height: auto;
        }

    .category_lists a.viewmore {
        position: absolute;
        top: inherit;
        bottom: 10px;
        left: 45%;
        width: 50%;
        margin: 0 0 0 -20%;
        background: #E76521;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 2px 0;
        font-size: 11px;
    }

.item_cat_desc {
    display: none;
}



.container-contentbody > .content > div.section-row {
    padding: 0 0 0 0;
    width: 100%;
    max-width: none;
}

    .container-contentbody > .content > div.section-row > div {
        max-width: 1024px;
        margin: 0 auto;
        padding: 50px 15px;
        overflow: hidden;
    }

    .container-contentbody > .content > div.section-row h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 34px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 32px;
        margin: 0 0 20px 0;
        border-bottom: 1pt dashed #999;
        padding: 0 0 15px 0;
    }

    .container-contentbody > .content > div.section-row:nth-child(even) {
        background: rgba(230, 230, 230, 0.8);
    }

.blockquote {
    padding: 20px 0;
    font-size: 1em;
    line-height: 24px;
    overflow: hidden;
}

    .blockquote:last-child {
        border: 0;
    }

.container-contentbody > .content > div .splite-col, .container-contentbody > .content > div .splite-col-lg {
    overflow: hidden;
}

    .container-contentbody > .content > div .splite-col li {
        width: 33%;
        float: left;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        clear: inherit;
    }

    .container-contentbody > .content > div .splite-col-lg li {
        width: 50%;
        float: left;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        clear: inherit;
    }

/* REGION */
.region {
    border: 1pt solid #e4e1df;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    font-size: 13px;
    margin: 0 0 20px 0;
}

    .region h3 {
        padding: 10px 0;
        margin: 10px 0;
        border-bottom: 1pt solid #999;
    }

    .region ul {
        list-style: none;
        padding: 0 !important;
        margin: inherit !important;
        background: none;
        overflow: hidden;
        list-style-image: none !important;
    }

        .region ul > li {
            float: left;
            width: 50%;
            padding: inherit !important;
            margin: 0 0 10px 0 !important;
            background: none;
            vertical-align: top;
            box-sizing: border-box;
            clear: inherit !important;
        }

            .region ul > li:nth-child(2n+1) {
                clear: left !important;
            }

        .region ul li > div {
            margin: 0 0 10px 0;
            border-right: 1pt solid #ccc;
            padding: 0 20px 0 0;
        }

        .region ul > li:nth-child(2n+2) > div {
            border: 0;
            padding: 0 0 0 20px;
        }

        .region ul li img {
            float: none;
            margin: 10px auto;
            width: 50px;
            height: auto;
            float: left;
        }

        .region ul li.region-large {
            display: block;
            padding: 0 0 0 0;
            margin: 0;
            background: none;
            vertical-align: top;
        }

.region-address {
    margin: 0 0 0 70px;
    padding: 0 0;
}

/* REGION END */


/* TESTIMONIAL */
.testimonial-blog {
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    margin: 0 0 0 0;
}

    .testimonial-blog h2 {
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1pt solid #999;
        margin: 0 0 15px 0;
        padding: 5px 0;
    }

    .testimonial-blog > div {
        position: relative;
        width: 32.33%;
        background: #fff;
        min-height: 400px;
        display: inline-block;
        margin: 0 .5% 20px .5%;
        text-align: left;
        padding: 0 0 20px 0;
        vertical-align: top;
        box-sizing: border-box;
    }

        .testimonial-blog > div img {
            width: 100%;
            height: auto;
        }

        .testimonial-blog > div:nth-child(2) {
        }

        .testimonial-blog > div .tags {
            font-size: 11px;
            text-transform: lowercase;
            color: #999;
            margin: 0 0 5px 0;
            line-height: 15px;
        }

        .testimonial-blog > div h3 {
            font-size: 12px;
            line-height: 16px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0 0 5px 0;
        }

.testimonial-col-text {
    padding: 10px;
}

.testimonial-blog > div div.readmore {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -60px;
    width: 100px;
    clear: both;
    text-align: right;
}

    .testimonial-blog > div div.readmore a {
        padding: 0 10px;
        color: #fff;
        text-transform: uppercase;
        background: #ed680c;
        display: block;
        line-height: 20px;
        font-size: 11px;
        width: 100px;
        text-align: center;
    }

.seeAll {
    background: #ed680c;
    border-radius: 2px;
    border: 1pt solid #fff;
    box-shadow: 0 0 1px #ed680c;
    display: block;
    width: 200px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.head_our_stories {
    background: url(/imgs/heading_our_hostories.png) no-repeat;
    height: 53px;
    padding: 40px 0 0 175px;
    display: block;
}

/* TESTIMONIAL END */

/* TIMELINE */
.container-contentbody > .content > div ul.timeline {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url(/imgs/timeline_line.jpg) repeat-y center top;
    list-style-image: none;
}

    .container-contentbody > .content > div ul.timeline li {
        float: inherit;
    }

.timeline-start {
    background: url(/imgs/timeline_start.png) no-repeat;
    width: 39px;
    height: 39px;
    margin: 0 auto;
}

.content ul.timeline li {
    background: none;
    padding: 0;
}

    .content ul.timeline li .timeline-title {
        background: url(/imgs/timeline-title.png) no-repeat;
        color: #fff;
        width: 102px;
        height: 73px;
        padding: 10px 20px;
        clear: both;
        text-align: center;
        line-height: 20px;
        font-size: 20px;
        border-radius: 6px;
        margin: 50px auto 0 auto;
    }

    .content ul.timeline li ul {
        clear: both;
        padding: 0 0 5px 0;
        overflow: hidden;
        list-style-image: none;
        margin: 0;
    }

        .content ul.timeline li ul li {
            width: 50%;
            display: inline;
            float: left;
            font-size: 14px;
            line-height: 18px;
        }

            .content ul.timeline li ul li img {
                background: #efefef;
                width: 75px;
                height: 75px;
                border-radius: 100px;
                display: none;
                border: 1pt solid #999;
            }

            .content ul.timeline li ul li:nth-child(even) {
                margin: 0 0 0 -16px;
                float: right;
            }

            .content ul.timeline li ul li:nth-child(odd) {
                margin: 0 0 0 14px;
                float: left;
            }


            .content ul.timeline li ul li:nth-child(even) img {
                float: right;
                margin: 0 0 5px 15px;
            }

            .content ul.timeline li ul li:nth-child(odd) img {
                float: left;
                margin: 0 15px 5px 0;
            }


            .content ul.timeline li ul li:nth-child(even) div {
                background: url(/imgs/timeline-points-right.png) no-repeat left center;
                padding: 0 0 0 55px;
                margin: 30px 0 0 -8px;
            }

            .content ul.timeline li ul li:nth-child(odd) div {
                background: url(/imgs/timeline-points-left.png) no-repeat right center;
                padding: 0 45px 0 0;
                margin: 0 5px 30px 0;
            }

            .content ul.timeline li ul li div .textarea {
                background: #fff;
                border-radius: 10px;
                padding: 20px;
                box-shadow: 0 5px 0 #ccc;
                overflow: hidden;
                border: 1pt solid #ccc;
                color: #666;
            }
/* TIMELINE END */

.history {
    background-image: url(/imgs/milestone.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center top !important;
}


/* TABLE */
.inter-call {
    border: 2pt solid #cfc6bd;
    margin: 20px 0;
}

    .inter-call tr td {
        padding: 2px 10px;
        border-right: 1pt solid #cfc6bd;
        border-bottom: 1pt solid #cfc6bd;
        font-size: 12px;
    }

    .inter-call tr > td:last-child {
        border-right: 0;
    }

    .inter-call tr > td:nth-child(2) {
        border-right: 2pt solid #cfc6bd;
    }

    .inter-call tr:last-child > td {
        border-right: 1pt solid #cfc6bd;
        border-bottom: 0pt;
    }

        .inter-call tr:last-child > td:nth-child(2) {
            border-right: 2pt solid #cfc6bd;
        }

        .inter-call tr:last-child > td:last-child {
            border-right: 0pt;
            border-bottom: 0pt;
        }

    .inter-call tr:nth-child(even) td {
        background: #fffdfa;
    }

    .inter-call tr:nth-child(odd) td {
        background: #fff;
    }
/* TABLE  END*/

/* CATEGORY LIST */

.category-list {
    text-align: center;
    vertical-align: top;
    padding: 30px 0 0 0;
    clear: both;
}

.category-items {
    position: relative;
    background: #fff;
    max-width: 256px;
    margin: 10px;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    transition: all .2s ease-in;
    /*background:linear-gradient(#fff,#cfcfcf);*/
}

    .category-items:hover {
        box-shadow: 0px 0px 10px #000;
    }

    .category-items img {
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
    }

    .category-items > h2 {
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 0 10px 0;
        line-height: 18px;
        display: block;
        margin: 0;
    }

    .category-items > div {
        text-align: left;
    }


    .category-items .category-items-fade {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.9);
        color: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        font-size: 13px;
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        transition: all .2s ease-in;
    }

        .category-items .category-items-fade h2 {
            color: #fff;
            font-size: 12px;
            text-align: left;
            text-transform: uppercase;
            font-size: 14px;
            padding: 10px 0 10px 0;
            line-height: 18px;
            display: block;
            margin: 0;
        }

    .category-items:hover .category-items-fade {
        z-index: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }

.category-items-fade .category-items-desc {
    overflow: auto;
    text-align: left;
    max-height: 230px;
}

    /*.category-items-fade .category-items-desc > h2{ color:#fff; display:none;  text-align:left; width:90%; text-align:left; padding:10px 0;  }*/
    .category-items-fade .category-items-desc > div {
        width: 90%;
        text-align: left;
        padding: 10px 0;
    }

.share-social {
    text-align: left;
    padding: 10px 20px;
    margin: 0 auto;
}

a.more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    text-align: center;
    z-index: 100;
    font-size: 12px;
    background: #719742;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 50%;
    margin: 0 auto;
    padding: 5px 0;
    text-transform: uppercase;
    margin: 0 0 0 -25%;
}

.amezcua .more {
    background: #5eb0e5;
}

.amezcua > div h2, .amezcua > div > .category-items-fade h2 {
    color: #5eb0e5;
}
/*.inshape .more{ background:#f0463a; }*/
.physio_radiance .more {
    background: #666;
}

.physio_radiance > div h2, .physio_radiance > div > .category-items-fade h2 {
    color: #69696c;
}

.homepure .more {
    background: #5eb0e5;
}

.homepure > div h2, .homepure > div > .category-items-fade h2 {
    color: #5eb0e5;
}

.airpure > div h2, .airpure > div > .category-items-fade h2 {
    color: #5eb0e5;
}

.briltime .more {
    background: #b53133;
}

.briltime > div h2, .briltime > div > .category-items-fade h2 {
    color: #b53133;
}

.himalayan_crystal_collection .more {
    background: #865183;
}

.umayal_collections .more {
    background: #00b6b4;
}

.smc .more {
    background: #dc3636;
}

.smc > div h2, .smc > div > .category-items-fade h2 {
    color: #dc3636;
}

.couleurs .more {
    background: #d1232c;
}

.couleurs > div h2, .couleurs > div > .category-items-fade h2 {
    color: #d1232c;
}

.vitanew .more {
    background: #00adef;
}

.vitanew > div h2, .vitanew > div > .category-items-fade h2 {
    color: #00adef;
}

.brille_premium .more {
    background: #69696c;
}

.brille_premium > div h2, .brille_premium > div > .category-items-fade h2 {
    color: #69696c;
}

.lifeqode .more {
    background: #005baa;
}

.lifeqode > div h2, .lifeqode > div > .category-items-fade h2 {
    color: #005baa;
}

.bel_and_belle .more {
    background: #e37d92;
}

.bel_and_belle > div h2, .bel_and_belle > div > .category-items-fade h2 {
    color: #e37d92;
}

.defy .more {
    background: #d1232c;
}

/* CATEGORY LIST END */

.course {
    padding: 20px 0 40px 0;
    border-bottom: 1pt dashed #666;
    overflow: hidden;
}

    .course:last-child {
        border-bottom: 0pt;
    }

.btn-link, .btn_round {
    background: #e76521;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    margin: 0 0 4px 0;
}

    .btn-link:hover {
        background: #666;
        transition: all .2s ease-in;
    }

@media screen and (max-width:900px) {
    .productsGroup > div {
        width: 40%;
    }

    .container-contentbody > .section:first-child h1 {
        display: block;
        text-align: center;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a {
        background: url(/imgs/icon_ourOppurtunity.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a {
        background: url(/imgs/icon_whyQnet.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
        background: url(/imgs/icon_ourProducts.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {

    .closeNav, .navToggle {
        display: block;
    }

    .nav {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        background: rgba(30,30,30,.95);
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .nav > div {
            padding: 0;
            height: 100%;
            overflow: auto;
        }

            .nav > div > ul {
                float: none;
                width: 100%;
                margin: 0;
                padding: 30px 0 0 0;
            }

                .nav > div > ul > li {
                    display: block;
                    width: 100%;
                    clear: both;
                    padding: 0;
                    margin: 0 0 2px 0;
                    box-sizing: border-box;
                    background: none;
                    border-bottom: 1pt solid rgba(60,60,60,.95);
                }

                    .nav > div > ul > li > a {
                        display: block;
                        margin: 0;
                        padding: 10px;
                        color: #fff;
                        font-size: 16px;
                    }

                    .nav > div > ul > li > i {
                        font-size: 20px;
                        float: right;
                        margin: 0 10px 0 10px;
                        color: #fff;
                        width: 50px;
                        height: 50px;
                        line-height: 50px;
                        cursor: pointer;
                        text-align: center;
                        margin: 0 auto;
                    }

                    .nav > div > ul > li:hover {
                        background: #f36c21;
                    }

                        .nav > div > ul > li:hover a, .nav > div > ul > li:hover i {
                            color: #fff;
                        }

        .nav div > ul > li > ul > li > a i {
            position: relative;
            top: 0;
            left: 0;
        }

        .nav > div > ul > li > ul {
            position: relative;
            width: auto;
            top: 0;
            left: 0;
            padding: 10px;
            margin: 0;
            background: rgba(30,30,30,.95);
            box-sizing: border-box;
            display: none;
            clear: both;
            opacity: 1;
            transition: none;
            visibility: visible;
        }

        .nav > div > ul > li:hover > ul {
            top: 0;
            opacity: 1;
            display: none;
            visibility: visible;
        }

        .nav > div > ul > li > ul > li {
            display: block;
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .nav > div > ul > li > ul > li > a {
                color: #fff;
                font-size: 14px;
                padding: 5px 0;
                display: block;
            }

        .nav div > ul > li > ul.products-cat {
            width: 100%;
            margin: 0 0 0 0;
            padding: 0 15px;
        }

            .nav div > ul > li > ul.products-cat > li {
                width: 100%;
                display: block;
                clear: both;
                overflow: hidden;
                font-size: 14px;
                border: 0;
            }

                .nav div > ul > li > ul.products-cat > li h2 {
                    color: #fff;
                    margin: 0;
                    padding: 10px 10px 5px 0;
                    text-decoration: underline;
                    font-size: 14px;
                }

                    .nav div > ul > li > ul.products-cat > li h2 a {
                        color: #fff;
                        font-size: 14px;
                        text-decoration: none;
                        font-weight: bold;
                    }

                        .nav div > ul > li > ul.products-cat > li h2 a:hover {
                            color: #f46513;
                        }

                .nav div > ul > li > ul.products-cat > li img {
                    display: none;
                }

                .nav div > ul > li > ul.products-cat > li .pGroup {
                    padding: 0;
                }

                    .nav div > ul > li > ul.products-cat > li .pGroup a {
                        color: #fff;
                        padding: 5px 0;
                        display: block;
                    }

                .nav div > ul > li > ul.products-cat > li:hover {
                    background: none;
                }

                .nav div > ul > li > ul.products-cat > li > .pGroup a i:first-child {
                    position: relative;
                    top: 0;
                    left: 0;
                }

    .container-header, .top {
        min-height: 88px;
    }

    .logo {
        margin: 8px 0 0 10px;
        width: 120px;
        height: auto;
    }

    .nav-link ul li.nav-links-lang {
        display: none;
    }

    .nav-link {
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        background: #f36c21;
    }

        .nav-link ul {
            margin: 0;
            height: 34px;
            color: #fff;
            padding: 0 15px;
        }

            .nav-link ul li i {
                vertical-align: baseline;
            }

            .nav-link ul li a {
                color: #fff;
                line-height: 34px;
            }

                .nav-link ul li a i {
                    margin: 12px 0 0 0;
                }

        .nav-link > .search {
            display: inline-block;
            clear: both;
            box-sizing: border-box;
            margin: 0;
            padding: 0 5px;
            display: block;
        }

            .nav-link > .search > div {
                background: #fff;
                border: 0;
                border-radius: 0;
                padding: 4px 10px;
                display: none;
                margin: 5px 0;
                width: 100%;
                box-sizing: border-box;
            }

                .nav-link > .search > div > input[type='text'] {
                    width: 100%;
                }

            .nav-link > .search > .btnSearch {
                position: absolute;
                bottom: 3px;
                right: 5px;
                display: block;
                background: #fff;
                padding: 5px 10px;
                border-radius: 4px;
            }

    .embed-iframe-left {
        margin: 0;
        float: none;
        max-width: 100%;
        width: 100%;
        height: 300px;
    }

    .embed-iframe-right {
        margin: 0;
        float: none;
        max-width: 100%;
        width: 100%;
        height: 300px;
    }

    .img-left {
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }

    .img-right {
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }


    .container-contentbody .content {
        background: #fff;
    }

    .category-health_and_wellness {
        max-width: 1024px;
        padding: 0 15px;
    }

    .content_category > .category-beauty-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-beauty-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
        }

    .category-beauty-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

    .category-beauty-list > div:last-child {
        border-bottom: 0pt dotted #333;
    }

    .content_category > .category-watches_and_jewellery-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-watches_and_jewellery-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
            border-top: 0;
            max-width: none;
        }

    .category-watches_and_jewellery-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

    .content_category > .category-holidays-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-holidays-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
            border-top: 0;
        }

    .category-holidays-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

        .category-holidays-list > div > .item_cat_desc img {
            display: block;
        }

    .category-holidays-list > div:last-child {
        border-bottom: 0pt dotted #333;
    }


    .content_category > .category-education-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-education-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
            border-top: 0;
        }

    .category-education-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

        .category-education-list > div > .item_cat_desc img {
            display: block;
        }

    .category-education-list > div:last-child {
        border-bottom: 0pt dotted #333;
    }

    .content_category > .category-technology-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-technology-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
            border-top: 0;
        }

    .category-technology-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

        .category-technology-list > div > .item_cat_desc img {
            display: block;
            float: none;
        }

    .category-technology-list > div:last-child {
        border-bottom: 0pt dotted #333;
    }


    .content_category > .category-motor_care-list {
        max-width: 1024px;
        height: auto;
        width: auto;
        padding: 0 15px;
        background: none;
    }

        .content_category > .category-motor_care-list > div {
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            width: 100%;
            height: auto;
            background: none;
            clear: both;
            float: none;
            border-bottom: 1pt dotted #333;
            padding: 0;
            border-top: 0;
        }

    .category-motor_care-list > div > .item_cat_desc {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: none;
        float: none;
    }

        .category-motor_care-list > div > .item_cat_desc img {
            display: block;
            float: none;
        }

    .category-motor_care-list > div:last-child {
        border-bottom: 0pt dotted #333;
    }

    /* TESTIMONIAL */
    .testimonial-blog > div {
        position: relative;
        width: 49%;
        background: #fff;
        min-height: 400px;
        display: inline-block;
        margin: 0 .5% 20px .5%;
        text-align: left;
        padding: 0 0 20px 0;
        vertical-align: top;
        box-sizing: border-box;
    }

        .testimonial-blog > div div.readmore {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -60px;
            width: 100px;
            clear: both;
            text-align: right;
        }

            .testimonial-blog > div div.readmore a {
                padding: 0 10px;
                color: #fff;
                text-transform: uppercase;
                background: #ed680c;
                display: block;
                line-height: 20px;
                font-size: 11px;
                width: 100px;
                text-align: center;
            }

    /* TESTIMONIAL END */

    .container-contentbody > .content > div .splite-col li, .container-contentbody > .content > div .splite-col-lg li {
        width: 100%;
        float: left;
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }


    .category_lists > div {
        width: 45%;
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .productsGroup {
        flex-flow: column;
    }

        .productsGroup > div {
            width: auto;
            clear: both;
            height: auto;
        }

    .shortDesc {
        font-size: 16px;
        line-height: 18px;
    }

    a.viewmore {
        position: relative;
        top: 0;
        left: 0;
        clear: both;
    }

    .qbuzz-feed > div.qbuzz-entries {
        width: auto;
        clear: both;
        margin: 0;
        display: block;
    }

        .qbuzz-feed > div.qbuzz-entries > div.qbuzz-item {
            width: 100%;
        }

    .successStroiesDesc img {
        border: 2pt solid #fff;
        margin: 0 15px 15px 0;
        float: none;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a {
        font-size: 20px;
        height: 50px;
        line-height: 20px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a {
        font-size: 20px;
        height: 50px;
        line-height: 20px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
        font-size: 20px;
        height: 50px;
        line-height: 20px;
    }


    /* REGION */
    .region ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: none;
        overflow: hidden;
    }

        .region ul > li {
            float: none;
            width: 100%;
            margin: 0 0 10px 0;
            clear: both;
        }

        .region ul li > div {
            margin: 0 0 10px 0;
            border-right: 0pt solid #ccc;
            padding: 0 20px 0 0;
        }

        .region ul > li:nth-child(2n+2) > div {
            border: 0;
            padding: 0 0 0 0;
        }

    /* REGION END */

    /* TABLE */
    .inter-call tr:nth-child(even) td {
        background: none;
    }

    .inter-call tr:nth-child(odd) td {
        background: none;
    }

    .inter-call {
        border: 2pt solid #cfc6bd;
        margin: 20px 0;
    }

        .inter-call tr td {
            float: left;
            clear: both;
            width: 100%;
            box-sizing: border-box;
            border: 0;
        }

            .inter-call tr td:nth-child(2n) {
                margin: 0 0 0 0;
                border-bottom: 1pt solid #cfc6bd;
                border-right: 0;
            }

            .inter-call tr td:nth-child(3) {
                border-right: 0;
                background-color: #FFFDFA;
            }

            .inter-call tr td:nth-child(4) {
                border-right: 0;
                background-color: #FFFDFA;
            }

        .inter-call tr:last-child > td {
            border-right: 0;
        }

            .inter-call tr:last-child > td:nth-child(2) {
                border-right: 0;
            }
    /* TABLE  END*/

    .homepurered {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40% 0 0 -50%;
        width: 100% !important;
        max-width: inherit !important;
    }
}

@media screen and (max-width:568px) {

    .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a {
        overflow: hidden;
        padding: 0;
        text-indent: -1000px;
        height: 100px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a {
        overflow: hidden;
        padding: 0;
        text-indent: -1000px;
        height: 100px;
    }

    .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
        overflow: hidden;
        padding: 0;
        text-indent: -1000px;
        height: 100px;
    }

    .category_lists > div {
        width: 45%;
    }
}

@media screen and (max-width:480px) {
    /* TESTIMONIAL */
    .testimonial-blog > div {
        position: relative;
        width: 100%;
        background: #fff;
        min-height: 400px;
        display: inline-block;
        margin: 0 0 20px 0;
        text-align: left;
        padding: 0 0 20px 0;
        vertical-align: top;
        box-sizing: border-box;
    }

        .testimonial-blog > div div.readmore {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -60px;
            width: 100px;
            clear: both;
            text-align: right;
        }

            .testimonial-blog > div div.readmore a {
                padding: 0 10px;
                color: #fff;
                text-transform: uppercase;
                background: #ed680c;
                display: block;
                line-height: 20px;
                font-size: 11px;
                width: 100px;
                text-align: center;
            }

    /* TESTIMONIAL END */

    .category_lists > div {
        width: 75%;
        height: auto;
    }
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.98);
    z-index: 10000000;
    box-shadow: 0 3px 3px #eee;
}

.onTop {
    position: fixed;
    bottom: 0;
    right: 20px;
    margin: 0 0 0 -40px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #94834e;
    font-size: 13px;
    line-height: 60px;
    opacity: .9;
    -webkit-opacity: .9;
    display: none;
    z-index: 9000;
}

    .onTop a {
        display: block;
        color: #F36C21;
        text-decoration: none;
        font-size: 14px;
    }

.btnClose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .7vm;
    color: #fff;
    z-index: 100000000000;
    cursor: pointer;
    padding: 15px;
    display: none;
}

.buynow {
    background: #f2641e;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    float: right;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f68428+0,f68428+66,f2601d+100 */
    background: #f68428; /* Old browsers */
    background: -moz-linear-gradient(top, #f68428 0%, #f68428 66%, #f2601d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68428), color-stop(66%,#f68428), color-stop(100%,#f2601d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f68428 0%,#f68428 66%,#f2601d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f68428 0%,#f68428 66%,#f2601d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f68428 0%,#f68428 66%,#f2601d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f68428 0%,#f68428 66%,#f2601d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68428', endColorstr='#f2601d',GradientType=0 ); /* IE6-9 */
}

    .buynow i {
        margin: 0 5px 0 0;
    }

.clear {
    clear: both;
}

.qnet-stories {
    direction: ltr;
}


/* Site map part*/ 
.sitemap {
    background: rgba(0,0,0,.35);
    color: #fff;
    border-top: 1pt solid #7d7d7d;
}

    .sitemap > div:first-child {
        overflow: hidden;
    }

    .sitemap > div:first-child > div { 
        display:table-cell; 
        margin:0 0 0 -4px; 
        vertical-align:top; 
        border-right:1pt solid rgba(255,255,255,.15); 
        box-sizing:border-box;  
    }

        .sitemap > div:first-child > div:nth-child(1) {
            width: 30%;
            padding: 0 20px 0 0;
        }

        .sitemap > div:first-child > div:nth-child(2) {
            width: 25%;
            padding: 0 20px;
        }

        .sitemap > div:first-child > div:nth-child(3) {
            width: 17%;
            padding: 0 20px;
        }

        .sitemap > div:first-child > div:nth-child(4) {
            width: 12%;
            padding: 0 20px;
        }
        
        .sitemap > div:first-child > div:nth-child(5) {
            width: 15%;
            padding: 0 20px;
            border: 0;
        }

    .sitemap div div ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sitemap div div ul li {
            padding: 0;
            margin: 0 0 3px 0;
        }

            .sitemap div div ul li > a {
                border-left: 3pt solid #f36c21;
                color: #fff;
                text-decoration: none;
                padding: 0 0 0 5px;
                margin: 0 0 2px 0;
                font-size: 18px;
                font-family: 'Open Sans Condensed', sans-serif;
                display: block;
            }

            .sitemap div div ul li ul {
                margin: 0;
                padding: 10px 0;
                overflow: hidden;
            }

                .sitemap div div ul li ul li {
                    padding: 3px 0 3px 0;
                    box-sizing: border-box;
                    margin: 0;
                }

    .sitemap > div > div:nth-child(1) ul li ul li {
        padding: 3px 5px 3px 0;
        box-sizing: border-box;
        margin: 0;
        width: 50%;
        float: left;
    }

    .sitemap > div > div:nth-child(2) ul li ul li {
        padding: 3px 5px 3px 0;
        box-sizing: border-box;
        margin: 0;
        width: 50%;
        float: left;
    }

    .sitemap div ul li ul li a {
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }

        .sitemap div ul li ul li a:hover {
            color: #f36c21;
        }

        .sitemap div > .socialMedia-group {
            overflow: hidden;
            padding: 0 !important;
        }

            .sitemap div > .socialMedia-group > div {
                padding: 0px;
                margin-right: 0px;
            }

                .sitemap div > .socialMedia-group > div > div {
                    border: 1pt solid #fff;
                    background: none;
                    border-radius: 100px;
                    width: 30px !important;
                    height: 30px;
                    line-height: 30px;
                    float: left;
                    margin: 5px 10px 5px 0px;
                    padding: 0;
                    text-align: center;
                }

                    .sitemap div > .socialMedia-group > div > div a {
                        display: block;
                        color: #fff;
                        padding: 0;
                        font-size: 14px;
                        line-height: 30px;
                    }
.sitemap div > .socialMedia-group > div a.blog img{ width:100%; height:auto; padding:30%; box-sizing:border-box; }

.sitemap > div:first-child > div:nth-child(4) { 
	border: 0px;
}
    .sitemap > div:first-child > div:nth-child(5) { 
	display: none;
}
.socialMedia-group{ float:left; width:30%; font-family: 'Open Sans Condensed', sans-serif; }
.payment{ float:left; width:70%; padding:0 20px; box-sizing:border-box; text-align:center; font-family: 'Open Sans Condensed', sans-serif; }
.payment h3{ font-weight:normal; font-size:18px; }
.payment img{ height:32px; width:auto; display:inline; margin:2px 8px; }
.payment > div{ max-width:450px; margin:0 auto; font-size:14px; }

@media screen and (max-width:900px) {
    .sitemap > div > div:nth-child(1) ul li ul li {
        padding: 3px 5px 3px 0;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        float: left;
    }

    .sitemap > div > div:nth-child(2) ul li ul li {
        padding: 3px 5px 3px 0;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width:740px) {
    .sitemap > div > div:nth-child(1) {
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0 0 20px 0;
    }

    .sitemap > div > div:nth-child(2) {
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0 0 20px 0;
    }

    .sitemap > div > div:nth-child(3) {
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0 0 20px 0;
    }

    .sitemap > div > div:nth-child(4) {
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0 0 20px 0;
    }

    .sitemap > div > div: ul li ul {
        margin: 0 0 20px 0;
    }

    .sitemap > div > div:nth-child(1) ul li ul li {
        padding: 3px 5px 3px 10px;
        box-sizing: border-box;
        margin: 0;
        width: 33.33%;
        float: left;
    }

    .sitemap > div > div:nth-child(2) ul li ul li {
        padding: 3px 5px 3px 10px;
        box-sizing: border-box;
        margin: 0;
        width: 33.33%;
        float: left;
    }

    .sitemap > div > div:nth-child(3) ul li ul li {
        padding: 3px 5px 3px 10px;
        box-sizing: border-box;
        margin: 0;
        width: 33.33%;
        float: left;
    }

     .sitemap > div:first-child > div  {
        display:block;
        width:100% !important;
        padding:0px !important;
        margin: 0px !important;
    } 
}

@media screen and (max-width:568px) {
    .sitemap > div > div:nth-child(1) ul li ul li {
        width: 100%;
    }

    .sitemap > div > div:nth-child(2) ul li ul li {
        width: 100%;
    }

    .sitemap > div > div:nth-child(3) ul li ul li {
        width: 100%;
    }

    .sitemap > div > div:nth-child(4) ul li ul li {
        width: 100%;
    }
}
