#footer,
#lancer-footer,
.wed-logo {
    width: 100%;
    overflow: hidden;
    position: relative;
}



    #header:after,
    #header .header-top:after,
    #header .header-cent:after,
    #header .cart-box .cart-drop .cart-holder:after,
    #header.style12 #nav:after,
    #header.style13 .icon-list:after,
    #header.style13:before,
    #header.style14 .logo:after,
    #header.style14 .icon-list:after,
    #header.style14:before,
    #header.style23:before,
    #header.style24:before,
    #header.style25 .logo:after,
    #header.style25 .icon-list:after,
    #header.style25:before,
    #header.style27:before,
    #nav .drop ul:after,
    #nav .mega-drop .coll:after,
    #nav .mega-drop .drop-holder:after,
    .search-popup .close-btn:before,
    .search-popup .close-btn:after,
    .side-widget h2:after,
    #footer.style23 .socialize-holder:before,
    #footer.style24 .socialize-holder:before,
    #lancer-footer .f-social:after,
    #lancer-footer .footer-bottom:after,
    .socialize-holder .title:after,
    .social-block.style2:after,
    .social-block.style3:after,
    .social-block.style4:after {
        content: "";
        position: absolute;
    }



#header,
#header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



#header {
    z-index: 9996;
    padding: 46px 0 0;
    bottom: auto !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; 
}

    #header:after {
        opacity: 0;
        z-index: -1;
        bottom: -20px !important;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    }




    #header.style11 {
        padding: 27px 0 0;
    }

        #header.style11:after {
            opacity: 1;
            background: rgba(0,0,0,0.6);
            visibility: visible;
            bottom: 0 !important;
        }



        #header.style11 .logo {
            float: none;
            width: 180px;
            height: auto;
            display: block;
            margin: 0 auto 27px;
        }



        #header.style11 #nav {
            float: none;
            text-align: center;
            position: relative;
            border-top: 0px solid #e9e9e9;
        }



            #header.style11 #nav .drop ul {
                margin: 0;
                text-align: left;
            }

            #header.style11 #nav .nav-top {
                margin: 11px 0 0 11px;
            }

                #header.style11 #nav .nav-top > li {
                    margin: 0;
                }

                    #header.style11 #nav .nav-top > li > a {
                        color: #fff;
                        font-weight: 400;
                        font-size: 16px;
                        display: block;
                        padding: 0 11px 11px;
                        border-bottom: 4px solid transparent;
                        -webkit-transition: all .4s ease;
                        transition: all .4s ease;
                    }



            #header.style11 #nav .nav-opener {
                margin: -9px 0 0;
                color: #fff;
                border-color: #fff;
                font-size: 18px;
            }




/*------------------------------------------------------------------
1-39. logo Styles / .logo
-------------------------------------------------------------------*/

.logo {
    float: left;
    margin: -6px 0 0;
}

    .logo img {
        width: 230px;
    }

    .logo a {
        display: block;
    }

    .logo .b-logo {
        display: none;
    }


