#owl-cat-news ul{
    padding: 0px;
}
#owl-cat-news ul li{
    list-style: none;
    display: inline-flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    border-bottom: 1px dashed #7a7a7a;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}
#owl-cat-news ul li:LAST-CHILD{
    border-bottom: 0px;
}
#owl-cat-news ul li:BEFORE {
    color: #ea4800;
    content: "\f0c8";
    font-size: 8px;
    position: absolute;
    top: 12px;
}
#owl-cat-news ul li a {
    padding-left: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
}
#owl-cat-news .owl-nav{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#owl-cat-news .owl-nav div{
    background-color: #ea4800;
    color: #FFF;
    position: relative;
    border: 1px solid #ea4800;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
    opacity: 1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 2px;
}
#owl-cat-news .owl-nav div span{
    font-size: 12px;
    font-family: Tahoma;
    padding-left: 5px;
}
#owl-cat-news .owl-nav .owl-prev{
    left: 0;
}
#owl-cat-news .owl-nav .owl-next{
    right: 0;
}
@media(max-width: 720px){
    #owl-cat-news ul li{
        display: block;
    }
}