/*==================================
    emptyBlock
==================================*/

#image-carousel-content {
  position: relative;
}

  .owl-item {
    margin: 0;
    padding: 0px;
  }

  #image-carousel-thimb-content .owl-item {
    margin: 0;
    padding: 0px;
  }

  #image-carousel-thimb-content .owl-item:hover {
    transition-duration: 0.5s;
    opacity: 1;
    padding: 0px;
    cursor: pointer;
  }

  .image-carousel-main-img, .image-carousel-thumb-img {
    width: 100%;
    min-width: 1px;
  }

  .travel-image-card-carousel .owl-theme .owl-controls {
      margin-top: 10px;
      text-align: center;
      right: 20px;
      bottom: 15px;
  }

    .carousel-item-figure {
        margin: 0;
    }

      .carousel-item-caption {
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 0;
        color: white;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 15px;
        font-weight: 200;
      }


    .owl-theme .owl-controls .owl-page span {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #fff;
      height: 12px;
      width: 12px;
      opacity: 0.5;
    }

    .owl-theme .owl-controls .owl-page.active span {
      background: #fff;
      opacity: 1;
      border-radius: 0;
      height: 12px;
      width: 12px;
    }

    .carousel-overlay {
      background: rgba(25, 36, 45, 0.3);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }

  .travel-image-card-carousel {
      margin: 0 0 75px;
  }

  .owl-prev {
    position: absolute;
    top: 45%;
    z-index: 9;
    left: 0%;
    margin: 0px !important;
    padding: 10px 25px 10px 20px !important;
    font-size: 35px !important;
    border-radius: 0 !important;
  }

  .owl-next {
    position: absolute;
    top: 45%;
    z-index: 9;
    right: 0%;
    margin: 0px !important;
    padding: 10px 20px 10px 25px !important;
    font-size: 35px !important;
    border-radius: 0 !important;
  }
  .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div i {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}

#image-carousel-thimb-content .owl-item {
    opacity: 0.85;
}

#image-carousel-thimb-content {
    margin-top: 15px;
}

/*==== End of emptyBlock ====*/


/*==================================
    Responsive
==================================*/

@media screen and (max-width:991px) {

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
    }

  .owl-pagination {
        margin-right: 0;
    }

    #image-carousel-thimb-content {
        margin-top: 25px;
    }
}

@media screen and (max-width:768px) {

  .travel-image-card-carousel {
      margin: 0 0 50px;
  }

  .owl-next {
      padding: 5px 15px 5px 20px !important;
      font-size: 26px !important;
  }

  .owl-prev {
      padding: 5px 20px 5px 15px !important;
      font-size: 26px !important;
  }

  .carousel-item-caption {
      font-size: 14px;
  }

}

@media screen and (max-width:767px) {

  #image-carousel-thimb-content {
        display: none!important;
    }

  #image-carousel-content {
        margin-bottom: 0;
    }

  .owl-next {
      top: 43%;
  }

  .owl-prev {
      top: 43%;
  }
}

@media screen and (max-width:425px) {

  .travel-image-card-carousel {
      margin: 0 0 40px;
  }
}

@media screen and (max-width:375px) {

  .carousel-item-caption {
      font-size: 13px;
  }

  .carousel-item-caption {
      padding: 7px 12px;
  }

  .owl-prev {
      padding: 3px 15px 3px 10px !important;
      font-size: 24px !important;
      top: 40%;
  }

  .owl-next {
      padding: 3px 10px 3px 15px !important;
      font-size: 24px !important;
      top: 40%;
  }

}




/*==== End of Responsive ====*/
