@charset "UTF-8";
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media (min-width: 90.0625em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//fonts/slick.eot");
  src: url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//fonts/slick.woff") format("woff"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//fonts/slick.ttf") format("truetype"), url("/wp-content/themes/bones-agfa/styles/scss/utilities/slick//fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

*
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

span.hs_cos_wrapper_type_space {
  min-height: 28px;
  display: block;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 2em;
}

body {
  color: #000000;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  background: #F3F6FA;
}

h2 {
  font-size: 2.875em;
  line-height: 1.1em;
}

h3 {
  font-size: 2em;
}

h4 {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.125em;
  text-transform: uppercase;
}

h5 {
  font-size: 0.875em;
  text-transform: uppercase;
}

h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

blockquote {
  /*@include mq($from: single-column) {
  	margin: em(32px, 24px) 0;
  	padding: 0 0 0 5%;
  	border-left: em(8px, 24px) solid palette(grey, xx-light);
  	font-size: em(24px);
  }
  font-weight: $font-weight--light;
  font-style : italic;
  font-size : em(20px);*/
}

.hs_cos_wrapper_type_rich_text li {
  background-image: url(/wp-content/themes/bones-agfa/styles/images/bullet.png);
  background-repeat: no-repeat;
  font-size: 0.875em;
  margin-bottom: 10px;
  padding-left: 10px;
  background-position: 0 10px;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: 0;
}

input,
textarea {
  display: block;
  padding: 5px 10px;
  width: 100%;
  outline: 0;
  border: 0;
  border: 1px solid #f3f3f1;
  width: 100%;
}

input:focus,
textarea:focus {
  transition: 0.2s;
}

label {
  font-size: 0.875em;
  color: #000000;
  text-align: left;
  display: inline-block;
  margin: 24px 0 10px;
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.offcanvas {
  position: relative;
  padding: 0.625em;
  letter-spacing: 1px;
  background: blue;
  background: linear-gradient(45deg, rgba(128, 0, 128, 0.8) 0%, blue 100%);
}

h1, .headline-primary, .headline-primary--grouped {
  color: #000000;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 600;
  font-size: 2.625em;
  line-height: 1.1666666667;
  margin-top: 0;
}

.headline-secondary, .headline-secondary--grouped {
  font-family: "futura-pt", Arial, sans-serif;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 2.25em;
}

.btn {
  padding: 16px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  transition: opacity 0.2s, background-color 0.2s linear 0s, color 0.2s linear 0s;
  display: inline-block;
  background-color: #000000;
}
.btn:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

h1#page-section--page-title {
  text-align: center;
  margin: 0;
  padding: 50px 0 0;
}
@media (max-width: 39.99em) {
  h1#page-section--page-title {
    font-size: 2em;
    line-height: 2.5em;
  }
}

.headline-primary {
  margin-bottom: 1.6666666667em;
}
.headline-primary--grouped {
  margin-bottom: 0;
}
.headline-secondary {
  margin-bottom: 0.9166666667em;
}
.headline-secondary--grouped {
  margin-top: 0.4166666667em;
  margin-bottom: 2.25em;
}
.headline--section::after {
  background: blue none repeat scroll 0 0;
  border: 2px solid blue;
  border-radius: 23px;
  content: "";
  display: block;
  height: 0;
  margin-top: 20px;
  width: 200px;
}

.btn.btn--secondary {
  background-color: #000000;
}
.btn.btn--secondary:hover {
  color: #000000;
  background-color: #ffffff;
}

.social-link {
  text-align: center;
    /*

    &__channel{

        //http://brandcolors.net/

        &--facebook{
           color: $color--facebook;
        }

        &--twitter{
            color: $color--twitter;
        }

    }
    */
}
@media (max-width: 39.99em) {
  .social-link {
    display: table-row;
  }
}
.social-link #share-text {
  display: block;
  padding-top: 0;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  height: 35px;
}
@media (max-width: 39.99em) {
  .social-link #share-text {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 39.99em) {
  .social-link #share-links {
    display: table-cell;
    vertical-align: middle;
  }
}
.social-link a {
  display: inline-block;
  color: #000000;
  text-align: center;
  opacity: .8;
  transition: opacity .2s linear;
  font-size: 35px;
  line-height: 35px;
  padding: 0 5px;
}
.social-link a:hover {
  opacity: 1;
}

