@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Roboto);
.jp-next,.jp-previous {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right:0px !important;
}

.jp-next:before {
    content: "\f105";
}

.holder a.jp-disabled {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.jp-previous:before {
    content: "\f104";
}

.holder a.jp-current{
  margin-right:0px !important;
}

.pagination1{
  display:block !important;
}

.holder a:first-child,.holder a:last-child{
  border: 1px solid #dddddd;
}

.holder a{
  border: 1px solid #ffffff;
}

.holder a.jp-disabled, a.jp-disabled:hover{
  cursor: not-allowed !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
  background-color: #fff;
  border-color: #fff;
}

.holder {
  text-align: center;
}

.jp-previous,.jp-next{
  float:none !important;
  padding: 7px 12px
}

.jp-next{
  padding: 7px 12px
}

.holder a:hover {
  background-color: #fff !important;
  color: #fff;
}

.holder a:hover {
    background-color: #222;
    color: #000000 !important;
}

.holder a.jp-current, a.jp-current:hover {
  color: #000000 !important;
}

.holder a:first-child, .holder a:last-child {
    border: 1px solid #818282 !important;
}

.holder a {
  padding: 7px 12px;
  margin-left: 0px;
  margin-right: 6px;
  background: none;
}