/* gallery */

a.thumbnail {
    display: inline-block;
    width: 49%;
    height: 110px;
    padding: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);

    font-size: 0;
    line-height: 0;
}

    a.thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 

/* archiv */

.item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 2.5em !important;
}
    
    .item p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item .timestamp {
        display: block;
        color: #727272;
        font-size: 0.6em;
        font-weight: normal;
        margin-top: 0.5em;
    }

    .item .button {
        position: absolute;
        bottom: 0;
        margin-top: 0;
    }

    img.image.left {
        width: 200px;
        height: 200px;
        margin-bottom: 0;
        object-fit: cover;
    }

/* komentare */

/*

h3.with-discussion {
    padding-left: 23px;
    background: url('/img/ico_chat.png') left center no-repeat;
}

#comment-form {
    width: 100%;
    margin-bottom: 15px;
}

    #comment-form fieldset {
        clear: both;
        position: relative;
        color: #000000;
        padding: 10px 0px 10px 10px;
        margin-bottom: 15px;
        background: #E7E7DF;
        border: 1px solid #B6B7B1;
    }
    
        #comment-form fieldset label span {
            display: block;
            margin-bottom: 3px;
        }

        #comment-form textarea {
            width: 98%;
            height: 100px;
            margin-bottom: 10px;
        }

.comment {
    padding: 10px;
    margin-bottom: 15px; 

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.comment.odd {
    background-color: #F0F0F0;
}

    .comment h4 {
        position: relative;
        font-weight: normal;
        padding-bottom: 3px;
        border-bottom: 1px solid #B6B7B1;
    }
    
        .comment h4 span {
            position: absolute;
            right: 0px;
        }

    .comment p {
        padding-bottom: 0px !important;
    }
*/

/* slider */

p#slider {
    display: block;
    width: 100%;
    text-align: right;
}

    #slider label {
        float: left;
        font-weight: normal !important;
        text-align: left;
        margin-right: 10px;
    }

    #slider input#slider_strana {
        float: left;
        height: 100%;
        text-align: center;
        line-height: 100%;
        margin-right: 10px;
    }
    
    #slider #slider_go {
        float: left;
        margin: 0;
    }
    
        #slider #slider_go i {
            margin: 0 !important;
        }
    
    #slider .separator {
        color: #8C8C86;
    }
    
    #slider a.slider-next,
    #slider span.slider-next,
    #slider a.slider-previous,
    #slider span.slider-previous {
        color: #000000 !important;
    }  

        #slider a.slider-next i,
        #slider span.slider-next i {
            margin-left: 7px;
        }

        #slider a.slider-previous i,
        #slider span.slider-previous i {
            margin-right: 7px;
        }
    
    #slider a.slider-next:hover,
    #slider a.slider-previous:hover {
        text-decoration: none;
    }
    
    #slider span.slider-next,
    #slider span.slider-previous {
        color: #5A5A5A !important;
    }  