/*
.social-link{

    text-align: center;

    a{
        display: inline-block;
        color: $white;
        width: 26px;
        text-align: center;
        margin-left: 4px;
        opacity: .8;
        transition: opacity .2s linear;
        font-size: 14px;
        line-height: 35px;

        &:hover{
            opacity: 1;
        }
    }



    &__channel{

        //http://brandcolors.net/

        &--facebook{
            background-color:  #3b5998;
        }

        &--twitter{
            background-color: #55acee;
        }

        &--linkedin{
            background-color: #0077b5;
        }


    }

}
*/
.page-section--search {
  padding: 20px 0;
}
.page-section--search .row {
  max-width: 80%;
}
@media (max-width: 48.0525em) {
  .page-section--search .row {
    max-width: 100%;
  }
}
.page-section--search .search-field {
  border: 1px solid #cecece;
  display: inline-block;
  float: left;
  width: 78%;
}
@media (max-width: 48.0525em) {
  .page-section--search .search-field {
    width: 94%;
    border: none;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media (min-width: 48.0625em) {
  .page-section--search .search-field {
    background: #ffffff;
  }
}
.page-section--search input {
  width: 92%;
  display: inline-block;
  border: none;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (max-width: 48.0525em) {
  .page-section--search input {
    border: 1px solid #cecece;
    width: 87%;
  }
}
.page-section--search button {
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
}
.page-section--search #search-button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  float: right;
  margin-top: 3px;
  padding: 0;
  width: 4%;
  transition: color 200ms ease-out;
}
.page-section--search #search-button:hover {
  color: #77b3bd;
}
@media (max-width: 39.99em) {
  .page-section--search #search-button {
    width: 8%;
    text-align: center;
    padding-left: 1%;
  }
}
@media (min-width: 40em) and (max-width: 48.0525em) {
  .page-section--search #search-button {
    width: 8%;
    text-align: center;
    margin-left: 1%;
    float: none;
    background: #77b3bd;
    color: #ffffff;
    padding: 3px 0;
    border: 1px solid #77b3bd;
  }
  .page-section--search #search-button:hover {
    background: #ffffff;
  }
}
.page-section--search .btn.btn-filter {
  border: 1px solid #77b3bd;
  padding: 3px 0;
  background: #77b3bd;
  width: 20%;
  margin-left: 2%;
}
.page-section--search .btn.btn-filter:hover {
  background: #ffffff;
  color: #77b3bd;
}
@media (max-width: 48.0525em) {
  .page-section--search .btn.btn-filter {
    display: none;
  }
}

.page-section {
  display: inline-block;
  float: left;
}

.row {
  max-width: 1276px;
  margin-left: auto;
  margin-right: auto;
}
.row.row-width__full {
  width: 100%;
  max-width: 100%;
}

div.valign {
  transform-style: preserve-3d;
}
div.valign div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.next-slide, .prev-slide {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: block;
  line-height: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 20px;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
}
@media (max-width: 39.99em) {
  .next-slide, .prev-slide {
    top: 70%;
  }
}

.next-slide {
  right: 100px;
  background-image: url(/wp-content/themes/bones-agfa/styles/images/slick-next.png);
}
@media (max-width: 48.0525em) {
  .next-slide {
    right: 20px;
  }
}

.prev-slide {
  left: 100px;
  background-image: url(/wp-content/themes/bones-agfa/styles/images/slick-prev.png);
}
@media (max-width: 48.0525em) {
  .prev-slide {
    left: 20px;
  }
}

