.portfolio_carousel {
  overflow: hidden;
  margin-bottom: 60px;
}

.portfolio_carousel a.carousel-control {
  position: relative;
}

/* Indicators - start */
.portfolio_carousel .carousel-indicators {
  bottom: 20px;
  height: 100%;
  left: 10px;
  margin: 0;
  padding: 0;
  text-align: inherit;
  top: 35%;
  width: 16px;
}

.portfolio_carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  float: left;
  height: 15px !important;
  margin: 0 0 10px !important;
  width: 15px !important;
  transition: all 0.6s ease 0s;
}

.portfolio_carousel .carousel-indicators li.active {
  background-color: #ffffff;
}

.portfolio_carousel .is_inverse .carousel-indicators .active {
  background-color: #333333;
}

.portfolio_carousel .is_inverse .carousel-indicators li {
  border: 1px solid #333333 !important;
}
/* Indicators - stop */

/* Slide item - start */
.portfolio_carousel .item {
  background-position: center 0;
  background-size: cover;
  transition: all 0.4s ease 0s;
}

.portfolio_carousel .carousel_item_description_wrapper {
  bottom: 30%;
  color: #ffffff;
  position: absolute;
  width: 100%;
  transition: color 0.6s ease 0s;
}

.portfolio_carousel .carousel_item_description h2 {
  font-size: 48px;
  font-weight: 700;
  left: -40px;
  letter-spacing: -3.8px;
  line-height: 48px;
  margin: 0 0 20px;
  opacity: 0;
  position: relative;
  text-shadow: 0 0 1px #000000;
}

.portfolio_carousel .is_inverse .carousel_item_description h2 {
  color: #333333;
  text-shadow: 0 0 0;
}

.portfolio_carousel .carousel_item_description .carousel_item_text {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  opacity: 0;
  position: relative;
  right: -30px;
  text-shadow: 0 0 1px #000000;
  letter-spacing: -1px;
}

.portfolio_carousel .is_inverse .carousel_item_description .carousel_item_text {
  color: #333333;
  text-shadow: 0 0 0;
}

/* Slide item - stop */

/* Slide round thumbs - start */
.portfolio_carousel a.slide_thumb {
  background-size: cover;
  border-radius: 50%;
  bottom: inherit;
  display: none;
  height: 150px;
  position: absolute;
  width: 150px;
}

.portfolio_carousel a.slide_thumb.left {
  left: 20px;
}

.portfolio_carousel a.slide_thumb.right {
  right: 20px;
}
/* Slide round thumbs - stop */

/* Slide jumping arrow to see more - start */
.portfolio_carousel .carousel_item_more {
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 24px;
  left: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 1px #000000;
  transition: color 0.6s ease 0s;
  width: 40px;
}

.portfolio_carousel .carousel_item_more:hover {
  cursor: pointer;
}

.portfolio_carousel .is_inverse .carousel_item_more {
  color: #333333;
  text-shadow: 0 0 0;
}
/* Slide jumping arrow to see more - stop */