/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-09-30, 16:45:04
    Author     : Kamil
*/

/*@media (min-width: 1900px) {
    #body-content{
        width:1900px;
        margin: auto;
    }
}*/

.album-nav{
    position: absolute;right: 0;top:0;
}

.album-nav .an-item {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.album-nav .an-item-info span {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out 0s;
}
.album-nav .an-item:hover .an-item-info span {
    color: #fff;
}
.album-nav .an-icon {
    display: block;
    font-size: 14px;
}

.lg-sub-html{
    /* display: none;*/
}
.lg-toolbar{
    background: none !important;
}

.blog-list-item .bli-button{
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background: #111111;
    color:#fff;
}

.navbar-nav li{
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav li:hover{
    background: #f1f2f3;
}
.navbar-nav > li + li{
    margin-left: 0;
}

