/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
@import url(../_scss/_vendors/font-awesome-4.2.0/scss/font-awesome.css);
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(232, 230, 230, 0.95);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-title-float-wrap .child {
  color: #000;
  background: none;
  text-shadow: none;
  font-family: "apercu pro bold";
  font-size: 12px;
}

.fancybox-wrap .title {
  color: #000;
  font-family: "apercu pro bold";
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.fancybox-close {
  top: 20px;
  left: 94vw;
  width: 26px;
  height: 36px;
  position: fixed;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-repeat: no-repeat;
}

.fancybox-nav span {
  width: 24px;
  visibility: visible;
  position: fixed;
}

.fancybox-next span {
  right: 100px;
  background-position: 0 -136px;
}

.fancybox-prev span {
  left: 100px;
  background-position: 0 -66px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 26px 170px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 716px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 716px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #df5c47;
  border-color: #db4931;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #d83e26;
  border-color: #b1331f;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d83e26;
  border-color: #b1331f;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #df5c47;
  border-color: #db4931;
}
.btn-primary .badge {
  color: #df5c47;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0f79f0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #df5c47;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

body, blockquote, dd, div, dl, dt, form, fieldset, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, serif;
  color: #000;
  position: relative;
  margin-left: 0px;
}
body * {
  box-sizing: border-box;
}
body.mobileopen, body.mobile.mobileopen {
  margin-left: 0px;
}
body.menuClosed {
  margin-left: 70px;
}
body.tocOpened {
  -webkit-transition: none 1s;
  transition: none 1s;
  overflow: hidden;
  padding-right: 17px;
  background: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "apercu pro bold";
}

h1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.5em;
  -moz-box-flex: 0;
  -moz-flex: 0 0 4.5em;
  -ms-flex: 0 0 4.5em;
  flex: 0 0 4.5em;
  font-family: "Larish Neue Semibold";
  font-size: 52px;
  color: #000;
}
h1 span {
  color: #000;
}
h1.bigTitle {
  font-size: 72px;
  line-height: 72px;
}
h1.medTitle {
  font-size: 52px;
  line-height: 52px;
  font-family: "Larish Neue Semibold";
  color: #b8b8b8;
}
h1.smallTitle {
  font-size: 28px;
  line-height: 28px;
  font-family: 'apercu pro bold';
}
h1.black {
  color: #000;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

h4 {
  font-size: 22px;
  margin-bottom: 6px;
}

h5 {
  font-size: 17px;
}

p {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "apercu pro regular";
}

.smallText {
  font-family: "apercu pro regular";
  font-size: 14px;
  color: #b8b8b8;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr, acronym, fieldset, img {
  border: 0;
}

q:before, q:after {
  content: "";
}

a {
  cursor: pointer;
  color: #0000ff;
}
a:hover {
  color: #ff7200;
}

.row,
.row:before,
.row:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="col-"],
[class*="col-"]:before,
[class*="col-"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control,
.form-control:before,
.form-control:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
.btn:before,
.btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/***************************
* BUTTONS
****************************/
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f79f0;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  color: #df5c47;
}

/***************************
* NAVIGATION CONTROLS
****************************/
.prevNext {
  font-family: "apercu pro regular";
  color: #000000;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.prevNext i.fa-caret-left {
  margin-right: 10px;
}
.prevNext i.fa-caret-right {
  margin-left: 10px;
}
.prevNext a {
  text-decoration: none;
  color: #000000;
}
.prevNext .left {
  float: left;
}
.prevNext .right {
  float: right;
}

.see-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  pointer-events: none;
}
.see-more .ico {
  display: inline-block;
  background: url(../images/gallery_view_more.png) no-repeat;
  width: 26px;
  height: 21px;
}
.see-more .text {
  font-size: 14px;
  color: #fff;
  margin-left: 14px;
  font-family: "apercu pro regular";
  position: relative;
  top: -5px;
}

.aesop-content-img {
  margin-top: 85px;
  margin-bottom: 85px;
}

#loading {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#loading .spinner {
  position: fixed !important;
}
#loading #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#loading.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading.active #loadIcon {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: auto;
  top: 50vh;
  position: relative;
}

/***************************
* SOCIAL ICONS
****************************/
.flaticon-youtube:hover {
  color: #cc181e !important;
}

.flaticon-twitter:hover {
  color: #5ea9dd !important;
}

.flaticon-facebook:hover {
  color: #46629e !important;
}

.flaticon-pinterest:hover {
  color: #d33534 !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 0px;
}

div.qa-container {
  font-size: 16px;
}

div.qa-container p,
article.single .wrapper .qa-container p:first-child {
  margin-bottom: 20px;
}

div.qa-container h2,
article.single .qa-container h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-family: "Larish Neue Semibold";
  font-weight: bold;
  font-style: normal;
}

/**
 * Cover
 */
.cover-wrap {
  width: 100%;
  top: 0;
}

