
.holder {
  margin-bottom: 10px;
  clear: both;
  text-align:center;
    position: relative;
    display: inline-block;
    margin: 30px auto auto;
}

.holder a {
    background: no-repeat;
    margin-right: 0;
    border: 1px solid #bab768;
    color:#bab768;
    cursor: pointer;
    margin: 0 5px;
    min-width: 44px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
}


.holder a:hover {color: #fff;background: #bab768;text-align: center;}

.holder a.jp-current, a.jp-current:hover {
  color: #fff;
  background: #bab768;
  text-align: center;
}



.holder a.jp-disabled, a.jp-disabled:hover {
color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}

.holder span {
    margin: 0 5px;
    display: inline-block;
    line-height: 33px;
    vertical-align: text-bottom;
}



.holder a.jp-previous {
    text-indent: -9999px;
    border: none;
	position:relative
}

.holder a.jp-previous:after {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f054";
    color: #000;
    line-height: 45px;
        position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    text-indent: 0;
}

.holder a.jp-next {
    text-indent: -9999px;
    border: none;
	position:relative
}


.holder a.jp-next:after {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f053";
    color: #000;
    line-height: 45px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    text-indent: 0;
}






.holder_pager{
  margin-bottom: 10px;
  clear: both;
  text-align:center;
    position: relative;
    display: inline-block;
    margin:30px auto auto;
}


.holder_pager a{

    background: no-repeat;
    margin-right: 0;
    border: 1px solid #bab768;
    color:#bab768;
    cursor: pointer;
    margin: 0 5px;
    min-width: 44px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
}


.holder_pager a:hover{color: #fff;background: #bab768;text-align: center;}

.holder_pager a.jp-current, a.jp-current:hover {
  color: #fff;
  background: #bab768;
  text-align: center;
}



.holder_pager a.jp-disabled, a.jp-disabled:hover {
color: #bbb;
}

.holder_pager a.jp-current, a.jp-current:hover,
.holder_pager a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}

.holder_pager span {
    margin: 0 5px;
    display: inline-block;
    line-height: 33px;
    vertical-align: text-bottom;
}

.holder_pager a.jp-previous {
    text-indent: -9999px;
    border: none;
	position:relative
}

.holder_pager a.jp-previous:after {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f054";
    color: #000;
    line-height: 45px;
        position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    text-indent: 0;
}

.holder_pager a.jp-next {
    text-indent: -9999px;
    border: none;
	position:relative
}

.holder_pager a.jp-next:after {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f053";
        color: #000;
        line-height: 45px;
            position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    text-indent: 0;
}

.holder_pager a.jp-previous, .holder_pager a.jp-next,.holder a.jp-previous, .holder a.jp-next{
    min-height: 44px;
    min-width: 60px;
    font-size: 25px;
    border: none;
    background: linear-gradient(-90deg, rgba(201, 198, 117, 1), rgba(201, 198, 117,.6));
    border-radius: 22px;
    line-height: 40px;
    color:#fff

}

.holder_pager a.jp-current, a.jp-current:hover, .holder_pager a:hover {
    background: linear-gradient(-90deg, rgba(201, 198, 117, 1), rgba(201, 198, 117,.6));
}



.holder_pager:before, .holder_pager:after,.holder:before, .holder:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 270px;
    top: 25px;
    background: #c8c76a;
}

.holder_pager:before ,.holder:before{
    left: calc(100% + 20px);
}

.holder_pager:after,
.holder:after {
    right: calc(100% + 20px);
}






