h1
{
	margin-top: 64px;
}

/************************************************/
/* novinky */
/************************************************/

.boxNewsItem
{
    margin: 0 0 2.5% 0;
}



/************************************************/
/* f */
/************************************************/

.wrapPhotogalleryCategory
{
    width: 100%;
    max-width: 100%;

    overflow: hidden;
    float: none;

    background: #afc1c9;
}

    .boxPhotogalleryCategory
    {
        width: 100%;
        max-width: 100%;

        margin: 0 0 1px 0;

        background: #fff;
    }

        .boxPhotogalleryCategory h2, .boxPhotogalleryCategory h2 a
        {
            color: #555;
            text-decoration: none;
            margin: 0;
            padding: 0;
        }

        .boxPhotogalleryCategory h2 a
        {
            display: block;
            width: 100%;
            max-width: 100%;

            padding: 1%;
        }

.wrapPhotogalleryCategory:hover
{
    background: #073e61;
}

.wrapPhotogalleryCategory:hover h2, .wrapPhotogalleryCategory:hover h2 a
{
    color: #073e61;
}
