html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999; }
  html.js .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

body {
  font-family: "OfficinaSerifBold", sans-seri;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

div, header, body, footer, ul, li, a, img, form, input, span, p, section, article, button, main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.acp-gallery__wrapper {
  -webkit-border-radius: 2.5rem;
          border-radius: 2.5rem;
  border: 0.0625rem solid #73753e;
  -webkit-box-shadow: 0 0 0 0.0625rem #73753e, 0 0 0 0.25rem #fed12f, 0 0 0.25rem 0.4375rem rgba(71, 77, 80, 0.5);
          box-shadow: 0 0 0 0.0625rem #73753e, 0 0 0 0.25rem #fed12f, 0 0 0.25rem 0.4375rem rgba(71, 77, 80, 0.5);
  background-color: #f2f8fb;
  position: relative;
  max-width: 1024px;
  margin: 24px auto;
  padding: 40px; }

.acp-gallery__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .acp-gallery__images a {
    margin-top: 12px;
    width: 31.6%;
    display: block; }
    .acp-gallery__images a img {
      width: 100%; }

.acp-gallery__title {
  font-size: 32px;
  font-family: "AngryBirds", sans-serif;
  color: #f1c017;
  line-height: 1.2;
  text-shadow: -1px -1px 2px #926615; }

.acp-gallery__wrapper .pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 343px;
  margin: 40px auto 0;
  padding: 0; }
  .acp-gallery__wrapper .pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px; }
  .acp-gallery__wrapper .pagination .pagination-page {
    width: 26px;
    height: 26px;
    background-image: url("../img/dotacp.png");
    background-repeat: no-repeat;
    display: block;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .acp-gallery__wrapper .pagination .arrow {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .acp-gallery__wrapper .pagination .arrow a {
      width: 100%;
      height: 100%; }
  .acp-gallery__wrapper .pagination .arrow-left {
    background-image: url("../img/acpLeft.png"); }
  .acp-gallery__wrapper .pagination .arrow-right {
    background-image: url("../img/acpRight.png"); }

@media (max-width: 580px) {
  .acp-gallery__images a {
    width: 48%; }
  .acp-gallery__wrapper {
    padding: 24px; }
  .acp-gallery__wrapper .pagination {
    max-width: 320px; } }



.pagination a.pagination-page {
    width: 30px !important;
    height: 30px !important;
    margin-top: 10px !important;
}