#nav {
    float: right;
    text-transform: capitalize;
}

    #nav a {
        color: #fff;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        #nav a:hover {
            text-decoration: none;
        }

    #nav li {
        position: relative;
    }

        #nav li > a {
            font-weight: 600;
            letter-spacing: 2px;
        }

        #nav li.has-mega-drop {
            position: static;
        }

        #nav li.hover > .drop,
        #nav li:hover > .drop {
            opacity: 1;
            visibility: visible;
        }

        #nav li.hover .mega-drop,
        #nav li:hover .mega-drop {
            opacity: 1;
            visibility: visible;
        }

    #nav .drop {
        left: 0;
        top: 100%;
        opacity: 0;
        width: 200px;
        visibility: hidden;
        position: absolute;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        #nav .drop li:hover .drop {
            display: block;
        }

        #nav .drop ul {
            margin: 25px 0 0;
            position: relative;
            background: #2a2a2a;
            border: 1px solid #3a3a3a;
        }

            #nav .drop ul:after {
                top: -2px;
                left: -1px;
                right: -1px;
                height: 2px;
            }

            #nav .drop ul a {
                color: #fff;
                font-size: 14px;
                font-weight: 200;
                display: block;
                padding: 9px 17px;
                position: relative;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                #nav .drop ul a:hover {
                    color: #c9c9c9;
                    background: #333;
                    text-decoration: none;
                }

                    #nav .drop ul a:hover:after {
                        right: 9px;
                    }

                #nav .drop ul a:after {
                    top: 8px;
                    right: 15px;
                    display: none;
                    content: "\f105";
                    position: absolute;
                    font-family: "FontAwesome";
                    -webkit-transition: all .4s ease;
                    transition: all .4s ease;
                }

            #nav .drop ul li:hover > a {
                color: #c9c9c9;
                background: #333;
                padding: 9px 15px 9px 20px;
            }

                #nav .drop ul li:hover > a:after {
                    right: 9px;
                }

            #nav .drop ul li:hover > .drop {
                display: block;
            }

            #nav .drop ul li.has-drop > a:after {
                display: block;
            }

            #nav .drop ul li.active > a {
                color: #c9c9c9;
                background: #333;
                padding: 9px 5px 9px 20px;
            }

                #nav .drop ul li.active > a:after {
                    right: 9px;
                }

        #nav .drop .drop {
            top: -1px;
            left: 198px;
            display: none;
        }

            #nav .drop .drop > ul {
                margin: 1px 0 0;
            }

            #nav .drop .drop .drop {
                top: -1px;
                left: 199px;
                display: none;
            }

                #nav .drop .drop .drop ul {
                    margin: 1px 0 0;
                }

    #nav .mega-drop {
        top: 26px;
        left: 15px;
        opacity: 0;
        right: 15px;
        font-size: 12px;
        font-weight: 400;
        overflow: hidden;
        visibility: hidden;
        position: absolute;
        font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        #nav .mega-drop .coll {
            width: 25%;
            float: left;
            padding: 0 0 10px;
            position: relative;
        }

            #nav .mega-drop .coll:after {
                top: 0;
                width: 1px;
                left: -1px;
                bottom: -9999px;
                background: #3a3a3a;
            }

        #nav .mega-drop .drop-holder {
            float: left;
            width: 100%;
            margin: 35px 0 0;
            position: relative;
            background: #2a2a2a;
            border: 1px solid #3a3a3a;
        }

            #nav .mega-drop .drop-holder:after {
                top: -2px;
                left: -1px;
                right: -1px;
                height: 2px;
            }

            #nav .mega-drop .drop-holder a {
                color: #8f8f8f;
                display: block;
                padding: 9px 31px;
                letter-spacing: 0;
                position: relative;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                #nav .mega-drop .drop-holder a:hover {
                    color: #c9c9c9;
                    background: #333;
                    text-decoration: none;
                    padding: 9px 15px 9px 40px;
                }

            #nav .mega-drop .drop-holder li.active a {
                color: #c9c9c9;
                background: #333;
                padding: 9px 15px 9px 40px;
            }

        #nav .mega-drop .title {
            color: #fff;
            display: block;
            font-size: 13px;
            font-weight: 600;
            line-height: 20px;
            padding: 10px 30px;
            letter-spacing: 2px;
            font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        #nav .mega-drop .fa {
            margin: 0 5px 0 0;
        }

    #nav .nav-top {
        margin: 9px 17px 0 0;
    }

        #nav .nav-top > li {
            padding: 0;
            margin: 0 0 0 22px;
        }

    #nav .nav-opener {
        top: 0;
        left: 15px;
        color: #fff;
        z-index: 9999;
        display: none;
        padding: 5px 0 0;
        position: absolute;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        border: 2px solid #fff;
    }

        #nav .nav-opener .txt {
            display: none;
        }

        #nav .nav-opener .fa {
            margin: 0 5px;
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
        }

        #nav .nav-opener:hover {
            color: #fff;
        }


/*------------------------------------------------------------------
1-44. menu nav Styles / .menu-nav
-------------------------------------------------------------------*/

