.pager{
	display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.pager .text{
	color: #554132;
    font-family: "Bitter",serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 6px 0 11px;
    position: relative;
    text-transform: lowercase;
}
.pager a{
    color: #554132;
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}
.pager a.disabled{
	opacity: 0.50;
    cursor: default;
}
.pager a.prv:before{
	font-family: fontAwesome;
	content: "\f0d9";
	font-size: 16px;
    position: absolute;
    top: 1px;
}
.pager a.prv-end:before{
	font-family: fontAwesome;
	content: "\f100";
	font-size: 16px;
    left: 20px;
    position: absolute;
    top: 1px;
}
.pager a.nxt:before{
	font-family: fontAwesome;
	content: "\f0da";
	font-size: 16px;
    position: absolute;
    top: 1px;
}
.pager a.nxt-end:before{
	font-family: fontAwesome;
	content: "\f101";
	font-size: 16px;
    left: -5px;
    position: absolute;
    top: 1px;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
    .pager{
        text-align: right;
    }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

    
}
