.carousel-wrap {
  margin: 0px auto;
  padding: 0 3%;
  width: 90%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-prev{
	color: #3fa647 !important;
}
.owl-next{
	color: #3fa647 !important;
}

.text-block a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #3fa647;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  width:100%;
  font-size:12px;
}


.ribbon {
  line-height: 0.8em;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -2px;
  display: block;
  width: 30px;
  height: 30px;
  color: white;
  float: left;
  padding-top: 10px;
      padding-right: 3px;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 29px;
  left: 0;
}

.ribbon.ribbon--green {
  background: linear-gradient(to bottom, #5f9654 0%, #65b045 100%);
  border-radius: 50%;
  float:right;
}
.ribbon.ribbon--green:after {
  border-top: 1.5rem solid #65B045;
}