.home.page-template-page--home {
  background-color: #ffffff;
    /*
        .slick-prev {
            left: 100px;
        }

        .slick-next {
            right: 100px;
        }

        .slick-prev::before {
            content: "Prev";
        }

        .slick-next::before {
            content: "Next";
        }
    */
}
.home.page-template-page--home #header--content #header--nav {
  padding: 20px 0 0;
}
@media (max-width: 1048px) {
  .home.page-template-page--home #header--content #header--nav {
    position: absolute;
    left: 200px;
  }
}
@media (max-width: 48.0525em) {
  .home.page-template-page--home #header--content #header--nav {
    padding: 0;
	position: relative;
	left: unset;
  }
}
.home.page-template-page--home #page-section--nav {
  position: absolute;
  max-height: none;
  background: transparent;
}
.home.page-template-page--home #page-section--hero {
  background-color: #77b3bd;
}
.home.page-template-page--home .hero-slide {
  width: 100%;
}
.home.page-template-page--home .hero-slide .hero-slide--top {
  height: 566px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--overlay {
  width: 100%;
  position: absolute;
  top: 0;
  background: #000000;
  opacity: .4;
  height: 100%;
}
.home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--title {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--title a, .home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--title span {
  margin: 0 0 -10px;
  position: relative;
  left: -50%;
  color: #000000;
  background: #77b3bd;
  padding: 20px 30px 0;
  font-size: 59px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 48.0525em) {
  .home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--title a, .home.page-template-page--home .hero-slide .hero-slide--top .hero-slide--title span {
    font-size: 40px;
    line-height: 40px;
  }
}
.home.page-template-page--home .hero-slide .hero-slide--bottom {
  background: #77b3bd;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  color: #000000;
  padding: 20px 20px 37px;
  text-align: center;
}
.home.page-template-page--home .hero-slide .hero-slide--text {
  width: 100%;
  padding-bottom: 32px;
}
.home.page-template-page--home .hero-slide .hero-slide--button {
  /*
  display: inline-block;
  background-image:url(/wp-content/themes/bones-agfa/styles/images/buy-now--circle.png);
  width:109px;
  height:109px;
  */
  transition: transform 300ms ease-in;
  background: #000;
  width: 109px;
  height: 109px;
  font-size: 32px;
  font-weight: 300;
  color: yellow;
  border-radius: 50%;
  font-family: "futura-pt", Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 0 0;
  text-align: center;
}
.home.page-template-page--home .hero-slide .hero-slide--button.button--book-now {
  font-size: 30px;
  padding: 22px 0 0;
}
.home.page-template-page--home .hero-slide .hero-slide--button.button--pre-order-now {
  font-size: 16px;
  padding: 36px 0 0;
  line-height: 20px;
}
.home.page-template-page--home .hero-slide .hero-slide--button:hover {
  transform: scale(1.125);
}

.hero-theatrical-catalog-link {
  width: 100%;
  text-align: center;
  margin-top: -20px;
  z-index: 10;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
}

.hero-theatrical-catalog-link a {
  text-decoration: underline;
}

.hero-theatrical-catalog-link a:hover {
  text-decoration: none;
}

.home.page-template-page--home #page-section--news {
  background-color: #f3f6fa;
}
.home.page-template-page--home #page-section--about {
  padding: 52px 0 63px;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  background: #ffffff;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  font-size: 16px;
  line-height: 18px;
}
.home.page-template-page--home #page-section--about #page-section--about--content {
  max-width: 730px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 730px) {
  .home.page-template-page--home #page-section--about #page-section--about--content {
    margin: 0 10px;
  }
}
.home.page-template-page--home #page-section--about h2 {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-family: "futura-pt", Arial, sans-serif;
}
.home.page-template-page--home #page-section--about img {
  margin-bottom: 46px;
}
.home.page-template-page--home #page-section--about .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.home.page-template-page--home #page-section--about p {
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  font-size: 16px;
  line-height: 24px;
}

/* Styles for Blog Listing and Individual Blog Posts */
.blog #page-section--social {
  text-align: center;
  font-size: 22px;
  color: #000000;
  margin: 0 0 20px;
}
.blog #page-section--social a {
  padding: 0 10px;
  color: #000000;
  /*

  .fa-instagram{
      color: $color--instagram;
  }

  .fa-facebook-square{
      color: $color--facebook;
  }

  .fa-twitter-square{
      color: $color--twitter;
  }

  .fa-youtube-square{
      color: $color--youtube;
  }

  i{
      transition: transform 100ms linear;
  }
  */
}
.blog #page-section--social a:hover i {
  transform: scale(1.2);
}

