.icons {
  display: block;
  width: 53px;
  height: 53px;
  z-index: 10;
  position: relative;
}
#galleries {
  padding-left: 53px;
  padding-right: 53px;
}
.gallery-holder {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.navigation {
  position: absolute;
  top: 40%;
  width: 100%;
}
.owl-item {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.owl-item .title {
  position: absolute;
  text-align: left;
  bottom: 20px;
  left: 20px;
  font-size: 17px;
}
.prev {
  display: block;
  width: 53px;
  height: 53px;
  z-index: 10;
  position: relative;
  background: url("../img/arrow_left_inactive.png");
  float: left;
}
.prev:hover {
  background: url("../img/arrow_left_active.png");
}
.next {
  display: block;
  width: 53px;
  height: 53px;
  z-index: 10;
  position: relative;
  background: url("../img/arrow_right_inactive.png");
  float: right;
}
.next:hover {
  background: url("../img/arrow_right_active.png");
}
.ekko-lightbox-nav-overlay a {
  opacity: 1 !important;
}
