﻿
@font-face {
    font-family: 'Public Sans Medium';
    src: url(../fonts/public-sans/PublicSans-Medium.woff);
}

@font-face {
    font-family: 'Public Sans Light';
    src: url(../fonts/public-sans/PublicSans-Light.woff);
}

body {
    font-family: 'Public Sans Light';
    font-size: 14px;
    color: #000;
}


.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

a {
    color: #000;
}

    a:hover {
        color: #292929;
        text-decoration: none;
    }

.BmenuLine {
    border-color: #030303;
}

.textc {
}

a.redclr {
    color: red;
}

.minpght {
    min-height: 500px;
    font-size: 16px;
}

.no-padding {
    padding: 0;
}

.pading-l {
    padding-right: 0;
}

.nolpdg {
    padding-left: 0;
}

.norpdg {
    padding-right: 0;
}

.cslink {
    font-weight: 600;
    color: #030303;
    text-decoration: underline;
    padding: 10px 0;
}

.redtext, .redclr {
    color: red;
}

/*-------------
    spacers
*/

.spacer10 {
    padding-top: 10px;
}

.spacer15 {
    padding-top: 15px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer30 {
    padding-top: 30px;
}

.spacer70 {
    padding-top: 70px;
}
/*
    top header
*/

.topheader {
    background: #f5f5f5;
    padding: 2px 0 0;
}

.address {
    font-size: 14px;
    color: #e4e4e4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.sociallist {
    float: right;
}

    .sociallist ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sociallist ul li {
            display: inline-block;
            padding: 0 2px;
        }

            .sociallist ul li a {
                color: #9b9b9b;
                text-decoration: none;
                font-size: 18px;
                border: 1px solid #9b9b9b;
                padding: 3px 6px;
                border-radius: 50px;
            }

                .sociallist ul li a.fblink {
                    padding: 3px 8px;
                }

/* Top Header - Left menu */
.callus {
    color: #353535;
}

    .callus a, .call a:hover {
        color: #353535;
    }

.tmlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tmlist li {
        display: inline-block;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: white;
        padding-left: 3px;
        padding-right: 3px;
        color: #000;
    }

    .tmlist:first-child {
        padding-left: 0;
    }

    .tmlist li::after {
        /*content: '|';*/
        padding: 0 5px;
    }

    .tmlist li:last-child::after {
        content: '';
    }

    .tmlist a {
        color: #000;
    }

        .tmlist a:hover {
            color: #141414;
        }


/*Right*/

.tmlistr {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tmlistr li {
        display: inline-block;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: white;
        padding-left: 3px;
        padding-right: 3px;
        color: #000;
    }

        .tmlistr li a {
            color: #9b9b9b;
            padding: 0 5px 0 0;
            font-size: 18px;
        }

            .tmlistr li a:hover {
                color: #b4b4b4;
            }

    .tmlistr .fa-user-plus {
        position: relative;
        top: -2px;
    }

    .tmlistr .fa-lock {
        font-size: 20px;
        padding-right: 5px;
    }

.greybg {
    background-color: #f5f5f5;
}

/*-----------
    Logo Header
*/

.logoheader {
    padding: 10px 0;
}


.verticalt {
    top: 80%;
}


a.btnconc {
    float: right;
    background: #030303;
    color: #fff;
    font-size: 15px;
    text-transform: underline;
    padding: 5px 22px;
    margin: 12px 0;
    font-size: 17px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 2px solid #030303;
}

    a.btnconc:hover {
        border: 2px solid #030303;
        color: #fff;
        background: #030303;
    }


.topmenu {
    float: right !important;
    padding-top: 1pc;
    font-family: 'Roboto', sans-serif;
}

    .topmenu div {
        display: inline-block;
        color: #555658;
        text-align: center;
        padding-left: 10px;
    }

    .topmenu #cartdiv {
        border-right: 2px solid #c4c7c6;
        padding: 0 10px;
    }

    .topmenu #searchdiv {
        padding-left: 10px;
    }

/*.topmenu a {
        color: #000;
    }

    .topmenu .fa {
        font-size: 25px;
        color: #6f7274;
    }*/

/*.searchbtn {
    background: transparent;
    text-align: center;
    padding: 0;
    border: 0;
    color: #000;
}*/

.searchbox {
    padding-top: 30px;
}

.search {
    border-radius: 5px;
    border-left: 0px solid #030303;
    border-right: 0px solid #030303;
    border-top: 0px solid #030303;
    border-bottom: 2px solid #030303;
    padding: 6px;
    width: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}

    .search:focus {
        border-color: #030303;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.searchbtn {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #030033;
    color: #030303;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
}

    .searchbtn:hover {
        background: #030303;
        border: 2px solid #030303;
        border-bottom: 0;
        color: #fff;
    }

.searchbtnxs {
    background: #000;
    border: 0;
    border: 2px solid #2d2d2d;
    color: #fff;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 1.42857143;
}

    .searchbtnxs:hover {
        background: #4d578f;
        border: 2px solid #030303;
        color: #fff;
    }

.img-responsive1 {
    display: block;
    max-width: 50%;
    height: auto;
}

.img-responsive2 {
    display: block;
    max-width: 85%;
    height: auto;
}

.img-responsive3 {
    display: block;
    max-width: 85%;
    height: auto;
}


/*Flash*/

.flashbanner .owl-controls .owl-pagination {
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0px auto;
}