.single-post .row {
  max-width: 850px;
}
.single-post #main {
  margin: 80px auto 80px;
}
@media (max-width: 39.99em) {
  .single-post #main {
    margin: 30px auto;
  }
}
.single-post .article-header h1 {
  font-size: 3em;
  text-transform: none;
}
.single-post .article-header h1.entry-title {
  margin: 20px 0;
}
@media (max-width: 39.99em) {
  .single-post .article-header h1.entry-title {
    font-size: 1.5em;
  }
}
@media (min-width: 40em) and (max-width: 64.0525em) {
  .single-post .article-header h1.entry-title {
    font-size: 2em;
  }
}
.single-post .article-header #page-section--post-details {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 0;
}
@media (max-width: 39.99em) {
  .single-post .article-header #page-section--post-details {
    padding-bottom: 0;
  }
}
.single-post .article-header .entry-time {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}
.single-post .article-header .social-link {
  display: inline-block;
  float: right;
}
@media (max-width: 39.99em) {
  .single-post .article-header .social-link {
    float: none;
    height: 35px;
  }
}
@media (max-width: 39.99em) {
  .single-post .article-header {
    text-align: center;
  }
}
.single-post .entry-content {
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  line-height: 24px;
}
.single-post .entry-content h2 {
  font-size: 1.75em;
  text-transform: none;
  font-family: "futura-pt", Arial, sans-serif;
}
.single-post .entry-content h3 {
  font-size: 1.5em;
  text-transform: none;
  font-family: "futura-pt", Arial, sans-serif;
}
.single-post .entry-content a {
  color: #000;
  text-decoration: underline;
}
.single-post .entry-content a:hover {
  text-decoration: none;
}
.single-post .entry-content ul, .single-post .entry-content li {
  list-style: disc;
  margin-left: 20px;
}
.single-post .entry-content li {
  margin-bottom: 10px;
}
.single-post .entry-content .rtecenter {
  text-align: center;
}
.single-post .entry-content pre, .single-post .entry-content code {
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 70%;
}

#page-section--news {
  overflow: auto;
}
#page-section--news h2 {
  margin: 48px 0;
  line-height: 48px;
  text-transform: uppercase;
  display: block;
  color: #000000;
  text-align: center;
  width: 100%;
}
#page-section--news article {
  padding: 30px;
  max-width: 948px;
  margin: 0 auto 5px;
  display: block;
  border: 1px solid #c4c3c3;
  overflow: auto;
}
.blog #page-section--news article {
  margin-bottom: 0;
  border-top: none;
}
.blog #page-section--news article:first-child {
  border-top: 1px solid #c4c3c3;
}
#page-section--news article:hover .latest-news--photo a {
  opacity: 0.7;
}
@media (max-width: 48.0525em) {
  #page-section--news article {
    display: block;
    overflow: visible;
  }
}
@media (max-width: 948px) {
  #page-section--news article {
    margin: 0 1% 5px;
  }
}
#page-section--news article .latest-news--photo {
  margin-right: 40px;
  margin-right: 4.219%;
  display: block;
  float: left;
  width: 249px;
  width: 26.26%;
  min-height: 148px;
  overflow: hidden;
}
@media (max-width: 48.0525em) {
  #page-section--news article .latest-news--photo {
    width: 100%;
    margin: 0 0 20px;
  }
}
#page-section--news article .latest-news--photo a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  min-height: 148px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#page-section--news article .latest-news--photo a:hover {
  text-decoration: underline;
}
@media (max-width: 48.0525em) {
  #page-section--news article .latest-news--photo a {
    height: 150px;
    margin: 0;
  }
}
@media (max-width: 48.0525em) {
  #page-section--news article .latest-news--photo {
    float: none;
  }
}
#page-section--news article .latest-news--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
#page-section--news article .latest-news--content {
  display: block;
  line-height: 23px;
  width: 67%;
  float: left;
}
@media (max-width: 48.0525em) {
  #page-section--news article .latest-news--content {
    float: none;
    width: 100%;
  }
}
#page-section--news article .latest-news--content time {
  font-size: 14px;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  margin-bottom: 18px;
  margin-top: 10px;
  display: block;
}
#page-section--news article .latest-news--content .entry-content {
  font-size: 16px;
  line-height: 24px;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
}
#page-section--news article .latest-news--content .entry-content a {
  font-weight: normal;
  text-decoration: underline;
}
#page-section--news article .latest-news--content .entry-content a:hover {
  text-decoration: none;
}
#page-section--news a.latest-news--view-all-news {
  margin: 58px auto;
  display: block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
