/* GRID */
.twelve { width: 100%; }

/* COLUMNS */
.col {display: block;float:left;margin: 1% 0 1% 1.6%;}
.col:first-of-type { margin-left: 0;}
.pgcontainer{ width: 100%;  max-width: 940px;  margin: 0 auto;  position: relative;  text-align: center;}


/* GENERAL STYLES */

.pagination{ padding: 30px 0;}

.pagination ul{ margin: 0;  padding: 0;  list-style-type: none;}
.pagination a{ display: inline-block;  padding: 10px 18px;  color: #222; text-decoration:none;}


/* pagenum */
.p12 a:first-of-type, .p12 a:last-of-type, .p12 .is-active{
  background-color: #0dbfe7;
  color: #fff;
  font-weight: bold; text-decoration:none;
}