.logo {
    max-width: 220px;
}
.u-header {
    margin-bottom: -280px !important;
}
video {
    min-width: 100vw;
}

#video-container {
    position: relative;
}

#muteButton {
    position: absolute;
    top: 25%;
    right: calc(50% - 250px);
    z-index: 9999;
    min-width: 50px;
    min-height: 50px;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.5;
    transition: .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#muteButton p {
    color: #9d9d9d;
    font-size: 14px;
    opacity: 1;
    transition: .3s;
}

#muteButton.active p {
    opacity: 0 !important;
}

#muteButton svg path {
    fill: #2eb0e6;
}

#muteButton:hover svg path {
    fill: #6DBE4A;   
}

#muteButton:hover {
    transform: scale(1.1);   
}

#muteButton.active {
    opacity: 1 !important;
}

@media (hover: hover) and (pointer: fine) {
    #muteButton:hover svg path {
        fill: #6DBE4A;
    }

    #muteButton:hover {
        transform: scale(1.1);
    }
}

.hero-video-wrapper {
    position: relative;
    overflow-x: hidden;
}

.fullscreen-video-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-video-box iframe {
    aspect-ratio: 16/9;
    width: 100%;
}
h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 81.818% */
}

p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a {
    transition: .2s;
}


.video-box {
    aspect-ratio: 16/9;
    border-radius: 0px 50px 0px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: transparent !important;
} 

.nabidka-container p {
    margin: 0;
}

.priloha-wrapper .priloha-obrazek:hover div .priloha-btn .g-btn-primary {
    background: #65d2ff !important;
    color: white !important;
}

/*vyprsela nabidka*/
.vyprsela-nabidka p {
    font-size: 20px;
    line-height: normal;
}

.vyprsela-nabidka__kontakty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vyprsela-nabidka__kontakty p {
    font-size: 14px !important;
    text-align: start !important;
}

.nabidka-container .kontakty-col, .vyprsela-nabidka .kontakty-col {
    display: flex;
    flex-direction: column;
}

.nabidka-container .kontakty-col a, .vyprsela-nabidka .kontakty-col a {
    color: #6DBE4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nabidka-container .kontakty-col a:hover, .vyprsela-nabidka .kontakty-col a:hover {
    color: #00B4F0;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-logo {
    width: 219px;
    filter: saturate(0) brightness(10);
}

.text-align-end {
    text-align: end;
}

.pb-60 {
  padding-bottom: 60px;  
}

.video-center {
    display: flex;
    justify-content: center;
    position: relative;
}
.video-box__btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 88px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8;
    transition: all 0.3s ease-out;
}
.video-box__btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    margin: -11px 0 0 -8px;
    border: solid transparent;
    border-left-color: #D9D9D9;
    border-width: 12px 20px;
    transition: all 0.3s ease-out;
}
.video-box:hover .video-box__btn-play, .fullscreen-video-box .video-box__btn-play:hover {
    transform: scale(1.3);
    background-color: #00B4F0;
}
.video-box:hover .video-box__btn-play:after, .fullscreen-video-box .video-box__btn-play:hover:after {
    border-left-color: #FFF;
}
/*
.hero-video-wrapper .video-box__btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse .7s infinite;
}
.hero-video-wrapper .video-box__btn-play {
    background: #70b734 !important;
}
.hero-video-wrapper .video-box__btn-play:after {
    border-left-color: #fff;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(112,183,52, .7) ;
	}

	70% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
*/
/*TABLE*/
thead tr th {
    background-color: #6DBE4A !important;
    height: 55px;
    color: #FFF  !important;
    font-size: 16px  !important;
    font-weight: 700  !important;
    line-height: normal  !important;
    border-right: 1px solid #FFF !important;
    vertical-align: middle;
}
thead tr th:last-child {
    border-right: 1px solid #6DBE4A !important;
}
.prehled-nabidka thead tr th:first-child {
    width: 460px !important;
    padding: 5px !important;
    text-wrap: wrap !important;
    white-space: wrap !important;
}
.prehled-nabidka tbody tr td:first-child {
    text-wrap: wrap !important;
    white-space: wrap !important;
}

tbody tr td {
    border-width: 1px;
    border-color: #E6E6E6;
    border-style: solid;
    vertical-align: middle;
    height: 55px !important;
}
table {
    border-collapse: collapse;
}
table tbody tr td {
    text-wrap: nowrap;
    white-space: nowrap !important;
}

/*PŘÍLOHY*/
.prilohy h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prilohy img {
    aspect-ratio: 4/5;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0px 10px 10px 10px;
}


/*FOOTER*/
.footer-container a {
    font-weight: 700;
    color: #FFF;
    display: block;
    width: 100%;
}
.footer-container a:hover {
    color: #73b734 !important;
}
.footer-container p {
    color: #FFF;
    margin-bottom: 0;
}

@media (min-width: 2800px) {
    video {
        max-width: 1920px !important;
        min-width: unset;
        position: relative;
    }
    .fullscreen-video-box {
        position: relative;
    }
    #muteButton {
        right: calc(50% - 600px);
    }
}
@media (max-width: 1610px) {
    .u-header {
        margin-bottom: -240px !important;
    }
}
@media (max-width: 1300px) {
    .fullscreen-video-box {
        overflow: hidden;
    }
    .u-header {
        margin-bottom: -200px !important;
    }
}
@media (max-width: 1024px) {
    .container__custom {
        max-width: 1024px;
    }
    video {
        max-width: 800px !important;
    } 
    #main iframe {
        top: 20px !important;
    }
    /*.hero-video-wrapper {
        height: 36em;
    }*/
}
@media (max-width: 992px) {
    .container__custom {
        max-width: 960px;
    }
    #main iframe {
        top: -20px !important;
    }
    .prehled-nabidka thead tr th:first-child {
        min-width: 260px !important;
    }
    .prehled-nabidka thead th {
        min-width: 100px !important;
    }
    .prehled-nabidka thead th:last-child {
        min-width: 120px !important;
    }
    .priloha-btn {
        padding-top: 5px !important;
    }

    .u-header {
        margin-bottom: -150px !important;
    }
    #muteButton {
        top: 100px;
        right: 40px;
    }
}
@media (max-width: 768px) {
    .logo {
        max-width: 160px;
    }
    .container__custom {
        max-width: 720px;
    }
    #main iframe {
        top: 0px !important;
    }
  
    video {
        max-width: unset !important;
        min-width: 200vw !important;
    }
    
    .footer-container .row {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .footer-container .col-md-4 {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .prilohy .py-2 {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }
    .g-btn-primary {
        padding: 5px 5px !important; 
    }
    .pb-60 {
        padding-bottom: 15px;
    }
    .nabidka-container .message {
        padding-bottom: 15px;
    }
    .video-box__btn-play {
        width: 58px;
        height: 58px;
    }
    .u-header {
        margin-bottom: -100px !important;
    }
    #muteButton {
        top: 50px;
        right: 40px;
    }
    td {
        min-width: 80px;
    }
}
@media (max-width: 576px) {
    html, body {
        overflow-x: hidden !important;
    }
    .u-header {
        margin-bottom: -50px !important;
    }
    #muteButton {
        top: 50px;
        right: 40px;
    }
    .container__custom {
        max-width: 540px;
    }
    .kontakty-col {
        margin-top: 5px !important;
    }
    .nabidka-container .col-6 {
        width: 100% !important;
        padding-bottom: 35px;
    }
    .nabidka-container .text-align-end {
        text-align: left !important;
    }
}
