/*
    static/css/app/navbar.css
    

    only navbar styles
*/

/**** navbar *****/
.nav.navbar-right > li > a {
    color: white;
}
.navbar-fixed-top {
    background: #5db9d4;
    color: #fff;
    opacity: 0.9;
    border-bottom: none;
}
.navbar-fixed-top {
    border-bottom: 1px solid #63afe2 !important;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #77cae6;
}
.navbar-nav>li {
    margin-left: 5px;
}
.nav > li.active {
    border-bottom: 4px solid #fff;
    border-left: none;
    background: #77cae6;
}
.navbar-toggle {
    background-color: #f3f3f3;
    float: left;
    margin-left: 10px;
}
.navbar-nav #want-tripper {
    background-color: #df7025;
}

/* navbar responsive
 * 
 * 
 * */
.fa-bars {
    color: #5db9d4;
}
#logo {
    height: 57px;
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 0;
    width: auto;
}

.logo_turisti{
    height: 57px;
    position: absolute;
    z-index: 1;
    left: 350px;
    top: 0;
    width: auto;
}
.nav > li > a.accented, .nav > li > ul > li > a.accented {
    background-color: #EE6602;
    border-radius: 5px;
}
.nav > li > a.accented:hover, .nav > li > ul > li > a.accented:hover {
    background-color: #fc6b03;
    border-radius: 5px;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text_turisti{
    position: absolute;
    z-index: 1;
    left: 70%;
    top: 36px;
    width: auto;
    color: white;
}

@media (max-width:512px) {
    #logo {
        left: 10%;
        height: 45px;
        width: auto;
    }
    .text_turisti{
        left: 20%;
    }
}
@media (max-width:1192px) {
    #logo {
        left: 20%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .collapse.in {
        display: block !important;
    }
    #nr-wishlist-wrapper {
        display: none;
    }
    .logo_turisti{
    right: 20px;
    left: auto;
    }
}

@media (max-width:1315px) {
    .hidden-1315{
        display: none;
    }
}

/****** end navbar ****/