.cover .featured-img {
  position: relative;
  height: auto;
  min-height: 130px;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.cover .featured-img h1 {
  color: #FFF;
  display: block;
  font-size: 1em;
  font-family: 'Droid Sans', sans-serif;
  position: absolute;
  left: 18%;
  right: 0;
  bottom: 20%;
  text-shadow: 2px 2px 2px #333333;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cover .featured-img img {
  display: block;
  padding: 0;
  position: relative;
  visibility: hidden;
  width: 100%;
}
.cover .featured-img .customText {
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.cover .featured-img span {
  display: block;
  font-size: 1em;
  margin: 0 auto;
  padding: 0.5em;
}

.section-under-cover {
  margin: -160px 0 50px;
}
.section-under-cover h3 {
  font-family: 'Titillium Web';
  font-size: 20px;
  text-transform: uppercase;
}
.section-under-cover .instagram-feed ul:before, .section-under-cover .instagram-feed ul:after {
  content: " ";
  display: table;
}
.section-under-cover .instagram-feed ul:after {
  clear: both;
}
.section-under-cover .instagram-feed li {
  float: left;
  height: 88px;
  margin-right: 2px;
  width: 88px;
}
.section-under-cover .instagram-feed li img {
  height: auto;
  width: 100%;
}
.section-under-cover .si_feed .si_item {
  margin-right: 2px;
}
.section-under-cover .wp-instagram-images-shortcode-image {
  display: inline-block;
}
.section-under-cover .optin-form p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 4px;
}
.section-under-cover .optin-form form input::-moz-placeholder {
  font-style: italic;
}
.section-under-cover .optin-form form input:-ms-input-placeholder {
  font-style: italic;
}
.section-under-cover .optin-form form input::-webkit-input-placeholder {
  font-style: italic;
}
.section-under-cover .optin-form form .btn {
  color: #fff;
  margin-left: -5px;
  padding-left: 6px;
  padding-right: 6px;
}

.newsletter-block {
  border-left: 2px solid #df5c47;
  min-width: 279px;
  overflow: hidden;
  padding: 12px 0 12px 30px;
}
.newsletter-block h1 {
  color: #fff;
  /*font-family: "futura-pt", sans-serif;*/
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
}
.newsletter-block p {
  color: #fff;
  font-family: 'Titillium Web';
  font-size: 12px;
  line-height: 2em;
}
.newsletter-block .form-inline {
  background: #fff;
  overflow: hidden;
}
.newsletter-block .form-inline .input-sm {
  border: none;
  display: block;
  float: left;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.newsletter-block .form-inline .input-sm::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-block .form-inline .input-sm:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.newsletter-block .form-inline .input-sm::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.newsletter-block .form-inline .input-sm:-ms-input-placeholder {
  font-style: italic;
}
.newsletter-block .form-inline .btn-sm {
  float: right;
}

.article-thumb {
  float: left;
  padding: 0 3% 0 0;
  position: relative;
}
.article-thumb .mainimage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 0 !important;
  padding-bottom: 83.24%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
}
.article-thumb .article-title {
  color: #050505;
  /*font-family: "futura-pt", sans-serif;*/
  font-size: 1.75em;
  margin-top: 1em;
}
.article-thumb .article-title a {
  color: #050505;
  text-decoration: none;
}
.article-thumb .meta span {
  color: #000;
  /*font-family: "futura-pt", sans-serif;*/
  font-size: 16px;
}
.article-thumb .meta .category {
  background: none;
  padding: 0;
}
.article-thumb .meta .category:before {
  content: ' - ';
}
.article-thumb:nth-of-type(3n+1) {
  clear: both;
}
.article-thumb:hover .mainimage {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-list .article .article-title {
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 2em;
}
.article-list .article .article-title a {
  color: #000;
  text-decoration: none;
}
.article-list .article .article-title a:hover {
  text-decoration: underline;
}
.article-list .article .date {
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
  font-size: 0.625em;
}
.article-list .article .author {
  color: #000;
  display: block;
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 14px;
}
.article-list .article .mainimage {
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  height: 205px;
  margin-bottom: 30px;
  max-width: 290px;
  width: 100%;
}
.article-list .article .mainimage.mix-image {
  height: auto;
}
.article-list .article .mainimage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.article-list .article p {
  font-size: 0.75em;
  line-height: 1.83333em;
  margin-bottom: 1.5em;
  font-family: 'apercu pro regular';
}
.article-list .article .more {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 110px;
  display: inline-block;
  font-family: "apercu pro regular";
}
.article-list .article .more:hover {
  text-decoration: underline;
}

/********************
* GALLERY
********************/
.galleryWrapper {
  margin-top: 95px;
  margin-bottom: -20px;
}
.galleryWrapper img {
  -webkit-box-shadow: -7px 2px 19px -3px rgba(0, 0, 0, 0.35);
  box-shadow: -7px 2px 19px -3px rgba(0, 0, 0, 0.35);
}

.gallery {
  position: relative;
  margin-bottom: 75px;
}
.gallery a:nth-child(n+4) {
  display: none;
}
.gallery .galleryItem {
  position: absolute;
  width: 100%;
}
.gallery .galleryItem:nth-child(0) {
  top: 0px;
  right: 0px;
  z-index: 15;
}
.gallery .galleryItem:nth-child(1) {
  top: -10px;
  right: 10px;
  z-index: 14;
}
.gallery .galleryItem:nth-child(2) {
  top: -20px;
  right: 20px;
  z-index: 13;
}
.gallery .galleryItem:nth-child(3) {
  top: -30px;
  right: 30px;
  z-index: 12;
}
.gallery .galleryItem:nth-child(4) {
  top: -40px;
  right: 40px;
  z-index: 11;
}
.gallery .galleryItem:nth-child(5) {
  top: -50px;
  right: 50px;
  z-index: 10;
}
.gallery .galleryItem:nth-child(6) {
  top: -60px;
  right: 60px;
  z-index: 9;
}
.gallery .galleryItem:nth-child(7) {
  top: -70px;
  right: 70px;
  z-index: 8;
}
.gallery .galleryItem:nth-child(8) {
  top: -80px;
  right: 80px;
  z-index: 7;
}
.gallery .galleryItem:nth-child(9) {
  top: -90px;
  right: 90px;
  z-index: 6;
}
.gallery .galleryItem:nth-child(10) {
  top: -100px;
  right: 100px;
  z-index: 5;
}
.gallery .galleryItem:nth-child(11) {
  top: -110px;
  right: 110px;
  z-index: 4;
}
.gallery .galleryItem:nth-child(12) {
  top: -120px;
  right: 120px;
  z-index: 3;
}
.gallery .galleryItem:nth-child(13) {
  top: -130px;
  right: 130px;
  z-index: 2;
}
.gallery .galleryItem:nth-child(14) {
  top: -140px;
  right: 140px;
  z-index: 1;
}
.gallery .galleryItem:first-child {
  position: relative;
  z-index: 100;
}

/********************
* ARTICLE CAROUSEL
********************/
.article-carousel {
  margin: 0 auto;
  max-width: 990px;
  width: 85vw;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-carousel h2 {
  font-size: 1.5em;
  left: 20px;
  position: absolute;
  top: 45px;
  font-family: "Larish Neue Semibold";
}
.article-carousel .article-list li {
  border-left: 1px solid #e5e5e5;
  padding: 20px;
  word-wrap: break-word;
  width: 33.33%;
}
.article-carousel .article-list li:last-child {
  border-right: 1px solid #e5e5e5;
}
.article-carousel .article-list .article {
  margin-top: 90px;
}

#newsletter-cta {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
#newsletter-cta h2 {
  font-family: "Larish Neue Semibold";
  font-size: 48px;
  margin-top: 120px;
  margin-bottom: 65px;
}
#newsletter-cta .button {
  font-family: "montserrat";
  font-size: 14px;
  padding: 12px 160px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 100px;
  display: inline-block;
  cursor: pointer;
}

#mailchimp-form {
  background-color: #fff;
  color: #555555;
  border-top: 1px solid #fff;
  padding: 0;
  font-family: "Larish Neue Semibold";
  border-top: 1px solid #ededed;
  padding-bottom: 40px;
  display: none;
  overflow-y: scroll;
  position: fixed;
  width: 104%;
  height: 100%;
  left: -2%;
}
#mailchimp-form .row {
  max-width: 930px;
  margin: auto;
  width: 60%;
}
#mailchimp-form .info {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}
#mailchimp-form h1 {
  font-size: 45px;
  text-align: center;
  width: 60%;
  margin: auto;
  padding: 30px;
}
#mailchimp-form #mc_embed_signup_scroll {
  max-width: 70%;
  margin: auto;
}
#mailchimp-form #mc_embed_signup {
  background-color: #ededed;
  padding-bottom: 20px;
  position: relative;
}
#mailchimp-form #mc_embed_signup .button {
  clear: both;
  background-color: #7d7d7d;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  font-family: "apercu pro regular";
}
#mailchimp-form #mc_embed_signup .mc-field-group {
  width: 100%;
  padding-bottom: 20px;
}
#mailchimp-form #mc_embed_signup .mc-field-group input, #mailchimp-form #mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #dadada;
}
#mailchimp-form #mc_embed_signup .mc-field-group select {
  height: 32px;
  -webkit-appearance: none;
}
#mailchimp-form #mc_embed_signup .mc-field-group.padding {
  padding-bottom: 60px;
}
#mailchimp-form #mc_embed_signup .mc-field-group label {
  color: #000;
  font-size: 16px;
  font-family: "Larish Neue Semibold";
  padding-bottom: 5px;
}
#mailchimp-form #mc_embed_signup .indicates-required {
  margin-right: 0;
}
#mailchimp-form #mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 40px;
  text-align: center;
  font-family: "Larish Neue Semibold";
  color: #000;
}
#mailchimp-form .menu-close {
  float: right;
  font-size: 30px;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 100;
}