.flashbanner .owl-controls .owl-page {
    display: block;
    zoom: 1;
}

    .flashbanner .owl-controls .owl-page span {
        display: block;
        width: 15px;
        height: 15px;
        margin: 5px 30px;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        background: #fff;
        border-radius: 50px;
        border: 3px solid #fff;
    }

    .flashbanner .owl-controls .owl-page.active span, .flashbanner .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 0.9;
        background: #000;
    }

.sectionpromo {
    padding-left: 80px;
}

    .sectionpromo h1 {
        font-size: 20px;
        font-weight: bold;
        color: #030303;
    }


.sectionoverlay {
    position: absolute;
    bottom: 3%;
    z-index: 9999;
    color: #fff;
    left: 5%;
    background: #fff;
    padding: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .selector:not(*:root), .searchbtn {
        padding: 6px 5px;
    }
}

.tmenu {
    padding: 10px 0;
    text-align: right;
}



.plink, .plink:hover {
    color: #fff;
}

/*CMenu*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

    .navbar-nav > li.dgmenu > .dropdown-menu {
        max-height: 350px;
        overflow-y: scroll;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

.navbar-default.frenchdoor-nav .navbar-nav > li > a {
    color: #080808;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}

.navbar-default .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav {
    /*margin-left: 30px;*/
}


.navbar-default .navbar-nav > li.openl > ul {
    right: 0;
    left: auto;
}

nav.navbar.navbar-default.frenchdoor-nav {
    background-color: transparent;
    color: #faf6f9;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 5px 0;
    min-height: 30px;
    border: 0;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #373737;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #373737;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #030303;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu > li > a {
        font-family: 'Public Sans Light' !important;
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 600;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: transparent;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #000;
}

#leftm {
    float: left !important;
}

#rightm {
    float: right !important;
}

.navbar-toggle {
    width: 100%;
    padding: 0;
}

    .navbar-toggle > p {
        display: inline-block;
        color: #444;
        margin-bottom: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 1px;
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: 0;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .fa {
        float: right !important;
        position: relative;
        top: 3px;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

/*----------------
    Flash
*/
.flash_wrap .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.flashbanner .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 55px 0px 0px;
    padding: 14px 40px 0;
    font-size: 4pc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* background: #869791; */
    filter: Alpha(Opacity=50);
    opacity: 1;
    font-weight: 400;
}

.flashoverlay {
    position: absolute;
    z-index: 9999;
    top: 20%;
    left: 20%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.foheader {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Public Sans Light;
    margin: 0;
}

hr.stylef {
    border: 1px solid #fff;
    margin: 10px 0;
}

.explorebtn {
    background: #363636;
    color: #fff;
    padding: 15px 20px;
    margin: 12px 0;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #363636;
}

    .explorebtn:hover {
        border: 2px solid #363636;
        color: #000;
        background: transparent;
    }

/*---------------------
    Top Promo
*/
.tprmtxt {
    font-size: 14px;
    color: #585858;
    letter-spacing: 1px;
}

/*-----------------
    promo1
*/
.promo1hdr {
    font-size: 22px;
    font-weight: 300;
    color: #1e1e1e;
    text-transform: uppercase;
}

.promostyle {
    margin: 15px 0;
    width: 120%;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #c9c7d2;
    border-top: 1px solid #f0eff2;
}

.promo1txt {
    text-align: justify;
    font-size: 14px;
    color: #585858;
    letter-spacing: 1px;
}

.img-responsive-p {
    display: block;
    max-width: 100%;
    height: auto;
}

/*
    Custom Design
*/
.relpos {
    position: relative;
}

#promowrap {
}


    #promowrap .explorebtn {
        background: #242424;
        color: #fff;
        padding: 7px 10px;
        margin: 12px 0;
        font-size: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
        border: 0px solid #363636;
    }

.mcb-wrap {
    position: relative;
    z-index: 1;
    /*box-sizing: border-box;*/
    margin-top: -50px;
}

.promowrapTxt {
    padding: 3pc 0px 20px;
}

.promotxt {
    text-align: justify;
    font-size: 14px;
    color: #585858;
    letter-spacing: 1px;
}

.abspos {
    bottom: 0;
    position: absolute;
}

.customslider {
    left: -3pc;
    padding-top: 2pc;
}

    .customslider .item {
        margin-right: 10px;
    }

    .customslider .owl-controls .owl-pagination {
        bottom: -30px;
    }

    .customslider .owl-controls .owl-page span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 5px 0;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        background: #383838;
    }

    .customslider .owl-controls .owl-page.active span, .customslider .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 0.9;
        height: 5px;
        background: #383838;
    }

.TblFrameC {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.promohdr1 {
    font-size: 22px;
    font-weight: 500;
    color: #3e3e3e;
    text-transform: uppercase;
}

a.viewbtn {
    font-size: 17px;
    background: #242424;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

    a.viewbtn:hover {
        font-size: 17px;
        background: #787878;
        padding: 10px;
        color: #000;
        text-transform: uppercase;
        font-weight: 300;
    }

.learnmore, .learnmore:hover {
    background: #3a3a3a;
    border-radius: 0;
    color: #d2d1d1;
    padding: 6px 25px 8px;
    border: 1px solid #bababa;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
}

/*-------------
    promo Section
*/

.promoohdr1 {
    text-align: center;
    margin: 10px 0;
}

.serviceslider .item {
    padding: 30px;
}

.serviceslider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px 10px;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    /* background: #869791; */
    filter: Alpha(Opacity=50);
    opacity: 1;
    background: #d8d8d8;
}


.sbtxt {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    letter-spacing: 1px;
}

/*---------
    Brands
*/
.boverlayheader {
    border: 1px solid #d8d8d8;
    margin: 0 43px;
    padding: 10px 10px;
    position: relative;
}

.boverlayinner {
    position: absolute;
    top: -40px;
    text-align: center;
    width: 100%;
    left: 0;
}

    .boverlayinner h3 {
        background: #3a3a3a;
        display: inline-block;
        padding: 8px 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
    }

.brandsslider .item {
    padding: 20px 35px;
}

.brandsslider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0px 14px 0;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    filter: Alpha(Opacity=50);
    opacity: 1;
    margin: 0 -25px 0px;
    background: #d8d8d8;
}




