﻿html {
    height: 100%;
    min-width: 320px;
}


body {
    height: 100%;
    min-width: 320px;
    font-family: 'PT Sans', sans-serif;
}

.topRow {
    z-index: 100;
    height: 280px;
}

.bodyRow {
    /*min-height: calc(100% - 280px) !important;*/
    /*height: calc(100% - 280px) !important;*/
    z-index: 99;
}

.sidePage {
    background: linear-gradient(white, #afca28);
    overflow: hidden !important;
}

.page {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 40px !important;
    padding-bottom: 55px;
    min-height: 600px;
}

.top {
    position: relative;
    background-image: url('/images/Home/titul_05.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: calc(100% - 100px);
}

.button {
    width: 80%;
    height: 100%;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    display: inline-block;
    position: relative;

    max-width: 200px;
    min-width: 90px;
    min-height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
}

.buttonAkce {
    background-image: url('../images/Layout/buttons/tlacitko1.png');
}

    .buttonAkce:hover {
        background-image: url('../images/Layout/buttons/tlacitko1h.png');
        text-decoration: none;
        color: white;
    }

    .buttonAkce > div {
        position: relative;
        top: 50%;
        transform: translateY(-57%);        
    }

.buttonGalerie {
    background-image: url('../images/Layout/buttons/tlacitko2.png');        
}

    .buttonGalerie:hover {
        background-image: url('../images/Layout/buttons/tlacitko2h.png');
        text-decoration: none;
        color: white;
    }

    .buttonGalerie > div {
       position: relative;
       top: 50%;
       transform: translateY(-70%);
    }

.buttonOnas {
    background-image: url('../images/Layout/buttons/tlacitko3.png');
}

    .buttonOnas:hover {
        background-image: url('../images/Layout/buttons/tlacitko3h.png');
        text-decoration: none;
        color: white;
    }

    .buttonOnas > div {
        position: relative;
        top: 50%;
        transform: translateY(-70%);
    }
 

.aktualitaItem {
    margin: 0;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    min-height: 150px;
    box-shadow: 7px 7px 5px -5px #e8e8e8;
    -webkit-box-shadow: 7px 7px 5px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 5px -5px rgba(0,0,0,0.3);
}

.aktualitaItemH {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 15pt;
    margin: 0;
    color: #5A5B5B;
    padding-right: 0;
}

.aktualitaItemText {
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 11pt;
    margin: 0;
    color: black;
    padding-right: 0;
}

.aktualitaItemDatum {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12pt;
    color: black;
    line-height: 40px;
}

.btn-link {
    color: #5A5B5B;
}

.lvice {
    position: absolute;
    right:10px;
    top: 10px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-image: url('/images/Layout/lvice.png');
    background-size:contain;
}

.klub {
    position: absolute;
    left: -170px;
    top: 10px;
    z-index: 100;
    width: 278px;
    height: 141px;
    background-image: url('/images/Layout/logo.png')
}

@media (max-width: 575.98px) {
    .klub
    {
        display:none;
    }
}

@media (min-width:576px) and (max-width: 991.98px) {
    .topRow {
        height: 350px;
    }

    .bodyRow {
        min-height: calc(100% - 350px) !important;
    }
}

@media (min-width:576px)
{
    .lvice {
        position: absolute;
        right: -50px;
        top: 60px;
        z-index: 100;
        width: 116px;
        height: 116px;
        background-image: url('/images/Layout/lvice.png')
    }
}

@media  (max-width: 991.98px) {
    .button {
        font-size: 12pt;
    }

    .buttonAkce > div {
        line-height: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .topRow {
        height: 450px;
    }

    .bodyRow {
        min-height: calc(100% - 450px) !important;
    }
}
 
@media (min-width: 1366.02px) {
    .topRow {
        height: 500px;
    }
    .bodyRow {
        min-height: calc(100% - 500px) !important;
    }    
}

