.portfolio-filter #filters li .filter{
    color: white;
    border-color: white;
}

.stores{
    max-width: 180px;
}

.book-now{
    float: right;
    margin-top: 27px;
}

.item-details{
    list-style: none;
    float: left;
}

.bg-for-reading{
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

.navbar-default.navbar-expanded, .navbar-inverse.navbar-expanded{
    background: white;
}

.navbar-inverse{
    background: white;
}

.navbar-default .navbar-nav li a, .navbar-inverse .navbar-nav li a{
    color: #0069A6;
}

.navbar-nav .nav>li{
    background: #EAEAEA;
}

.navbar-nav .nav>li.active{
    background: #666;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background: #666;
    color: white;
}

.navbar-default .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:hover{
    color: #0069A6;
}

.navbar-default .navbar-nav li a, .navbar-inverse .navbar-nav li a{
    color: #0069A6;
}

.language-selector{
    color: black;
    z-index: 1039;
    position: fixed;
    text-align: right;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 5px 15px 0 0px;
}

.language-selector img{
    max-width: 20px;
    opacity: .5;
}

.language-selector img.active{
    opacity: 1.0;
}

@media (max-width:767px){
    .navbar-inverse .navbar-toggle{
        background: #333;
    }
    .navbar-brand{
        margin-top: -5px;
    }
    .language-selector{
        width: 50%;
        margin-top: 25px;
        margin-left: 18px;
        text-align: left;
    }

    .language-selector img{
        max-width: 15px;
        opacity: .5;
    }

    .language-selector img.active{
        opacity: 1.0;
    }
}