/*
    Promo
*/

.bottompromo {
    /*padding-top: 5pc;*/
}

.bimgoverlay1 {
    position: relative;
}

.btxtoverlayinner {
    background: rgba(255, 255, 255, 0.71);
    padding: 20px;
}

.btxtoverlay1 {
    position: absolute;
    bottom: 1.5pc;
    color: #e6e4e4;
    font-size: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: 1px;
}

    .btxtoverlay1 p {
        text-align: center;
        margin: 0 0 5px;
        color: #000;
        text-transform: uppercase;
    }

    .btxtoverlay1 .learnmorebtn {
        color: #e6e4e4;
        text-decoration: underline;
        font-size: 12px;
    }

    .btxtoverlay1 h1 {
        font-size: 4.5pc;
        margin: 0;
        color: #b7910c;
        position: relative;
        left: 15px;
    }

        .btxtoverlay1 h1 span {
            position: relative;
            font-size: 60%;
            top: -0.53em;
        }


.zmbtn, .zmbtn:hover {
    text-transform: capitalize;
    background: #48b3c7;
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 11px;
}

/*-
testimonails
*/



.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0px;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        .rating-stars ul > li.star > i.fa {
            font-size: 1.5em;
            color: #242424;
            padding: 0px 5px 0;
        }

.paddinglr2 {
    font-size: 16px;
    color: #585858;
    line-height: 2;
    letter-spacing: 1px;
}

.tmname {
    font-size: 18px;
    padding: 18px 0 0;
}

.quote {
    color: #a8a8a8;
    font-size: 20px;
    padding: 30px;
}

