/* galeria */

.gallery {
    width: 100%;
    position: relative;
    text-align: left;
}

.gallery .gallery-album {
    display: inline-block;
    width: 256px;
    overflow: hidden;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
}

.gallery .gallery-album img {
    width: calc(100% - 10px);
    background: #fff;
    padding: 5px;
}

.gallery .gallery-title {
    margin-bottom: 5px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.gallery .gallery-title a {
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    color: #0C1313 !important;
}

.gallery .gallery-count {
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666;
}


/*listĂĄzĂĄs*/

.gallery .gallery-album-list {
    display: inline-block;
    width: 256px;
    overflow: hidden;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    border: 1px #ddd solid;
}

.gallery .gallery-album-list a {
    outline: 0;
}

.gallery .gallery-album-list img {
    width: calc(100% - 10px);
    background: #fff;
    padding: 5px 5px 5px 5px;
}

.gallery .gallery-title,
.gallery .gallery-list-title {
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
}

.gallery-fix {
    clear: both;
}

.gallery-back {
    text-align: center;
    float: right;
}

.gallery-name {
    text-align: center;
    float: left;
    margin-bottom: 20px;
    font-weight: bold;
}

.gallery-back a {
    display: block;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    color: #fff !important;
    background: #493B38;
    font-weight: normal !important;
}


/***********/