.menu-nav {
    top: 0;
    right: 0;
    bottom: 0;
    width: 240px;
    z-index: 9999;
    font-size: 18px;
    position: fixed;
    line-height: 25px;
    background: #3f3f3f;
    padding: 40px 20px 20px;
    margin: 0 -241px 0 0 !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.main-navopener2 {
    top: 17px;
    left: 27px;
    z-index: 999;
    color: #fff;
    font-size: 34px;
    position: fixed;
    -webkit-transition: margin .4s ease;
    transition: margin .4s ease;
}

    .main-navopener2:focus,
    .main-navopener2:hover {
        opacity: .8;
        color: #fff;
        text-decoration: none;
    }

.main-menu {
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 9999;
    font-size: 20px;
    position: fixed;
    font-weight: 500;
    padding: 20px 0 0;
    background: #fff;
    margin: 0 0 0 -301px;
    -webkit-transition: margin .4s ease;
    transition: margin .4s ease;
}

    .main-menu #nav {
        float: none;
    }

        .main-menu #nav a {
            color: #2a2a2a;
            display: block;
            padding: 10px 20px;
            border-bottom: 1px solid #2a2a2a;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .main-menu #nav a:hover {
                color: #fff;
                background: #2a2a2a;
                text-decoration: none;
                padding: 10px 10px 10px 25px;
            }

        .main-menu #nav li:hover .drop {
            max-height: 999px;
        }

        .main-menu #nav .drop {
            width: 100%;
            max-height: 0;
            display: block;
            position: static;
            overflow: hidden;
        }

            .main-menu #nav .drop ul {
                border: 0;
                margin: 0;
                border-radius: 0;
                background: transparent;
            }

                .main-menu #nav .drop ul a {
                    padding: 10px 10px 10px 30px;
                }

                    .main-menu #nav .drop ul a:hover {
                        color: #fff;
                        padding: 10px 10px 10px 35px;
                    }

/*------------------------------------------------------------------
1-45. side widget Styles / .side-widget
-------------------------------------------------------------------*/

