.bold
{
	font-weight: bold;
}

.basic-color
{
	color: #52d3aa !important;
}

.text-prefix-style
{
    font-weight: bolder;
    color: #82d0ab;
}

#fh5co-home video
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    background-image: url('https://www.oknarenovace.cz/files/poster.jpg');
    background-position: center;
    background-size: cover;
}
    
#video-veil
{
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.partner-images img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .4s;
}
    
.partner-images img:hover
{
    filter: none;
    -webkit-filter: none;
}

.partner-images .partner-not-so-dominant
{
    width: 55%;
    margin: 0 10%;
}

.light-grey
{
    color: #a9a9a9;
}

.green-wrapper
{
    display: flex;
    flex-direction: column;
}

.green-wrapper .green-link
{
    display: flex;
    margin: 20px auto 10px;
    border: 1px solid #82d0ab;
    padding: 5px 10px;
    border-radius: 3px;    
}

@media screen and (max-width: 450px)
{
    .fh5co-block:first-child { margin-top: 105px; }
}

@media screen and (max-width: 768px)
{
    .fh5co-block:first-child { margin-top: 50px; }
    .second-row { margin-top: 0 !important; }
}

@media screen and (max-width: 1024px)
{
    .margin-top-15 { margin-top: 0 !important; }
    .navbar-header { display: none !important; }
}

a.navbar-brand {
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
}

#CybotCookiebotDialogHeaderLogosWrapper a {
    visibility: hidden;
}

.hp-yt { padding: 60px 0 20px; }
.yt-lite {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.yt-lite iframe,
.yt-lite .yt-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.yt-lite .yt-thumb { object-fit: cover; }
.yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background: rgba(0,0,0,.55);
}
.yt-play:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 18px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent rgba(255,255,255,.95);
}