section.journal {
  background: #f3f3f3;
  padding: 0 0 10px;
}
section.journal article {
  position: relative;
}
section.journal .date {
  padding: 25px 20px;
  display: block;
}
section.journal .pushDown {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}
section.journal .pushDown a {
  line-height: 0;
}
section.journal > h1 {
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-top: 50px;
}
section.journal > h1 img {
  max-width: 250px;
  height: auto;
}
section.journal .front-journal-wrapper {
  margin: 50px auto;
  max-width: 990px;
  position: relative;
  width: 85vw;
}
section.journal .article-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.journal .article-list li {
  padding-right: 30px;
  min-width: 24%;
  width: 25%;
  padding-bottom: 28px;
  box-sizing: border-box;
}
section.journal .article-list li .article {
  background: #fff;
  height: 435px;
}
section.journal .article-list li .article .bookmark-new {
  background: url("../images/bookmark-icon.png") top left no-repeat;
  display: block;
  height: 39px;
  width: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}
section.journal .article-list li .article .article-title {
  padding: 0 22px;
}
section.journal .article-list li .article .article-title {
  margin-bottom: 1em;
}
section.journal .article-list li .article .mainimage {
  height: auto;
  margin: 0;
  max-height: 170px;
  overflow: hidden;
}
section.journal .article-list li .article .mainimage img {
  height: auto;
  width: 100%;
}
section.journal .article-list li:last-child {
  padding-right: 0;
}

/* Shortcodes */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_sixth, .full_column, .one_column {
  margin-right: 2%;
  float: left;
  /*line-height:21px;*/
  margin-bottom: 20px;
  position: relative;
}

.one_half {
  width: 49%;
}

.one_third {
  width: 32%;
}

.two_third {
  width: 66%;
}

.one_fourth {
  width: 23.5%;
}

.three_fourth {
  width: 74.5%;
}

.one_sixth {
  width: 16%;
}

.full_column {
  margin: auto;
  float: none;
  width: 100%;
}

.one_column {
  width: 75%;
  max-width: 630px;
  margin: auto;
  float: none;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.center {
  text-align: justify !important;
}

.clearboth {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.main-header {
  color: #fff;
  position: fixed;
  overflow-x: hidden;
  overflow: visible;
  max-height: 100%;
  width: 100%;
  top: -65px;
  z-index: 989;
  -webkit-transition-property: background, border-color, color, top;
  transition-property: background, border-color, color, top;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  /*
  .main-header.white-state .inner-wrap .logo{
    -webkit-filter: invert(1);
    filter: invert(1);
  }*/
}
.main-header.static-menu {
  top: -65px;
  border-bottom: 1px solid rgba(2, 3, 3, 0.09804);
  color: black !important;
  background: white !important;
}
.main-header.static-menu .inner-wrap .logo {
  background-image: url(../images/logo-blk.png) !important;
}
.main-header a {
  color: inherit;
}
.main-header .socialbar {
  display: none;
  text-align: center;
  padding: 8px 20px 32px;
  background-color: #ededed;
}
.main-header .socialbar a {
  display: inline-block;
  height: 17px;
  width: 140px;
  text-align: center;
  margin: 0;
}
.main-header .socialbar a.social-facebook {
  background: url("../images/social-icons.png") center 0px no-repeat;
}
.main-header .socialbar a.social-twitter {
  background: url("../images/social-icons.png") center -17px no-repeat;
}
.main-header .socialbar a.social-youtube {
  background: url("../images/social-icons.png") center -34px no-repeat;
}
.main-header .socialbar a.social-instagram {
  background: url("../images/social-icons.png") center -51px no-repeat;
}
.main-header .socialbar a span {
  position: relative;
  bottom: -30px;
  font-family: 'apercu pro regular';
  font-size: 12px;
}
.main-header .socialbar a i {
  display: none;
}
.main-header .socialbar h5 {
  display: none;
}
.main-header .socialbar .wrap {
  padding: 10px;
  text-align: center;
}
.main-header #search {
  background: #000;
  height: 65px;
}
.main-header #search form {
  height: 100%;
  width: 100%;
}
.main-header #search form .field {
  color: #fff;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  outline: none;
  background: transparent;
  border: none;
  font-family: 'apercu pro regular';
  margin-top: 9px;
}
.main-header #search form .field::-webkit-input-placeholder {
  color: #fff;
}
.main-header #search form .field:-moz-placeholder {
  color: #fff;
}
.main-header #search form .field::-moz-placeholder {
  color: #fff;
}
.main-header #search form .field:-ms-input-placeholder {
  color: #fff;
}
.main-header #search form #btn-submit {
  display: none;
}
.main-header .inner-wrap {
  height: 65px;
  padding: 16px 24px 0 24px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main-header .inner-wrap .logo {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 49px;
  -ms-flex: 0 0 49px;
  flex: 0 0 49px;
  height: 100%;
  text-indent: -99999em;
  width: 49px;
  position: relative;
}
.main-header .inner-wrap .logo .beta {
  display: block;
  position: absolute;
  background: url(../images/beta.png) no-repeat center;
  top: 5px;
  right: -40px;
  height: 14px;
  width: 33px;
}
.main-header .inner-wrap .top-nav {
  font-size: 0.875em;
  margin-left: 26px;
  width: 100%;
}
.main-header .inner-wrap .top-nav .menu .menu-item {
  display: inline;
  padding: 0 50px;
}
.main-header .inner-wrap .top-nav .menu .menu-item a {
  font-family: "Apercu Pro Medium", 'Trebuchet MS', Arial, sans-serif;
  text-decoration: none;
}
.main-header .inner-wrap .top-nav .menu .menu-item a:hover {
  text-decoration: underline;
}
.main-header .inner-wrap .toggles {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right;
  width: 100px;
}
.main-header .inner-wrap .toggles a {
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  top: -3px;
}
.main-header .inner-wrap .toggles .search-toggle {
  font-size: 24px;
  position: relative;
  top: -4px;
}
.main-header .inner-wrap .toggles .search-toggle .flaticon-cross {
  display: none;
}
.main-header .inner-wrap .toggles .menu-toggle {
  font-size: 36px;
}
.main-header .main-nav {
  background: #0B0B0B;
  color: #fff !important;
  display: none;
  padding: 0 24px;
  text-align: center;
  min-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  width: 104%;
  height: 100%;
  left: -2%;
  padding-bottom: 40px;
}
.main-header .main-nav .menu-close {
  display: block;
  font-size: 36px;
  position: absolute;
  text-align: right;
  text-decoration: none;
  right: 34px;
  top: 60px;
}
.main-header .main-nav .menu {
  padding: 150px 0;
}
.main-header .main-nav .menu .menu-item a {
  font-size: 55px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Larish Neue Semibold';
}
.main-header .main-nav .menu .menu-item a:hover {
  text-decoration: underline;
  visibility: visible;
}
.main-header.search-active {
  top: 0;
}
.main-header.search-active .inner-wrap .toggles .search-toggle .flaticon-cross {
  display: inline;
}
.main-header.search-active .inner-wrap .toggles .search-toggle .flaticon-magnifying-glass {
  display: none;
}
.main-header.menu-active .main-nav {
  display: block;
}
.main-header.scrolled {
  background: #fff;
  color: #000;
  border-bottom: none;
}
.main-header.scrolled .logo {
  background-image: url(../images/logo-blk.png);
}
.main-header.white-state {
  background: #fff;
  color: #000;
  border-bottom: 1px solid rgba(2, 3, 3, 0.1);
}
.main-header.white-state .inner-wrap .logo {
  background-image: url(../images/logo-blk.png) !important;
}

#backToTopStatic {
  float: right;
  display: inline-block;
  margin-top: 60px;
  cursor: pointer;
}

