@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,300,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100);

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,800,900,700,600);

#menu,
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    margin: 41px auto 0;
    display: inline-block;
    float: right;
    margin-right: 30px;
}

    #menu:before,
    #menu:after {
        content: "";
        display: block;
    }

    #menu:after {
        clear: both;
    }

    #menu li {
        float: left;
        background: url(../img/sep.png) no-repeat;
        position: relative;
        margin-top: 0px;
        padding: 0 40px 0 0;
    }

        #menu li li {
            padding: 0 0px 0 0;
        }

        #menu li:last-child {
            padding: 0;
        }

    #menu a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        display: block;
        position: relative;
        font-family: Raleway;
        color: #fff;
        padding-bottom: 20px;
    }





.active_menu {
    color: #fff!important;
    background-image: url(images/hdr_wing2.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 33px;
}


#menu li li a {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 17px;
    font-weight: normal;
}

    #menu li li a:hover {
        color: #fbf8f8;
    }


#menu a:hover {
    color: #00b4c8;
}

#menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 10000;
    width: 250px;
    background-color: #f5f5f5;
    transition: all .2s ease-in-out;
    /*  border: 1px solid #F1EFEF;*/
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 250px;
    margin: 0 0 0 20px;
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
}

#menu ul a {
    padding: 10px;
    width: 246px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

    #menu ul a:hover {
        background-color: #00b4c8;
    }

#menu ul li:first-child > span a:after {
    content: '';
    position: absolute;
    left: 17px;
    top: -8px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
}

#menu ul ul li:first-child > span a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

#menu-trigger { /* Hide Initially */
    display: none;
}

    #menu-trigger li li {
        background-image: url(images/bullet.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }

        #menu-trigger li li a {
            color: #fff;
        }

            #menu-trigger li li a:hover {
                color: #ccc;
            }

@media(max-width: 767px) {
    #menu-wrap;

{
    position: relative;
}

#menu-wrap * {
    box-sizing: border-box;
}

#menu-trigger {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 56px;
    color: #fff;
    font-weight: normal;
    background-color: #111;
    background: url(images/menu.png) no-repeat 10px center, linear-gradient(#A83F0B, #A83F0B);
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

#menu {
    margin: 0 0 10px 0;
    padding: 10px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
    display: none;
    box-shadow: none;
    background-color: #A83F0B;
    border-radius: 6px;
}

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #107677;
    }

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;
    }

        #menu ul ul {
            margin: 0 0 0 20px;
            box-shadow: none;
        }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;
        background: none !important;
    }

    #menu ul li {
        margin-left: 20px;
        box-shadow: none;
    }

    #menu a {
        display: block;
        float: none;
        padding: 0;
        color: #fff;
    }

        #menu a:hover {
            color: #fafafa;
        }

    #menu ul a {
        padding: 0;
        width: auto;
    }

    #menu ul a {
        background: none !important;
    }

}

/*menu css second*/
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}
