.locations h2 {
  margin-top: 0;
}
.locations .locations-item {
  border-bottom: 2px solid #d7dde7;
  padding-bottom: 50px;
  margin-bottom: 70px !important;
}
.locations a.link-icon {
  color: #0d1f61;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none !important;
  padding: 14px 0;
  display: flex;
  text-transform: uppercase;
}
.locations div.btns {
  margin: 20px 0;
}
.locations a i {
  font-size: 2rem;
}
.locations .accordion > .class .class-body {
  padding: 30px 30px 15px 30px;
}
.locations .accordion > .class .class-header .btn {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .campus-slider-wrap .owl-stage-outer {
    top: 60px;
  }

  .campus-slider-wrap .owl-nav {
    top: 0 !important;
  }
}
.galery .big-images img {
  display: block;
  width: 100%;
}

div.ol-map {
  height: 235px;
  width: 100%;
}

.thumbs-nav.customNavigation a {
  cursor: pointer;
}

.galery {
  padding-right: 72px;
  position: relative;
}

.galery .small-images {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 72px 0;
}

.small-images picture img {
  display: block;
  width: 100%;
}

.galery .small-images .thumbs-wrap {
  height: 100%;
  overflow: hidden;
}

.galery .small-images .thumbs {
  padding: 0;
  margin: 0;
  position: relative;
}

.galery .small-images .thumbs li {
  list-style: none;
  padding: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}

.galery .small-images .thumbs li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #0d1f61;
  opacity: 0.5;
}

.galery .small-images .thumbs li.active::before {
  height: 100%;
}

.galery .small-images .thumbs-nav a {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #0d1f61;
  z-index: 9;
  text-align: center;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.galery .small-images .thumbs-nav a i {
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.galery .small-images .thumbs-nav a i::before {
  color: #fff;
}

.galery .small-images .thumbs-nav a.up-btn {
  top: 0;
}

.galery .small-images .thumbs-nav a.up-btn i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-top: -6px;
}

.galery .small-images .thumbs-nav a.down-btn {
  bottom: 0;
}

.galery .small-images .thumbs-nav a.disabled {
  opacity: 0.5;
}

.galery .small-images.disabled {
  padding: 0;
}

.galery .small-images.disabled .thumbs-nav {
  display: none;
}

@media only screen and (max-width: 992px) {
  .galery {
    padding-right: 0;
    padding-bottom: 90px;
    margin-bottom: 30px;
  }

  .galery .small-images {
    bottom: 0;
    right: inherit;
    height: 70px;
    width: 100%;
    top: inherit;
    padding: 0 72px;
  }

  .galery .small-images .thumbs li {
    display: block;
    float: left;
    margin-right: 2px;
  }

  .galery .small-images .thumbs-nav a.up-btn {
    left: 0;
  }

  .galery .small-images .thumbs-nav a i {
    margin-left: -8px;
  }

  .galery .small-images .thumbs-nav a.up-btn i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .galery .small-images .thumbs-nav a.down-btn {
    right: 0;
  }

  .galery .small-images .thumbs-nav a.down-btn i {
    margin-top: -6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .galery {
    padding-bottom: 60px;
  }

  .galery .small-images {
    padding: 0 67px;
    height: 50px;
  }

  .galery .small-images .thumbs li {
    width: 50px;
    height: 50px;
  }

  .galery .small-images .thumbs-nav a {
    width: 50px;
    height: 50px;
  }

  .galery .small-images .thumbs-nav a.up-btn {
    left: 15px;
  }

  .galery .small-images .thumbs-nav a.down-btn {
    right: 15px;
  }
}
.contact-info-wrap .contact-info {
  background: #f76b1c;
  background-image: linear-gradient(309deg, #ff9a15, #f76b1c);
}

.contact-info-wrap .contact-info .info {
  padding: 25px 0 16px 30px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .contact-info .info {
    padding: 25px 15px;
  }
}
.contact-info-wrap .contact-info .info h3 {
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #fff;
}

.contact-info-wrap .contact-info .info table {
  margin-bottom: 15px;
  color: white;
}

.contact-info-wrap .contact-info .info table td {
  padding: 3px 0;
  vertical-align: top;
  border: none;
}

.contact-info-wrap .contact-info .info table td:first-child {
  width: 50px;
}

.contact-info-wrap .contact-info .info table td:nth-child(2) {
  width: 10px;
}

.contact-info-wrap .contact-info .info table:last-child {
  margin-bottom: 0;
}

.contact-info-wrap .contact-info .info a {
  margin-bottom: 15px;
  background: none;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-wrap .contact-info .info a.btn.btn-default {
  display: block;
  margin: 10px auto;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .contact-info .info a {
    display: block;
  }
}
.contact-info-wrap .contact-info .info a i {
  position: relative;
  bottom: -2px;
  font-size: 1.9rem;
}

.contact-info-wrap .contact-info .info a i::before {
  color: #fff;
}

.contact-info-wrap .contact-info .info a:hover {
  background: #fff;
  color: #f76b1c !important;
}

.map-container {
  display: block;
  position: relative;
  height: 400px !important;
  width: 100% !important;
}

.contact-info-wrap .contact-info .info a:hover i::before {
  color: #f76b1c;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .contact-info .map-container {
    width: 100% !important;
  }
}

/*# sourceMappingURL=campus-block.css.map */