#page-section--news a.latest-news--view-all-news:hover {
  text-decoration: none;
}

/* Pagination */
.pagination {
  text-align: center;
}
.pagination ul, .pagination li {
  list-style: none;
}
.pagination li {
  display: inline-block;
}

.page-section--pagination {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
}
.page-section--pagination a {
  transition: color 300ms ease-out;
}
.page-section--pagination a:hover {
  color: #77b3bd;
}

/* Default Page Template Styles */
.page-template-default .row {
  max-width: 850px;
}
h1#page-section--page-title {
  text-transform: uppercase;
  font-size: 3.25em;
}
@media (max-width: 64.0525em) {
  .page-template-default h1#page-section--page-title {
    font-size: 2.75em;
    line-height: 1.25em;
  }
}
.page-template-default #page-section--content {
  margin-bottom: 40px;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  line-height: 24px;
  font-size: 16px;
}
.page-template-default #page-section--content p {
  margin-top: 10px;
}
.page-template-default #page-section--content p.sub-head {
  margin-top: 0;
}
.page-template-default #page-section--content h2 {
  font-size: 2.25em;
  font-family: "futura-pt", Arial, sans-serif;
  margin-bottom: 0;
}
.page-template-default #page-section--content h3 {
  font-size: 1.75em;
  font-family: "futura-pt", Arial, sans-serif;
}
.page-template-default #page-section--content h4 {
  font-size: 1.75em;
  font-family: "futura-pt", Arial, sans-serif;
}
.page-template-default #page-section--content h5, .page-template-default #page-section--content h6 {
  font-size: 1.25em;
  font-family: "futura-pt", Arial, sans-serif;
}
.page-template-default #page-section--content .btn {
  margin-top: 50px;
  background: #77b3bd;
  font-family: "futura-pt", Arial, sans-serif;
  border: 1px solid #77b3bd;
}
.page-template-default #page-section--content .btn:hover {
  background: #000000;
  color: #ffffff;
}

.single-agfa_release .row {
  max-width: 850px;
}
.single-agfa_release #page-section--hero {
  width: 100%;
  background: #000000;
  padding-bottom: 8px;
  position: relative;
  clear: both;
}
.single-agfa_release #page-section--hero .hero-slide img {
  height: 450px;
  width: auto;
  margin: 0 4px;
}
@media (max-width: 48.0525em) {
  .single-agfa_release #page-section--hero .hero-slide img {
    height: 250px;
  }
}
.single-agfa_release #page-section--film-title {
  text-align: center;
  margin: 44px 0 20px;
}
.single-agfa_release #page-section--film-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-agfa_release #page-section--film-info {
  margin-bottom: 50px;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
}
.single-agfa_release #page-section--film-info #page-section--film-info--inner {
  max-width: 310px;
  margin: 0 auto;
}
.single-agfa_release #page-section--film-info #page-section--film-info--inner iframe {
  width: 100%;
  height: auto;
}
.single-agfa_release #page-section--film-info a {
  color: #000;
  text-decoration: underline;
}
.single-agfa_release #page-section--film-info a:hover {
  text-decoration: none;
}
.single-agfa_release #page-section--film-info p {
  margin-top: 0;
}
.single-agfa_release #page-section--film-info h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.single-agfa_release #page-section--film-info ul {
  padding-left: 20px;
  margin-top: 5px;
}
.single-agfa_release #page-section--film-info ul li {
  font-size: 12px;
  line-height: 18px;
}
.single-agfa_release #page-section--film-info .btn {
  font-family: "futura-pt", Arial, sans-serif;
  background-color: #77b3bd;
  border: 1px solid #77b3bd;
  width: 100%;
  color: #000000;
  padding: 10px;
}
.single-agfa_release #page-section--film-info .btn:hover {
  background-color: #ffffff;
  border-color: #000000;
}

/* Archive Template for 'AGFA Release' Custom Post Type*/
.post-type-archive-agfa_release h1#page-section--page-title {
  text-transform: uppercase;
}

#page-section--intro {
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
}
#page-section--intro a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
#page-section--intro a:hover {
  text-decoration: none;
}
#page-section--intro p:first-child {
  margin-top: 0;
}
#page-section--intro p:last-child {
  margin-bottom: 0;
}