.side-widget {
    color: #aaa;
    font-size: 14px;
    margin: 0 0 55px;
    line-height: 20px;
}

    .side-widget h2 {
        color: #fff;
        margin: 0 0 24px;
        padding: 0 0 15px;
        position: relative;
        letter-spacing: 2px;
        font: 600 14px/18px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        .side-widget h2:after {
            left: 0;
            bottom: 0;
            width: 39px;
            height: 2px;
        }

    .side-widget a {
        color: #aaa;
    }

    .side-widget p {
        margin: 0 0 20px;
    }

    .side-widget .widget-nav {
        font-size: 14px;
        padding: 3px 0 0;
        margin: 0 0 -2px;
        line-height: 24px;
    }

        .side-widget .widget-nav li {
            position: relative;
            padding: 0 0 0 17px;
        }

        .side-widget .widget-nav a {
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .side-widget .widget-nav a:hover {
                text-decoration: none;
            }

        .side-widget .widget-nav .fa {
            left: 0;
            top: 6px;
            position: absolute;
        }

    .side-widget .btn {
        color: #fff;
        font-size: 12px;
        padding: 2px 14px;
        text-transform: uppercase;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .side-widget .btn:hover {
            background: transparent;
            color: rgba(143, 143, 143, .6);
            border-color: rgba(143, 143, 143, .6);
        }

    .side-widget.address-widget {
        font-size: 14px;
        line-height: 26px;
    }

        .side-widget.address-widget a {
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .side-widget.address-widget a:hover {
                text-decoration: none;
            }

        .side-widget.address-widget .fa {
            margin: 0 6px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

        .side-widget.address-widget address {
            display: block;
            line-height: 26px;
            margin: -3px 0 -1px;
        }

        .side-widget.address-widget .tel,
        .side-widget.address-widget .web,
        .side-widget.address-widget .email {
            display: inline-block;
            vertical-align: top;
        }

    .side-widget.social-widget ul {
        padding: 6px 0 0;
    }

        .side-widget.social-widget ul li {
            margin: 0 2px 0 0;
            display: inline-block;
            vertical-align: top;
        }

    .side-widget.social-widget a {
        display: block;
        font-size: 18px;
        padding: 12px 0 0;
        text-align: center;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, .1);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .side-widget.social-widget a:hover {
            text-decoration: none;
        }

.dark .side-widget.social-widget a {
    background: rgba(255, 255, 255, .2);
}



/*------------------------------------------------------------------
2-1. footer Styles / #footer
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
2-2. footer top Styles / .footer-top
-------------------------------------------------------------------*/

.footer-top {
    color: #8f8f8f;
    font-size: 15px;
    line-height: 25px;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}

    .footer-top .logo {
        float: none;
        display: block;
        margin: 0 auto 23px;
    }

    .footer-top .holder {
        max-width: 710px;
        overflow: hidden;
        margin: 0 auto;
    }



/*------------------------------------------------------------------
2-3. footer social Styles / .footer-social
-------------------------------------------------------------------*/

.footer-social {
    margin: 0 0 20px;
}

    .footer-social li {
        padding: 0 1px 10px;
    }

    .footer-social a {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        padding: 0 10px;
        background: #3f3f3f;
    }

        .footer-social a:hover {
            text-decoration: none;
        }

        .footer-social a .fa {
            display: inline-block;
            vertical-align: middle;
        }

        .footer-social a .fa-facebook {
            margin: 0 2px 0 0;
        }

        .footer-social a .fa-google-plus {
            margin: -2px 0 0 2px;
        }

        .footer-social a .fa-behance {
            margin: -2px 0 0 2px;
        }

/*------------------------------------------------------------------
2-4. footer cent Styles / .footer-cent
-------------------------------------------------------------------*/

.footer-cent {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 25px;
    padding-top: 57px;
    padding-bottom: 39px;
}

    .footer-cent h5 {
        color: #fff;
        margin: 0 0 27px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font: 600 14px/18px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


/*------------------------------------------------------------------
2-9. footer bottom Styles / .footer-bottom
-------------------------------------------------------------------*/

.footer-bottom {
    color: #727272;
    font-size: 12px;
    line-height: 20px;
    padding-top: 27px;
    padding-bottom: 26px;
}

    .footer-bottom a {
        font-weight: 400;
        color: #727272;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .footer-bottom a:hover {
            color: #fff;
        }

    .footer-bottom .footer-nav {
        margin: 0;
        float: left;
        max-width: 690px;
    }

        .footer-bottom .footer-nav li {
            padding: 0 24px 0 0;
        }

            .footer-bottom .footer-nav li.active a {
                color: #fff;
            }

    .footer-bottom .copyright {
        float: right;
        max-width: 500px;
        text-transform: uppercase;
    }

/*------------------------------------------------------------------
2-10. f info col Styles / .f-info-col
-------------------------------------------------------------------*/




@media only screen and (max-width: 1219px) {

    #nav .nav-top > li {
        margin: 4px 0 0 13px;
    }
}

@media only screen and (max-width: 991px) {
    #header .icon-list {
        top: 0;
        left: 50px;
        float: none;
        position: absolute;
    }

    #header .cart-box .cart-drop {
        left: -45px;
        right: auto;
    }

    #header .lang-drop ul {
        margin: 8px 0 0;
    }

    #header.style3 .icon-list {
        margin: 28px 0 19px -45px;
    }

    #header.style3 #nav {
        float: none;
    }

        #header.style3 #nav .nav-top > li {
            margin: 0 0 15px;
        }

        #header.style3 #nav .mega-drop {
            top: 100%;
        }

    #header.style4 {
        padding: 20px 0;
    }

        #header.style4 .icon-list {
            top: 8px;
        }

        #header.style4 .cart-box .cart-drop {
            padding: 9px 0 0;
        }

        #header.style4 #nav .nav-top > li > a {
            border-bottom: 0;
            padding: 0 10px 10px;
        }

    #header.style5 #nav .drop ul {
        margin: 0;
    }

    #header.style5 #nav .mega-drop .drop-holder {
        margin: 0;
    }

    #header.style5 .icon-list {
        left: 50px;
        top: 5px;
    }

    #header.style7 .container .row {
        padding-bottom: 15px;
    }

    #header.style7 .holder {
        padding: 0;
    }

    #header.style7 .icon-list {
        top: 36px;
    }

    #header.style7 #nav .nav-top > li > a {
        border-bottom: 0;
        padding: 0 10px 10px;
    }

    #header.style8 .logo {
        margin: -5px 0 15px;
    }

    #header.style8 #nav .nav-top > li > a {
        border-bottom: 0;
        padding: 0 10px 10px;
    }

    #header.style8 #nav .mega-drop .drop-holder {
        margin: 25px 0 0;
    }

    #header.style8 .icon-list {
        margin: 1px 4px 0;
    }

    #header.style8 .cart-box .cart-drop {
        left: auto;
        right: 0;
        text-align: left;
    }

    #header.style9 #nav .drop ul {
        margin: 0;
    }

    #header.style10 {
        padding: 22px 0 15px;
    }

        #header.style10 #nav .nav-top > li > a {
            border-bottom: 0;
            padding: 0 10px 10px;
        }

    #header.style11 .logo {
        width: 180px;
        float: right;
        margin: 0 auto 20px;
    }

    #header.style11 #nav {
        border: 0;
    }

        #header.style11 #nav .nav-top > li > a {
            border-bottom: 0;
            padding: 0 10px 10px;
        }

    #header.style12 .head-social {
        display: none;
    }

    #header.style12 #nav .nav-holder {
        float: none;
        width: 240px;
    }

    #header.style12 #nav .logo {
        margin: 10px 15px 0 0;
    }

    #header.style12 #nav .nav-top {
        margin: 0;
        float: none;
    }

        #header.style12 #nav .nav-top > li {
            margin: 0;
        }

            #header.style12 #nav .nav-top > li > a {
                border-bottom: 0;
            }

    #header.style12 #nav .quote-btn {
        float: none;
        display: none;
    }

    #header.style13 .icon-list {
        top: 0;
        left: 15px;
        position: absolute;
    }

        #header.style13 .icon-list:after {
            display: none;
        }

    #header.style14 .logo:after {
        display: none;
    }

    #header.style14 .icon-list {
        top: 0;
        margin: 0;
        left: 55px;
        position: absolute;
    }

        #header.style14 .icon-list:after {
            display: none;
        }

    #header.style14 #nav {
        float: left;
        width: 100%;
    }

        #header.style14 #nav .drop ul {
            margin: 0;
        }

        #header.style14 #nav .nav-opener {
            margin: 0;
        }

    #header.style16 .logo {
        margin: -5px 0 15px;
    }

    #header.style16 #nav .nav-top > li > a {
        border-bottom: 0;
        padding: 0 10px 10px;
    }

    #header.style16 .icon-list {
        margin: 1px 4px 0;
    }

    #header.style17 {
        padding: 22px 0;
    }

        #header.style17 #nav .nav-top > li > a {
            border-bottom: 0;
            padding: 0 10px 10px;
        }

    #header.style18 #nav .quote-btn {
        display: none;
    }

    #header.style18 #nav .nav-top {
        margin: 0;
        float: none;
    }

        #header.style18 #nav .nav-top > li > a {
            border-bottom: 0;
            padding: 0 10px 10px;
        }

    #header.style18 .mega-drop .drop-holder {
        margin: 0;
    }

    #header.style18 .logo {
        margin: 0 0 15px;
    }

    #header.style20 .logo {
        margin: -5px 0 15px;
    }

    #header.style20 #nav .nav-top > li > a {
        border-bottom: 0;
        padding: 0 10px 10px;
    }

    #header.style20 .icon-list {
        margin: 1px 4px 0 0;
    }

    #header.style21 .logo {
        margin: -5px 0 15px;
    }

    #header.style21 #nav .nav-top > li > a {
        border-bottom: 0;
        padding: 0 10px 10px;
    }

    #header.style21 .icon-list {
        margin: 1px 4px 0 0;
    }

    #header.style23 #nav {
        float: none;
    }

        #header.style23 #nav .nav-opener {
            top: 5px;
        }

    #header.style24 .icon-list {
        top: 0;
        margin: 0;
        left: 60px;
        position: absolute;
    }

    #header.style24 #nav {
        width: 100%;
    }

        #header.style24 #nav .drop ul {
            margin: 0;
        }

        #header.style24 #nav .mega-drop .drop-holder {
            margin: 0;
        }

    #header.style25 .logo:after {
        display: none;
    }

    #header.style25 .icon-list {
        top: 0;
        margin: 0;
        left: 50px;
        position: absolute;
    }

        #header.style25 .icon-list:after {
            display: none;
        }

    #header.style25 #nav {
        width: 100%;
    }

        #header.style25 #nav .mega-drop .drop-holder {
            margin: 0;
        }

    #header.style27 .icon-list {
        top: 0;
        margin: 0;
        left: 50px;
        position: absolute;
    }

    #header.style27 #nav {
        width: 100%;
    }

        #header.style27 #nav .drop ul {
            margin: 0;
        }

        #header.style27 #nav .mega-drop .drop-holder {
            margin: 0;
        }

    #header.style28 .holder {
        float: left;
        padding: 4px 0 0 40px;
    }

    #header.style28 .logo {
        max-width: 130px;
        margin: -26px 0 0;
    }

    #header.style29 {
        padding: 20px 0;
    }

        #header.style29 .logo {
            max-width: 170px;
            margin: 0;
        }

        #header.style29 .icon-list {
            top: 8px;
        }

            #header.style29 .icon-list > li {
                margin: 0 0 0 15px;
            }

        #header.style29 .cart-box .cart-drop {
            padding: 9px 0 0;
        }

        #header.style29 #nav .drop ul {
            margin: 0;
        }

    #header.fixed-position #nav .drop ul {
        margin: 0;
    }

    #header.fixed-position #nav .mega-drop .drop-holder {
        margin: 0;
    }

    #header.fixed-position.style3 {
        padding: 26px 0;
    }

        #header.fixed-position.style3 .logo {
            top: 95px;
            left: auto;
            right: 15px;
        }

        #header.fixed-position.style3 .icon-list {
            display: none;
        }

        #header.fixed-position.style3 #nav {
            padding-left: 0;
        }

            #header.fixed-position.style3 #nav .nav-top > li {
                margin: 0;
            }

    #header.fixed-position.style4 {
        padding: 20px 0;
    }

    #header.fixed-position.style5 #nav .drop ul {
        margin: 0;
    }

    #header.fixed-position.style5 #nav .mega-drop .drop-holder {
        margin: 0;
    }

    #header.fixed-position.style9 #nav .drop ul {
        margin: 0;
    }

    #header.fixed-position.style9 #nav .nav-top > li > a {
        color: #222;
    }

    #header.fixed-position.style10 {
        padding: 22px 0 15px;
    }

        #header.fixed-position.style10 #nav .nav-top > li > a {
            color: #222;
        }

    #header.fixed-position.style11 .logo {
        float: right;
        max-width: 100%;
        margin: 2px 0 16px;
    }

    #header.fixed-position.style11 #nav {
        margin: 0;
        width: 100%;
        float: none;
        text-align: left;
        position: relative;
    }

        #header.fixed-position.style11 #nav .nav-opener {
            text-align: center;
        }

        #header.fixed-position.style11 #nav #nav .nav-top > li > a {
            color: #222;
        }

    #header.fixed-position.style12 .logo .b-logo {
        display: block;
    }

    #header.fixed-position.style12 .logo .w-logo {
        display: none;
    }

    #header.fixed-position.style12 .header-cent {
        padding-bottom: 20px;
        max-height: 9999px;
        padding-top: 18px;
    }

    #header.fixed-position.style12 #nav .nav-top {
        float: none;
    }

        #header.fixed-position.style12 #nav .nav-top > li {
            margin: 0;
        }

            #header.fixed-position.style12 #nav .nav-top > li > a {
                color: #222;
            }

    #header.fixed-position.style12 #nav .logo {
        display: none;
    }

    #header.fixed-position.style17 {
        padding: 20px 0;
    }

        #header.fixed-position.style17 #nav .nav-top > li > a {
            color: #222;
        }

    #header.fixed-position.style29 {
        padding: 20px 0;
    }

        #header.fixed-position.style29 #nav .drop ul {
            margin: 0;
        }

    .logo {
        float: right;
        margin: -6px 0 0;
    }

    #nav {
        float: none;
        position: static;
        text-align: center;
    }

        #nav a {
            color: #222;
            vertical-align: top;
            display: inline-block;
        }

    .dark #nav a {
        color: #fff;
    }

    #nav li {
        text-align: left;
    }

        #nav li.hover > .drop,
        #nav li:hover > .drop {
            max-height: 9999px;
        }

        #nav li.hover .mega-drop,
        #nav li:hover .mega-drop {
            max-height: 9999px;
        }

    #nav .drop {
        border: 0;
        width: 100%;
        max-height: 0;
        display: block;
        overflow: hidden;
        position: static;
    }

        #nav .drop ul {
            margin: 0;
            border: 0;
            background: transparent;
        }

            #nav .drop ul:after {
                display: none;
            }

            #nav .drop ul a:hover:after {
                right: 15px;
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
            }

            #nav .drop ul a:after {
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
            }

            #nav .drop ul li:hover > a {
                padding: 9px 17px;
                background: transparent;
            }

                #nav .drop ul li:hover > a:after {
                    right: 15px;
                }

            #nav .drop ul li:hover > .drop {
                max-height: 9999px;
            }

            #nav .drop ul li.active > a {
                padding: 9px 17px;
                background: transparent;
            }

                #nav .drop ul li.active > a:after {
                    right: 15px;
                    -moz-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    -webkit-transform: rotate(-90deg);
                }

        #nav .drop .drop {
            max-height: 0;
        }

            #nav .drop .drop > ul > li:hover {
                max-height: 9999px;
            }

            #nav .drop .drop .drop {
                max-height: 0;
            }

                #nav .drop .drop .drop ul {
                    margin: 0 !important;
                }

    #nav .mega-drop {
        border: 0;
        width: 100%;
        max-height: 0;
        display: block;
        overflow: hidden;
        position: static;
    }

        #nav .mega-drop .coll {
            width: 100%;
            float: none;
        }

            #nav .mega-drop .coll:after {
                display: none;
            }

        #nav .mega-drop .drop-holder {
            border: 0;
            margin: 0 !important;
            background: transparent;
        }

            #nav .mega-drop .drop-holder:after {
                display: none;
            }

            #nav .mega-drop .drop-holder:after {
                display: none;
            }

            #nav .mega-drop .drop-holder a {
                padding: 9px 15px;
            }

                #nav .mega-drop .drop-holder a:hover {
                    padding: 9px 20px;
                    background: transparent;
                }

            #nav .mega-drop .drop-holder li.active a {
                padding: 9px 20px;
                background: transparent;
            }

        #nav .mega-drop .title {
            display: none;
        }

    #nav .nav-top {
        margin: 0;
        top: 60px;
        position: relative;
    }

        #nav .nav-top > li {
            display: block;
            position: relative;
            margin: 0 !important;
            border-bottom: 1px solid #2a2a2a;
        }

            #nav .nav-top > li.has-mega-drop:before,
            #nav .nav-top > li.has-drop:before {
                top: 5px;
                right: 10px;
                color: #2a2a2a;
                line-height: 2;
                font-size: 15px;
                content: "\f107";
                position: absolute;
                font-family: "FontAwesome";
            }

    .dark #nav .nav-top > li.has-mega-drop:before,
    .dark #nav .nav-top > li.has-drop:before {
        color: #fff;
    }

    #nav .nav-top > li:hover:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    #nav .nav-opener {
        display: block;
    }

    #nav .nav-holder {
        top: 0;
        bottom: 0;
        left: -240px;
        width: 240px;
        height: 100vh;
        z-index: 9999;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .dark #nav .nav-holder {
        background: #2a2a2a;
    }

    .mainnav-active #nav .nav-holder {
        left: 0;
    }

    .mainnav-active .w1 {
        margin: 0 -240px 0 240px;
    }

    .mainnav-active .w7 {
        margin: 0 -260px 0 260px;
    }

    .sidemenu-photo {
        z-index: 9999;
        margin: 0 0 0 -260px;
        -webkit-transition: margin .4s ease;
        transition: margin .4s ease;
    }

    #nav7 {
        margin: 0;
    }

        #nav7 .nav-opener {
            display: block;
        }

    .clearfix-sm {
        clear: left;
    }

    .search-form-top {
        float: none;
        max-width: 210px;
        margin: 30px auto 10px;
    }

    #footer .column1 {
        margin: 0 0 30px;
    }

    #footer .column2 {
        margin: 0 0 30px;
    }

    #footer .column3 {
        margin: 0 0 30px;
    }

    #footer.style3 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style12 {
        display: none;
    }

    #footer.style14 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style15 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style16 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style17 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style25 .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #footer.style30 {
        display: none;
    }

    .footer-bottom .footer-nav {
        float: none;
        max-width: 100%;
        overflow: hidden;
        margin: 0 0 20px;
        text-align: center;
    }

    .footer-bottom .copyright {
        float: none;
        display: block;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
    #nav .nav-top > li > a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
}
