/*------------------------------------------*/
/* PAGINATION 
/*------------------------------------------*/
.pagination-btn ul {
    margin-left: 0;
}
.pagination-btn ul li {
    display: inline-block;
    margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
}
.pagination-btn ul li .current, .pagination-btn ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #000;
    height: 45px;
    line-height: 40px;
    margin: 0 6px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    width: 45px;
    display: block;
	border-radius: 50%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	font-size: 18px;
	font-weight: bold;
}
.pagination-btn ul li .current {
    background: #493857 none repeat scroll 0 0 !important;
    border-color: #483857 !important;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.pagination-btn ul li a:hover {
    background: #7F7F7F none repeat scroll 0 0;
    border-color: #7F7F7F;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.pagination-btn ul li a.next, .pagination-btn ul li a.prev {
    background: #7F7F7F none repeat scroll 0 0;
    border: 1px solid #7F7F7F;
    color: #fff;
    border-radius: 50% !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.pagination-btn ul li a.next:hover, .pagination-btn ul li a.prev:hover {
	background: #7F7F7F none repeat scroll 0 0;
    border: 1px solid #7F7F7F;
    color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}