/********************
* FOOTER
********************/
.main-footer {
  background: #000;
  color: #808080;
  font-family: "apercu pro medium", 'Trebuchet MS', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding: 68px 0;
  z-index: 10;
}
.main-footer:before, .main-footer:after {
  content: " ";
  display: table;
}
.main-footer:after {
  clear: both;
}
.main-footer .inner-wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}
.main-footer .footer-nav {
  float: left;
  line-height: 1.5em;
  overflow: hidden;
  width: 60%;
  padding-left: 90px;
}
.main-footer .footer-nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-footer .footer-nav .menu .menu-item {
  width: 190px;
}
.main-footer .footer-nav .menu .menu-item a {
  color: #808080;
  text-decoration: none;
}
.main-footer .footer-nav .menu .menu-item a:hover {
  color: #fff;
}
.main-footer .socialbar {
  float: left;
}
.main-footer .socialbar h5 {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: left;
  float: left;
  margin-right: 20px;
  font-family: "futura-pt", "apercu pro medium", 'Trebuchet MS', Arial, sans-serif;
}
.main-footer .socialbar a {
  color: #808080 !important;
  display: inline-block !important;
  margin-left: 10px;
  text-decoration: none;
}
.main-footer .socialbar a span {
  display: none;
}
.main-footer .socialbar a i {
  color: #808080;
}
.main-footer .socialbar a i:before {
  font-size: 16px;
}
.main-footer .socialbar a:first-of-type {
  margin-left: 0;
}
.main-footer .socialbar a:hover {
  color: #fff;
}
.main-footer .copyright {
  float: left;
  display: block;
  margin-top: 60px;
  margin-left: 90px;
}
.main-footer .line {
  clear: both;
}

article.featured {
  padding-bottom: 140px;
}

article img.alignleft {
  float: left;
  margin-right: 20px;
}
article img.alignright {
  float: right;
  margin-left: 20px;
}

article.listitem:before, article.listitem:after {
  content: " ";
  display: table;
}
article.listitem:after {
  clear: both;
}
article.listitem .content-block {
  background-color: rgba(244, 244, 244, 0.8);
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.listitem h2 {
  color: #000;
  font-family: 'Titillium Web';
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
article.listitem h2 a {
  color: #000;
}
article.listitem img {
  background-color: #FFF;
  height: auto;
  padding: 5px;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.listitem img:hover {
  opacity: 0.7;
}
article.listitem p {
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 10px;
}
article.listitem a {
  text-decoration: none;
}
article.listitem .author {
  color: #aaa;
  font-family: 'Titillium Web';
  font-size: 12px;
  margin: 15px 0;
  text-transform: uppercase;
}
article.listitem .author a {
  color: #aaa;
}
article.listitem .author a:hover {
  color: #df5c47;
}
article.listitem .readmore {
  text-align: center;
}

article.single {
  font-size: 16px;
  color: #000;
  font-family: "apercu pro regular";
}
article.single h1 {
  margin: 20px 0 26px;
}
article.single h2 {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
article.single img {
  width: 100%;
  height: auto;
}
article.single a {
  color: #0e33f9;
}
article.single a:visited {
  color: #b8b8b8;
}
article.single p {
  margin-bottom: 20px;
  display: block;
}
article.single p > img {
  margin-top: 65px;
  margin-bottom: 65px;
}
article.single .credit {
  margin-bottom: 37px;
  font-size: 16px;
  font-family: "apercu pro regular";
}
article.single .credit.main {
  margin-bottom: 5px;
}
article.single .photo_credits {
  font-family: "apercu pro regular";
  font-size: 14px;
  position: relative;
  top: -65px;
}
article.single .customText {
  position: relative;
  width: 75%;
  max-width: 640px;
  margin: auto;
  float: none;
}
article.single .customText span {
  color: #000 !important;
  display: block;
  text-align: left !important;
  line-height: 1em;
  margin-bottom: 44px !important;
}
article.single .customText .title-1 {
  font-size: 28px;
  font-family: 'Apercu Pro Bold';
}
article.single .wrapper {
  padding: 50px;
}
article.single .wrapper p:first-child {
  margin-bottom: 30px;
}
article.single .wrapper .default-size,
article.single .wrapper .mobile-size {
  padding-top: 20px;
}

article.single .image_align {
  width: 75%;
  max-width: 630px;
  margin: auto;
  float: none;
  position: relative;
}
article.single .image_align.left img {
  float: right;
  width: 60vw;
  height: auto;
}

/*******************
* QUOTE
*********************/
article.single .quoteWrapper {
  display: block;
  text-align: center;
  margin: auto;
  width: inherit;
}
article.single .quoteWrapper .quote {
  font-size: 28px;
  line-height: 46px;
  font-family: 'Larish Neue Semibold';
  color: #000;
  font-size: 38px;
}
article.single .quoteWrapper .quote .author {
  font-size: 18px;
  margin-top: 3px;
  padding-top: 1px;
  color: #000;
}
article.single .quoteWrapper .quote .icon-quote {
  font-size: 30px;
  left: 10%;
  margin-left: -36px;
  opacity: 0.25;
  position: absolute;
  top: 0px;
}

/*******************
* RELATED ARTICLES
*******************/
.more-articles {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.more-articles section > h1 {
  color: #000;
  /* font-family: "futura-pt", sans-serif;*/
  font-size: 1.5em;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.more-articles .article-thumb .article-title {
  font-size: 1.375em;
}
.more-articles .next-article {
  background: #df5c47;
  float: left;
  height: 40vw;
  max-height: 470px;
  padding: 30px 3%;
  width: 19%;
}
.more-articles .next-article > h1 {
  color: #fff;
}
.more-articles .next-article .article-thumb .meta span {
  color: #fff;
}

.single .info .social {
  color: #aaa;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
.single .info .social li {
  float: none;
  display: inline-block;
}
.single .info .social li a {
  display: inline !important;
}
.single .shareDrawer {
  width: 75%;
  max-width: 630px;
  margin: auto;
  float: none;
  margin-bottom: 50px;
}
.single .shareDrawer .pin_wrapper {
  display: inline-block;
  position: relative;
  top: 2px;
}
.single .shareDrawer.open .socialbar {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.single .shareDrawer a {
  display: inline-block;
  margin-left: 15px !important;
}
.single .shareDrawer a.toggle {
  color: #000;
  text-decoration: none;
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
}
.single .shareDrawer a.toggle .pin_wrapper {
  display: inline-block;
}
.single .shareDrawer .socialbar {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#taxonomy-volume .inner-wrap {
  margin: 0 auto;
  max-width: 994px;
  overflow: hidden;
  position: relative;
}
#taxonomy-volume .inner-wrap h2 {
  font-size: 1.5em;
  left: 20px;
  position: absolute;
  top: 120px;
  font-family: "Larish Neue Semibold";
  left: 35px;
}
#taxonomy-volume .inner-wrap .column {
  width: 33.33%;
}
#taxonomy-volume .inner-wrap .column.first {
  padding-top: 170px;
}
#taxonomy-volume .inner-wrap .column.middle, #taxonomy-volume .inner-wrap .column.right, #taxonomy-volume .inner-wrap .column.left {
  border-left: 1px solid #e5e5e5;
}
#taxonomy-volume .inner-wrap .column.right {
  border-right: 1px solid #e5e5e5;
}
#taxonomy-volume .inner-wrap .article-list .article-wrap {
  padding: 20px;
  word-wrap: break-word;
}
#taxonomy-volume .inner-wrap .article-list .article {
  max-width: 290px;
}
#taxonomy-volume .volume-nav {
  clear: both;
}
#taxonomy-volume .volume-nav a {
  background: url(../images/caret-left.png) no-repeat left;
  background-position: 0 0;
  background-size: auto 200%;
  color: #c8c9ca;
  display: block;
  line-height: 1em;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
  -webkit-transition: color 0s ease;
  transition: color 0s ease;
}
#taxonomy-volume .volume-nav a:hover {
  color: #DF5C47;
  background-position: 0 100%;
}
#taxonomy-volume .volume-nav .prev {
  left: 20px;
}
#taxonomy-volume .volume-nav .next {
  background-image: url(../images/caret-right.png);
  background-position: 100% 0;
  text-align: right;
  right: 20px;
}
#taxonomy-volume .volume-nav .next:hover {
  background-position: 100% 100%;
}
#taxonomy-volume .volume-nav.top a {
  position: absolute;
  top: 117px;
}
#taxonomy-volume .volume-nav.bottom {
  padding-top: 40px;
}
#taxonomy-volume .volume-nav.bottom .prev {
  float: left;
}
#taxonomy-volume .volume-nav.bottom .next {
  float: right;
}
#taxonomy-volume .page-title {
  color: #000;
  font-size: 3.75em;
  margin: 105px 0 0;
  padding: 0;
  text-align: center;
}
#taxonomy-volume .page-title a {
  color: #000;
}
#taxonomy-volume .page-subtitle {
  color: #9B9797;
  font-size: 1.625em;
  letter-spacing: 0.1em;
  margin: 15px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