.page-section--search--filter {
  padding-bottom: 10px;
}
.page-section--search--filter a {
  transition: color .2s ease-out;
}
.page-section--search--filter a:hover {
  color: #77b3bd;
}
@media (max-width: 1276px) {
  .page-section--search--filter {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page-section--search--clear-filter {
  float: right;
  display: inline-block;
}

.page-section--release-list {
  max-width: 1276px;
  margin: 0 auto 50px;
  position: relative;
  overflow: auto;
}
.page-section--release-list .column, .page-section--release-list .columns {
  min-height: 1px;
}
.page-section--release-list .film-title a {
  padding-right: 10px;
  display: inline-block;
}
@media (max-width: 1276px) {
  .page-section--release-list {
    max-width: 96%;
  }
}
.page-section--release-list a {
  transition: color 200ms ease-out;
  float: none;
}
.page-section--release-list a:hover {
  color: #77b3bd;
}
.page-section--release-list .page-section--agfa-releases {
  width: 95%;
  display: inline-block;
  float: left;
}
.page-section--release-list .page-section--agfa-releases.wide {
  width: 100%;
}
@media (max-width: 64.0525em) {
  .page-section--release-list .page-section--agfa-releases {
    width: 92%;
  }
}
.page-section--release-list .page-section--agfa-releases .row {
  max-width: none;
}
.page-section--release-list #page-section--alpha-index {
  width: 4%;
  display: inline-block;
  float: right;
  font-size: 14px;
}
@media (max-width: 64.0525em) {
  .page-section--release-list #page-section--alpha-index {
    padding-left: 2%;
    float: left;
  }
}
.page-section--release-list #page-section--alpha-index ul, .page-section--release-list #page-section--alpha-index li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
@media (max-width: 39.99em) {
  .page-section--release-list #page-section--alpha-index ul, .page-section--release-list #page-section--alpha-index li {
    line-height: 27px;
  }
}

.post-type-archive-agfa_release .stuck {
  position: fixed;
  top: 0;
}
.post-type-archive-agfa_release .stuck-bottom {
  bottom: 0;
  position: absolute;
}

.page-section--no-results {
  font-size: 16px;
  text-align: center;
}

.page-template-agfa-search #page-section--search-results-content {
  margin-bottom: 60px;
}
.page-template-agfa-search .page-section--search {
  margin-bottom: 0;
}
.page-template-agfa-search h1 {
  text-transform: uppercase;
}
.page-template-agfa-search h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0;
}
.page-template-agfa-search .page-section--results-count {
  text-align: center;
  margin-bottom: 16px;
}
.page-template-agfa-search #page-section--agfa-releases__additional {
  display: none;
}
.page-template-agfa-search #page-section--more-results {
  text-align: center;
  margin: 20px 0 36px;
}
@media (max-width: 39.99em) {
  .page-template-agfa-search #page-section--more-results a {
    max-width: 85%;
    font-size: 16px;
    line-height: 20px;
  }
}

#page-section--search-keywords h3 {
  margin-bottom: 80px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 39.99em) {
  #page-section--search-keywords h3 {
    font-size: 20px;
  }
}

.page-template-page--home #page-section--nav.nav__fixed {
  top: 0;
}

#header--nav--trigger {
  background: #77b3bd;
  color: #ffffff;
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 48.0625em) {
  #header--nav--trigger {
    display: none;
  }
}

#header--social {
  color: #ffffff;
  text-align: right;
  padding-top: 27px;
}
@media (max-width: 48.0525em) {
  #header--social {
    display: none;
  }
}
#header--social a {
  color: #ffffff;
  transition: color 400ms ease-out;
  font-size: 20px;
  padding-left: 20px;
}
#header--social a:hover {
  color: yellow;
}

