.mart8 {
  padding: 10px 0 10px 0;
}

.mart8-text {
  padding: 0 10px 0 10px;
  font-size: 1.1em;
}

.mart8-text p {
  margin-bottom: 0.5em;
}

.mart8-text span {
  font-weight: bold;
  color: #6bc5bd;
}

.mart8-text footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

.mart8-text footer::before {
  content: '\2014 \00A0';
}

.mart8-crl {
  margin-top: 10px;
  position: relative;
}

.mart8-crl .owl-prev,
.mart8-crl .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  background-image: none;
  background-repeat: no-repeat;
  width: 30px;
}

.mart8-crl .owl-prev,
.mart8-crl .owl-prev:hover {
  left: 0;
  background-image: url('../img/prev.gif');
  background-position: left center;
}

.mart8-crl .owl-next,
.mart8-crl .owl-next:hover {
  right: 0;
  background-image: url('../img/next.gif');
  background-position: right center;
}

.mart8-crl .owl-prev:hover,
.mart8-crl .owl-next:hover {
  background-color: #fff;
  opacity: 0.4;
}

.vbox-content {
  padding-left: 60px;
  padding-right: 60px;
}

.vbox-title {
  height: auto !important;
}