.mura-owl .owl-carousel .owl-nav-button {
    display: table;
    position: absolute;
    font-size: 2.5em;
    top: 0;
    color: #fff;
}
.mura-owl .owl-carousel .owl-nav-button span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mura-owl .owl-carousel .owl-nav-button span::before {
    padding: 10px 5px;
    margin-left: 1px;
}
.mura-owl .owl-carousel .owl-nav-button:hover span::before,
.mura-owl .owl-carousel .owl-nav-button:focus span::before { 
    cursor: pointer;
    background: #222; 
    background: rgba(34,34,34,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.mura-owl .owl-carousel .owl-prev { left: 0; }
.mura-owl .owl-carousel .owl-prev span::before { 
    content: "\e079";
    border-radius: 0 5px 5px 0;
    text-shadow: -3px 0px 2px rgba(0,0,0,0.4); 
}
.mura-owl .owl-carousel .owl-next { right: 0; }
.mura-owl .owl-carousel .owl-next span::before { 
    content: "\e080";
    border-radius: 5px 0 0 5px;
    text-shadow: 3px 0px 2px rgba(0,0,0,0.4); 
}

.mura-owl .owl-carousel .owl-nav-button.disabled,
.mura-owl.false-nav .owl-nav-button {
    display: none;
} 
@media (max-width: 767px) {
    .mura-owl.false-nav .mobile-nav.owl-nav-button {
        display: table
    }
}