/*NAV*/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 50px;
    z-index: 200;
    line-height: 50px;
}

nav #nav-login {
    display: none;
}
nav.load-status .nav-wrapper > *, nav.no-session > .nav-wrapper > #nav-actions, nav.no-session > .nav-wrapper > #nav-user {
    display: none;
}
nav.nav.load-status .nav-wrapper > .brand-logo {
    display: block;
}

@media (min-width:992px) {
    nav.no-session .nav-wrapper > #nav-login{
        display: block;
    }
}

nav .brand-logo {
    height: 100%;
    padding: 10px;
    float: left;
    position: static;
}
nav .brand-logo img {
    height: 100%;
    float: left;
}

nav ul a {
    color: #444;
}
nav ul#nav-actions li a {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #525860;
    margin: 10px 5px;
    border-radius: 40px;
    line-height: 40px;
    overflow: hidden;
}
nav ul#nav-actions li a i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}   

nav ul#nav-actions li a:hover {
    color: #000;
    background: none !important;
}

/*BREADCRUMBS*/
nav #nav-breadcrumb {
    width: calc(50% - 30px);
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
}
nav #nav-breadcrumb .breadcrumb {
    color: #000;
    font-family:'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.28px;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
nav #nav-breadcrumb .breadcrumb:last-child {
    opacity: 1;
}
.breadcrumb:before {
    color: #444;
    font-size: 16px;
}

nav #nav-breadcrumb .breadcrumb_3 {
    max-width: 50%;
}
/**/

nav .nav-wrapper i {
    height: 60px;
    line-height: 60px;
}
nav ul:not(.browser-default) li {
    height: 60px;
    line-height: 60px;
}

/*NAV user*/
#nav-user  {
    border-left: 1px solid #eee;
}

nav #nav-user #user-pic {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin: 10px;
    border: 3px solid #eee;
    cursor: pointer;
}

nav #nav-user #user-pic:hover {
    border-color: rgba(0, 153, 255, 0.10);
    border-color: #ddd;
}

nav #nav-user .badge {
    height: 20px;
    margin: 20px 10px;
    background-color: #eee;
    border-radius: 20px;
    color: #525860;
}
.badge .icon {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    width: 24px;
    font-size: 14px;
    float: left;
    margin-top: -2px;
    background-color: #ddd;
}

.badge .icon i {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.badge .text {
    height: 20px;
    float: left;
    padding: 0 10px 0 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    font-family:'Montserrat', sans-serif;
}

.badge .icon {
    background-color: transparent !important;
}

.badge .icon img{
    float: left;
}
.badge img{
    height: 100%;
}
nav #nav-user .badge#user-premium, nav #nav-user .badge#user-tickets {
    cursor: pointer;
}
nav #nav-user #user-pic i{
    display: none;
}
body.drop_menu_open nav #nav-user #user-pic i{
    background-color: #ccc;
    display: block !important;
    color: #525860;
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
    width: 34px;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 18px;
}

/*NAVAPPS*/
nav .upload_button {
    margin-top: 12px;
}

/*LOGIN*/
nav #nav-login .nav-btn {
    float: left;
    margin: 7px 0;
    margin-right: 10px;
}

@media(min-width:767px) and (max-width:991px){
    #nav-breadcrumb .breadcrumb {
        display: none;
    }

    #nav-breadcrumb .breadcrumb:last-child{
        display: block;
    }

    #nav-breadcrumb .breadcrumb:last-child:before{
        display: none;
    }
}

#login-form > input[type='submit'] {
    width: 100px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    outline: none;
    background-color: #444;
    font-size: 14px;
}

#login-form > input {
    width: 180px;
    float: left;
    box-sizing: inherit !important;
}

