.imagenbg {
  border-radius: 5px 0 0 0
}

.highlighted-news {
  margin-top: 20px;
  margin-bottom: 60px;
}
.highlighted-new {
  width: 100%;
  border: 1px solid white;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.highlighted-new .image-wrapper {
  width: 100%;
  min-height: 450px;
  display: block;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 991px) {
  .highlighted-new .image-wrapper {
    min-height: 380px;
  }
}
@media (max-width: 479px) {
  .highlighted-new .image-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .highlighted-new .image-wrapper {
    min-height: 380px;
  }
}
@media (max-width: 480px) {
  .highlighted-new .image-wrapper {
    min-height: 240px;
  }
}
.highlighted-new .info-new-wrapper {
  padding: 30px 30px 30px 0px;
}
@media (max-width: 991px) {
  .highlighted-new .info-new-wrapper {
    padding: 15px;
  }
}
.highlighted-new .info-new-wrapper ul li {
    font-size: 0.875em;
    margin-bottom: 15px;
    padding-top: 5px;
}
.highlighted-new .full-image-wrapper {
  border-radius: 5px
}
.highlighted-new a {
  margin-top: 20px;
}
.highlighted-new h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.875em;
  margin-right: 70px;
  text-transform: none;
}
@media (max-width: 991px) {
  .highlighted-new h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .highlighted-new h2 {
    font-size: 1.625em;
  }
}
@media (max-width: 991px) {
  .highlighted-new h2 {
    font-size: 1.375em;
  }
}
@media (max-width: 479px) {
  .highlighted-new h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .highlighted-new h2 {
    margin-right: 0px;
  }
}
.highlighted-new h2:before {
  left: -90px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 30px;
  margin-top: -30px;
}
.highlighted-new hr {
  border-top: 1px dotted #CCCCCC;
}
.highlighted-new p {
  margin-top: 20px;
  font-size: 0.875em;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .highlighted-new p {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .highlighted-new p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .highlighted-new p {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .highlighted-new p {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .highlighted-new p {
    margin-bottom: 10px;
  }
}
.highlighted-new .read-more {
  margin-right: 10px;
}
.carousel-indicators {
    position: relative;
    width: 100%;
    margin-top: -26px;
    height: 30px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    list-style: outside none none;
    text-align: center;
    z-index: 15;
}

.carousel-indicators li {
    background-color: #999999;
    border: 0;
    border-radius: 10px
}

.carousel-indicators .active {
    background-color: #e7994a;
}

