﻿html, body {
}

.logo a h1 {
    font-size: 2.5em;
}

.top-nav ul li a {
    font-size: 1.3em;
}

h2 {
    font-weight: bold;
}


.caption {
    top: auto;
    bottom: 25px;
    right: 5%;
    width: auto;
    left: auto;
}

.imgContainer {
    display: block;
    float: left;
    text-align: center;
    position: relative;
}

    .imgContainer .imgInner {
        position: relative;
        display: inline-block;
        border: 1px solid #ccc;
        -moz-box-shadow: 1px 1px 5px #ccc;
        -webkit-box-shadow: 1px 1px 5px #ccc;
        box-shadow: 0px 0px 3px 1px #ccc;
        padding: 10px;
        padding-bottom: 40px;
        background: #fff;
    }

    .imgContainer .imgOuter {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

        .imgContainer .imgOuter img {
            display: inline-block;
            position: relative;
        }

.imgPopis {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 1.1em;
    color: #999;
    display: flex;
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
}



.header {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 10px 0px;
    min-height: 60px;
}

.content {
    margin-top: 80px;
    min-height: calc(100vh - 160px);
}

.banner99 {
    background: url('../images/titulka/IMG_0433.jpg') no-repeat;
    background-size: 100%;
    background-position-y: center;
}

#TB_window {
    border: 1px solid #ccc !important;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
}


#TB_closeWindow {
    display: none;
}

#TB_caption {
    width: 100%;
    text-align: center;
    float: none;
    font-size: 1.5em;
    color: #999;
    padding: 15px 0px !important;
    height: auto !important;
}

ul {
    margin: 0px;
}

    ul li {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }


.typTvorby {
    text-align: right;
    font-size: 18px;
}


    .typTvorby > span {
        margin: 0px 20px;
        color: #aaa;
        cursor: pointer;
        font-size: 22px;
        font-weight: bold;
        padding: 0px 15px 3px 15px;
    }

        .typTvorby > span.selected {
            border-bottom: 1px solid #999;
            color: #333;
        }


.expandFolder {
    clear: both;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 7px 2px #ccc;
    transition: .2s all;
    cursor: pointer;
    margin: auto;
    max-width: 250px;
}



.expandFolder:hover {
    transform: scale(1.03);
}



.expandFolder:after {
    content: 'Zobrazit další...';
    display: inline;
}



    .expandFolder.expanded:after {
        content: 'Skrýt ...';
        display: inline;
    }



.imageHolder {
    overflow: unset !important;
    display: none;
}
