
/*------------------------------------*\    Flaunt JS Navigation\*------------------------------------*/
.nav {
    position: relative;
    display: block;
}

.nav li:first-child {
    border: 0 none;
    box-shadow: /* padding-top: 0; */
none;
}

.nav li:last-child {
/*  padding-bottom: 30px; */
}

.nav-list {
    text-align: left;
/* margin-bottom:0; */
    padding: 4px;
}

.nav li #current_page_item a {
    color: #fff;
}

.nav li.current_page_item li a {
    box-shadow: none;
    border: none;
}

.nav li {
    color: #902722;
    margin-top: -2px;
    width: 100%;
}

.nav-item {
    float: none;
    *display: inline;
    zoom: 1;
    position: relative;
    padding: .5em 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.nav-item a {
    color: #fff;
    font-family: "dekarregular" !important;
    font-size: 23px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.nav-item img {
    vertical-align: middle;
    padding: 0 7px 5px;
}

#active .first-child.nav-item > a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0,0,0,0);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: #902722;
}

.nav-item > a:hover {
    color: #FDD66F !important;
    text-decoration: /* font-size:21px! important; */
none;
}

.firsthover > a:hover {
    color: #FDD66F;
    background: /* font-size:21px! important; */
none;
}

#active > a:hover {
    background: none;
    color: /* font-size:21px! important; */
#902722;
}

/* Navigation submenu */
.nav-submenu {
    display: none;
    position: relative;
    left: -.1%;
    width: 276px;
    top: 0;
    background: #fff;
    z-index: 1000;
/* border-radius: 0.4em; */
    font-size: 16px;
    border: 2px solid #89CFE9;
    border-radius: 0 !important;
    color: #8592A6;
    margin-top: 8px;
    height: 0 auto;
    margin-bottom: 0 !important;
}

#sidebar .nav-submenu-item {
    background: #fff;
    font-size: 13px;
    margin: 0 3px;
/* padding: 0.5em 0;  */
    font-weight: /*background: url('../images/menuPartition.jpg')repeat-x left bottom ;  */
700;
}

#sidebar .nav ul li:last-child {
/* background:none; */
}

#sidebar .nav-submenu-item a {
/* background:#8B2770;	border-bottom:1px solid #9A337E; */
    display: block;
    color: #00599B;
    background: none;
    padding: .2em 0;
}

#sidebar .nav-submenu-item a:hover,#sidebar .nav-submenu-item a:active {
    background: #fff;
    color: #902722;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
/* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/downarrow.png) no-repeat center center;
    background-size: 18px;
    height: 13px;
    width: 14px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
/* border-left:1px solid #8B2870; */
    height: 49px;
    width: 100%px;
    cursor: pointer;
}

.nav-click i {
    background: url(../images/leftarrow.png) no-repeat scroll center center /8px auto rgba(0,0,0,0);
    display: block;
    height: 13px;
    width: 14px;
    margin-left: -22px;
    margin-top: 15px;
}

.nav-rotate {
    transform: rotate(90deg);
}

em,i {
    font-style: italic;
    font-size: 16px;
}

.nav-click:hover {
/* background-color:#6E1656; */
}

.nav-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.urbangreymenu #current_page_item {
    background: no-repeat scroll 98% 50% / 20px #05699B;
    background-color: #05699B;
    color: #fff;
    display: block;
    font: bold 16px Verdana;
    margin-bottom: 0;
    outline: 0 none;
    padding: 18px 24px;
    text-decoration: none;
    text-transform: uppercase;
    margin: -4px -5px 0;
    width: 267px;
}

#current_page_item a {
    font-weight: 700;
}

.urbangreymenu ul #current_page_item a:after {
    border-bottom: 34px solid rgba(0,0,0,0);
    border-left: 21px solid #05699b;
    border-top: 29px solid rgba(0,0,0,0);
    content: "";
    left: 266px;
    position: absolute;
    top: 0;
}

.urbangreymenu .headerbar #current_page_item {
    background: url(../images/leftmenu_bg.png) repeat-x scroll right center rgba(0,0,0,0);
    color: #fff;
    display: inline-block;
    font-family: "dekarregular" !important;
    font-size: 23px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 18px 24px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
}

#current_submenu_item a {
    color: #fed86b !important;
}

.#current_page_item a {
    color: #FDD66F !important;
}

.urbangreymenu #active {
    background: #5ba7f6;
    border-radius: 10px 10px 0 0;
    color: #00599b;
    display: block;
    font: bold 13px Verdana;
    margin-bottom: 0;
    outline: 0 none;
    padding: 7px 0 7px 7px;
    text-decoration: none;
    text-transform: uppercase;
}

/*------------------------------------*\    Media Queries\*------------------------------------*/
/*@media only screen and (min-width: 320px){.leftalert{margin-left:0px !important;}}*/
@media only screen and (min-width: 240px) and (max-width: 1024px) {
    .nav-mobile {
        display: none;
    }

    .nav {
        width: 100%;
        padding: 0;
    }

    .nav-list {
        display: block;
    }

    .nav-item {
        width: 100%;
        float: none;
    }

    .nav-item a {
        color: #fff;
        font-family: "dekarregular" !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        text-align: right;
    }

    .nav-item > a {
    /* padding:15px; */
    /* font-size:9px; */
    }

    .nav-submenu-item a {
        font-size: 9px;
    }

    .nav-click {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .nav-item:hover .nav-submenu {
        display: none;
    }

    .nav-submenu {
        position: static;
        width: 100%;
    }

    ul.nav-list li.nav-item a.has-child {
        background: none;
    }
}

li#add_user .nav-submenu-item a:active {
    color: #902722 !important;
}

li#add_user #sidebar .nav-submenu-item a :active {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    color: #00599b;
    display: block;
    padding: .2em 1em;
}

#current_page_adduser {
    color: #902722 !important;
}

#current_page_userlist {
    color: #902722 !important;
}