@media (min-width: 992px) and (max-width: 1279px){
    nav #nav-breadcrumb {
        width: auto;
        max-width: calc(100% - 500px);
    }

    nav #nav-breadcrumb .col.s12 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    nav #nav-breadcrumb .breadcrumb {
        float: unset;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 991px){
    nav .brand-logo {
        width: 40px;
        height: 50px;
        float: left;
        transform: none;
        padding: 5px 0;
    }
    nav .brand-logo i{
        width: 100%;
        color: #000;
        height: 40px;
        float: left;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
    }
    nav ul#nav-actions li a {
        margin: 10px 0;
    }
    nav #nav-breadcrumb {
        width: calc(100%  - 40px);
        padding: 0;
    }
    nav #nav-breadcrumb .breadcrumb {
        max-width: 100%;
    }
    nav #nav-user {
        display: none;
    }
    nav #nav-user li {
        display: none;
    }
    nav #nav-user li:last-child {
        display: block;
    }
    nav #nav-actions > li{
        display: none;
    }
    nav #nav-actions li#li_shop {
        display: none !important;
    }
    nav #nav-login .button {
        height: 36px;
    }
    
    nav #nav-login .button  > *{
        height: 36px;
        line-height: 36px;
    }
    #login-form > input, #login-form > input[type='submit'] {
        width: 100%;
    }
    nav #nav-user #user-pic {
        margin: 10px 5px;
    }
}

/*LOAD STATUS*/
/* nav.load-status > .nav-wrapper > *, nav.no-session > .nav-wrapper > *{
    display: none !important;
} */

nav.load-status > .nav-wrapper > .brand-logo, nav.no-session > .nav-wrapper > .brand-logo, nav.no-session > .nav-wrapper > #nav-login { 
    display: block !important;
}

@media (max-width: 991px){
    nav.no-session > .nav-wrapper > #nav-login { 
        display: none !important;
    }
}

/*SHOP*/
nav #nav-actions li#li_shop {
    display: block;
}

/*NAV SEARCH*/
nav #nav-search {
    display: none;
}
nav.search #nav-breadcrumb {
    display: none;
}
nav.search #nav-search {
    width: 300px;
    display: block;
    height: 36px;
    margin: 12px 0;
    float: left;
    max-width: 50%;
}

nav #nav-search form {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: #f2f3f5;
    border-radius: 36px;
}
nav #nav-search input {
    float: left;
    background-color: #f2f3f5;
    color: #444;
    border-radius: 36px;
    height: 36px;
    font-weight: bold;
    border: none;
    box-shadow: none;
    margin: 0;
    width: calc(100% - 58px);
}

nav #nav-search #nav_btn_action {
    width: 36px;
    color: #fff;
    background-color: #09f;
    height: 36px;
    float: left;
    margin-left:  10px;
    line-height: 36px;
    border-radius: 0 36px 36px 0;
    text-align: center;
    cursor: pointer;
}
nav #nav-search #nav_btn_action:hover {
    background-color: #0472bb;
}
nav #nav-search #nav_btn_action i {
    line-height: 36px;
    height: 36px;
     font-size: 20px;
}
nav a.nav_button_upload {
    width: auto !important;
    padding: 0 10px !important;
}

nav a.nav_button_upload .text {
    line-height: 40px;
    height: 40px;
}

nav a.nav_button_upload i {
    width: 100% !important; 
}

@media(min-width: 992px) and (max-width: 1279px){
    nav a.nav_button_upload .text {
        display: none;
    }
}

#upload_btn_nav {
    margin: 12px 0;
}


