
.box-pagination {
    text-align: center;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0;
}

    .pagination > li {
        display: inline-block;
        text-align: center;
        height: 20px;
        line-height: 20px;
    }

        .pagination > li.a-pager {
            border-right: 1px solid #333;
        }

        .pagination > li:nth-last-child(-n+2) {
            border: none;
        }


        /*.pagination > li:first-child,
        .pagination > li:last-child,
        .pagination > li:nth-last-child(-n+2) {
            border: none;
        }

           

                .pagination > li:first-child a:before,
                .pagination > li:last-child a:after {
                    font: normal normal normal 14px/1 FontAwesome;
                    position: absolute;
                    top: 0;
                    text-indent: 0;
                }

                .pagination > li:first-child a:before {
                    content: "\f060";
                    left: 0;
                }

                .pagination > li:last-child a:after {
                    content: "\f061";
                    right: 0;
                }*/
        .pagination > li:first-child a,
        .pagination > li:last-child a {
            position: relative;
            width: 20px;
            height: 14px;
        }

        .pagination > li > a {
            cursor: pointer;
        }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: none;
            display: inline-block;
            padding: 0 7px;
            color: #333;
            text-decoration: none;
            background-color: #fff;
            border: none;
            margin: 0;
            line-height: 20px;
            border-radius: 0;
            font-family: 'Open Sans';
            font-size: 10pt;
            font-weight: 600;
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                border: none;
                background-color: #fff;
                color: #FC983A;
            }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        border: none;
        color: #FC983A;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #ccc;
        cursor: not-allowed;
        background-color: #fff;
        border: none;
    }

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }
