@media (max-width: 1366px) {
  footer img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    object-position: top left !important;
  }
}
@media (max-width: 1024px) {
  .navbar-nav {
    margin-left: auto !important;
  }
  #slider {
    min-height: 700px;
  }
  #slider .banner-text a:not(.btn) {
    font-size: 20px !important;
  }
  #slider .owl-item {
    min-height: 700px;
  }
  #slider .owl-item img:not(.logo) {
    min-height: 700px !important;
    object-position: top;
  }
  #slider .owl-item:after {
    display: none;
  }
  #slider .owl-item:before {
    display: none;
  }
  .img-left .col-md-6,
  .img-right .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .img-left .col-md-6:first-child {
    order: 0;
  }
  .img-right .col-md-6:first-child {
    order: 10;
  }
  footer .container-fluid > .col-12 > .row > .col-12 > .row > .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .col-md-6:last-child img {
    position: initial !important;
  }
}
@media (max-width: 901px) {
  .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .open-sidenav {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #2B2B2B;
    font-weight: 900;
  }
  .open-sidenav:hover,
  .open-sidenav.focus {
    outline: 0 !important;
  }
  h2 {
    font-size: 40px !important;
    text-align: center !important;
  }
  h3 {
    font-size: 30px !important;
    text-align: center !important;
  }
  .img-left .col-md-6:last-child {
    padding: 25px;
  }
  .img-left .col-md-6:last-child p:last-child {
    text-align: center;
  }
  .img-right .col-md-6:first-child {
    padding: 25px;
  }
  .img-right .col-md-6:first-child p:last-child {
    text-align: center;
  }
  #slider {
    min-height: auto;
  }
  #slider .banner-text {
    display: none;
  }
  #slider .mobile {
    display: block;
    height: auto;
    background: none !important;
    padding: 25px 0 0 !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    bottom: 0 !important;
  }
  #slider .mobile p {
    margin: 0 !important;
  }
  #slider .mobile .col-md-6 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0;
    position: relative;
  }
  #slider .mobile .col-md-6 .btn {
    width: 100%;
    left: 0;
    padding: 25px 15px 40px;
    position: relative;
  }
  #slider .mobile .col-md-6 .btn:before {
    content: "přejít na web >";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
  }
  #slider .mobile strong {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
  }
  #slider .mobile a:not(.btn) {
    font-size: 20px !important;
  }
  #slider .mobile .col-md-3:nth-child(2),
  #slider .mobile .col-md-3:nth-child(3) {
    display: none;
  }
  #slider .mobile .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  #slider .mobile .logo {
    max-width: 250px !important;
  }
  #slider .mobile .btn {
    font-size: 15px;
    margin-top: 0;
  }
  #slider .owl-item {
    min-height: auto;
  }
  #slider .owl-item img:not(.logo) {
    min-height: auto !important;
  }
  #slider .owl-item:after {
    display: none;
  }
  #slider .owl-item:before {
    display: none;
  }
  .window-blue strong,
  .window-gold strong {
    text-align: left !important;
  }
  .window-blue .col-md-6,
  .window-gold .col-md-6 {
    max-width: calc(100% - 20px);
    flex: 0 0 100%;
  }
  footer img {
    min-height: 350px;
    position: initial !important;
  }
  footer .info {
    padding: initial !important;
  }
  footer p {
    text-align: center !important;
  }
  .window-gold .col-md-6:first-child {
    order: 10;
  }
  .img-left .col-md-6:first-child {
    height: 300px !important;
    min-height: auto;
  }
  .img-left .col-md-6:first-child img {
    min-height: 300px !important;
    object-fit: cover !important;
  }
  .img-right .col-md-6:last-child {
    height: 300px !important;
    min-height: auto;
  }
  .img-right .col-md-6:last-child img {
    min-height: 300px !important;
    object-fit: cover !important;
  }
}
@media (max-width: 901px) and (min-width: 760px) {
  #slider .mobile {
    top: 350px !important;
  }
}
@media (max-width: 901px) and (orientation: landscape) and (max-width: 901px) {
  #slider .banner-text.mobile .logo {
    max-height: 70px;
  }
  #slider .banner-text.mobile p {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .window-gold .col-md-6:first-child {
    order: initial !important;
  }
}
.navbar-toggler-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


@media (max-width: 901px) and (orientation: landscape) {
  #slider .mobile {
    padding-top: 10px;
  }
  #slider .mobile .col-md-6 .btn {
    padding: 20px 15px 25px;
    
  }
  #slider .owl-item .banner-text {
    bottom: 0 !important;
    top: auto !important;
  }
}

@media (max-width: 650px) and (orientation: portrait) {
  #slider .owl-item .banner-text.mobile {
    padding-bottom: 40px;
  }
}