.block-un-carousel {
  position: relative;
}

#un-carousel .thumbnails-div {
  position: relative;
  /*height: 417px;*/
  overflow: hidden; 
}

#un-carousel .thumbnails {
  position: relative;
}

.owl-carousel {
  /*padding: 10px;
  background: #e6e6e6;*/
}

.owl-carousel .owl-item {
  position: relative;
}

.owl-carousel .item img {
  width: 100%;
}

.owl-carousel .item .text {
  bottom: 20px;
  position: absolute;
  left: 20px;
  text-align: left;
  width:300px;
}
    
    .owl-carousel .item .text h3 {
      color: #00aeef;
      font-weight:bold;
      font-size:18px;
      line-height:24px;
      text-transform: uppercase;
      margin:0px;
    }
    
    /*
    .owl-carousel .item .text p {
      color: #FFFFFF;
      font-weight:bold;
      font-size:14px;
      line-height:20px;
    }*/
    
    .owl-theme .owl-controls {
      position: absolute;
      bottom: 10%;
      right: 8%;
    }
    
    .owl-theme .owl-controls .owl-dot{
      background: #FFFFFF;
      font: bold 14px/17px "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
      color: #000;
      padding: 5px 10px;
      margin-right: 8px;
    }
    
    .owl-theme .owl-controls .owl-dot.active{
      background: #4d4d4d;
      color: #fff;
    }