#header--content {
  float: right;
}
@media (max-width: 48.0525em) {
  #header--content {
    float: none;
  }
}
#header--content #header--nav--trigger {
  background: #77b3bd;
  color: #ffffff;
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48.0625em) {
  #header--content #header--nav--trigger {
    display: none;
  }
}
#header--content #header--nav {
  padding: 8px 0 12px;
}
@media (max-width: 48.0525em) {
  #header--content #header--nav {
    width: 100%;
    padding-top: 0;
  }
}
#header--content #header--nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 48.0525em) {
  #header--content #header--nav ul {
    width: 90%;
    text-align: center;
    background-color: #77b3bd;
    margin: 0 auto;
  }
}
#header--content #header--nav ul li {
  display: inline-block;
}
@media (max-width: 48.0525em) {
  #header--content #header--nav ul li {
    width: 100%;
  }
}
#header--content #header--nav ul li:first-child a {
  padding: 0;
}
#header--content #header--nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0 0 0 16px;
  transition: color 400ms ease-out;
}
#header--content #header--nav ul li a:hover {
  color: yellow;
}
@media (max-width: 48.0525em) {
  #header--content #header--nav ul li a {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #header--content #header--nav ul li a {
    padding: 0 0 0 12px;
  }
}
#header--content #header--nav ul li#menu-item-102 a {
  font-size: 1em;
  font-weight: 600;
}
@media (min-width: 48.0625em) {
  #header--content #header--nav ul li#menu-item-102 a span {
    display: none;
  }
}

@media (max-width: 48.0525em) {
  #header--nav {
    display: none;
  }
}

#nav--close {
  display: none;
}

body.nav--open #nav--close {
  display: block;
}
body.nav--open #nav--open {
  display: none;
}

body.nav--closed #nav--close {
  display: none;
}
body.nav--closed #nav--open {
  display: block;
}

#page-section--nav {
  color: #000000;
  padding: 10px 0;
  font-size: 16px;
  width: 100%;
  transition: top .54s ease-out;
  z-index: 1;
  top: 0;
  padding: 0;
  display: block;
  clear: both;
  background: #000000;
  max-height: 120px;
  width: 100%;
  position: relative;
}
#page-section--nav::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 48.0525em) {
  #page-section--nav {
    max-height: none;
  }
}
#page-section--nav #logo {
  background-repeat: no-repeat;
  width: 165px;
  height: 147px;
  background-image: url(/wp-content/themes/bones-agfa/styles/images/agfa-logo-badge.png);
  float: left;
  position: absolute;
  background-size: cover;
}
@media (max-width: 48.0525em) {
  #page-section--nav #logo {
    display: block;
    margin: 0 auto 20px;
    float: none;
    position: relative;
  }
}
#page-section--nav.nav__fixed {
  top: 0;
}
#page-section--nav #inner-header {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 10px;
}
#page-section--nav #inner-header #nav--top-link {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  color: #c3c3c3;
  transition: color .4s ease-out;
  cursor: pointer;
}
#page-section--nav #inner-header #nav--top-link:hover {
  color: #555555;
}
@media (max-width: 800px) {
  #page-section--nav #inner-header {
    padding: 0 5px;
  }
}

#page-section--latest-releases {
  position: relative;
  overflow: hidden;
  background-color: #77b3bd;
}
#page-section--latest-releases:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: url(/wp-content/themes/bones-agfa/styles/images/dot-bg-on-blue.png) 0 0 repeat;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
#page-section--latest-releases .latest-releases--title {
  text-align: center;
}
#page-section--latest-releases h2 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 28px auto 35px;
  padding: 12px 20px;
  display: inline-block;
  background-color: #77b3bd;
  color: #000000;
}
#page-section--latest-releases .latest-releases--browse-all {
  text-align: center;
}
#page-section--latest-releases .btn {
  margin: 56px auto 45px;
}

#page-section--latest-releases--inner {
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.latest-release {
  text-align: center;
}
.latest-release:hover .latest-release--image a {
  opacity: 0.7;
}
.latest-release .latest-release--inner {
  padding: 33px;
  background-color: #fff;
  margin: 0 4px 8px;
}
.latest-release .latest-release--image {
  width: 100%;
  height: 164px;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 22px;
}
.latest-release .latest-release--image a {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
}
.latest-release .latest-release--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.latest-release .latest-release--text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  margin-bottom: 30px;
}
.latest-release .latest-release--buy-now,
.latest-release .latest-release--book-now,
.latest-release .latest-release--pre-order-now {
  width: 63px;
  height: 63px;
  transition: transform .2s ease-out;
  /*
  display: inline-block;
  background-image: url(/wp-content/themes/bones-agfa/styles/images/buy-now--small.png);

  text-size:0;
  */
  background: #000;
  font-size: 15px;
  font-weight: 100;
  color: yellow;
  border-radius: 50%;
  font-family: "futura-pt", Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 0 0;
  text-align: center;
  line-height: 20px;
}
.latest-release .latest-release--buy-now:hover,
.latest-release .latest-release--book-now:hover,
.latest-release .latest-release--pre-order-now:hover {
  transform: scale(1.2);
}
.latest-release .latest-release--pre-order-now {
  font-size: 11px;
  line-height: 16px;
  padding-top: 18px;
}

