/* Sablona ONE green */

body { background: #FFF;
  -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ -o-user-select: none; user-select: none;  
}

#index #motive{
  max-height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
}

#top-ribbon{
  display:none;
}

.blue-bar{
  background: #1d94cc;
  color: white;
}

.flex-child {
  width: 50%;
}

.white-bar{
  background: #FFFFFF;
  color: #6f6f6f;
}

.bar{
  padding: 25px;
  margin-top: 75px;
  margin-bottom: 25px;
  gap: 55px;
}

.left-panel{
  width:50%;  
}

.sloupecky{
  display: flex;
  margin-bottom: 15px
}

#motto-text{
  font-size: xx-large !important;
  color: #ffffff;
}

#motive {
  background-color: #ffffff;
}

.logo img {
  max-height: 56px;
}

.logo {
  padding:4px 0px 0px 0px;
}

a{
  font-style: italic;
}

.f-nav .logo img {
  filter: brightness(0) invert(1);
}

.navbar .navbar-nav>.active>a:after,
.navbar .navbar-nav>.active>a:focus:after,
.navbar .navbar-nav>.active>a:hover:after,
.navbar .navbar-nav>.active>a:after,
.navbar .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.open>a:after,
.navbar-default .navbar-nav>.open>a:focus:after,
.navbar-default .navbar-nav>.open>a:hover:after {
  background-color: #d8d8d8;
}

@media (max-width: 990px) {
  .bar {
    flex-direction: column;
    align-items: center;
  }

  .flex-reverse{
    flex-direction: column-reverse;
  }

  .flex-child {
    width: 100%;
  }

  .sloupecky{
    gap: 45px;
    flex-direction: column;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-lg-12{
  display:flex;
  padding-left: 35px !important;
  padding-right: 35px !important;
  align-items: center;
  padding-bottom: 100px;
}

#footbox{
  width: 80%;
}

#footbox p {
  width: 65% !important;
}
@media (max-width: 768px){
  .col-lg-12{
    flex-direction: column
  }
  #footbox p{
    width: 100% !important;
  }
}

@media (min-width: 1200px){
  .col-lg-3 {
    width: 65%;
	}
}



.navbar .navbar-nav>li>a {
  font-style: normal;
}

.video-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media (min-width: 990px){
  .video-container{
    margin: auto;
    width: 50%;
    padding-top: 28%;
  }
}

.responsive-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