@media(min-width:992px){
    nav {
        height: 50px;
    }
    nav #nav-breadcrumb {
        height: 50px;
        line-height: 50px;
    }
    nav #nav-breadcrumb .breadcrumb {
        font-size: 14px;
    }
    nav ul:not(.browser-default) li {
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    nav #nav-user .badge {
        margin: 15px 5px;
    }
    nav .brand-logo {
        padding: 7px;
    }
    nav ul#nav-actions li {
        cursor: pointer;
    }
    nav ul#nav-actions li:hover {
        background-color: #eee;
    }
    nav ul#nav-actions li > a, nav ul#nav-actions li > div {
        width: 50px;
        padding: 0px;
        height: 50px;
        margin: 0px;
        border-radius: 0px;
        line-height: 50px;
    }
    nav ul#nav-actions li .icon{
        width: 26px;
        height: 26px;
        color: #fff;
        border-radius: 100%;
        background-color: #444;
        margin: 0 12px;
        float: left;
        line-height: 26px;
        margin-top: 7px;
        margin-bottom: 1px;
        text-align: center;
    }
    nav ul#nav-actions li .icon img {
        height: 16px;
        width: auto;
        display: inline-block;
        margin-top: 5px;
    }
    nav ul#nav-actions li .icon i {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        display: inline-block;
    }
    nav ul#nav-actions li a .text, nav ul#nav-actions li div .text {
        font-size: 9px;
        width: 50px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        float: left;
        color: #444;
        font-weight: 600;
        font-family:'Open Sans', sans-serif;
    }
    
    nav ul#nav-actions li:hover .text {
        color: #000;
    }
    nav ul#nav-actions li .badge {
        position: absolute;
        height: 15px;
        width: 15px;
        background: #fff;
        right: 5px;
        top: 20px;
        border-radius: 100%;
        line-height: 15px;
        font-size: 8px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 1px 1px #ddd;
    }

    nav ul#nav-actions li#li_notes .icon {
        background-color: #05F;
    }
    nav ul#nav-actions li#li_upload .icon {
        background-color: #4789fd;
    }
    nav ul#nav-actions li#li_invite .icon {
        background-color: #1e228e;
    }
    nav ul#nav-actions li#li_shop .icon {
        background-color: #ff7c07;
    }
    nav ul#nav-actions li#li_giveaway .icon {
        background-color: #fa6e61;
    }

    nav ul#nav-actions li#li_notes {
        width: 60px;
    }
    nav ul#nav-actions li#li_notes .icon { 
        margin-left: 17px;
        margin-right: 17px;
    }
    nav ul#nav-actions li#li_notes > a {
        width: 60px;
    }
    nav ul#nav-actions li#li_notes .text { 
        width: 60px;
    }

    #upload_btn_nav {
        margin: 10px 4px 10px 0;
    }
    #nav-user {
        height: 49px;
        background-color: #fafafa;
        width: auto;
    }
    nav #nav-user #user-pic {
        height: 36px;
        width: 36px;
        margin: 7px 7px 7px 4px;
    }
    nav #nav-user #li_user_stats {
        padding: 7px 0 7px 7px;
        width: auto;
    }
    nav #nav-user #li_user_stats .badge{
        width: auto;
        height: 18px;
        margin: 0;
        float: left;
        background: none;
        line-height: 18px;
        min-width: 24px;
    }
    nav #nav-user #li_user_stats .badge .icon{
        height: 18px;
        line-height: 18px;
        margin: 0;
        margin-right: 6px;
        width: 20px;
    }
    nav #nav-user #li_user_stats .badge .icon i{
        display: inline-block;
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 19px;
        color: var(--w-color-premium);
    }
    nav #nav-user #li_user_stats .badge .text{
        line-height: 20px;
        height: 18px;
        font-size: 10px;
    }
    #user-money .icon {
        width: auto !important;
        height: 12px !important;
        margin-right: 6px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    
    #user-money .text {
        line-height: 18px !important;
    }
    .breadcrumb:before {
        margin: 0 4px 0 2px;
    }
    nav #nav-breadcrumb .breadcrumb:hover {
        opacity: 1;
    }
    nav .badge .text {
        padding:0;

    }
    
}

@media (max-width: 991px) {
    nav ul#nav-actions li#li_shop a {
        margin: 0px 0;
        height: 60px
    }
    nav ul#nav-actions li#li_shop .icon{
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 100%;
        background-color: #444;
        margin: 0px;
        float: left;
        line-height: 36px;
        margin: 10px 0;
        text-align: center;
    }
    nav ul#nav-actions li#li_shop .icon img {
        height: 30px;
        width: auto;
        margin-top: 5px;
        float: left;
        display: inline-block;
    }
    nav ul#nav-actions li#li_shop .icon i {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        display: inline-block;
    }
    nav ul#nav-actions li#li_shop a .text, nav ul#nav-actions li#li_shop div .text {
        font-size: 9px;
        width: 40px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        float: left;
        color: #444;
        font-weight: 600;
        display: none;
    }
    
    nav ul#nav-actions li#li_shop:hover .text {
        color: #000;
    }
    nav ul#nav-actions li#li_shop .badge {
        display: none;
    }

    nav ul#nav-actions li#li_shop .icon {
        background: none;
    }
}


/* NOTIFICATIONS NAV START */

body.has-notifications nav {
    top: 50px;
}

body:not(.has-notifications) .notifications-nav { 
    display: none;
}

.notifications-nav {
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    background-color: var(--w-color-primary) ;
    text-align: center;
    z-index: 200;
    height: 50px;
    padding: 6px 12px;
}

.notifications-nav a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    margin: auto;
}

.notifications-nav a:hover{
    text-decoration: underline;
}

@media (max-width: 991px) {
    .notifications-nav a {
        font-size: 13px;
        line-height: 14px;
    }
}
/* NOTIFICATIONS NAV END */