#paginator .page-item{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;}
#paginator .page-item{width:25px;height:25px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;color:#000;}
#paginator .page-item:hover{color:#f78d31;}
#paginator .page-prev::before{content: "\f0d9";}
#paginator .page-next::before{content: "\f0da";}
#paginator .page-num{font-size:16.8px;color:#000;font-family: 'Open Sans Condensed', sans-serif;text-transform:uppercase;font-weight:bold;}
#paginator .page-num{width:25px;height:25px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;}
#paginator .page-num:hover{color:#f78d31;}
#paginator .page-active{color:#f78d31;}

@media screen and (max-width:991px){
#paginator .paginator{margin-top:30px;}
}

