body {

}

a {
  outline: none;
  color:   #000;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.owl-carousel .owl-dots {
  width:      100%;
  text-align: center;
  position:   absolute;
  z-index:    9;
  margin-top: -30px;
}

.owl-carousel .owl-dot {
  display:       inline-block;
  background:    #CCC;
  width:         16px;
  height:        16px;
  margin:        0 5px;
  border-radius: 8px;
}

.owl-carousel .owl-dots .active {
  background: rgba(158, 20, 20, 0.9);
}

.owl-carousel .owl-prev {
  font-size: 96px;
  display:   inline-block;
  position:  absolute;
  left:      -30px;
  top:       calc(50% - 85px);
  padding:   10px;
  color:     #9E1414;
}

.owl-carousel .owl-next {
  font-size: 96px;
  display:   inline-block;
  position:  absolute;
  right:     -40px;
  top:       calc(50% - 85px);
  padding:   10px;
  color:     #9E1414;
}

.owl-carousel .owl-prev:hover, .owl-next:hover {
  color: #400B0B;
}

@media (max-width: 990px) {

}