/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
.wsmain html,
.wsmain body,
.wsmain iframe,
.wsmain h1,
.wsmain h2,
.wsmain h3,
.wsmain h4,
.wsmain h5,
.wsmain h6
{
    font: inherit;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-smooth: antialiased;
    font-smooth: subpixel-antialiased;
    line-height: 18px;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    -webkit-font-smoothing: subpixel-antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
            font-smoothing: subpixel-antialiased !important;
}
.wsmenu .cl
{
    clear: both;
}
.wsmenu img,
object,
embed,
video
{
    max-width: 100%;

    border: 0 none;
}
.wsmenu a:focus
{
    outline: none !important;
}
.wsmenu:before,
.wsmenu:after
{
    display: table;

    content: '';
}
.wsmenu:after
{
    clear: both;
}
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmobileheader
{
    display: none;
}
.overlapblackbg
{
    display: none;
}
.bigmegamenu
{
    position: relative;
}
.wsmenu
{
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 13px;

    width: 100%;
    padding: 0;

    color: #fff;
    background: url('../../../img/bg-right-menu.png') no-repeat center center;
}
.wsmenu-list
{
    font-size: 1px;

    display: block;

    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;

    text-align: left;
}
.wsmenu-list > li
{
    display: inline-block;

    text-align: center;

    border-right: solid 1px #000;
}
.wsmenu-list > li:first-child
{
    border-right: none;
}
.wsmenu-list > li.link
{
    margin-left: 12px;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right
{
    font-size: 12px;

    margin: 0 3px 0 -4px;
}
.wsmenu-list li a .arrow:after
{
    position: absolute;
    top: 22px;

    float: right;

    width: 0;
    height: 0;
    margin: 0 0 0 9px;

    content: '';
    text-align: right;

    border-top: 4px solid #b3b3b3;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
}
.wsmenu-list > li > a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    padding: 0 10px;

    color: #000;
    background-color: transparent !important;
}
.wsmenu-list > li > a i
{
    font-size: 20px;

    margin-right: 10px;

    vertical-align: sub;
}
.wsmenu-list > li.topsearch
{
    font-family: 'Lato';
    font-size: 10px;
    line-height: 15px;

    width: 120px;
    padding: 3px 5px;

    color: #000;
    border: none;
}
.wsmenu-list > li.topsearch input
{
    width: 100%;
}
.wsmenu-list > li.name
{
    display: none;

    margin-left: 20px;
}
.wsmenu-list > li.name
{
    display: none !important;
}
@media only screen and (min-width: 992px)
{
    .wsmenu-list > li.name
    {
        display: inline-block;
    }
}
/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width: 910px) and (max-width: 1200px)
{
    .wsmenu-list > li.topsearch
    {
        width: 100px;
        margin-left: 0;
    }
    .wsmenu-list > li > a i
    {
        font-size: 11px;

        margin-right: 5px;

        vertical-align: baseline;
    }
    .wsmenu-list > li > a
    {
        font-size: 12px;

        padding: 0 5px;
    }
    .wsmenu-list > li.link
    {
        margin-left: 0;
    }
}
/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 910px)
{
    .wsmenu
    {
        background: none;
    }
    .wsmenu-list > li.logo
    {
        display: none !important;
    }
    .wsmenu-list > li.topsearch
    {
        display: none !important;
    }
    .wsoffcanvasopener .wsmenu
    {
        left: 0;
        transition: all .4s ease-in-out;
    }
    .wsmenucontainer.wsoffcanvasopener
    {
        display: block;

        margin-left: 240px;
    }
    .wsmobileheader
    {
        position: relative;
        top: 0;
        right: 0;
        left: 0;

        display: block !important;
        transition: all .4s ease-in-out;
    }
    .wsmenu-list > li:hover > a
    {
        text-decoration: none;

        background-color: rgba(0, 0, 0, .08) !important;
    }
    .overlapblackbg
    {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;

        cursor: pointer;

        background-color: rgba(0, 0, 0, .45);
    }
    .wsoffcanvasopener .overlapblackbg
    {
        display: block !important;
    }
    .wsmenu-submenu > li:hover > a
    {
        background-color: transparent !important;
    }
    .wsmenu > .wsmenu-list > li > a.active
    {
        color: #666;
        background-color: rgba(0, 0, 0, .08);
    }
    .wsmenu > .wsmenu-list > li > a:hover
    {
        background-color: transparent !important;
    }
    .wsmenu-list li:hover .wsmenu-submenu
    {
        display: none;
    }
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub
    {
        display: none;
    }
    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub
    {
        display: none;

        padding: 2px;

        list-style: none;

        border: solid 1px #eee;
        background-color: #fff;
    }
    .wsmenu-list li:first-child a
    {
        border-radius: 0 0 0 0;
    }
    .wsmenu-list li:last-child a
    {
        border-right: 0 solid;
        border-radius: 0 0 0 0;
    }
    .innerpnd
    {
        padding: 0 !important;
    }
    .wsmenucontainer
    {
        overflow: hidden;
        transition: all .4s ease-in-out;

        -webkit-backface-visibility: hidden;
           -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
    }
    .wsmenu-click
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 100%;
        height: 43px;

        cursor: pointer;
    }
    .wsmenu-click i
    {
        font-size: 21px;

        display: block;
        float: right;

        width: 25px;
        height: 23px;
        margin-top: 11px;
        margin-right: 8px;

        color: rgba(0, 0, 0, .25);
        background-size: 25px;
    }
    .wsmenu-click02
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 100%;
        height: 43px;

        cursor: pointer;
    }
    .wsmenu-click02 i
    {
        font-size: 21px;

        display: block;
        float: right;

        width: 25px;
        height: 23px;
        margin-top: 11px;
        margin-right: 8px;

        color: rgba(0, 0, 0, .25);
        background-size: 25px;
    }
    .ws-activearrow > i
    {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wsmenu-rotate
    {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .wsmenu-submenu-sub
    {
        position: static !important;
        top: 0 !important;
        left: 100% !important;

        display: none;
        visibility: visible !important;

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        -webkit-transform: none !important;

                transform: none !important;

        opacity: 1 !important;
        border: solid 0 !important;
    }
    .wsmenu-submenu-sub li
    {
        position: relative;

        margin: 0 0 0 0 !important;
        padding: 0;
    }
    .wsmenu-submenu-sub a
    {
        font-weight: normal;

        display: block;

        padding: 10px 25px 10px 25px;

        border-bottom: solid 1px #ccc;
    }
    .wsmenu-submenu-sub li a.active
    {
        color: #000 !important;
    }
    .wsmenu-submenu-sub li:hover > a
    {
        color: #fff;
        background-color: #333 !important;
    }
    .wsmenu-list > li > a .fa
    {
        margin-right: 6px;
    }
    .wsmenu-submenu-sub-sub
    {
        position: static !important;
        top: 0 !important;
        left: 100% !important;

        display: none;
        visibility: visible !important;

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        -webkit-transform: none !important;

                transform: none !important;

        opacity: 1 !important;
        border: solid 0 !important;
    }
    .wsmenu-submenu-sub-sub li
    {
        margin: 0 0 0 0 !important;
    }
    .wsmenu-submenu-sub-sub a
    {
        font-weight: normal;

        display: block;

        padding: 10px 25px;

        color: #000;
        border-bottom: solid 1px #ccc;
        background: #000 !important;
    }
    .wsmenu-submenu-sub-sub li a.active
    {
        color: #000 !important;
    }
    .wsmenu-submenu-sub-sub li:hover > a
    {
        color: #fff;
        background-color: #606060 !important;
    }
    .wsmenu
    {
        position: relative;
    }
    .wsmenu .wsmenu-list
    {
        display: block !important;
        overflow-y: auto;

        height: 100%;
    }
    .wsmenu .wsmenu-list > li
    {
        position: relative;

        display: block;
        float: none;

        width: 100%;
        margin-left: 0;

        white-space: inherit;

        border-right: none;
        background-color: transparent;
    }
    .wsmenu > .wsmenu-list > li > a
    {
        font-size: 14px;
        line-height: 25px;

        position: static;

        padding: 9px 32px 9px 17px;

        text-align: left;

        color: #666;
        border-right: solid 0;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, .13);
        background-color: transparent;
    }
    .wsmenu > .wsmenu-list > li > a > .fa
    {
        font-size: 16px;

        vertical-align: baseline;

        color: #000;
    }
    .wsmenu .wsmenu-list li a .arrow:after
    {
        display: none !important;
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right
    {
        font-size: 12px !important;

        color: #8e8e8e;
    }
    .wsmenu
    {
        position: fixed;
        z-index: 102;
        top: 0;
        left: -240px;

        width: 240px;
        height: 100%;
        margin: 0;
        transition: all .4s ease-in-out;

        border: none !important;
        border-radius: 0;
        background-color: #fff;
        background-color: #fff !important;
    }
    .animated-arrow
    {
        position: fixed;
        z-index: 102;
        top: 0;
        left: 0;
        transition: all .4s ease-in-out;
    }
    .callusicon
    {
        font-size: 25px;

        position: fixed;
        z-index: 102;
        top: 13px;
        right: 15px;

        width: 25px;
        height: 25px;
        transition: all .4s ease-in-out 0s;
                transition: all .4s ease-in-out;

        color: #c9c9c9;
    }
    .callusicon:focus,
    callusicon:hover
    {
        color: #fff !important;
    }
    .wsoffcanvasopener .callusicon
    {
        display: none !important;
    }
    .smallogo
    {
        position: fixed;
        z-index: 3;

        display: block;

        width: 100%;
        height: 52px;
        padding-top: 1px;

        text-align: center;

        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    }
    .wsoffcanvasopener .animated-arrow
    {
        left: 240px;
    }
    .animated-arrow
    {
        margin: 10px 0 0 15px;
        padding: 13px 35px 16px 0;

        cursor: pointer;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after
    {
        position: absolute;

        display: block;

        width: 23px;
        height: 3px;

        content: '';
        cursor: pointer;

        background: #c9c9c9;
    }
    .animated-arrow span:before
    {
        top: -7px;
    }
    .animated-arrow span:after
    {
        bottom: -7px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after
    {
        transition: all 500ms ease-in-out;
    }
    .wsoffcanvasopener .animated-arrow span
    {
        background-color: transparent;
    }
    .wsoffcanvasopener .animated-arrow span:before,
    .animated-arrow.active span:after
    {
        top: 7px;
    }
    .wsoffcanvasopener .animated-arrow span:before
    {
        bottom: 0;

        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .wsoffcanvasopener .animated-arrow span:after
    {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}
