/* Begin Jpage */
.holder{margin: 0;text-align: center;}
.holder a{font-size: 14px;cursor: pointer !important;margin: 0 2px;color: #000;width: 35px;height: 35px;display: inline-block;vertical-align: top;box-sizing: border-box;background-color: transparent;text-align: center;line-height: 35px;border:none;font-family: 'RobotoRegular';background: #f2f2f2;}
.holder a:hover, .holder a.jp-current, a.jp-current:hover{background-color: #4a4a4a;color: white;}
.holder a.jp-previous{margin-right: 5px;background: url(assets/images/prev-page.png) #f2f2f2 no-repeat center;}
.holder a.jp-next{margin-left: 5px;background: url(assets/images/next-page.png) #f2f2f2 no-repeat center;}
.holder a.jp-previous:hover{background: url(assets/images/prev-page-hv.png) #4a4a4a no-repeat center;}
.holder a.jp-next:hover{background: url(assets/images/next-page-hv.png) #4a4a4a no-repeat center;}
.holder a.jp-first, .holder a.jp-last{width: auto;padding: 0px 5px;color: #313131;}
.holder a.jp-first{}
.holder a.jp-last{}
.holder a.jp-first:hover{color: #fff;}
.holder a.jp-last:hover{color: #fff;}
.holder a.jp-current, a.jp-current:hover{background: #4a4a4a;color: #fff;}
.holder span{margin: 0 5px;}
ul.jpage_items{list-style: none;padding: 0px;margin: auto;min-height: auto !important;}
ul.jpage_items > li{float: left;}
ul.jpage_items > li:nth-child(4n){margin-right: 0px;}
.customBtns{position:relative;}
.arrowPrev,.arrowNext{width:29px;height:29px;position:absolute;top:55px;cursor:pointer;}
.arrowPrev{background-image:url('assets/images/back.gif');left: 0px;}
.arrowNext{background-image:url('assets/images/next.gif');right: 0px;}
.arrowPrev.jp-disabled,.arrowNext.jp-disabled{display: none;}
/* End Jpage */