@charset "utf-8";
/* CSS Document */
#right-column {
    width: 740px;
    float: left;
    padding: 0;
}
#right-column h1 {
    margin: 20px 0 0 20px;
}
#article-zoznam {
    margin: 20px;
}
#article-detail > div.preview {
    float: left;
    /*margin: 0 10px 5px 0;*/
}
#article-detail > div.footer {
    margin: 20px 0 0;
}
#article-zoznam > div > div.text > div {
    width: 176px;
    height: 132px;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}
#article-zoznam > div > div.text > div img {
    max-width: 176px;
    max-height: 132px;
}
#article-detail > div.preview > p > img {
    vertical-align: text-top !important;
    float: left;
    margin: 0 15px 10px 0;
}
/*galéria*/
#photo-gallery .photo {
    float: left;
}
#photo-gallery .photo.last {
    margin: 0 0 10px;
}
#photo-gallery .img a {
    width: 185px;
    height: 139px;
    display: block;
    text-align: center;
}

#photo-gallery .img a div:hover {
    opacity: 0.8;
}
/*detail*/
#content.gallery {
}
.gallery-content {
    margin: 20px;
}
#content.galeria .gallery-item {
    width: 185px;
    height: 180px;
    float: left;
    text-align: center;
    padding: 0 0 10px;
    position: relative;
}
#content.galeria .gallery-item.last {
}
.gallery-item:hover {
}
.gallery-item .photo-desc {
    float: left
}
.gallery-item .photo-item {
    width: 185px;
    height: 139px;
    float: left;
}
.gallery-item .photo-item a {
    width: 185px;
    height: 139px;
    display: block;
    text-align: center;
}
.gallery-item .photo-item img {
    max-width: 185px;
    max-height: 139px;
}
.gallery-item .photo-item img:hover {
}
.gallery-item .text {
    width: 100%;
    float: left;
}
.gallery-item .text h2 {
    text-align: center;
    line-height: 19px;
}
.gallery-item .text h2 a {
    width: 100%;
    font-size: 12px;
    color: #24362a;
    font-weight: normal;
    text-transform: uppercase;
}
.gallery-item .text a:hover{
    color: #07b8d2;
}