#taxonomy-volume .article-thumb {
  margin: 80px 0 0;
  width: 30.33333%;
  right: -1.5%;
}

.post-type-archive-journal .main-header {
  top: -65px !important;
  border-color: rgba(2, 3, 3, 0.09804) !important;
  color: black !important;
  background: white !important;
}
.post-type-archive-journal .main-header .inner-wrap .logo {
  background-image: url(../images/logo-blk.png) !important;
}

#journal-archive {
  background: #f3f3f3;
}
#journal-archive .inner-wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#journal-archive .page-title {
  color: #000;
  font-family: "apercu pro bold";
  font-size: 23px;
  margin: 105px 0 0;
  padding: 0;
  text-align: center;
}
#journal-archive .page-title img {
  max-width: 280px;
  height: auto;
}
#journal-archive .pushDown a.readMore {
  font-family: "apercu pro bold";
  text-decoration: none;
  font-size: 14px;
  color: #000;
  padding: 0 20px;
  margin-bottom: 42px;
  position: relative;
  top: -33px;
}
#journal-archive section.journal {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#journal-archive section.journal:last-child {
  margin-bottom: 50px !important;
}
#journal-archive section.journal:first-child {
  margin-bottom: 200px;
}
#journal-archive section.journal .article-list li .article .article-title {
  padding-top: 45px;
  margin-bottom: 0;
}

.single-minimal-template {
  color: #000;
}
.single-minimal-template .more-articles {
  border-top: 1px solid #e5e5e5;
}
.single-minimal-template .more-articles h2 {
  margin: auto;
  padding-top: 48px;
  margin-bottom: 48px;
  font-family: "apercu pro bold";
  font-size: 24px;
  text-align: center;
}
.single-minimal-template .main-header {
  border-color: rgba(2, 3, 3, 0.09804) !important;
  color: black !important;
  background: white !important;
  border-bottom: 1px solid #f3f3f3;
}
.single-minimal-template .main-header .inner-wrap .logo {
  background-image: url(../images/logo-blk.png) !important;
}
.single-minimal-template .content {
  background-color: #f3f3f3;
}
.single-minimal-template article.single {
  margin-top: 120px;
  padding: 20px 30px;
  color: #000;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  padding-top: 120px;
  border: 1px solid rgba(2, 3, 3, 0.09804);
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
.single-minimal-template article.single .customText {
  margin-bottom: 70px !important;
  position: inherit;
}
.single-minimal-template article.single .customText .date {
  font-family: "apercu pro bold";
  font-size: 10px;
  color: #000;
}
.single-minimal-template article.single .customText .socialbar {
  left: 5%;
  margin-top: 19px;
}
.single-minimal-template .prevNext {
  border: none;
  padding: 0;
  position: fixed;
  float: none;
  top: 68vh;
  width: auto;
}
.single-minimal-template .prevNext.left {
  float: none;
  margin-left: 2%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}
.single-minimal-template .prevNext.left .left {
  float: none;
}
.single-minimal-template .prevNext.right {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  right: 0;
  margin-right: 2%;
}

.archive-minimal-template .nextarchivepage {
  border: none;
  background: #f3f3f3;
}
.archive-minimal-template .nextarchivepage a {
  border: 1px solid #e5e5e5;
  background: #fff;
  font-family: 'Apercu Pro Bold';
  font-size: 20px;
  padding: 40px;
}
.archive-minimal-template .nextarchivepage a:after {
  content: none;
}

#volume-list .volume .cover {
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
#volume-list .volume .cover .cover-img {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
#volume-list .volume .cover .cover-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: -1;
}
#volume-list .volume .cover .cover-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#volume-list .volume .cover .num {
  font-size: 36px;
  margin-bottom: 65px;
  font-family: "larish neue bold";
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 0.3em;
  border-radius: 50%;
  line-height: 150px;
  font-family: Larish Neue Semibold;
  font-size: 72px;
}
#volume-list .volume .cover .issue-link {
  color: #fff;
  display: block;
  font-family: "Apercu Pro Regular", 'Trebuchet MS', Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-top: 0.2em;
}
#volume-list .volume .cover .issue-link:hover {
  text-decoration: underline;
}
#volume-list .volume .cover h1 {
  color: #fff;
}

.ad_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ad_layer.layer0 {
  background-size: cover !important;
}
.ad_layer.layer1 {
  margin-top: 100px;
}

.adWrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 600px;
  overflow: hidden;
  margin-top: -584px;
  cursor: pointer;
  z-index: 1000;
}
.adWrapper h2 {
  text-align: center;
  position: relative;
  top: 300px;
  color: #fff;
}
.adWrapper .title h2 {
  font-family: "apercu pro bold";
  font-size: 60px;
  margin-bottom: 10px;
}
.adWrapper .subTitle {
  font-family: "apercu pro medium";
  font-size: 30px;
  margin-top: 80px;
}

/* Search */
#header-search {
  background-color: #e9e9e9;
  color: #999;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  width: 686px;
}
#header-search span.alignright {
  float: right;
}
#header-search span.big {
  font-size: 20px;
  font-weight: 700;
  padding: 0 5px;
}
#header-search a {
  color: #999;
  font-style: normal;
  padding-left: 24px;
}
#header-search a:hover {
  color: #ff7200;
}

