/* bootstrap */
.article-content ol {
  list-style-type: decimal;
}
/* common */
button {
  outline: none !important;
}
.about-us-sec .owl-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .button-borderblue:hover {
    background-color: #4485F2;
    color: #fff;
    opacity: 1 !important;
  }
}
.menu-mobile-link {
  margin-bottom: 2px;
}

/* page-home */
.carousel-main-slide-aeroexpress {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/aeroexpress-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-gipfel {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/gipfel-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-lexus {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/lexus-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-1 {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/btsvet-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-2 {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/mybox-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-3 {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/theoutlet-mobile.jpg') center/cover no-repeat; 
}
.carousel-main-slide-4 {
  background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/togas-mobile.jpg') center/cover no-repeat; 
}
@media screen and (min-width: 992px) {
  .carousel-main-slide-aeroexpress {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/aeroexpress-desktop.jpg'); 
  }
  .carousel-main-slide-gipfel {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/gipfel-desktop.jpg'); 
  }
  .carousel-main-slide-lexus {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/lexus-desktop.jpg'); 
  }
  .carousel-main-slide-1 {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/btsvet-desktop.jpg'); 
  }
  .carousel-main-slide-2 {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/mybox-desktop.jpg'); 
  }
  .carousel-main-slide-3 {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/theoutlet-desktop.jpg'); 
  }
  .carousel-main-slide-4 {
    background: url('/wp-content/themes/mediaguru/custom/resources/images/banners/togas-desktop.jpg'); 
  }
}

/* footer */
.bottom {
  padding: 50px 0;
  background-color: #222222;
  position: relative;
  color: #fff;
}
  .bottom-phone {
    font-size: 26px;
    font-family: 'MontserratBold';
  }
  .bottom-email {
    font-size: 22px;
  }
  .bottom-send {
    display: inline-block;
    color: #c0d332;
    font-size: 22px;
    font-family: 'MontserratExtraBold';
  }
  .bottom-social a{
    color: #fff !important;
    font-size: 22px;
    margin-left: 20px;
  }
  .bottom-links {
    color: #6b6b6b;
  }
    .bottom-links a {
      color: #6b6b6b;
      display: inline-block;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-family: 'MontserratBold';
    }
      .bottom-links .bottom-submenu {
        margin-bottom: 7px;
      }
        .bottom-links .bottom-submenu a{
          text-transform: none !important;
          font-family: 'MontserratRegular';
          margin-bottom: 0;
        }
@media screen and (min-width: 992px) {
  .bottom-send {
    cursor: pointer;
    position: relative;
  }
    .bottom-send::before {
      content: "";
      position: absolute;
      border-top: 1px solid #c0d332;
      top: 50%;
      left: -100px;
      margin-top: -1px;
      width: 80px;
    }
    .bottom-send:hover {
      color: #fff;
      text-decoration: none;
    }
  .bottom-social a:hover {
    color: #c0d332 !important;
  }
  .bottom-links a {
    text-transform: none !important;
    font-family: 'MontserratRegular';
  }
    .bottom-links a:hover {
      color: #fff;
      text-decoration: none;
    }
} 