@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pager{
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'roboto';
  padding:3.68% 0;
  background-color:#fff;
}
.pager li{
  margin: 0 0.9375em;
  overflow: hidden;
  border: 1px solid #AEAEB2;
}
.pager li.disabled{
  display:none;
}
.pager li:first-child,.pager li:last-child{
  border:0 none;
}
.pager li:has(a:not([href])){
  border:0 none;
}
.pager li.active{ 
  border-color:#000;
}
.pager li a,.pager li span{
  font-size:1.125em;
  line-height:1.5;
  display:block;
  padding:0.5em 1em;
}
.pager li:first-child a,.pager li:last-child a,.pager li:first-child span,.pager li:last-child span{
  padding:0;
  font-size:1em;
}
.pager li:first-child a::before,.pager li:last-child a::after,.pager li:first-child span::before,.pager li:last-child span::after{
  font-family: "fontawesome";
}
.pager li:first-child a::before,.pager li:first-child span::before{
  content:"\f053";
  margin-right:1.125em;
}
.pager li:last-child a::after,.pager li:last-child span::after{
  content:"\f054";
  margin-left:1.125em;
}
@media only screen and (min-width:1025px){
  .pager li:hover{ 
    border-color:#000;
  }
}
@media only screen and (max-width:1024px){
  .pager{
    display: none;
  }
}