.release-item {
  background: #ffffff;
  margin-bottom: 5px;
  padding: 16px;
  position: relative;
  line-height: 24px;
}
.release-item .field {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 64.0525em) {
  .release-item {
    font-size: 14px;
  }
}
.release-item .row {
  max-width: none;
}
@media (max-width: 64.0525em) {
  .release-item .view-link {
    position: absolute;
    top: 40%;
  }
}

@media (max-width: 39.99em) {
  #page-section--search-overlay.page-section--search #search-button {
    color: #ffffff;
  }
  #page-section--search-overlay.page-section--search #search-button:hover {
    opacity: .5;
  }
}
#page-section--search-overlay.page-section--search .search-field {
  -webkit-appearance: none;
  border-radius: 0;
}

#page-section--search-overlay-title h2 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 2.25em;
  margin-bottom: 30px;
}

#page-section--search-overlay-dismiss {
  margin-top: 30px;
  text-align: center;
}
#page-section--search-overlay-dismiss a {
  color: #ffffff;
  transition: opacity 300ms linear;
  text-transform: uppercase;
}
#page-section--search-overlay-dismiss a:hover {
  opacity: .6;
}

.page-template-page--home #page-section--email-subscribe {
  background: #ffffff;
}

#page-section--email-subscribe {
  z-index: 4;
  position: relative;
  /*
  #mc_embed_signup .mc-field-group {
      clear: left;
      position: relative;
      width: 96%;
      padding-bottom: 3%;
      min-height: 50px;
  }*/
}
#page-section--email-subscribe h2 {
  font-size: 32px;
  line-height: 32px;
  color: #77b3bd;
  text-align: center;
  font-weight: 700;
  margin-bottom: -7px;
}
#page-section--email-subscribe #mc_embed_signup {
  background: #77b3bd;
  padding: 30px 10px;
  overflow: auto;
}
#page-section--email-subscribe .mc-field-group {
  max-width: 477px;
  margin: 0 auto;
}
#page-section--email-subscribe #mce-EMAIL {
  max-width: 365px;
  width: 76.5%;
  font-family: "adobe-garamond-pro", "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.125em;
  color: #000000;
  display: inline-block;
  color: #000000;
  float: left;
  padding: 10px 5px;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 39.99em) {
  #page-section--email-subscribe #mce-EMAIL {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
#page-section--email-subscribe #mc-embedded-subscribe {
  max-width: 104px;
  width: 21.8%;
  font-size: 1.125em;
  padding: 4px 0 5px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #000000;
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (max-width: 39.99em) {
  #page-section--email-subscribe #mc-embedded-subscribe {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}

#footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 55px 0;
}
#footer #footer--logo {
  background-image: url(/wp-content/themes/bones-agfa/styles/images/agfa-logo--footer.png);
  width: 150px;
  height: 105px;
  display: inline-block;
  margin: 0 auto 40px;
}
#footer .widget_nav_menu {
  margin: 56px 0 37px;
}
#footer .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .widget_nav_menu ul li {
  display: inline-block;
}
@media (max-width: 39.99em) {
  #footer .widget_nav_menu ul li {
    width: 100%;
  }
}
#footer .widget_nav_menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0 15px;
}
#footer .widget_nav_menu ul li a:hover {
  color: yellow;
}
#footer #footer--social {
  color: #ffffff;
  text-align: center;
}
#footer #footer--social a {
  color: #ffffff;
  transition: color 400ms ease-out;
  font-size: 20px;
  padding-left: 20px;
}
#footer #footer--social a:first-child {
  padding-left: 0;
}
#footer #footer--social a:hover {
  color: yellow;
}
#footer #copyright {
  font-size: 14px;
  margin-top: 70px;
}
