  @media screen and (max-width: 1141px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .grid-line {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #cats {
    padding: 0 30px;
    margin-left: 0;
  }
  #cats .owl-stage-outer {
    padding: 20px 0;
    overflow: hidden;
  }
  #cats .owl-item {
    padding: 0 5px;
    float: left;
    position: relative;
  }
  #cats .owl-item .cat {
    margin-left: 0;
    width: 100%;
  }
  #cats .owl-nav {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #cats .owl-nav button {
    position: absolute;
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
  }
  #cats .owl-nav button span {
    display: none;
  }
  #cats .owl-nav .owl-prev {
    left: 0;
    background: url(/assets/img/research-centers/arrow-left.png) no-repeat center center;
    background-size: 60%;
  }
  #cats .owl-nav .owl-next {
    right: 0;
    background: url(/assets/img/research-centers/arrow-right.png) no-repeat center center;
    background-size: 60%;
  }
  #cats .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  header .right {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  header .right .menu {
    position: absolute;
    width: calc(100% - 40px);
    background: #141647;
    border-radius: 10px;
    border: 1px solid #fff;
    top: 84px;
    overflow: hidden;
    left: 20px;
  }
  header .right .menu li {
    float: none;
    display: none;
  }
  header .right .menu li:first-child {
    display: block;
    font-weight: bold;
  }
  header .right .menu li:first-child:before {
    content: ' ';
    position: absolute;
    right: 12px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/header-top-arrow-down-white.png) no-repeat center center;
    background-size: 16px;
  }
  header .right .menu li a {
    padding: 7px 15px;
    color: #fff;
    display: block;
  }
  header .right .menu.active li {
    display: block;
  }
  header .right .menu.active li:first-child:before {
    background: url(/wp-content/themes/khalifauniversity/assets/img/icons/header-top-arrow-up-white.png) no-repeat center center;
    background-size: 16px;
  }
  footer .top-footer .blk.blk-1, footer .top-footer .blk.blk-2 {
    width: 100%;
    padding: 0;
  }
  iframe {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  footer .top-footer .slogan {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .top-footer .contacts {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #cats {
    margin: 50px auto;
  }
}

@media screen and (max-width: 550px) {
  footer .top-footer .contacts .blk {
    width: 100%;
    margin-top: 30px;
  }
  footer .top-footer .contacts .blk span {
    width: 160px;
  }
}

@media screen and (max-width: 530px) {
  #pc-menu {
    width: calc(100% - 40px);
  }
  footer .wrapper .blk .email-block .f-block {
    width: 30%;
  }
}

@media screen and (max-width: 450px) {
  header .logo img {
    width: 200px;
  }
  header .return {
    right: 65px;
  }
  header:before {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  footer .wrapper .blk .email-block .f-block {
    width: 40%;
  }
}
/*# sourceMappingURL=research-center-common-responsive.css.map */