/*************************
*
*  SEARCH PAGE
*
****************************/
[data-view="search"] > section {
  font-size: 14px;
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
  width: 764px;
  color: #000;
  font-family: "Apercu Pro Regular";
}
[data-view="search"] > section a {
  color: #000;
}
[data-view="search"] > section a:hover {
  color: #000;
}
[data-view="search"] > section h2 {
  font-size: 28px;
  font-family: "apercu pro bold";
  text-transform: none;
}
[data-view="search"] > section p {
  margin-bottom: 0;
}
[data-view="search"] > section time {
  font-family: "apercu pro regular";
  color: #b8b8b8;
}
[data-view="search"] > section .page-title {
  margin-bottom: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
[data-view="search"] > section .page-title .info {
  line-height: 20px;
  padding: 15px 2px 0;
}
[data-view="search"] > section #searchFormInline {
  display: none;
}
[data-view="search"] > section #searchFormInline input {
  border: none;
  font-size: 52px;
  font-family: "Larish Neue Semibold";
  color: #b8b8b8;
}
[data-view="search"] > section #searchFilters {
  margin-top: 30px;
}
[data-view="search"] > section #searchFilters ul li {
  display: inline-block;
  margin-right: 32px;
  font-family: "apercu pro regular";
  font-size: 17px;
}
[data-view="search"] > section #searchFilters ul li a {
  text-decoration: none;
}
[data-view="search"] > section #searchFilters ul li.active {
  text-decoration: underline;
}

#result-container {
  padding-top: 120px;
}

.result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 36px;
  margin-bottom: 28px;
  border-bottom: 1px #e5e5e5 solid;
}
.result:last-child {
  border-bottom: none;
}
.result .column {
  box-sizing: border-box;
  float: left;
  padding-right: 25px;
}
.result .column.right {
  padding-right: 0;
  max-width: 480px;
  text-align: justify;
  box-sizing: border-box;
}
.result img {
  height: 121px;
  width: 172px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.result a {
  color: #666666;
  text-decoration: none;
}
.result a:hover img {
  opacity: 0.7;
}
.result h2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.result .img-result {
  float: left;
  margin-right: 20px;
  width: 240px;
}
.result .img-result img {
  background-color: #fff;
  padding: 5px;
}

.res-content {
  float: left;
  width: 486px;
}

#internal-search {
  float: right;
}

p.search-res {
  color: #aaaaaa;
  display: block;
  margin-bottom: 10px;
}