.testmwrap {
    background: #f7f7f7;
    padding: 20px 0;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
}

    .testmwrap h3 {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 300;
        color: #3e3e3e;
        margin-top: 10px;
    }

    .testmwrap h4 {
        color: #3e3e3e;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

/*----------------
    Social Media
*/
.socialslider {
    padding: 0 10px;
}

    .socialslider .item {
        padding: 0 5px;
    }

    .socialslider .owl-controls .owl-pagination {
        position: absolute;
        bottom: -31px;
        width: 100%;
        margin: 0px auto;
    }

    .socialslider .owl-controls .owl-page span {
        display: block;
        width: 100px;
        height: 2px;
        margin: 5px 0px;
        filter: Alpha(Opacity=90);
        opacity: 0.9;
        background: #383838;
    }

    .socialslider .owl-controls .owl-page.active span, .socialslider .owl-controls.clickable .owl-page:hover span {
        height: 5px;
        background: #383838;
    }

.instalink, .instalink:hover {
    background: #3a3a3a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 20px;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}

/*
    footer
*/
.bmenu {
    background: #f6f4f5;
    border-top: 2px solid #eae8e9;
    border-bottom: 2px solid #eae8e9;
}

.brdright {
    border-right: 2px solid #eae8e9;
    height: 100%;
    min-height: 360px;
    padding-top: 20px;
}

.pdgtp {
    padding-top: 20px;
    padding-right: 0;
}

.footer {
    padding: 0 0 0px;
    color: #7f7d7e;
    background: #f6f4f5;
    font-family: 'Roboto', sans-serif;
}

.bmenu a, .bmenu a:hover {
    color: #7f7d7e !important;
}

.elink {
    word-wrap: break-word;
}

.footer a {
    color: #7f7d7e;
    font-weight: 500;
}

.hcnt {
    text-align: right;
}

.blist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 2;
}

.bheader {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}

.abtxt {
    font-size: 16px;
    line-height: 2;
}

.sthrshm {
    font-size: 16px;
    line-height: 2;
}

.copyright {
    color: #949494;
    font-size: 16px;
    padding: 20px 0 0;
}

    .copyright a, .copyright a:hover {
        color: #949494;
    }

    .copyright .nl_btn {
        font-size: 14px;
        padding: 5px 10px;
        color: #fff;
    }

        .copyright .nl_btn:hover {
            color: #000;
        }

.logoicons {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .logoicons li {
        display: inline-block;
    }

        .logoicons li a {
            padding: 0;
        }

/*---------------------------------
    Internal Pages Starts Here
------------------------------------*/
share-icons {
    clear: both;
    display: block;
    overflow: hidden;
}

.share-icons span {
    color: #000;
    float: left;
    font-size: 17px;
    line-height: 32px;
    margin-right: 10px;
    text-transform: uppercase;
}

.addthis_toolbox a {
    color: #fff;
    display: block;
    margin-right: 10px;
    background: #030303;
    text-align: center;
    border-radius: 2px;
    padding: 3px 7px !important;
}

.tbprdframe {
    border: 1px solid #030303;
}

.scatheader {
    background: #030303;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

.fontsize {
    color: red;
}

.lftbox {
    background: #030303;
    height: 100%;
    padding: 6pc 5px 20px;
    color: #fff;
    text-align: center;
}

.rlbox {
    margin: 0;
    border-radius: 5px;
    border: 2px solid #030303;
    background: #030303;
    box-shadow: 0 2px 20px #9f9f9f;
}

.lsheader {
    font-size: 14px;
    padding: 0 10px;
}

.ln_btn, .ln_btn:hover {
    background: transparent;
    color: #fff;
    border-radius: 0;
}

.rhtbox {
    background: #fff;
    padding: 40px 20px;
}

    .rhtbox .form-control {
        border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        box-shadow: none;
        border-bottom: 2px solid #000;
        border-radius: 0;
    }

.regbtn, .regbtn:hover {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    margin: 0 10px;
}


.cbtn {
    border: 2px solid #030303;
    text-align: center;
    padding: 5px 0;
}

    .cbtn a {
        color: #030303;
        font-weight: 600;
        text-decoration: underline;
    }

.olink h3 {
    quotes: "“" "”" "‘" "’";
}

    .olink h3::before {
        content: open-quote;
        font-size: 50px;
        line-height: 0;
        position: relative;
        top: 10px;
    }

    .olink h3::after {
        content: close-quote;
        font-size: 50px;
        line-height: 0;
        position: relative;
        top: 10px;
    }

hr.tstyle {
    border-top: 1px solid #c3c3c3;
}

.btn-arrow {
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    padding: 8px 12px;
    border-radius: 5px;
    color: #000;
}

    .btn-arrow:hover {
        opacity: 1;
    }

#btn-arrow span::before {
    font-family: 'FontAwesome';
    content: "\f106";
    line-height: 40px;
    font-size: 25px;
    color: #fff;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.eheader {
    position: absolute;
    top: 20px;
    background: #030303b3;
    text-align: center;
    left: 16px;
    width: 90%;
    color: #fff;
    padding: 5px;
    margin: 0;
    font-size: 22px;
}

.pcimg {
    border: 1px solid #efefef;
    padding: 5px;
}

.slist {
    list-style: disclosure-closed;
    line-height: 2;
}

.viewcol {
    background: #000;
    text-align: center;
    padding: 2px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.fheader {
    font-size: 30px;
    color: #878787;
    font-weight: 600;
}

.fheader2 {
    color: #2C82C9;
    font-size: 25px;
    font-weight: 600;
}

.flink {
    font-weight: 600;
    color: #2C82C9;
    text-decoration: underline;
}


.faddtxt {
    font-size: 14px;
    text-align: center;
}

.listliner {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    background: #000;
}

    .listliner ul {
        list-style: none;
        margin: 0;
    }

        .listliner ul li {
            display: inline-block;
            padding: 0 10px;
            margin: 0;
        }

        .listliner ul a {
            color: #fff;
        }

.gal {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

    .gal img {
        width: 100%;
        padding: 0;
    }

.gallery {
    page-break-inside: avoid;
}

.bbox {
    box-shadow: 0px 4px 6px #000;
    margin: 15px 0;
}

.bridalheader {
    text-align: center;
    font-size: 20px;
}

/*.viewbtn {
    background: #dbdbdb;
    border: 0;
    text-transform: capitalize;
    color: #000;
}*/

.bckbtn {
    font-weight: 600;
    color: #030303;
}

    .bckbtn .fa {
        font-weight: 600;
        color: #000 !important;
        padding: 0 5px;
    }

/*-- Prodcut Slider*/
.noprdpdg {
    padding: 0;
}

.lightSlider li {
    border: 2px solid #eeeeee;
    /*min-height: 570px;*/
}

.vidCont {
    width: 100%;
    height: auto;
    position: relative;
    height: auto;
    padding: 0px;
    min-height: auto;
    border-bottom: 2px solid #eeeeee;
}
/*-- Prodcut Slider ends here*/

.vptable {
    width: 80%;
    border: 1px solid #030303;
}

    .vptable td {
        padding: 2px 5px;
        border-bottom: 1px solid #030303;
        border-right: 1px solid #030303;
        color: #000;
    }

    .vptable caption {
        padding-top: 3px;
        padding-bottom: 3px;
        color: #000;
        text-align: center;
        border: 1px solid #030303;
        border-bottom: 0;
        font-weight: 600;
    }

.btnclose, .btnclose:hover {
    color: #fff !important;
    font-size: 18px;
    padding: 10px;
}

.videos {
    width: 100%;
    height: auto;
    max-height: 400px;
    border: 1px solid #000;
}

@media print {
    body * {
        visibility: hidden;
    }

    #pntImg {
        display: none;
    }

    #Img1 * {
        visibility: visible;
    }
}

.closem {
    position: relative;
    text-align: center;
    background: #000;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
}

.btnwlist {
    position: absolute;
    padding: 5px;
    top: 20px;
    color: #030303;
    font-size: 22px;
    z-index: 1;
    right: 7pc;
}

.btncompare {
    position: absolute;
    padding: 5px;
    right: 7.2pc;
    top: 55px;
    color: #030303;
    font-size: 20px;
    z-index: 1;
}

.stylevp {
    margin: 10px 0;
    border: 1px solid #eaeaea;
}


.product-title {
    padding: 5px 0 5px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}

.product-cat {
    padding: 5px 0 5px 0;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #000;
}

.product-sku {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

    .product-sku p {
        display: ruby;
    }

.product-price {
    color: #ec1818;
    font-size: 25px;
    font-weight: 600;
}

.pdheader {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.pdtxt {
    font-size: 15px;
    text-align: justify;
    color: #1c1b1b;
}

.fbicon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

    .fbicon .fa {
        font-size: 25px;
    }

.picon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

    .picon .fa {
        font-size: 25px;
    }

.ticon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

    .ticon .fa {
        font-size: 25px;
    }

.eicon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

    .eicon .fa {
        font-size: 22px;
    }

.pticon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

    .pticon .fa {
        font-size: 23px;
    }

.qrcodetxt {
    text-align: left;
}

.enquirymodal {
    background-color: #FAFAFA;
    padding: 18px 32px;
}

    .enquirymodal .modal-body {
        padding: 0;
    }

    .enquirymodal .form-control {
        background-color: #fff;
        border: 1px solid #ECECEC;
        border-radius: 3px;
        font-size: 14px;
        line-height: 28px;
        padding: 0 4px;
        color: #3D3D3D;
        width: 100%;
        margin: 4px 0;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
    }

.backpnl {
    padding-top: 3px;
}

.closebtn {
    border: 0;
    background: transparent;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}


.btnenquiry, .btnenquiry:hover {
    position: relative;
    margin: 0 auto;
    padding: 10px 15px;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
}

    .btnenquiry::before, .btnenquiry::after {
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        animation: none;
        background-color: #030303;
        content: "";
        position: absolute;
    }

    .btnenquiry::before {
        top: 0.5rem;
        left: 0.35rem;
    }

    .btnenquiry::after {
        background: #030303;
        left: 0rem;
    }

    .btnenquiry span {
        z-index: 1;
        position: relative;
        color: #fff;
    }

.navg .fa {
    color: #030303;
    font-weight: 600;
}

.pgnavg {
    color: #030303;
    font-weight: 600;
}

.panel-title > a {
    display: block;
    position: relative;
}

    .panel-title > a:after {
        content: "\f078"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .panel-title > a[aria-expanded="true"]:after {
        content: "\f077";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

.tradebox {
    padding: 5px 5px 5px;
    /* border: 2px solid #eee; */
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    box-shadow: 0 2px 3px #959595;
}
/*Register*/
.aflink, .aflink:hover, .aflink:focus {
    color: #fff;
}

    .aflink a, .aflink a:hover, .aflink a:focus {
        color: #fff;
    }

    .aflink.pull-right {
        color: #fff;
    }

.login100-form-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.cflbl {
    color: #fff;
    border-color: #66afe9;
    font-size: 15px;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3pc 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #292929;
    }

.wrap-login100 {
    width: 390px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}

.loginbg, .fpasswordbg, .signupng {
    background-image: none;
}

    .loginbg .wrap-login100 {
        width: 340px;
    }

    .signupng .wrap-login100 {
        width: 470px;
    }


    .fpasswordbg .wrap-login100 {
        width: 350px;
    }

.BtnSignUp, .BtnSignUp:hover, .BtnSignUp:focus, .BtnSignUp:active {
    background: #000;
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 0 !important;
    font-weight: 600;
    color: #fff;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    text-align: right;
}

#GProdModal .modal-header .close, #ProdModal .modal-header .close {
    margin-top: 0px;
    margin-right: 10px;
    color: #000;
    opacity: 1;
    font-size: 30px;
}

.dianame {
    display: none;
}

.sprodsheader {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.cftxtbox, .cftxtbox:hover, .cftxtbox:focus {
    background: #ffffffe6;
    color: #000;
    padding: 10px;
    border: none;
    border-radius: 0 !important;
    font-size: 13px;
}

/*Register Ends here*/

/* Join Email List Popup  Starts here*/
.jelsubmitted {
    min-height: 200px;
    text-align: center;
    font-size: 19px;
    position: relative;
    top: 4pc;
}

.btnjoinlst {
    background: #3a3a3a;
    color: #fff;
    font-size: 15px;
    text-transform: underline;
    padding: 9px 5pc;
    margin: 12px 10px;
    text-transform: uppercase;
    border: 2px solid #3a3a3a;
    border-radius: 0;
}

    .btnjoinlst:hover {
        border: 2px solid #3a3a3a;
        color: #fff;
        background: #717171;
    }

.txtjoinlst {
    height: 43px;
    min-width: 300px;
    border-radius: 0;
    background: #f2f2f2;
    color: #000;
}


.container-jel {
    color: #fff;
    background-color: #244668;
    background: url('../Images/Dreamtime-story.jpg') no-repeat top center #fff;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .container-jel::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100.5%;
        height: 100%;
        top: 1px;
        left: -1px;
        background-color: rgba(0,0,0,0.65);
        border-radius: 4px;
    }

    .container-jel ::placeholder {
        /*color: #fcfcfc;*/
        color: #4f4f4f;
        opacity: 1;
    }

    .container-jel .form-control {
        background: #fffc;
        color: #000;
        border: 0;
    }

        .container-jel .form-control:focus {
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.jelchkbox label {
    padding-left: 5px;
}

.jelmodal {
    z-index: 9999999999;
}

    .jelmodal .modal-header {
        background: #fff;
        border-top-left-radius: 4px;
        width: 100.41%;
        left: -1px;
        position: relative;
    }

    .jelmodal p.mrg5 {
        margin: 10px 0 5px;
    }

    .jelmodal .modal-body {
        padding: 25px 15px 10px;
    }

    .jelmodal td {
        padding: 2px 20px 10px 0;
    }

    .jelmodal .modal-dialog {
        max-width: 500px;
    }

.closeje {
    background: transparent;
    color: #000;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}

.jeheader {
    text-align: center;
    color: #232323;
    padding: 0px 0 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.btnpjel, .btnpjel:hover, .btnpjel:focus, .btnpjel:active, .btnpjel:visited {
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
    background: #000;
    padding: 10px 25px 7px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 10px;
}



/* Join Email List Popup  Ends here*/

.rmrg0 {
    margin: 0;
}

/*Product Pages*/
.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .preloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #030303;
        border-radius: 50%;
        animation: preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #030303 transparent transparent transparent;
    }

        .preloader-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .preloader-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .preloader-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes preloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Filterheader {
    text-align: center;
    background: #030303;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.FilterSec .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

    .FilterSec .panel-title:hover {
        text-decoration: none;
    }

.FilterSec .panel-group {
    margin-bottom: 0px;
}

    .FilterSec .panel-group .panel + .panel {
        margin-top: 0px;
    }

.FilterSec .panel-default > .panel-heading {
    background-color: white;
    border-radius: 0px;
    border-top-color: 1px solid #ddd;
    border-bottom-color: 1px solid #ddd;
}

.FilterSec {
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

    .FilterSec h5 {
        text-transform: uppercase;
        font-weight: bold;
    }

    .FilterSec hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .FilterSec .ChkPadding input[type="checkbox"], .FilterSec input[type=radio] {
        display: none;
    }

        .FilterSec .ChkPadding input[type="checkbox"] + label {
            display: block;
            width: 20px;
            height: 20px;
            background-color: lightgray;
            text-indent: 26px;
            white-space: nowrap;
            border-radius: 5px;
            font-weight: normal;
            font-size: 14px;
            background: rgb(240, 240, 240);
            border: 1px solid #dadada;
        }

    .FilterSec .ChkPadding input[type=radio] + label {
        display: block;
        width: 1em;
        height: 1em;
        border: 0.0625em solid rgb(192,192,192);
        border-radius: 1em;
        background: rgb(240, 240, 240);
        vertical-align: middle;
        line-height: 1em;
        font-size: 14px;
        white-space: nowrap;
        text-indent: 20px;
        font-weight: normal;
    }

    .FilterSec .ChkPadding input[type=checkbox]:checked + label::before {
        content: "\2714";
        color: #000;
        height: 1em;
        line-height: 1.1em;
        width: 1em;
        font-weight: 900;
        margin-right: 6px;
        margin-left: -20px;
    }

    .FilterSec .ChkPadding input[type=radio]:checked + label::before {
        content: "\2688";
        color: #000;
        display: inline;
        width: 1em;
        height: 1em;
        margin-right: 6px;
        margin-left: -19px;
    }

    .FilterSec .ChkPadding input[type=checkbox]:checked + label {
        color: red;
    }

    .FilterSec .ChkPadding input[type=radio]:checked + label {
        color: red;
    }

    .FilterSec .panel-body {
        overflow-y: scroll;
        max-height: 200px;
        overflow-x: scroll;
    }

.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #f6f6f6;
    text-align: center;
}

.bgclr {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}

.productbox {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #fff;
    margin: 0px 0 15px;
    padding: 0 5px;
    background: #fff;
}

.prodSku {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    margin: 0 0 5px;
}

.prodprice {
    color: #ef1515;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.proddesc {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.pricedisp {
    color: #d92e2e;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0;
}

.pimgwrap {
    position: relative;
}

    .pimgwrap span {
        display: none;
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        text-align: center;
    }


    .pimgwrap:hover span {
        display: block;
    }

    .pimgwrap img {
        max-width: 100%;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        margin-bottom: 1.5pc;
    }

    .pimgwrap:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: zoom-in;
    }



.acwlist, .acwlist:hover, .acwlist:active, .acwlist:focus, .acwlist:visited {
    background: #fff;
    color: #030303;
    padding: 6px 11px 7px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #030303;
    font-size: 13px;
}

    .acwlist fa, .acwlist fa:hover {
        color: #030303;
    }

.wlistbtns {
    margin-right: 10px;
}

.qvbtn {
    padding: 5px 15px !important;
    font-size: 13px !important;
}

a.awlist, a.awlist:hover, a.awlist:active, a.awlist:focus, a.awlist:visited {
    background: #030303;
    color: #fff;
    padding: 6px 10px 7px;
    font-size: 14px;
    text-align: center;
    margin: 0 10px;
}

.BtnGeneral, .BtnGeneral:hover, .BtnGeneral:focus, .BtnGeneral:active, .BtnGeneral:visited {
    background: #030303;
    padding: 5px 20px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-right: 5px;
    font-size: 13px;
}

    .BtnGeneral .fa {
        padding-right: 5px;
    }

.btnpgno-sel, .btnpgno-sel:hover, .btnpgno-sel:visited, btnpgno-sel:focus {
    background: rgba(13, 18, 66, 0.31);
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    cursor: text;
    font-weight: 600;
    margin: 0 1px;
    border: 1px solid #030303;
}

.btnfl {
    cursor: pointer !important;
}

.btnpgno, .btnpgno:hover, .btnpgno:active, .btnpgno:focus, .btnpgno:visited {
    background: #030303;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
    margin: 0 1px;
    border: 1px solid #030303;
}

/*Product Pages ends here*/

.centersection {
    padding: 0 0 20px;
    border-bottom: 0;
    border: 0;
    /* background: #ededed; */
    /* box-shadow: 0 5px 10px #7d7676; */
    color: #292929;
    border-top: 1px solid #000;
}

.icbox {
    margin: 0 0 20px;
    /*background: #dedede;
	padding: 5px 15px 35px;
	position: relative;*/
}

/*.icbox::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #dedede;
	background-image: linear-gradient(90deg, #dedede 50%, #ededed 50%);
	background-size: 68px 68px;
}*/

.navg {
    padding: 10px 0;
}

.breadcrumb {
    padding: 0px 0px 15px;
    margin: 3px 0 0px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb a {
        color: #030303;
    }


    .breadcrumb > .active {
        color: #030303;
        font-weight: 600;
    }

        .breadcrumb > .active span {
            text-decoration: underline;
        }

    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #030303;
        content: "\f101";
        font-family: FontAwesome;
    }

.PgHeader {
    font-size: 27px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    color: #030303;
    line-height: 1.3;
    margin: 0px 0 0px;
    text-decoration: underline;
}

.BtnSearch {
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #030303;
    height: 22px;
    width: 100px;
    background-color: #030303;
    font-weight: bold;
    padding: 2px 5px;
}

.nl_btn {
    color: #FFFFFF;
    background-color: #030303;
    font-weight: bold;
    padding: 10px 25px;
    border: 1px solid #030303;
    border-radius: 0;
    font-size: 16px;
}

    .nl_btn:hover {
        color: #333;
        background-color: #0303034d;
        border: 1px solid #030303;
    }

    .nl_btn .fa {
        padding: 0 5px;
    }

.TblColBorder {
    color: #000;
    font-size: 13px;
    font-family: Arial, Tahoma, Verdana;
    border: 1px solid #000;
    padding: 5px;
}

.CmbSSB {
    color: #FCFCFC;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    border: 2px solid #030303;
    background-color: #030303;
    height: 25px;
    width: 100%;
}

.textred {
    color: red;
}

a.cs {
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #030303;
    height: 22px;
    width: 100px;
    background-color: #030303;
    font-weight: bold;
    padding: 2px 5px;
}

.TblFrame {
    border: 1px solid #030303;
}

.TblFrame2 {
    border: 1px solid #dadada;
    min-height: 310px;
}

/*.promosection .TblFrame2 {
    padding: 6pc 0 0;
}*/

.TblFrame1 {
    border: 1px solid #747272;
    -webkit-box-shadow: 8px 7px 0px #cfcfcf;
    -moz-box-shadow: 8px 7px 0px #cfcfcf;
    -webkit-box-shadow: 8px 7px 0px #cfcfcf;
    box-shadow: 8px 7px 0px #cfcfcf;
}

.FPImg {
    padding: 10px;
}

.grdDispar {
    border: 0;
    -webkit-box-shadow: 0 0 100px #333 !important;
    -moz-box-shadow: 0px 3px 8px #333 !important;
    -webkit-box-shadow: 0px 3px 8px #333 !important;
    box-shadow: 0px 3px 8px #333 !important;
    color: #000 !important;
    background: #fff;
}

    .grdDispar th, .grdDispar td {
        border: 0 !important;
        padding: 2px 2px !important;
        border-bottom: 1px solid #030303 !important;
    }

    .grdDispar th {
        background-color: #292929 !important;
        color: #FFF !important;
        padding: 10px 5px !important;
        /*background-image: -webkit-gradient(linear-gradient(to bottom,#292929,#292929)) !important;
        background-image: -webkit-linear-gradient(to bottom,#292929,#292929) !important;
        background-image: -moz-linear-gradient(to bottom,#292929,#292929) !important;
        background-image: -ms-linear-gradient(to bottom,#292929,#292929) !important;
        background-image: -o-linear-gradient(to bottom,#292929,#292929) !important;
        background-image: linear-gradient(to bottom,#292929,#292929) !important;*/
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border-top: 0 !important;
        text-shadow: none !important;
    }

    /*.grdDispar tr:nth-child(2n) {
        background-color: #030303 !important;
    }

    .grdDispar > tbody > tr:hover {
        background: #030303 !important;
    }*/

    .grdDispar > thead > tr > th:last-child, .grdDispar > thead > tr > td:last-child {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }



/*---------------------------------
    Internal Pages Ends Here
------------------------------------*/

/*Responsive*/

@media(max-width:1199px) {
    .navbar-default.frenchdoor-nav .navbar-nav > li > a {
        padding: 4px 8px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .brandsslider .item {
        padding: 10px 20px;
    }

    .brdright {
        min-height: 297px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .socialslider .owl-controls .owl-page span {
        width: 50px;
    }

    .socialslider {
        padding: 0 0px;
    }

    .abtxt, .sthrshm {
        font-size: 15px;
        line-height: 1.5;
    }

    .tmname {
        font-size: 16px;
        padding: 8px 0 0;
    }

    .rating-stars ul > li.star > i.fa {
        padding: 0px 3px 0;
    }

    .promoimg .img-responsive-p {
        max-width: 50%;
    }

    .btxtoverlay1 {
        font-size: 13px;
    }

    .promowrapTxt {
        padding: 20px 0 0;
    }
}

@media(max-width:991px) {
    .customslider {
        padding-top: 1pc;
    }

    .brdright {
        min-height: 280px;
    }

    .logoheader .spacer30 {
        padding-top: 10px;
    }

    .btxtoverlay1 {
        font-size: 11px;
        letter-spacing: 0;
    }

    .btxtoverlay1 {
        bottom: 0;
    }

    .promo1txt {
        font-size: 14px;
        letter-spacing: 0;
    }

    .promowrapTxt {
        padding: 0 0px 0px;
    }

    .promotxt {
        font-size: 12px;
    }

    .promohdr1, .promo1hdr {
        font-size: 20px;
    }

    .boverlayinner h3 {
        padding: 5px 25px;
        font-size: 20px;
    }

    .no-sm-padding {
        padding: 0;
    }

    .tmname {
        font-size: 14px;
        padding: 10px 0 0;
    }

    .rating-stars ul > li.star > i.fa {
        font-size: 1em;
    }

    .abtxt, .sthrshm, .blist {
        font-size: 13px;
        line-height: 1.5;
    }

    .brdright .fa-envelope {
        display: none;
    }

    .copyright {
        font-size: 14px;
    }

    .paddinglr2 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .testmwrap h3 {
        font-size: 20px;
    }

    .lheader {
        font-size: 20px;
        margin: 0;
    }

    .bheader {
        font-size: 18px;
    }
}

@media(max-width: 900px) {
    #leftm {
        font-size: 15px;
        padding-left: 10px;
    }

    .location {
        padding: 0pc 10px 0 0;
        font-size: 12px;
    }

    .lcontent span {
        font-size: 12px;
    }

    .location .spacer10 {
        padding-top: 0;
    }

    hr.lstyle {
        left: 0;
        margin: 10px 0;
    }

    .abtnwrap .viewbtn {
        font-size: 16px;
    }



    .navbar-nav > li {
        float: none;
        display: block;
    }

    .navbar-nav {
        margin-left: 0;
        text-align: left;
    }

    .navbar-toggle {
        width: 90%;
        padding: 0;
    }

    nav.navbar.navbar-default.frenchdoor-nav {
        font-size: 15px;
        padding: 5px 5px;
        min-height: 30px;
        background: #000;
    }

    .navbar-default.frenchdoor-nav .navbar-nav > li > a {
        padding: 4px 0;
        color: #fff;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .navbar-default.frenchdoor-nav .navbar-nav > li {
        border-right: 0;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -15px;
    }

    nav.navbar.navbar-default.frenchdoor-nav {
        padding: 0px 0;
    }

    .navbar-default.frenchdoor-nav .navbar-nav > li > a {
        padding: 4px 14px;
    }

    .navbar-default.frenchdoor-nav .navbar-nav > li {
        border-right: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }
}

@media(max-width:767px) {
    .testmwrap .spacer30 {
        padding-top: 0;
    }

    .abtxt, .sthrshm, .blist {
        font-size: 15px;
        line-height: 1.5;
    }

    .brdright .fa .fa-envelope {
        display: block;
    }

    .testmwrap .text-left {
        text-align: center;
    }

    .img-responsive1 {
        margin: 0 auto;
    }

    .promostyle {
        width: 100%;
    }

    .serviceslider .item {
        padding: 10px 30px;
    }

    .promowrapTxt {
        padding: 10px 0;
    }

    .customslider {
        left: 0;
        padding-top: 2pc;
    }

    .textc {
        text-align: center;
    }

    .txtjoinlst {
        min-width: auto;
    }

    .sociallist ul li a {
        font-size: 16px;
    }

    #searchdiv .form-control {
        display: inline-block;
        width: auto;
    }

    a.btnconc {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .tmenu, .tmlist, .tmlist li, .tmlistr, .tmlistr li, .sociallist, .sociallist li {
        padding: 3px 0;
        text-align: center;
        float: none;
        font-size: 15px;
    }

    .brdright {
        border-bottom: 2px solid #eae8e9;
        border-right: 0;
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pdgtp {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .callus {
        text-align: center;
        font-size: 14px;
    }

    .searchbox {
        padding: 5px 0 20px;
        text-align: center;
    }

    .nstxtbox {
        font-size: 17px;
    }

    .copyright {
        font-size: 13px;
    }

    .topmenu {
        float: none !important;
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
    }

    .promohdr1 {
        border-bottom: 1px solid #3e3e3e;
    }

    .btxtoverlay1 h1 {
        font-size: 3pc;
        left: 15px;
    }

    .btxtoverlay1 {
        font-size: 14px;
    }

    .btxtoverlayinner {
        padding: 15px;
        background: rgb(255, 255, 255);
        border: 1px solid #ccc;
    }
}

@media(max-width: 500px) {
    .dropdown-menu {
        font-size: 12px;
    }

    .flashbanner .owl-controls .owl-pagination {
        top: 38%;
        left: -20px;
    }

    .quote {
        display: none;
    }

    .paddinglr2 {
        font-size: 14px;
    }

    .socialslider .item {
        padding: 0 15px;
    }

    .socialslider .owl-controls .owl-page span {
        width: 30px;
    }


    .promosection .col-xs-6 {
        width: 90%;
    }

    .promosection .col-xs-offset-6 {
        margin-left: 5%;
    }

    .btxtoverlay1 {
        position: relative;
        bottom: 15px;
        font-size: 13px;
    }

        .btxtoverlay1 .zmbtn {
            font-size: 13px;
        }

        .btxtoverlay1 h1 {
            font-size: 3.5pc;
            left: 10px;
        }

    .sbtxt {
        font-size: 12px;
    }

    .promohdr1 {
        font-size: 18px;
    }

    .promotxt {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .abtxt {
        font-size: 13px;
        line-height: 1.8;
    }

    .bheader {
        font-size: 18px;
    }

    .blist, .sthrshm {
        font-size: 14px;
        line-height: 1.8;
    }

    .navbar-default.frenchdoor-nav .navbar-nav > li > a {
        font-size: 13px;
    }
}
