﻿header {
    height: 650px;
    position: relative;
    margin: 0px;
    border: 0px;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

header .reklamniText {
        position: absolute;
        z-index: 2;
        top: 200px;
        padding-left: 50px;        
    }

.reklamniText h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Myriad Pro Bold';
    margin-bottom: 0px;
    color: #F29900;
    line-height: 1.25;
}
    .reklamniText h1 span, .reklamniText span {
        /*background-color: rgba(0, 0, 0, 0.7);*/
        /*background-color: rgba(255, 255, 255, 0.8);*/
        padding: 0px 15px 0px 15px;
    }
        .reklamniText span.podnadpis {
            font-size: 30px;
            color: #95C122;
        }


.container-video-bg {
    top: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*width: 100%;
    overflow: hidden;
    display: block;*/
    /*box-sizing: border-box;*/
}

#myVideo {
    width: 100vw;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    display: inline-block;
    vertical-align: baseline;
    object-fit: contain;
}

/*#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}*/

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #myBtn:hover {
        background: #ddd;
        color: black;
    }


h1 {
    font-size: 30px;
    font-family: 'Myriad Pro';
    color: #5f0b0b;
}

h2 {
    font-size: 20px;
    font-family: 'Myriad Pro';
    color: #5f0b0b;
}

h3 {
    font-size: 18px;
    font-family: 'Myriad Pro';
}

.hlavni_odkazy {
    background-color: #95C122;
    min-height: 110px;
    overflow: hidden;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
}



    .hlavni_odkazy a {
        width: 222px;
        height: 100px;
        display: block;
        float: left;
        padding: 0px 20px 20px 20px;
        /*margin-right: 80px;*/
        color: black;
        font-family: 'Myriad Pro Bold';
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
    }

        .hlavni_odkazy a.last {
            /*margin-right: 0px;*/
        }

    .hlavni_odkazy img {
        height: 50px;
        margin-bottom: 5px;
    }


/*p.aktualita {
    text-align:right;
    font-weight: bold;
}


.aktuality {
    margin-bottom: 20px;
}

.aktuality .datum {
    font-size: 26px;
    font-family: 'Myriad Pro Bold';
    color: #F29900;
}

.aktuality h2 {
    font-size: 22px;
    font-family: 'Myriad Pro Bold';
    color: #F29900;
    padding-top: 5px;
}

.aktuality h2 a {
    font-size: 22px;
    font-family: 'Myriad Pro Bold';
    color: #F29900;
    padding-top: 5px;
}*/

a {
    color: #5f0b0b;
}





.tabReditel th {
    padding-right: 20px;
}


/* Media */
.media {
    margin-bottom: 40px;
}

.mr-4 {
    min-width: 70px;
    font-weight: bold;
    color: #FF9700;
    font-size: 18px;
}






.gyrigall{
display: block;
float:left;
margin-left:40px;
margin-bottom: 40px;
padding: 5px;
background-color: black;
height: 340px;
text-align: center;
}

.gyrigall img {
max-height: 300px;
max-width: 300px;
}

    .gyrigall a {
        color:white;
    }
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 300px) {
        header {
        height: 180px;
    }




.hlavni_odkazy a {
    width: 130px;
    padding: 0px 0px 20px 40px;
    }





    .hlavni_odkazy {
        padding: 20px 0 20px 0;
    }


}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    header {
        height: 200px;
    }


    .hlavni_odkazy a {
        width: 135px;
        padding: 0px 0px 20px 40px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    header {
        height: 430px;
    }



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header {
        height: 550px;
    }


    /*#obsah {
        margin-top: 120px;
    }*/

    .hlavni_odkazy a {
        width: 180px;
        padding: 0px 0px 20px 40px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    header {
        height: 390px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1980px) {
    header {
        height: 690px;
    }
}