.page-template-magazine {
  background-color: #f3f3f3;
}
.page-template-magazine #taxonomy-volume h1.page-title {
  font-family: "apercu pro bold";
  font-size: 23px;
  margin-bottom: 68px;
}
.page-template-magazine #taxonomy-volume .inner-wrap {
  max-width: 1224px;
  width: 100%;
  text-align: center;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article {
  display: inline-block;
  float: none;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 371px;
  width: 100%;
  right: 0;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article:nth-of-type(3n+1) {
  clear: none;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowTop {
  position: relative;
  font-size: 1px;
  margin-right: 13px;
  height: 11px;
  background: url("../images/top.png") top left no-repeat #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowTop div {
  position: relative;
  left: 100%;
  width: 13px;
  height: 11px;
  background: url("../images/top.png") top right no-repeat #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowMiddle {
  padding-left: 3px;
  background: url("../images/middle.png") top left repeat-y #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowMiddle .rowMiddleInner {
  padding-right: 13px;
  background: url("../images/middle.png") top right repeat-y #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowBottom {
  position: relative;
  font-size: 1px;
  margin-right: 13px;
  height: 11px;
  background: url("../images/bottom.png") top left no-repeat #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .rowBottom div {
  position: relative;
  left: 100%;
  width: 13px;
  height: 11px;
  background: url("../images/bottom.png") top right no-repeat #f3f3f3;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .mainimage {
  height: 371px !important;
  padding-bottom: 0;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .num {
  font-size: 26px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  font-family: "Larish Neue Semibold";
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .article-title {
  font-family: "Larish Neue Semibold";
  font-size: 26px;
  padding: 0;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .info {
  padding: 26px 36px 26px 36px;
  text-align: left;
}
.page-template-magazine #taxonomy-volume .inner-wrap .article .meta a {
  text-decoration: none;
  font-family: "apercu pro bold";
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  display: inline-block;
}

[data-view="privacy-policy"] h1 {
  margin-bottom: 20px;
}
[data-view="privacy-policy"] h2 {
  margin-bottom: 62px;
}

[data-view="404"] {
  text-align: center;
}
[data-view="404"] input {
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  padding-right: 17px;
  font-family: "apercu pro bold";
}
[data-view="404"] h1 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 120px;
}
[data-view="404"] h5 {
  display: none;
}
[data-view="404"] a {
  font-size: 16px;
  line-height: 20px;
}
[data-view="404"] .row {
  margin-bottom: 60px;
}
[data-view="404"] #searchform input {
  font-size: 22px;
  width: 340px;
  overflow: visible;
  padding: 5px 10px;
}
[data-view="404"] #searchform #btn-submit {
  display: none;
}
[data-view="404"] .socialbar a:first-child {
  padding-left: 0px;
}
[data-view="404"] .socialbar a {
  display: inline-block;
  padding-left: 30px;
}
[data-view="404"] .socialbar a:first-of-type {
  padding-left: 0px;
}

[data-view="contact-us"] .bigTitle {
  margin-bottom: 60px;
}
[data-view="contact-us"] .columns {
  padding: 20px 30px;
  box-sizing: border-box;
}
[data-view="contact-us"] .columns.one_third p {
  font-size: 14px;
}
[data-view="contact-us"] .columns.two_third {
  padding-top: 0;
}
[data-view="contact-us"] .one_column {
  max-width: 860px;
}
[data-view="contact-us"] .socialbar h5 {
  display: none;
}

[data-view="about"] h1 {
  color: #000;
  text-align: center;
}
[data-view="about"] .row {
  margin-bottom: 40px;
}
[data-view="about"] .row p:last-child {
  margin-bottom: 0;
}
[data-view="about"] .list {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
[data-view="about"] ul li {
  font-size: 16px;
  text-transform: uppercase;
}
[data-view="about"] ul li span.bold {
  font-weight: bold;
}
[data-view="about"] ul li span.italic {
  font-style: italic;
}

[data-view="advertise"] h1 {
  color: #000;
  text-align: center;
}
[data-view="advertise"] .row {
  margin-bottom: 40px;
}
[data-view="advertise"] .row p:last-child {
  margin-bottom: 0;
}
[data-view="advertise"] .list {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
[data-view="advertise"] ul li {
  font-size: 16px;
  text-transform: uppercase;
}
[data-view="advertise"] ul li span.bold {
  font-weight: bold;
}
[data-view="advertise"] ul li span.italic {
  font-style: italic;
}

[data-view="single-mix"] article.single {
  padding-top: 150px;
}
[data-view="single-mix"] article.single img {
  width: 100%;
  height: 100%;
}
[data-view="single-mix"] #featuredBox {
  background-color: #f3f3f3;
  margin-bottom: 100px;
}
[data-view="single-mix"] h1.medTitle {
  margin: 0;
  font-family: "larish neue bold";
  font-weight: bold;
}
[data-view="single-mix"] h2.medTitle {
  font-family: "larish neue bold";
  font-weight: bold;
  font-size: 24px;
  color: #b8b8b8;
  font-style: normal;
  margin-bottom: 0;
}
[data-view="single-mix"] a.button {
  text-decoration: none;
  color: #000 !important;
  font-size: 17px;
  background: #fff;
  padding: 4px 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  display: inline-block;
}
[data-view="single-mix"] .row {
  margin: 0;
}
[data-view="single-mix"] .row.info {
  margin: 40px 30px;
}
[data-view="single-mix"] .row.social {
  margin: 0px 30px 40px 30px;
}
[data-view="single-mix"] .row.social ul li a {
  color: #000;
  text-decoration: none;
  font-family: "apercu pro regular";
  font-size: 17px;
}
[data-view="single-mix"] .row.social ul li a i {
  color: #bfbebe;
  width: 23px;
}
[data-view="single-mix"] .row.soundcloud {
  margin: 10px 10px;
  position: absolute;
  bottom: 0;
}
[data-view="single-mix"] .row.mixcloud {
  position: static;
}
[data-view="single-mix"] .row.mixcloud iframe {
  width: 100%;
  height: 120px;
}
[data-view="single-mix"] .medTitle {
  color: #111;
  font-size: 48px;
  line-height: 48px;
  font-family: "apercu pro bold";
  text-transform: none;
  margin-bottom: 30px;
}
[data-view="single-mix"] .full_column {
  box-sizing: border-box;
  max-width: 1170px;
}
[data-view="single-mix"] .full_column .column {
  box-sizing: border-box;
  float: left;
}
[data-view="single-mix"] .full_column .column.left {
  max-width: 670px;
  max-height: 670px;
}
[data-view="single-mix"] .full_column .column.right {
  box-sizing: border-box;
  max-width: 500px;
}

.view-more {
  color: #000;
  display: block;
  font-family: "Apercu Pro Bold", 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.025em;
  position: absolute;
  top: 0;
  right: -7.5vw;
  text-decoration: none;
  width: 7.5vw;
  height: 100%;
  background: url("../images/home-arrow-right.png") center center no-repeat;
}
.view-more.related {
  top: 275px;
  right: -2vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: none;
  width: auto;
  height: auto;
}
.view-more.prev {
  left: -7.5vw;
  background-image: url("../images/home-arrow-left.png");
}
.view-more.inactive {
  cursor: auto;
  opacity: 0.2;
}

.columns.grey {
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}

#content-wrap .simple-page {
  margin: 100px 0;
  background-color: #fff;
}

.socialbar a {
  display: inline-block;
  margin-right: 10px;
}
.socialbar .pin_wrapper {
  position: relative;
  top: -10px;
}
.socialbar .pin_wrapper img {
  width: 22px;
}
.socialbar .pin_wrapper a {
  background: url(../images/pinterest34.svg) no-repeat !important;
  width: 22px !Important;
  height: 22px !Important;
  background-size: cover !important;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.socialbar .pin_wrapper a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: url(../images/pinterest34_red.svg) !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.socialbar a {
  line-height: 0;
  text-decoration: none;
}
.socialbar a i {
  display: block;
  color: #c8c7c7;
}

.vertical .socialbar {
  position: absolute;
  left: -70px;
  margin-top: 19px;
}
.vertical .socialbar a {
  display: block;
}
.vertical .socialbar a i {
  margin-bottom: 12px;
  height: 20px;
}

.nextarchivepage {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
}
.nextarchivepage a {
  background: transparent;
  color: #000;
  display: block;
  font-family: 'Apercu Pro Bold';
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding: 55px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.nextarchivepage a:after {
  content: '...';
  display: block;
  font-size: 45px;
  font-family: 'Apercu Pro Bold';
  line-height: 15px;
}
.nextarchivepage a:hover {
  top: 10px;
}

.spacer {
  margin-top: 60px;
}

/*
Theme Name: WRG
URI: http://wrgmag.com
Version: 2.X
*/
/* CSS Document */
.wrapper {
  background: transparent;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.2px;
  line-height: 1.52em;
}

.mobile-size {
  display: none;
}

.static {
  padding-top: 140px;
}

#content-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content-wrap.hide {
  display: none;
}

#ajax-loader {
  width: 100%;
}

.content {
  position: relative;
  width: 100%;
  z-index: 10;
  float: left;
}

.content.home {
  padding-top: 472px;
}

.navigation {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  background: url(../images/loading.gif) center top no-repeat;
  padding-bottom: 10px;
}

.navigation a {
  text-indent: -9999px;
  display: block;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption-text, .image-caption {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0;
}

/*leslie */
.wp-caption {
  width: 100% !important;
}

.wp-caption-text, .image-caption-dark {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0;
}

.image-caption {
  border-top: 1px solid #aaaaaa;
}

.current {
  display: block !important;
}

/* Miscelanous */
.firstletter {
  font-family: "Larish";
  /*Larish Neue Semibold*/
  display: block;
  float: left;
  margin: -5px 3px 0px -1px;
  height: 58px;
}
.firstletter span {
  font-size: 64px;
  line-height: 64px;
  height: 64px;
  padding-right: 8px;
  display: block;
  clear: both;
  margin-top: 3px;
}
.firstletter + span {
  margin-left: -0.5em;
}

.sending {
  color: #0f79f0 !important;
}

.small {
  font-size: 11px;
  width: 100%;
}

.upper {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

p.lnb {
  line-height: 30px;
}

.nomargin {
  margin: 0 !important;
}

.sep {
  background-color: #dddddd;
  display: block;
  height: 1px;
  margin: 50px 0 20px;
  width: 100%;
}

.downButton {
  display: inline-block;
  bottom: 5vh;
  height: 50px;
  width: 50px;
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 1000;
  right: 5vh;
}

.downButton img {
  background: none;
}

.year.first {
  font-size: 19px;
}

.dIa {
  display: none !important;
}

#widget_bounds {
  display: none !important;
}

.mobile-size {
  display: none;
}

@media (max-width: 1200px) {
  #mailchimp-form h1 {
    font-size: 36px;
    width: 100%;
  }

  #newsletter-cta h2 {
    font-size: 36px;
  }

  .view-more {
    background-size: 50% auto;
  }
}
@media (max-width: 960px) {
  .main-header .main-nav .menu-close {
    top: 15px;
  }

  .main-header {
    border-color: rgba(2, 3, 3, 0.09804);
    color: black;
    background: white;
  }
  .main-header .inner-wrap .logo {
    background-image: url(../images/logo-blk.png);
  }

  .home #volume-list {
    margin-top: 65px;
  }

  /***************
  Taxonomy volume
  ***************/
  #taxonomy-volume .volume-nav.top a {
    top: 45px;
  }
  #taxonomy-volume .article-list .article-wrap .article .more {
    padding-bottom: 20px;
  }

  .page-template-magazine #taxonomy-volume .inner-wrap .article {
    max-width: 335px;
  }

  .main-header .inner-wrap .top-nav .menu .menu-item {
    display: inline;
    padding: 0 40px;
  }

  /***************
  Single article
  ***************/
  article.single {
    /***************
    Quotewrapper
    ***************/
  }
  article.single .credits {
    display: none;
  }
  article.single .quoteWrapper .quote {
    font-size: 38px;
    line-height: 46px;
    padding: 70px 0px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-align: center;
  }
  article.single .quoteWrapper .quote .author {
    font-size: 18px;
    margin-top: 15px;
    padding-top: 1px;
  }
  article.single .quoteWrapper .quote .icon-quote {
    font-size: 64px;
    left: 7px;
    margin-left: inherit;
    top: 0px;
  }

  /***************
  section.journal
  ***************/
  section.journal {
    background: #f3f3f3;
    padding: 0 0 50px;
  }
  section.journal .article-list {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .main-header .inner-wrap .top-nav .menu {
    display: none;
  }

  #backToTopStatic {
    width: 100%;
  }

  .default-size {
    display: none;
  }

  article.single .default-size {
    display: block;
    /* .vertical, .credit{
       display: none;
     }*/
  }

  .mobile-size {
    display: block;
  }

  article.single .mobile-size {
    display: none;
  }

  /***************
  HEADER
  ***************/
  .main-header nav.main-nav ul.menu {
    width: 100%;
    float: left;
    font-size: 20px;
    margin-top: 0;
    padding: 0;
  }
  .main-header nav.main-nav ul.menu:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 70px;
  }
  .main-header nav.main-nav ul.menu .menu-item a {
    font-size: 32px;
  }
  .main-header .socialbar a {
    width: 95px;
  }

  /***************
  Footer
  ***************/
  .main-footer {
    padding: 38px 0;
  }
  .main-footer .inner-wrap {
    text-align: center;
  }
  .main-footer .copyright {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .main-footer .footer-nav {
    width: 100%;
    padding-left: 0;
  }
  .main-footer .footer-nav .menu {
    display: block;
  }
  .main-footer .footer-nav .menu .menu-item {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  .main-footer .socialbar {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    display: inline-block;
    float: none;
  }
  .main-footer .socialbar a i:before {
    font-size: 18px;
  }
  .main-footer .socialbar h5 {
    font-size: 18px;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .wrapper, .wrapper-int, #result-container, .result {
    padding: 0 20px;
  }

  .result {
    margin-left: 0;
  }
  .result img {
    width: 290px;
    height: auto;
  }

  #mobile-size p, #mobile-size img, #mobile-size h2, #mobile-size iframe {
    margin: 10px 0 20px;
  }

  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_sixth {
    margin-bottom: 10px;
    width: 98%;
  }

  .one_half {
    text-align: justify !important;
    width: 100%;
  }

  .author-name .author-title {
    font-size: 13px;
  }

  #menu-left #menu-pages {
    background: none;
  }

  article.listitem {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  /***************
 Magazine page
***************/
  .page-template-magazine #taxonomy-volume .inner-wrap {
    padding: 15px;
  }
  .page-template-magazine #taxonomy-volume .inner-wrap .article {
    margin-left: 0;
    margin-right: 0;
    max-width: 371px;
  }

  #volume-list .volume .cover .num {
    font-size: 48px;
    line-height: 100px;
    width: 100px;
    height: 100px;
  }
  #volume-list .volume .cover h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .view-more {
    background-size: 75% auto;
  }
}
@media (max-width: 480px) {
  #taxonomy-volume .inner-wrap .article-list .article,
  .article-list .article .mainimage {
    max-width: none;
  }

  [data-view="single-mix"] .full_column .column.right {
    max-width: 100%;
  }

  #volume-list .volume .cover .num {
    width: 2.2em;
    height: 2.2em;
    font-size: 2em;
    line-height: 2.2em;
  }
  #volume-list .volume .cover h1 {
    line-height: 1.2;
    font-size: 2em;
  }

  article.listitem .author,
  article.listitem .excerpt,
  article.listitem .category {
    display: none;
  }

  .article-list {
    display: block;
  }
  .article-list:first-of-type .column:first-of-type {
    padding-top: 170px !important;
  }
  .article-list .article-wrap .article .article-title {
    line-height: 18px;
    margin-bottom: 30px;
  }
  .article-list .article-wrap .article p {
    line-height: 15px;
  }

  article.single .wrapper {
    padding: 20px;
  }

  /*  article.single .default-size .customText{
      width: 100%;
    }*/
  .one_column,
  iframe {
    width: 100%;
  }

  .prevNext {
    text-align: center;
  }
  .prevNext .left {
    margin-bottom: 10px;
  }

  .view-more {
    display: none;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: inherit;
    margin-bottom: 40px;
    text-align: center;
    top: 0;
  }

  h1.medTitle {
    font-size: 42px;
    line-height: 42px;
  }

  .vertical .socialbar {
    left: -40px;
  }

  .single-minimal-template article.single .customText .socialbar {
    left: -8px;
  }

  article.single .customText span {
    margin-bottom: -6px !important;
  }

  .single-minimal-template .prevNext {
    top: 90vh;
  }
  .single-minimal-template .prevNext.left {
    margin-left: 0;
  }

  .article-carousel h2 {
    position: inherit;
    margin-top: 20px;
    left: 0;
    top: 0;
  }
  .article-carousel .article-list .article {
    max-width: 300px;
    margin: auto;
  }
  .article-carousel .article-list li {
    border: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .article-carousel .article-list li:last-child {
    border-right: 0;
  }
  .article-carousel .article-list li article {
    margin-top: 10px !important;
  }

  .article-list li .article .more {
    padding-bottom: 20px;
  }

  #taxonomy-volume .inner-wrap .column.first {
    padding-top: 0px;
  }

  section.journal .article-list {
    padding-left: 0;
  }
  section.journal .article-list li .article {
    width: 286px;
    margin: auto;
  }
  section.journal .article-list li {
    width: 100%;
    padding: 0;
  }
  section.journal .article-list li .article {
    background: #fff;
    height: 325px;
  }

  #newsletter-cta .button {
    font-family: "montserrat";
    font-size: 14px;
    padding: 12px 0px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 100px;
    display: inline-block;
    cursor: pointer;
    width: 90%;
  }

  .post-type-archive-journal section.journal .article-list li .article {
    height: 395px;
  }

  article.listitem {
    padding-bottom: 40px;
  }
  article.listitem .content-block {
    margin-top: -40px;
    margin-right: 20px;
  }
  article.listitem.aligncenter .content-block {
    margin: -80px 40px 0;
  }
  article.listitem.alignleft .content-block {
    left: 42%;
    text-align: left;
  }
  article.listitem.alignleft .mainimage {
    float: left;
  }
  article.listitem.alignright .content-block {
    right: 42%;
    top: 30px;
    text-align: right;
  }
  article.listitem.alignright .mainimage {
    float: right;
  }
  article.listitem.alignleft, article.listitem.alignright {
    min-height: 400px;
  }
  article.listitem.alignleft .content-block, article.listitem.alignright .content-block {
    position: absolute;
    top: 30px;
    width: 58%;
  }
  article.listitem.alignleft .mainimage, article.listitem.alignright .mainimage {
    width: 50%;
  }

  .main-header .socialbar a {
    width: 65px;
  }

  .main-header .main-nav {
    padding-bottom: 200px;
  }

  #mailchimp-form {
    padding-bottom: 100px;
  }
  #mailchimp-form h1 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 30px;
  }
  #mailchimp-form .row {
    width: 100%;
  }
  #mailchimp-form #mc_embed_signup .mc-field-group.padding {
    padding-bottom: 20px;
  }

  #taxonomy-volume .inner-wrap .column {
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding: 20px;
  }

  h1.bigTitle {
    font-size: 48px;
    line-height: 48px;
  }

  .row {
    margin: 15px;
  }

  #contact-us .columns.one_third.grey p {
    margin-bottom: 12px;
  }

  [data-view="404"] #searchform input {
    font-size: 16px;
    width: 250px;
  }
}
