@charset "UTF-8";
.owl-theme-nav .owl-prev, .owl-theme-nav .owl-next {
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: #88584c;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px; }
  .owl-theme-nav .owl-prev:before, .owl-theme-nav .owl-next:before {
    font-family: FontAwesome; }

.owl-theme-nav:hover .owl-prev, .owl-theme-nav:hover .owl-next {
  opacity: 1; }
  .owl-theme-nav:hover .owl-prev.disabled, .owl-theme-nav:hover .owl-next.disabled {
    opacity: 0.7;
    cursor: default; }

.owl-theme-nav .owl-prev {
  margin-left: -15px; }
  .owl-theme-nav .owl-prev:before {
    content: ""; }

.owl-theme-nav .owl-next {
  margin-right: -15px;
  right: 0; }
  .owl-theme-nav .owl-next:before {
    content: ""; }
