html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.container-fluid,
.pe-container {
  max-width: 1290px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.pe-container:before,
.container-fluid:after,
.pe-container:after {
  content: ' ';
  display: table;
}
.container-fluid:after,
.pe-container:after {
  clear: both;
}
.container-fluid.full,
.pe-container.full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.full > .row,
.pe-container.full > .row,
.container-fluid.full > .pe-row,
.pe-container.full > .pe-row {
  margin-left: 0;
  margin-right: 0;
}
#pe-bar .container-fluid.full,
#pe-copyrights .container-fluid.full,
#pe-bar .pe-container.full,
#pe-copyrights .pe-container.full {
  padding-left: 50px;
  padding-right: 50px;
}
.row,
.pe-row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.pe-row:before,
.row:after,
.pe-row:after {
  content: ' ';
  display: table;
}
.row:after,
.pe-row:after {
  clear: both;
}
.pe-widget {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 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.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@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.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@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.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.pe-row.margin {
  margin: 0;
}
.pe-row.margin .col-xs-1,
.pe-row.margin .col-xs-2,
.pe-row.margin .col-xs-3,
.pe-row.margin .col-xs-4,
.pe-row.margin .col-xs-5,
.pe-row.margin .col-xs-6,
.pe-row.margin .col-xs-7,
.pe-row.margin .col-xs-8,
.pe-row.margin .col-xs-9,
.pe-row.margin .col-xs-10,
.pe-row.margin .col-xs-11,
.pe-row.margin .col-xs-12,
.pe-row.margin .col-sm-1,
.pe-row.margin .col-sm-2,
.pe-row.margin .col-sm-3,
.pe-row.margin .col-sm-4,
.pe-row.margin .col-sm-5,
.pe-row.margin .col-sm-6,
.pe-row.margin .col-sm-7,
.pe-row.margin .col-sm-8,
.pe-row.margin .col-sm-9,
.pe-row.margin .col-sm-10,
.pe-row.margin .col-sm-11,
.pe-row.margin .col-sm-12,
.pe-row.margin .col-md-1,
.pe-row.margin .col-md-2,
.pe-row.margin .col-md-3,
.pe-row.margin .col-md-4,
.pe-row.margin .col-md-5,
.pe-row.margin .col-md-6,
.pe-row.margin .col-md-7,
.pe-row.margin .col-md-8,
.pe-row.margin .col-md-9,
.pe-row.margin .col-md-10,
.pe-row.margin .col-md-11,
.pe-row.margin .col-md-12,
.pe-row.margin .col-lg-1,
.pe-row.margin .col-lg-2,
.pe-row.margin .col-lg-3,
.pe-row.margin .col-lg-4,
.pe-row.margin .col-lg-5,
.pe-row.margin .col-lg-6,
.pe-row.margin .col-lg-7,
.pe-row.margin .col-lg-8,
.pe-row.margin .col-lg-9,
.pe-row.margin .col-lg-10,
.pe-row.margin .col-lg-11,
.pe-row.margin .col-lg-12 {
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.no-bold {
  font-weight: normal;
}
.no-bold b {
  font-weight: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.title-left .pe-title {
  text-align: left;
}
.title-right .pe-title {
  text-align: right;
}
.title-center .pe-title {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle,
.pe-img-circle {
  border-radius: 50%;
}
.img-polaroid,
.pe-img-polaroid {
  background: #ffffff;
  padding: 4px;
  border: 1px solid currentColor;
}
.img-rounded,
.pe-img-rounded {
  border-radius: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
[role="button"] {
  cursor: pointer;
}
.pe-animation {
  opacity: 0;
}
.pe-animation.animated {
  opacity: 1;
}
html {
  font-size: 14px;
  height: 100%;
}
body {
  color: #666666;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  background-color: #f1f5f6;
  line-height: 1.8;
}
body.overflow {
  overflow: hidden;
}
.nospace {
  padding: 0 !important;
}
.nospace .pe-widget {
  margin-bottom: 0;
}
.nospace-top {
  padding-top: 0 !important;
}
.nospace-bottom {
  padding-bottom: 0 !important;
}
.nospace-bottom .pe-widget {
  margin-bottom: 0;
}
#pe-main {
  position: relative;
  background: #ffffff;
}
.sticky-bar #pe-main {
  padding-top: 111px;
}
.sticky-bar.top-bar #pe-main {
  padding-top: 141px;
}
.sticky-bar #pe-bar {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}
.admin-bar.sticky-bar #pe-bar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.sticky-bar #pe-bar {
    top: 46px;
  }
}
#pe-top-bar {
  line-height: 30px;
  font-size: 0.9em;
  color: #666666;
  background: #f3f3f3;
}
#pe-logo-nav {
  color: #666666;
  background: #fcfcff;
}
.sticky-bar.scrolled #pe-bar #pe-top-bar {
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  background: rgba(243, 243, 243, 0.9);
}
.sticky-bar.scrolled #pe-bar #pe-logo-nav {
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  color: #666666;
  background: rgba(252, 252, 255, 0.9);
}
#pe-bar-left {
  float: left;
  padding: 35px 0;
}
#pe-bar-left #pe-logo a {
  display: block;
  position: relative;
  overflow: hidden;
}
#pe-bar-left #pe-logo span.logo img {
  opacity: 1;
}
#pe-bar-left #pe-logo span.logo-expand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pe-bar-left #pe-logo span.logo-expand img {
  opacity: 0;
}
#pe-bar-left #pe-logo .pe-logo-text {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
#pe-bar-left #pe-logo .pe-logo-desc {
  line-height: 1.1;
}
#pe-bar-right {
  float: right;
}
.pe-main-menu {
  float: left;
  margin-right: 40px;
}
#pe-social {
  float: left;
  padding: 43px 0;
  margin-right: 140px;
}
#pe-search {
  float: left;
  padding: 43px 0;
}
#pe-offcanvas-button {
  float: left;
  margin: 43px 0;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px dotted currentColor;
}
#pe-header {
  background: #f1f5f6;
  color: #666666;
}
#pe-header-slides.show-tabs {
  position: relative;
  padding-right: 110px;
}
#pe-header-titles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 898;
  color: #666666;
  background: #fcfcff;
  overflow: hidden;
}
#pe-header-slides .pe-header-navi {
  display: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 899;
}
#pe-header-slides .pe-header-navi a {
  display: block;
  float: right;
  clear: both;
  padding: 0 10px;
  text-align: center;
  color: #666666;
  background: #fcfcff;
  border: 1px dotted currentColor;
}
#pe-header-slides .pe-header-navi a:hover {
  color: #f02036;
}
#pe-header-slides .pe-header-navi a span {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  pointer-events: none;
}
#pe-header-slides .pe-header-navi a + a {
  margin-top: -1px;
}
#pe-header-slides .pe-header-navi a:hover + a {
  border-top-color: #f02036;
}
#pe-header-titles .list {
  display: block;
  margin: 0;
  padding: 0;
}
#pe-header-titles .list li {
  overflow: auto;
  display: block;
  padding: 30px 38px;
  position: relative;
}
#pe-header-titles .list li:first-child {
  padding-top: 60px;
}
#pe-header-titles .list li:last-child {
  padding-bottom: 60px;
}
#pe-header-titles .list .item {
  float: left;
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 1.1;
  color: #666666;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
#pe-header-titles .list .item:hover,
#pe-header-titles .list .item:focus {
  color: #f02036;
}
#pe-header-titles .list .active .item {
  color: #f02036;
  pointer-events: none;
}
#pe-header-content .widget {
  margin: 150px 0;
  padding: 0;
}
#pe-header-content .widget .pe-widget-in {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#pe-header-content .pe-margin,
#pe-header-content .pe-expand {
  margin: 0;
}
#pe-header-content .pe-margin .pe-title,
#pe-header-content .pe-expand .pe-title {
  display: none;
}
#pe-header-content .pe-margin .pe-widget-in,
#pe-header-content .pe-expand .pe-widget-in {
  max-width: 100%;
  padding: 0;
}
#pe-header-content .pe-padding .pe-widget-in {
  padding: 0;
}
#pe-header-content.full .widget .pe-widget-in {
  max-width: 100%;
}
.show-tabs #pe-header-content .widget {
  display: none;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.show-tabs #pe-header-content .widget .pe-widget-in > h3.pe-title {
  display: none;
}
.show-tabs #pe-header-content .widget.active {
  display: block;
  opacity: 1;
}
.expand #pe-main {
  overflow: hidden;
}
.expand #pe-main {
  background: #b3c9ce;
}
.expand #pe-bar-left #pe-logo span.logo img {
  opacity: 0;
}
.expand #pe-bar-left #pe-logo span.logo-expand img {
  opacity: 1;
}
.expand #pe-header {
  background: none;
}
.expand #pe-header-slides {
  padding: 0;
}
.expand #pe-top-bar,
.expand #pe-logo-nav,
.expand #pe-header-titles {
  background: none;
  color: #ffffff;
}
.expand .pe-main-menu .nav-menu > .menu-item > a {
  color: #ffffff;
}
.expand .pe-main-menu .nav-menu > .menu-item.hover > a,
.expand .pe-main-menu .nav-menu > .menu-item:hover > a,
.expand .pe-main-menu .nav-menu > .menu-item.current-menu-item > a {
  color: #ffffff;
}
.expand .pe-main-menu .nav-menu > .menu-item.hover > a:before,
.expand .pe-main-menu .nav-menu > .menu-item:hover > a:before,
.expand .pe-main-menu .nav-menu > .menu-item.current-menu-item > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
}
.expand #pe-header-slides .pe-header-navi a {
  background: none;
  color: #ffffff;
}
.expand #pe-header-slides .pe-header-navi a:hover {
  color: #f02036;
}
.expand #pe-header-titles .list .item {
  color: #ffffff;
}
.expand #pe-header-titles .list .item:hover,
.expand #pe-header-titles .list .item:focus {
  color: #ffffff;
}
.expand #pe-header-titles .list .item:hover:before,
.expand #pe-header-titles .list .item:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #ffffff;
}
.expand #pe-header-titles .list .item .active {
  color: #ffffff;
}
.expand #pe-header-titles .list .item .active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #ffffff;
}
.expand #pe-header + #pe-copyrights {
  background: none;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 900;
}
.expand #pe-header + #pe-copyrights a {
  pointer-events: auto;
}
.expand.scrolled #pe-top-bar,
.expand.scrolled #pe-logo-nav {
  color: inherit;
}
.expand.scrolled #pe-bar-left #pe-logo span.logo img {
  opacity: 1;
}
.expand.scrolled #pe-bar-left #pe-logo span.logo-expand img {
  opacity: 0;
}
.expand.scrolled .pe-main-menu .nav-menu > .menu-item > a {
  color: inherit;
}
.expand.scrolled .pe-main-menu .nav-menu > .menu-item.hover > a,
.expand.scrolled .pe-main-menu .nav-menu > .menu-item:hover > a,
.expand.scrolled .pe-main-menu .nav-menu > .menu-item.current-menu-item > a {
  color: #f02036;
}
.expand.scrolled .pe-main-menu .nav-menu > .menu-item.hover > a:before,
.expand.scrolled .pe-main-menu .nav-menu > .menu-item:hover > a:before,
.expand.scrolled .pe-main-menu .nav-menu > .menu-item.current-menu-item > a:before {
  display: none;
}
#pe-top {
  color: #666666;
  background: #f1f5f6;
  padding-top: 90px;
  padding-bottom: 30px;
}
#pe-breadcrumbs {
  padding-top: 30px;
}
#pe-bar + #pe-breadcrumbs {
  padding-top: 150px;
}
#pe-content-part {
  padding-top: 90px;
  padding-bottom: 30px;
}
#pe-bar + #pe-content-part {
  padding-top: 50px;
}
#pe-breadcrumbs + #pe-content-part {
  padding-top: 60px;
}
#pe-maincontent {
  margin: 0 0 60px;
}
#pe-bottom {
  color: #666666;
  background: #f1f5f6;
  padding-top: 90px;
  padding-bottom: 30px;
}
#pe-footer {
  color: #000000;
  background: #f1f5f6;
  padding-top: 90px;
  padding-bottom: 30px;
}
#pe-copyrights {
  padding: 30px 0;
  color: #000000;
  background: #f1f5f6;
  line-height: 40px;
}
#pe-copyrights a {
  color: inherit;
}
#pe-copyrights a:hover {
  color: #f02036;
}
a {
  color: #f02036;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #cf0e22;
}
::selection {
  background: #f02036;
  color: #ffffff;
}
::-webkit-selection {
  background: #f02036;
  color: #ffffff;
}
::-moz-selection {
  background: #f02036;
  color: #ffffff;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  line-height: 1;
  vertical-align: middle;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 400;
  padding: 0 20px 17px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  max-width: 100%;
  text-transform: uppercase;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: inherit;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: inherit;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: inherit;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  background: transparent;
  border-bottom-color: #f02036;
  outline: 0;
}
select {
  padding-top: 13px;
  padding-bottom: 12px;
}
textarea {
  height: auto;
  line-height: 1.2;
  padding: 0 20px 17px;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.readmore {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 20px;
  border: none;
  background: #333333;
  font-family: inherit;
  font-size: 0.95em;
  font-weight: 400;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button.active,
button.active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.readmore.active,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.readmore:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.readmore:focus {
  text-decoration: none;
  color: #ffffff;
  background: #f02036;
}
.button.active,
button.active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.readmore.active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.readmore:active {
  outline: 0;
}
.button a {
  color: #ffffff;
  text-decoration: none;
}
.button.active a,
.button:hover a,
.button:focus a {
  color: #ffffff;
}
.readmore.readmore-icon {
  padding: 12px 50px 12px 20px;
  position: relative;
}
.readmore.readmore-icon span.fa {
  position: absolute;
  line-height: 20px;
  margin-left: 20px;
  -webkit-transition: margin 0.2s ease-in;
  transition: margin 0.2s ease-in;
}
.readmore.readmore-icon.active span.fa,
.readmore.readmore-icon:hover span.fa,
.readmore.readmore-icon:focus span.fa {
  margin-left: 25px;
}
.pe-breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pe-breadcrumbs > li {
  float: left;
}
.pe-breadcrumbs > li + li {
  padding-left: 10px;
}
.pe-breadcrumbs > .item-current {
  color: inherit;
}
.pagination,
.pe-pagination-block {
  text-align: center;
  margin: 60px 0 0;
}
.pagination h2 {
  margin: 0;
}
.pagination .nav-links {
  margin: -5px 0;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 12px 20px;
  margin: 5px 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: inherit;
}
.pagination .nav-links span {
  color: #ffffff;
  background: #333333;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus {
  color: #ffffff;
  background: #f02036;
}
.pe-pagination {
  display: inline-block;
  vertical-align: top;
  margin: -5px auto;
}
.pe-pagination > li {
  float: left;
  margin: 5px 3px;
}
.pe-pagination > li a,
.pe-pagination > li span {
  display: block;
  line-height: 20px;
  padding: 12px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: inherit;
}
.pe-pagination > li a:hover,
.pe-pagination > li span:hover,
.pe-pagination > li a:focus,
.pe-pagination > li span:focus {
  color: #ffffff;
  background: #f02036;
}
.pe-pagination > li.active a,
.pe-pagination > li.active span {
  color: #ffffff;
  background: #333333;
}
.pe-pagination > li.start a:hover,
.pe-pagination > li.end a:hover,
.pe-pagination > li.next a:hover,
.pe-pagination > li.prev a:hover,
.pe-pagination > li.start a:focus,
.pe-pagination > li.end a:focus,
.pe-pagination > li.next a:focus,
.pe-pagination > li.prev a:focus {
  background: none;
  color: #333333;
}
.pe-page-links {
  padding: 30px 0 0;
  text-align: center;
}
.pe-page-links a,
.pe-page-links > span {
  display: inline-block;
  line-height: 20px;
  padding: 12px 20px;
  text-decoration: none;
  color: #ffffff;
  background: #333333;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pe-page-links > span,
.pe-page-links a:hover,
.pe-page-links a:focus {
  color: #ffffff;
  background: #f02036;
}
table,
.pe-table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-collapse: collapse;
}
table tr + tr,
.pe-table tr + tr {
  border-top: 1px solid currentColor;
}
table th,
.pe-table th,
table td,
.pe-table td {
  padding: 20px;
  line-height: 20px;
  vertical-align: top;
}
table thead,
.pe-table thead {
  background: #f02036;
  color: #ffffff;
}
table thead a,
.pe-table thead a {
  color: #ffffff;
}
table th,
.pe-table th {
  border-color: transparent;
  text-align: center;
}
table > tbody + tbody,
.pe-table > tbody + tbody {
  border-top: 2px solid currentColor;
}
.pe-search-box .pe-search-input {
  display: inline-block;
  vertical-align: top;
}
.pe-search-box .pe-search-input input {
  border: 1px solid;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
}
.pe-search-box .pe-search-input input:focus {
  border-color: #f02036;
}
.pe-search-box .button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  height: 44px;
}
#pe-search-form {
  margin: 0 0 30px;
}
#pe-search-form .pe-search-box {
  position: relative;
}
#pe-search-form .pe-search-input {
  width: 100%;
  padding-right: 60px;
}
#pe-search-form .pe-search-input input {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
}
#pe-search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 21px;
}
#pe-search form {
  display: block;
  position: relative;
  margin: 0;
  line-height: 1;
}
#pe-search .pe-search-input {
  display: none;
  position: absolute;
  top: -10px;
  left: auto;
  right: 30px;
  z-index: 2;
}
#pe-search .pe-search-input input {
  width: 260px;
  padding: 10px;
  background: rgba(252, 252, 255, 0.9);
  color: #f02036;
  line-height: 20px;
}
#pe-search .button {
  background: none;
  border: none;
  color: inherit;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 21px;
}
#pe-search .button:hover,
#pe-search .button:focus {
  color: #333333;
}
.pe-error-page .search #pe-search-searchword {
  vertical-align: top;
  border: 1px solid;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
}
.pe-error-page .search #pe-search-searchword:focus {
  border-color: #f02036;
}
#pe-back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: auto;
  z-index: 999;
}
#pe-back-top a {
  cursor: pointer;
  display: block;
  position: relative;
  height: 35px;
  width: 35px;
  color: #666666;
  background-color: #f1f5f6;
  border: 1px dotted currentColor;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pe-back-top a span.fa {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -8px;
  right: auto;
  font-size: 16px;
}
#pe-back-top a:hover,
#pe-back-top a:focus {
  color: #f02036;
}
.page-header,
.pe-article-content,
.pe-comments {
  word-wrap: break-word;
}
.pe-blog-row {
  margin-top: 50px;
}
.pe-blog-row:first-child {
  margin-top: 0;
}
.page-header {
  margin: 0 0 25px;
}
.page-header > h1,
.page-header > h2 {
  display: block;
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
.page-header > h1 a,
.page-header > h2 a {
  color: #333333;
}
.page-header > h1 a:hover,
.page-header > h2 a:hover {
  color: #f02036;
  text-decoration: none;
}
.page-header > h2.subtitle {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
.archive .page-header > h1,
.search .page-header > h1 {
  font-weight: 700;
}
.sticky .page-header h2 a {
  position: relative;
}
.sticky .page-header h2 a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  content: '\f0a1';
  color: #f02036;
  margin-right: 5px;
}
.pe-article-read-more {
  margin: 30px 0 0;
}
.pe-image {
  margin-bottom: 30px;
}
.pe-image figure {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.wp-caption {
  text-align: left;
  max-width: 100%;
  color: #666666;
  background: #f2f2f2;
}
.wp-caption a {
  text-align: center;
}
.wp-caption img {
  margin: 0;
}
.wp-caption .wp-caption-text {
  padding: 10px;
  max-width: 100%;
  font-size: 0.9em;
}
.pull-left.pe-image {
  margin-right: 30px;
}
.pull-right.pe-image {
  margin-left: 30px;
}
.pe-blog-row figure.effect {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0;
}
.pe-blog-row figure.effect figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: rgba(64, 63, 69, 0.75);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.pe-blog-row figure.effect .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.pe-blog-row figure.effect .intro:before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  right: 50%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pe-blog-row figure.effect .intro:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 30px;
  right: 30px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pe-blog-row figure.effect .intro a {
  pointer-events: auto;
}
.pe-blog-row figure.effect .pe-article-read-more {
  margin: 30px 0 0;
  text-align: center;
}
.pe-blog-row figure.effect .pe-article-read-more .readmore {
  color: #ffffff;
  border: none;
  background: rgba(64, 63, 69, 0.5);
}
.pe-blog-row figure.effect .pe-article-read-more .readmore:hover,
.pe-blog-row figure.effect .pe-article-read-more .readmore:focus,
.pe-blog-row figure.effect .pe-article-read-more .readmore.active {
  color: #ffffff;
  background: #f02036;
}
.pe-blog-row figure.effect:hover figcaption {
  opacity: 1;
}
.pe-blog-row figure.effect:hover .intro:before {
  left: 30px;
  right: 30px;
}
.pe-blog-row figure.effect:hover .intro:after {
  top: 30px;
  bottom: 30px;
}
.archive .pe-blog-row figure.effect figcaption {
  color: #ffffff;
  background: rgba(0, 169, 212, 0.75);
}
.archive .pe-blog-row figure.effect figcaption:before {
  background: rgba(0, 169, 212, 0.3);
}
.archive .pe-blog-row figure.effect figcaption:after {
  background: rgba(0, 169, 212, 0.3);
}
.archive .pe-blog-row figure.effect .pe-article-read-more .readmore {
  color: #ffffff;
  background: rgba(0, 169, 212, 0.5);
}
.archive .pe-blog-row figure.effect .pe-article-read-more .readmore:hover,
.archive .pe-blog-row figure.effect .pe-article-read-more .readmore:focus,
.archive .pe-blog-row figure.effect .pe-article-read-more .readmore.active {
  color: #ffffff;
  background: #f02036;
}
.post-meta {
  line-height: 1.1;
  margin: 10px 0 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
.post-meta .separator {
  font-size: 110%;
  margin: 0 10px;
}
.post-meta .date {
  color: #333333;
}
.post-meta a {
  color: #333333;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #f02036;
}
.pe-author-info {
  padding-top: 30px;
}
.pe-author-info .pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-author-info .pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-author-name {
  line-height: 1.1;
  margin: 0 0 10px;
}
.pe-author-name a {
  display: block;
}
.pe-author-name .url {
  font-size: 0.9em;
  margin: 5px 0 0;
}
.pe-author-name .name {
  display: block;
  color: #333333;
  font-weight: 700;
}
.pe-author-in {
  display: table;
}
.pe-author-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 20px 0;
}
.pe-author-avatar img {
  box-sizing: content-box;
  max-width: none;
  border-radius: 100%;
}
.pe-author-details {
  display: table-cell;
  vertical-align: top;
}
.pe-post-tags {
  padding-top: 30px;
}
.pe-post-tags > .title {
  float: left;
  font-weight: bold;
  color: #333333;
  padding-right: 10px;
}
.pe-post-tags ul {
  margin: 0;
}
.pe-post-tags ul li {
  display: inline;
  padding: 0 10px;
}
.pe-post-tags ul li a {
  color: inherit;
  line-height: 1.1;
}
.pe-post-tags ul li a:hover,
.pe-post-tags ul li a:focus {
  color: #f02036;
}
.post-navigation {
  padding-top: 30px;
}
.post-navigation .meta-nav {
  font-weight: bold;
  color: #333333;
  padding-right: 10px;
}
.post-navigation a {
  color: inherit;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #f02036;
}
.pe-comments {
  padding-top: 30px;
}
.pe-comments .comment-reply-title,
.pe-comments .comments-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-comments .comment-reply-title:after,
.pe-comments .comments-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-comments .comment-body {
  display: table;
  margin-bottom: 30px;
}
.pe-comments ul.children {
  margin: 0;
}
.pe-comments .comment-list > li > ul.children {
  padding-left: 90px;
}
.pe-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 20px 0;
}
.pe-comments .comment-avatar img.avatar {
  box-sizing: content-box;
  max-width: none;
  border-radius: 100%;
}
.pe-comments .comment-details {
  display: table-cell;
  vertical-align: top;
}
.pe-comments .comment-author {
  line-height: 1.1;
}
.pe-comments .comment-meta {
  font-size: 0.9em;
  line-height: 1.1;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.pe-comments .comment-meta .separator {
  font-size: 110%;
  margin: 0 10px;
}
.pe-comments .comment-meta a {
  color: #333333;
}
.pe-comments .comment-meta a:hover,
.pe-comments .comment-meta a:focus {
  color: #f02036;
}
.pe-comments .comment-meta + p {
  margin-top: 10px;
}
.pe-comments input[type='text'],
.pe-comments textarea {
  width: 100%;
  margin: 0 0 30px;
}
.pe-comments .form-submit {
  margin: 0;
}
.pe-comments .comment-respond {
  margin: 0 0 30px;
}
.pe-comments .comment-reply-link {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 20px;
  border: none;
  background: #333333;
  font-family: inherit;
  font-size: 0.95em;
  font-weight: 400;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 5px;
  padding: 5px 10px;
}
.pe-comments .comment-reply-link.active,
.pe-comments .comment-reply-link:hover,
.pe-comments .comment-reply-link:focus {
  text-decoration: none;
  color: #ffffff;
  background: #f02036;
}
.pe-comments .comment-reply-link.active,
.pe-comments .comment-reply-link:active {
  outline: 0;
}
.pe-comments .comment-reply-link a {
  color: #ffffff;
  text-decoration: none;
}
.pe-comments .comment-reply-link.active a,
.pe-comments .comment-reply-link:hover a,
.pe-comments .comment-reply-link:focus a {
  color: #ffffff;
}
.pe-row.single-member {
  clear: both;
  margin-top: 30px;
}
.pe-opening-hours .pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-opening-hours .pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-opening-hours ul.pe-hours .pe-oh-day,
.pe-opening-hours ul.pe-hours .pe-oh-hours {
  display: block;
  float: left;
  width: 50%;
}
.pe-opening-hours ul.pe-hours .pe-oh-day {
  font-weight: 700;
}
.pe-opening-hours ul.pe-hours .pe-separator {
  position: relative;
}
.pe-opening-hours ul.pe-hours .pe-separator:after {
  content: ' - ';
}
.pe-member-contact .pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-member-contact .pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-socials .pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-socials .pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.single-service .page-header span.fa {
  margin-right: 20px;
  color: #f02036;
}
.single-service .page-header span.fa,
.single-service .page-header span.fa + h1 {
  display: inline-block;
  vertical-align: middle;
}
#pe-login-register-forgot {
  text-align: center;
}
#pe-login-register-forgot p {
  margin: 1em 0;
}
#pe-login-register-forgot .login-username label,
#pe-login-register-forgot .login-password label {
  display: none;
}
#pe-login-register-forgot input[type='text'],
#pe-login-register-forgot input[type='password'] {
  width: 100%;
  max-width: 400px;
}
#pe-login-register-forgot .login-submit,
#pe-login-register-forgot .register-submit,
#pe-login-register-forgot .forgot-submit {
  margin-top: 30px;
}
#pe-login-register-forgot .pe-tabs-content {
  padding-top: 40px;
  text-align: center;
}
#pe-login-register-forgot .pe-info {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.pe-error-page {
  text-align: center;
}
.pe-error-page > h1,
.pe-error-page > h2 {
  color: #333333;
  font-family: Lato;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 1em;
}
.pe-error-page > h1 {
  font-size: 48px;
}
.pe-error-page > h2 {
  font-size: 24px;
}
.pe-error-page .search {
  margin: 30px 0;
}
.menu {
  margin: 0;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu li {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 0 0;
}
.menu li a {
  display: block;
  line-height: 1.1;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.menu > li:first-child {
  padding: 0;
}
.menu .sub-menu {
  padding-left: 20px;
}
.menu li a:hover,
.menu li a:active,
.menu li a:focus,
.menu .current-menu-item > a {
  color: #f02036;
}
#pe-top-bar .menu {
  margin: 0;
}
#pe-top-bar .menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
#pe-top-bar .menu > li > a {
  margin: 0 0 0 10px;
  line-height: 30px;
  border: none;
  position: relative;
}
#pe-top-bar .menu > li > a:before {
  content: '\2219';
  margin-right: 10px;
}
#pe-top-bar .menu > li > a:after {
  display: none;
}
#pe-top-bar .menu > li:first-child > a {
  margin: 0;
}
#pe-top-bar .menu > li:first-child > a:before {
  display: none;
}
#pe-top-bar .menu ul {
  display: none;
}
.pe-main-menu .nav-menu {
  margin: 0;
  padding: 0;
}
.pe-main-menu .nav-menu > .menu-item {
  float: left;
  position: relative;
  padding: 38px 30px;
  margin: 0 1px 0 0;
}
.pe-main-menu .nav-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 10px 0;
  line-height: 1.1;
  color: #666666;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}
.pe-main-menu .nav-menu > .menu-item > a:hover {
  color: #f02036;
}
.pe-main-menu .nav-menu > .menu-item.current-menu-item > a {
  color: #f02036;
}
.pe-main-menu .nav-dropdown {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: auto;
  width: 260px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.pe-main-menu .nav-dropdown .nav-dropdown {
  top: 0;
  left: 100%;
  z-index: 400;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.pe-main-menu .nav-dropdown .nav-dropdown-in {
  margin: 0;
  padding: 0;
  background: #fcfcff;
}
.pe-main-menu .nav-dropdown .menu-item {
  position: relative;
  padding: 0;
}
.pe-main-menu .nav-dropdown .menu-item a {
  display: block;
  padding: 23px 30px;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  text-decoration: none;
}
.pe-main-menu .nav-dropdown .menu-item a:hover {
  color: #f02036;
}
.pe-main-menu .nav-dropdown .menu-item.current-menu-item > a {
  color: #f02036;
}
.pe-main-menu .nav-dropdown .menu-item + .menu-item {
  border-top: 1px solid #ffffff;
}
.pe-main-menu .nav-dropdown .menu-item-has-children > a {
  position: relative;
  padding-right: 45px;
}
.pe-main-menu .nav-dropdown .menu-item-has-children > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  content: '+';
  font-size: 110%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 30px;
  line-height: 1.1;
}
.pe-main-menu .nav-dropdown.change-direction {
  left: auto;
  right: 100%;
}
.pe-main-menu .nav-dropdown.change-direction .nav-dropdown {
  left: auto;
  right: 100%;
}
.pe-main-menu .menu-item-has-children.hover > .nav-dropdown,
.pe-main-menu .menu-item-has-children:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
}
.pe-offcanvas-menu ul {
  margin: 0;
  padding: 0;
}
.pe-offcanvas-menu .menu-item-has-children .nav-dropdown {
  display: none;
}
.pe-offcanvas-menu .menu-item {
  margin: 0;
  padding: 0;
}
.pe-offcanvas-menu .menu-item a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #828181;
}
.pe-offcanvas-menu .menu-item a:hover {
  color: #ffffff;
}
.pe-offcanvas-menu .menu-item.current-menu-item > a {
  color: #ffffff;
}
.pe-offcanvas-menu .nav-menu > .menu-item > a {
  padding: 27px 0;
}
.pe-offcanvas-menu .nav-menu > .menu-item + .menu-item {
  border-top: 1px solid rgba(130, 129, 129, 0.5);
}
.pe-offcanvas-menu .nav-dropdown {
  padding-bottom: 20px;
}
.pe-offcanvas-menu .menu-item-has-children > a {
  position: relative;
}
.pe-offcanvas-menu .menu-item-has-children > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  content: '+';
  padding: 0 10px;
}
.pe-offcanvas-menu .menu-item-has-children > a.clicked:after {
  content: '-';
}
.menu-standard #pe-offcanvas-button {
  display: none;
}
.menu-standard #pe-offcanvas .pe-offcanvas-menu {
  display: none;
}
.off-canvas #pe-offcanvas-button {
  display: block;
}
@media (max-width: 991px) {
  .menu-standard .pe-main-menu,
  .menu-both .pe-main-menu {
    display: none;
  }
  .menu-standard #pe-offcanvas-button {
    display: block;
  }
  .menu-standard #pe-offcanvas .pe-offcanvas-menu {
    display: block;
  }
}
.pe-widget {
  margin-bottom: 60px;
}
.pe-widget h3.pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-widget h3.pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-widget.pe-margin,
.pe-widget-raw.pe-margin {
  margin: 0;
}
.container-fluid.full .pe-margin,
.pe-container.full .pe-margin {
  padding-left: 0;
  padding-right: 0;
}
#pe-top-bar .pe-widget-raw {
  float: left;
  margin-left: 20px;
}
#pe-top-bar .pe-widget-raw:first-child {
  margin-left: 0;
}
#pe-top h3.pe-title {
  color: #333333;
}
#pe-bottom h3.pe-title {
  color: #333333;
}
#pe-footer h3.pe-title {
  color: #000000;
}
#pe-main .pe-color .pe-widget-in {
  padding: 30px;
  background: #f02036;
  color: #ffffff;
}
#pe-main .pe-color .pe-widget-in h3.pe-title {
  color: #ffffff;
}
#pe-main .pe-color .pe-widget-in h3.pe-title:after {
  background: #f02036;
}
#pe-main .pe-color select,
#pe-main .pe-color textarea,
#pe-main .pe-color input[type="text"],
#pe-main .pe-color input[type="password"],
#pe-main .pe-color input[type="datetime"],
#pe-main .pe-color input[type="datetime-local"],
#pe-main .pe-color input[type="date"],
#pe-main .pe-color input[type="month"],
#pe-main .pe-color input[type="time"],
#pe-main .pe-color input[type="week"],
#pe-main .pe-color input[type="number"],
#pe-main .pe-color input[type="email"],
#pe-main .pe-color input[type="url"],
#pe-main .pe-color input[type="search"],
#pe-main .pe-color input[type="tel"],
#pe-main .pe-color input[type="color"] {
  border-bottom-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
#pe-main .pe-color select::-webkit-input-placeholder,
#pe-main .pe-color textarea::-webkit-input-placeholder,
#pe-main .pe-color input[type="text"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="password"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="datetime"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="datetime-local"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="date"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="month"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="time"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="week"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="number"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="email"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="url"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="search"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="tel"]::-webkit-input-placeholder,
#pe-main .pe-color input[type="color"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important;
}
#pe-main .pe-color select:-moz-placeholder,
#pe-main .pe-color textarea:-moz-placeholder,
#pe-main .pe-color input[type="text"]:-moz-placeholder,
#pe-main .pe-color input[type="password"]:-moz-placeholder,
#pe-main .pe-color input[type="datetime"]:-moz-placeholder,
#pe-main .pe-color input[type="datetime-local"]:-moz-placeholder,
#pe-main .pe-color input[type="date"]:-moz-placeholder,
#pe-main .pe-color input[type="month"]:-moz-placeholder,
#pe-main .pe-color input[type="time"]:-moz-placeholder,
#pe-main .pe-color input[type="week"]:-moz-placeholder,
#pe-main .pe-color input[type="number"]:-moz-placeholder,
#pe-main .pe-color input[type="email"]:-moz-placeholder,
#pe-main .pe-color input[type="url"]:-moz-placeholder,
#pe-main .pe-color input[type="search"]:-moz-placeholder,
#pe-main .pe-color input[type="tel"]:-moz-placeholder,
#pe-main .pe-color input[type="color"]:-moz-placeholder {
  color: #ffffff;
}
#pe-main .pe-color select::-moz-placeholder,
#pe-main .pe-color textarea::-moz-placeholder,
#pe-main .pe-color input[type="text"]::-moz-placeholder,
#pe-main .pe-color input[type="password"]::-moz-placeholder,
#pe-main .pe-color input[type="datetime"]::-moz-placeholder,
#pe-main .pe-color input[type="datetime-local"]::-moz-placeholder,
#pe-main .pe-color input[type="date"]::-moz-placeholder,
#pe-main .pe-color input[type="month"]::-moz-placeholder,
#pe-main .pe-color input[type="time"]::-moz-placeholder,
#pe-main .pe-color input[type="week"]::-moz-placeholder,
#pe-main .pe-color input[type="number"]::-moz-placeholder,
#pe-main .pe-color input[type="email"]::-moz-placeholder,
#pe-main .pe-color input[type="url"]::-moz-placeholder,
#pe-main .pe-color input[type="search"]::-moz-placeholder,
#pe-main .pe-color input[type="tel"]::-moz-placeholder,
#pe-main .pe-color input[type="color"]::-moz-placeholder {
  color: #ffffff;
}
#pe-main .pe-color select:-ms-input-placeholder,
#pe-main .pe-color textarea:-ms-input-placeholder,
#pe-main .pe-color input[type="text"]:-ms-input-placeholder,
#pe-main .pe-color input[type="password"]:-ms-input-placeholder,
#pe-main .pe-color input[type="datetime"]:-ms-input-placeholder,
#pe-main .pe-color input[type="datetime-local"]:-ms-input-placeholder,
#pe-main .pe-color input[type="date"]:-ms-input-placeholder,
#pe-main .pe-color input[type="month"]:-ms-input-placeholder,
#pe-main .pe-color input[type="time"]:-ms-input-placeholder,
#pe-main .pe-color input[type="week"]:-ms-input-placeholder,
#pe-main .pe-color input[type="number"]:-ms-input-placeholder,
#pe-main .pe-color input[type="email"]:-ms-input-placeholder,
#pe-main .pe-color input[type="url"]:-ms-input-placeholder,
#pe-main .pe-color input[type="search"]:-ms-input-placeholder,
#pe-main .pe-color input[type="tel"]:-ms-input-placeholder,
#pe-main .pe-color input[type="color"]:-ms-input-placeholder {
  color: #ffffff;
}
#pe-main .pe-color select:focus,
#pe-main .pe-color textarea:focus,
#pe-main .pe-color input[type="text"]:focus,
#pe-main .pe-color input[type="password"]:focus,
#pe-main .pe-color input[type="datetime"]:focus,
#pe-main .pe-color input[type="datetime-local"]:focus,
#pe-main .pe-color input[type="date"]:focus,
#pe-main .pe-color input[type="month"]:focus,
#pe-main .pe-color input[type="time"]:focus,
#pe-main .pe-color input[type="week"]:focus,
#pe-main .pe-color input[type="number"]:focus,
#pe-main .pe-color input[type="email"]:focus,
#pe-main .pe-color input[type="url"]:focus,
#pe-main .pe-color input[type="search"]:focus,
#pe-main .pe-color input[type="tel"]:focus,
#pe-main .pe-color input[type="color"]:focus {
  border-bottom-color: #f02036;
  background: rgba(255, 255, 255, 0.1);
}
#pe-main .pe-color select option {
  color: #000000;
  background: #ffffff;
}
#pe-main .pe-color .button,
#pe-main .pe-color button,
#pe-main .pe-color input[type="submit"],
#pe-main .pe-color input[type="button"],
#pe-main .pe-color input[type="reset"],
#pe-main .pe-color .readmore {
  background: #ffffff;
  color: #f02036;
}
#pe-main .pe-color .button.active,
#pe-main .pe-color button.active,
#pe-main .pe-color input[type="submit"].active,
#pe-main .pe-color input[type="button"].active,
#pe-main .pe-color input[type="reset"].active,
#pe-main .pe-color .readmore.active,
#pe-main .pe-color .button:hover,
#pe-main .pe-color button:hover,
#pe-main .pe-color input[type="submit"]:hover,
#pe-main .pe-color input[type="button"]:hover,
#pe-main .pe-color input[type="reset"]:hover,
#pe-main .pe-color .readmore:hover,
#pe-main .pe-color .button:focus,
#pe-main .pe-color button:focus,
#pe-main .pe-color input[type="submit"]:focus,
#pe-main .pe-color input[type="button"]:focus,
#pe-main .pe-color input[type="reset"]:focus,
#pe-main .pe-color .readmore:focus {
  color: #ffffff;
  background: #f02036;
}
.widget.widget_recent_entries ul,
.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_recent_comments ul,
.widget.widget_rss ul {
  margin: 0;
}
.widget.widget_recent_entries ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_rss ul li:before {
  display: none;
}
.widget.widget_recent_entries ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
  color: inherit;
}
.widget.widget_recent_entries ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover,
.widget.widget_recent_entries ul li a:focus,
.widget.widget_archive ul li a:focus,
.widget.widget_categories ul li a:focus,
.widget.widget_meta ul li a:focus,
.widget.widget_pages ul li a:focus,
.widget.widget_recent_comments ul li a:focus,
.widget.widget_rss ul li a:focus {
  color: #f02036;
}
.calendar_wrap table {
  width: 100%;
  table-layout: fixed;
}
.calendar_wrap table #today {
  color: #f02036;
}
.widget_tag_cloud .tagcloud a {
  color: inherit;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
  color: #f02036;
}
.pe-social-icons {
  display: block;
  overflow: hidden;
  margin: 0;
}
.pe-social-icons li {
  float: left;
}
.pe-social-icons a {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  position: relative;
  min-width: 30px;
  height: 25px;
  line-height: 25px;
}
.pe-social-icons a span.fa {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  display: block;
  width: 100%;
  font-size: 21px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.pe-social-icons a span.fa.icon {
  top: 0;
  opacity: 1;
}
.pe-social-icons a span.fa.hover {
  top: -30px;
  color: #333333;
  opacity: 0;
}
.pe-social-icons a:hover span.fa,
.pe-social-icons a:focus span.fa {
  color: #333333;
}
.pe-social-icons a:hover span.fa.icon,
.pe-social-icons a:focus span.fa.icon {
  top: 100%;
  opacity: 0;
}
.pe-social-icons a:hover span.fa.hover,
.pe-social-icons a:focus span.fa.hover {
  top: 0;
  opacity: 1;
}
.pe-social-icons li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px dotted currentColor;
}
#pe-main .pe-widget-services .service-in {
  display: block;
  padding: 30px;
  color: inherit;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#pe-main .pe-widget-services .service-in:hover,
#pe-main .pe-widget-services .service-in:focus {
  color: #ffffff;
  background: #f02036;
}
#pe-main .pe-widget-services .service-in:hover .icon,
#pe-main .pe-widget-services .service-in:focus .icon {
  color: #ffffff;
}
#pe-main .pe-widget-services .service-in:hover .pe-title,
#pe-main .pe-widget-services .service-in:focus .pe-title {
  color: #ffffff;
}
#pe-main .pe-widget-services .icon {
  display: block;
  margin: 0 0 15px;
  color: #333333;
}
.pe-widget-works .pe-works {
  margin-top: -30px;
}
.pe-widget-works .pe-works .work {
  padding-top: 30px;
}
.pe-widget-works .pe-works a {
  position: relative;
  display: block;
  background-color: #f02036;
  overflow: hidden;
}
.pe-widget-works .pe-works a:hover .desc,
.pe-widget-works .pe-works a:focus .desc {
  background: #f02036;
  color: #ffffff;
}
.pe-widget-works .pe-works a:hover .desc h3.pe-title,
.pe-widget-works .pe-works a:focus .desc h3.pe-title {
  color: #ffffff;
}
.pe-widget-works .pe-works .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pe-widget-works .pe-works .desc {
  width: 100%;
  background: #f02036;
  color: #ffffff;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.pe-widget-works .pe-works .desc h3.pe-title {
  color: #ffffff;
}
.pe-widget-works .pe-works.desc-over .is-image .desc {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 54%;
}
.pe-widget-members .pe-member-avatar {
  float: left;
  width: 50%;
}
.pe-widget-members .pe-member-content {
  float: right;
  width: 50%;
  padding: 90px;
}
.pe-widget-members.pe-margin .pe-member-content {
  padding: 150px 70px;
}
.pe-widget-members .pe-member-avatar-in,
.pe-widget-members .pe-member-description-in {
  margin: 0;
  padding: 0;
}
.pe-widget-members .pe-member-avatar-in > li,
.pe-widget-members .pe-member-description-in > li {
  display: none;
}
.pe-widget-members .pe-member-avatar-in > li.active,
.pe-widget-members .pe-member-description-in > li.active {
  display: block;
}
.pe-widget-members .pe-member-avatar span.icon,
.pe-widget-members .pe-member-small-avatars span.icon {
  display: block;
  position: relative;
  overflow: hidden;
}
.pe-widget-members .pe-member-avatar span.icon .overlay,
.pe-widget-members .pe-member-small-avatars span.icon .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.pe-widget-members .pe-member-small-avatars-in {
  margin: -30px -30px 90px;
  padding: 0;
  text-align: center;
}
.pe-widget-members .pe-member-small-avatars-in li {
  display: inline-block;
  vertical-align: top;
  padding: 30px 30px 0;
  -webkit-transition: 0.3s ease-in-out padding;
  transition: 0.3s ease-in-out padding;
}
.pe-widget-members .pe-member-small-avatars-in li a {
  display: block;
  color: inherit;
}
.pe-widget-members .pe-member-small-avatars-in li a span.icon {
  border-radius: 100%;
}
.pe-widget-members .pe-member-small-avatars-in li a span.icon .overlay {
  border-radius: 100%;
}
.pe-widget-members .pe-member-small-avatars-in li a span.av {
  display: block;
  width: 140px;
  height: 140px;
  border: 1px solid currentColor;
}
.pe-widget-members .pe-member-small-avatars-in li a span.av .fa {
  font-size: 50px;
  line-height: 140px;
}
.pe-widget-members .pe-member-small-avatars-in li a:hover,
.pe-widget-members .pe-member-small-avatars-in li a:focus {
  color: #f02036;
}
.pe-widget-members .pe-member-small-avatars-in li a:hover span.icon,
.pe-widget-members .pe-member-small-avatars-in li a:focus span.icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition-duration: 0.5s;
}
.pe-widget-members .pe-member-small-avatars-in li.active a span.icon {
  box-shadow: 0px 0px 0px 5px #ffffff;
}
.pe-widget-members .member {
  text-align: center;
}
.pe-widget-members .member .title {
  color: #333333;
  font-size: 3.2em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
.pe-widget-members .member .title a {
  color: inherit;
}
.pe-widget-members .member .title a:hover,
.pe-widget-members .member .title a:focus {
  color: #f02036;
}
.pe-widget-members .member .proffesion {
  display: block;
  margin: 0 0 20px;
}
.pe-widget-members .member .social {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0;
}
.pe-widget-members .member .social .pe-social-icons li {
  color: #bfbfbf;
}
.pe-widget-contact h3.pe-title {
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 35px;
  position: relative;
}
.pe-widget-contact h3.pe-title:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: auto;
  height: 2px;
  width: 22px;
  background: currentColor;
}
.pe-widget-contact .pe-contact-form input[type="text"],
.pe-widget-contact .pe-contact-form textarea {
  width: 100%;
}
.pe-widget-contact .pe-contact-form .pe-form-group {
  margin: 0 0 25px;
}
.pe-widget-contact .pe-contact-form .pe-form-group label {
  display: block;
  margin: 0 0 10px;
}
.pe-widget-contact .pe-contact-form .submit {
  text-align: right;
}
.pe-widget-contact .pe-contact-form .pe-alert,
.pe-widget-contact .pe-contact-form .pe-success {
  margin: 0 0 25px;
}
.pe-widget-contact .pe-contact-form .pe-alert label,
.pe-widget-contact .pe-contact-form .pe-success label {
  display: block;
}
.contact-address {
  margin: 2px 0 0;
}
.contact-address .info,
.contact-address .details {
  margin: 0 0 30px;
}
.tp-caption.pe-slide1-title:before {
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -22px;
  right: -22px;
  background: #333333;
  z-index: -1;
}
.tp-caption.pe-slide1-text:before {
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -22px;
  right: -22px;
  background: #f02036;
  z-index: -1;
}
.tp-caption .readmore1 {
  display: inline-block;
  padding: 10px 40px;
  background: none;
  color: #f02036;
  border: 2px solid #f02036;
}
.tp-caption .readmore1:hover,
.tp-caption .readmore1:focus {
  color: #ffffff;
  background: #f02036;
}
.tp-caption .readmore2 {
  display: inline-block;
  padding: 10px 40px;
  background: none;
  color: #ffffff;
  border: 2px solid #f02036;
}
.tp-caption .readmore2:hover,
.tp-caption .readmore2:focus {
  color: #ffffff;
  background: #f02036;
}
.tp-caption.pe-shape {
  background-color: #333333 !important;
}
.tp-caption.pe-shape:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transform: skew(20deg);
  transform-origin: top left;
}
.tp-caption .readmore3,
.tp-caption .readmore4 {
  display: inline-block;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.tp-caption .readmore3:hover,
.tp-caption .readmore4:hover,
.tp-caption .readmore3:focus,
.tp-caption .readmore4:focus {
  color: #333333;
  border-bottom-color: #333333;
}
.gm-style {
  color: #666666;
}
.addthis_sharing_toolbox {
  margin: 1em 0;
}
.addthis_sharing_toolbox:empty {
  margin: 0;
}
.pe-article-content + .addthis_sharing_toolbox {
  margin: 30px 0 0;
}
.pe-article-content + .addthis_sharing_toolbox:empty {
  margin: 0;
}
.wpml-ls ul li:before {
  display: none !important;
}
#wpml_credit_footer {
  text-align: center;
}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  margin-left: auto;
  margin-right: auto;
}
.pe-tabs .pe-tab-links {
  margin: 0 -30px;
}
.pe-tabs .pe-tab-links:before,
.pe-tabs .pe-tab-links:after {
  content: ' ';
  display: table;
}
.pe-tabs .pe-tab-links:after {
  clear: both;
}
.pe-tabs .pe-tab-links li {
  float: left;
  list-style: none;
  margin: 0;
}
.pe-tabs .pe-tab-links li a {
  display: block;
  padding: 5px 30px 20px;
  font-size: 1.075em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  color: inherit;
}
.pe-tabs .pe-tab-links li a:hover,
.pe-tabs .pe-tab-links li a:focus {
  color: #333333;
}
.pe-tabs .pe-tab-links li.active a {
  cursor: default;
  color: #333333;
  position: relative;
}
.pe-tabs .pe-tab-links li.active a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  right: auto;
  width: 22px;
  height: 1px;
  background: #333333;
}
.pe-tabs .pe-tabs-content {
  padding: 20px 0 0;
}
.pe-tabs .pe-tab {
  display: none;
}
.pe-tabs .pe-tab.active {
  display: block;
}
.pe-tabs.pe-clean .pe-tab-links {
  text-align: center;
  border-bottom: 2px solid #f02036;
  margin: 0;
}
.pe-tabs.pe-clean .pe-tab-links li {
  display: inline-block;
  vertical-align: top;
  float: none;
  list-style: none;
  margin: 0 2px 0 0;
}
.pe-tabs.pe-clean .pe-tab-links li a {
  color: inherit;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
.pe-tabs.pe-clean .pe-tab-links li a:hover,
.pe-tabs.pe-clean .pe-tab-links li a:focus {
  color: #f02036;
}
.pe-tabs.pe-clean .pe-tab-links li.active a {
  background: none;
  color: #f02036;
}
.pe-tabs.pe-clean .pe-tab-links li.active a:after {
  display: none;
}
.pe-tabs.pe-clean .pe-tabs-content {
  background: none;
  padding: 20px 0 0;
}
.pe-accordion-container {
  margin: 0;
}
.pe-accordion-container .pe-accordion-heading a {
  display: block;
  margin: 0;
  padding: 15px 40px 15px 0;
  line-height: 20px;
  color: #333333;
  font-size: 1.075em;
  font-weight: bold;
  border-top: 1px dotted rgba(51, 51, 51, 0.2);
  text-decoration: none;
  position: relative;
}
.pe-accordion-container .pe-accordion-heading a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  font-size: 120%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  left: auto;
  content: '\f067';
  line-height: 20px;
}
.pe-accordion-container .pe-accordion-heading.active a:after {
  content: '\f068';
}
.pe-accordion-container .pe-accordion:last-child {
  border-bottom: 1px dotted rgba(51, 51, 51, 0.2);
}
.pe-accordion-container .pe-accordion-content {
  padding: 20px 0;
}
.pe-gallery {
  margin-top: -30px;
}
.pe-gallery-item {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.pe-gallery-item .pe-gallery-caption {
  font-size: 1em;
  position: absolute;
  bottom: 0;
  left: 100%;
  right: auto;
  padding: 20px;
  width: 100%;
  transition: opacity 0.25s linear, left 0.25s linear;
  -webkit-transition: opacity 0.25s linear, left 0.25s linear;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
.pe-gallery-item:hover .pe-gallery-caption,
.pe-gallery-item:focus .pe-gallery-caption {
  opacity: 1;
  left: 0;
}
.gallery {
  padding: 15px;
  background: #f2f2f2;
  color: #f02036;
  text-align: center;
  margin: 1em 0;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 15px;
}
.gallery .wp-caption-text {
  padding: 10px;
  max-width: 100%;
  font-size: 0.9em;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.50%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.readmore.readmore-large {
  width: 100%;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1;
  padding: 30px 35px;
  margin: 5px 0;
}
.readmore.readmore-icon.readmore-large {
  padding: 30px 80px 30px 35px;
}
.readmore.readmore-icon.readmore-large span.fa {
  line-height: 1.1;
  right: 35px;
  left: auto;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.readmore.readmore-icon.readmore-large.active span.fa,
.readmore.readmore-icon.readmore-large:hover span.fa,
.readmore.readmore-icon.readmore-large:focus span.fa {
  right: 25px;
}
.pe-testimonials .pe-custom-text {
  padding: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 28px;
  white-space: normal;
  overflow: visible;
  background: #ffffff;
  color: #666666;
}
.pe-testimonials .pe-custom-text p {
  white-space: normal;
  overflow: visible;
}
.pe-testimonials .pe-custom-text p:first-child {
  margin-top: 0;
}
.pe-testimonials .pe-custom-text:after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px 0;
  border-color: transparent #ffffff transparent transparent;
}
.pe-testimonials .pe-custom-title {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  line-height: 1.1;
  text-transform: capitalize;
  text-decoration: none;
  color: #f02036;
}
.pe-testimonials .pe-custom-subtitle {
  font-size: 0.9em;
  text-align: right;
  line-height: 1.1;
  color: inherit;
}
.pe-testimonials .pe-custom-title + .pe-custom-subtitle {
  margin: 5px 0;
}
.right .pe-testimonials .pe-custom-text,
.pe-testimonials.right .pe-custom-text {
  text-align: right;
}
.right .pe-testimonials .pe-custom-text:after,
.pe-testimonials.right .pe-custom-text:after {
  right: auto;
  left: 30px;
  border-width: 20px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.right .pe-testimonials .pe-custom-title,
.pe-testimonials.right .pe-custom-title {
  text-align: left;
}
.right .pe-testimonials .pe-custom-subtitle,
.pe-testimonials.right .pe-custom-subtitle {
  text-align: left;
}
.pe-icontext {
  display: table;
}
.pe-icontext .fa {
  color: #f02036;
  font-size: 60px;
}
.pe-icontext .pe-icon,
.pe-icontext .pe-content {
  display: table-cell;
  vertical-align: top;
}
.pe-icontext .pe-icon {
  padding-right: 30px;
}
.pe-icontext .pe-label {
  display: block;
  font-size: 1.15em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 15px;
}
.pe-icontext .pe-label a {
  color: inherit;
}
.pe-icontext .pe-label a:hover,
.pe-icontext .pe-label a:focus {
  color: #f02036;
  text-decoration: none;
}
.pe-icontext .pe-desc {
  display: block;
}
.pe-table.fixed {
  table-layout: fixed;
}
.pe-table.center {
  text-align: center;
}
.pe-table-group tr td:first-child {
  font-size: 1em;
  font-weight: bold;
  color: #f02036;
  text-transform: uppercase;
  padding-right: 30px;
  vertical-align: middle;
}
.pe-table-group tr td:last-child {
  font-size: 1.15em;
  font-weight: bold;
  padding-left: 30px;
  vertical-align: middle;
}
.pe-pricing .image {
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.pe-pricing .title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 20px 0;
  border: 3px solid currentColor;
  margin-bottom: 20px;
}
.pe-pricing .price {
  color: #333333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.pe-pricing .price .before,
.pe-pricing .price .after {
  vertical-align: super;
  font-size: 0.8em;
}
.pe-pricing .price .p {
  font-size: 1.5em;
}
.pe-pricing .price .term {
  text-transform: uppercase;
  display: block;
}
.pe-pricing .content {
  text-align: center;
  margin-top: 20px;
}
.pe-pricing .content ul li {
  padding: 20px 0;
  border-top: 1px solid currentColor;
  display: block;
}
.pe-pricing .bottom {
  margin: 20px 0 0;
}
.pe-pricing .bottom a.button {
  display: block;
}
.row.sc {
  margin-top: -30px;
}
.row.sc + .row.sc {
  margin-top: 0;
}
.row.sc > .item {
  margin-top: 30px;
}
.row.sc.margin > .item {
  margin-top: 0;
}
.pe-anibox figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  background: #ffffff;
}
.pe-anibox figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.pe-anibox figure figcaption {
  padding: 2em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pe-anibox figure figcaption:before,
.pe-anibox figure figcaption:after {
  pointer-events: none;
}
.pe-anibox figure h2 {
  font-family: Lato;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  line-height: 1.1;
}
.pe-anibox figure h2 span {
  font-weight: 700;
}
.pe-anibox figure h2,
.pe-anibox figure p {
  margin: 0;
}
.pe-anibox figure p {
  font-size: 0.9em;
}
.pe-anibox figure figcaption,
.pe-anibox figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pe-anibox figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.pe-anibox figure.effect-sadie figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.pe-anibox figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #666666;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.pe-anibox figure.effect-sadie figcaption:before,
.pe-anibox figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.pe-anibox figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  color: #666666;
}
.pe-anibox figure.effect-sadie:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.pe-anibox figure.effect-sadie:hover figcaption:before,
.pe-anibox figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pe-anibox figure.effect-julia {
  background: #ffffff;
}
.pe-anibox figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pe-anibox figure.effect-julia figcaption {
  text-align: left;
}
.pe-anibox figure.effect-julia h2 {
  float: left;
  vertical-align: top;
  position: relative;
  padding: 0.4em 1em;
  color: #666666;
  background: rgba(255, 255, 255, 0.9);
}
.pe-anibox figure.effect-julia p {
  clear: both;
  float: left;
  color: #666666;
  margin: 0.25em 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  text-transform: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
.pe-anibox figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.pe-anibox figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.pe-anibox figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.pe-anibox figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pe-anibox figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.pe-anibox figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.pe-anibox figure.effect-julia:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.pe-anibox figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pe-anibox figure.effect-goliath {
  background: #000000;
}
.pe-anibox figure.effect-goliath img,
.pe-anibox figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.pe-anibox figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.pe-anibox figure.effect-goliath h2,
.pe-anibox figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.pe-anibox figure.effect-goliath p {
  width: 100%;
  box-sizing: border-box;
  background: #f02036;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  padding: 22px 20px;
}
.pe-anibox figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -65px, 0);
  transform: translate3d(0, -65px, 0);
  opacity: 0.9;
}
.pe-anibox figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.pe-anibox figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pe-anibox figure.effect-marley {
  background: #000000;
}
.pe-anibox figure.effect-marley figcaption {
  text-align: right;
}
.pe-anibox figure.effect-marley img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0.9;
  -webkit-filter: blur(0);
}
.pe-anibox figure.effect-marley h2,
.pe-anibox figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.pe-anibox figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pe-anibox figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.pe-anibox figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pe-anibox figure.effect-marley h2:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.pe-anibox figure.effect-marley h2:after,
.pe-anibox figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.pe-anibox figure.effect-marley:hover h2:after,
.pe-anibox figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pe-anibox figure.effect-marley:hover img {
  opacity: 0.7;
}
.cd-intro {
  text-align: center;
}
.cd-headline {
  font-family: Lato;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
.cd-words-wrapper {
  position: relative;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.loading-bar .cd-desc {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.cd-headline.loading-bar .cd-desc2 {
  display: inline-block;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.cd-headline.loading-bar .cd-words-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: currentColor;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading:after {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
.pe_map_canvas img {
  max-width: none;
}
p {
  margin: 0;
}
* + p:not([class]) {
  margin: 1.25em 0 0;
}
h1,
.h1 {
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  margin: 1em 0;
}
.pe-typo-title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f2f2f2;
  margin: 1.5em 0;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
ul,
ol {
  margin: 15px 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0 0 10px 30px;
}
ul:not([class]) > li,
ul.pe-dark > li,
ul.pe-light > li {
  margin: 0;
  padding: 0;
  position: relative;
}
ul:not([class]) > li:before,
ul.pe-dark > li:before,
ul.pe-light > li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
  margin-right: 14px;
  width: 2px;
  height: 2px;
  background: #f02036;
}
ul.pe-light > li:before {
  background: #999999;
}
ul.pe-dark > li:before {
  background: #333333;
}
ol > li:before {
  display: none;
}
ol.pe-roman,
ol.pe-roman ol {
  list-style-type: upper-roman;
}
ol.pe-alpha,
ol.pe-alpha ol {
  list-style-type: lower-alpha;
}
pre {
  direction: ltr;
  padding: 20px;
  margin: 1.5em 0;
  font-size: 120%;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 0;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.pe-color {
  color: #f02036;
}
p.blue,
p.green,
p.red,
p.orange {
  display: table;
  padding: 20px;
  border-left: 5px solid transparent;
  margin: 1.5em 0;
}
p.blue span,
p.green span,
p.red span,
p.orange span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
p.blue span.fa,
p.green span.fa,
p.red span.fa,
p.orange span.fa,
p.blue span[class^='fa'],
p.green span[class^='fa'],
p.red span[class^='fa'],
p.orange span[class^='fa'] {
  padding-right: 20px;
}
p.blue.full,
p.green.full,
p.red.full,
p.orange.full {
  width: 100%;
}
p.blue {
  border-color: #3a87ad;
}
p.green {
  border-color: #58AD11;
}
p.red {
  border-color: #DE2843;
}
p.orange {
  border-color: #D8B811;
}
.pe-info,
.pe-success,
.pe-alert,
.pe-warning {
  display: table;
  width: 100%;
  padding: 20px;
  margin: 1.5em 0;
  text-align: justify;
  border-top: 1px solid transparent;
  border-left: 5px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.pe-info:empty,
.pe-success:empty,
.pe-alert:empty,
.pe-warning:empty {
  display: none;
}
.pe-info span,
.pe-success span,
.pe-alert span,
.pe-warning span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.pe-info span.fa,
.pe-success span.fa,
.pe-alert span.fa,
.pe-warning span.fa,
.pe-info span[class^='fa'],
.pe-success span[class^='fa'],
.pe-alert span[class^='fa'],
.pe-warning span[class^='fa'] {
  padding-right: 20px;
}
.pe-info {
  color: #31708f;
  background: #d9edf7;
  border-color: #3a87ad;
}
.pe-success {
  color: #3c763d;
  background: #DFF0D8;
  border-color: #58AD11;
}
.pe-alert {
  color: #a94442;
  background: #F2DEDE;
  border-color: #DE2843;
}
.pe-warning {
  color: #8a6d3b;
  background: #fcf8e3;
  border-color: #D8B811;
}
.pe-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.pe-block span {
  background: #dddddd;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.pe-block span {
  font-size: 14px;
}
.pe-block.second span {
  background: #2a2a2a;
  color: #fff;
}
p.pebadge,
span.pebadge,
p.pecalendar,
span.pecalendar,
p.pechat,
span.pechat,
p.pecheck,
span.pecheck,
p.pecloud,
span.pecloud,
p.pedirection,
span.pedirection,
p.pedivide,
span.pedivide,
p.peerror,
span.peerror,
p.pefire,
span.pefire,
p.peflag,
span.peflag,
p.peheart,
span.peheart,
p.pehome,
span.pehome,
p.peinfo,
span.peinfo,
p.pelist,
span.pelist,
p.pemail,
span.pemail,
p.pepeople,
span.pepeople,
p.pestar,
span.pestar,
p.pestat,
span.pestat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left 6px;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.pebadge,
span.pebadge {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/badge.png");
}
p.pecalendar,
span.pecalendar {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/calendar.png");
}
p.pechat,
span.pechat {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/chat.png");
}
p.pecheck,
span.pecheck {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/check.png");
}
p.pecloud,
span.pecloud {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/cloud.png");
}
p.pedirection,
span.pedirection {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/direction.png");
}
p.pedivide,
span.pedivide {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/divide.png");
}
p.peerror,
span.peerror {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/error.png");
}
p.pefire,
span.pefire {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/fire.png");
}
p.peflag,
span.peflag {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/flag.png");
}
p.peheart,
span.peheart {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/heart.png");
}
p.pehome,
span.pehome {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/home.png");
}
p.peinfo,
span.peinfo {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/info.png");
}
p.pelist,
span.pelist {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/list.png");
}
p.pemail,
span.pemail {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/mail.png");
}
p.pepeople,
span.pepeople {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/people.png");
}
p.pestar,
span.pestar {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/star.png");
}
p.pestat,
span.pestat {
  background-image: url("https://altotamegaempreende.pt/wp-content/themes/pe-magnetic/images/icons/stat.png");
}
.quote-left,
.quote-right {
  display: block;
  color: #333333;
  position: relative;
  margin: 1.5em 0;
  padding: 20px 50px;
}
.quote-left span.fa,
.quote-right span.fa,
.quote-left span[class^='fa'],
.quote-right span[class^='fa'] {
  font-size: 30px;
  color: currentColor;
}
.quote-left {
  text-align: left;
  border-left: 5px solid #333333;
}
.quote-left span.fa,
.quote-left span[class^='fa'] {
  float: left;
  padding-right: 10px;
}
.quote-right {
  text-align: right;
  border-right: 5px solid #333333;
}
.quote-right span.fa,
.quote-right span[class^='fa'] {
  float: right;
  padding-left: 10px;
}
blockquote {
  display: block;
  overflow: hidden;
  color: #333333;
  padding: 20px 50px;
  margin: 1.5em 0;
  border-left: 5px solid #333333;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em;
}
mark,
ins {
  background-color: #f02036;
  color: #ffffff;
  text-decoration: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.pe-modal-trigger {
  cursor: pointer;
}
.mfp-modal-content {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@media (max-width: 991px) {
  #pe-social,
  #pe-search {
    display: none;
  }
}
@media (max-width: 1870px) {
  #pe-social {
    margin-right: 40px;
  }
  .rtl #pe-social {
    margin-right: 0;
    margin-left: 40px;
  }
}
@media (max-width: 1600px) {
  #pe-bar + #pe-breadcrumbs {
    padding-top: 60px;
  }
  #pe-bar + #pe-content-part {
    padding-top: 60px;
  }
  #pe-header-content .widget {
    margin: 60px 0;
  }
  #pe-header-content .pe-margin,
  #pe-header-content .pe-expand {
    margin: 0;
  }
  .pe-widget-members.pe-margin .pe-member-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .pe-main-menu,
  #pe-social {
    margin-right: 20px;
  }
  .rtl .pe-main-menu,
  .rtl #pe-social {
    margin-right: 0;
    margin-left: 20px;
  }
  .pe-main-menu .nav-menu > .menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  #pe-main #pe-header-titles .list {
    padding: 0;
  }
  #pe-main #pe-header-titles .list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #pe-main #pe-header-content .widget {
    margin: 30px 0;
  }
  #pe-main #pe-header-content .pe-margin,
  #pe-main #pe-header-content .pe-expand {
    margin: 0;
  }
  .pe-widget-members .pe-member-avatar {
    width: 100%;
    text-align: center;
  }
  .pe-widget-members .pe-member-content {
    width: 100%;
    padding: 60px;
  }
  .pe-widget-works .pe-works.desc-over .is-image .desc {
    position: static;
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  html {
    -webkit-text-size-adjust: none;
  }
  .btn {
    -webkit-appearance: none;
  }
  input,
  select,
  textarea {
    max-width: 100%;
  }
  .pe-widget[class*='height'] {
    min-height: 0 !important;
  }
  #pe-main .pe-table {
    float: none;
    width: 100% !important;
  }
  .pe-blog-row.items-2 .blog-col,
  .pe-blog-row.items-3 .blog-col,
  .pe-blog-row.items-4 .blog-col {
    margin: 0 0 30px;
  }
  .pe-blog-row.items-2 .blog-col:last-child,
  .pe-blog-row.items-3 .blog-col:last-child,
  .pe-blog-row.items-4 .blog-col:last-child {
    margin: 0;
  }
  .pe-author-in,
  .pe-author-avatar,
  .pe-author-details {
    display: block;
  }
  .pe-author-avatar {
    padding: 0 0 20px;
  }
  .pe-comments .comment-body,
  .pe-comments .comment-avatar,
  .pe-comments .comment-details {
    display: block;
  }
  .pe-comments .comment-avatar {
    padding: 0 0 20px;
  }
  .pe-comments .comment-list > li > ul.children {
    padding-left: 20px;
  }
  .rtl .pe-comments .comment-list > li > ul.children {
    padding-left: 0;
    padding-right: 20px;
  }
  .pe-row.single-member .pe-member-contact,
  .pe-row.single-member .pe-socials {
    margin-top: 30px;
  }
  .pe-widget-members.pe-margin .pe-member-content {
    padding: 30px;
  }
  .pe-widget-contact .contact-address {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pe-widget-contact .contact-address .info,
  .pe-widget-contact .contact-address .details {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  .pe-widget-contact .pe-contact-form .name-email .col-md-6:first-child {
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  #pe-offcanvas #pe-offcanvas-toolbar {
    padding: 30px 30px 0;
  }
  #pe-offcanvas #pe-offcanvas-content {
    padding: 30px;
  }
  #pe-top-bar .menu > li > a {
    margin: 0;
  }
  #pe-top-bar .menu > li > a:before {
    display: none;
  }
  #pe-back-top a {
    height: 20px;
    width: 20px;
  }
  #pe-main .pe-blog-row figure.effect {
    overflow: visible;
  }
  #pe-main .pe-blog-row figure.effect figcaption {
    position: static;
    background: none;
    opacity: 1;
  }
  #pe-main .pe-blog-row figure.effect figcaption .intro {
    padding: 30px 0 0;
    color: #666666;
  }
  #pe-main .pe-blog-row figure.effect figcaption .intro:before,
  #pe-main .pe-blog-row figure.effect figcaption .intro:after {
    display: none;
  }
  .cd-headline[style] {
    font-size: 20px !important;
  }
  #pe-main #pe-header-slides.show-tabs {
    padding: 0;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles {
    position: static;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list {
    padding: 0 15px;
    text-align: center;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li .item {
    padding: 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-content .pe-expand {
    margin: 0 !important;
  }
  .gallery.gallery-columns-2 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #pe-main {
    padding-top: 0 !important;
  }
  .sticky-bar #pe-bar {
    position: static;
  }
}
@media (max-width: 480px) {
  #pe-top-bar .pe-widget-raw {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  #pe-bar-left,
  #pe-bar-right {
    max-width: 50%;
  }
  #pe-bar .container-fluid.full,
  #pe-copyrights .container-fluid.full,
  #pe-bar .pe-container.full,
  #pe-copyrights .pe-container.full {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pe-copyrights-info,
  #pixelemu-copyrights {
    text-align: center;
    float: none !important;
  }
  #pe-main .cd-headline {
    font-size: 1em !important;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list {
    margin: 0;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li {
    display: none;
    float: left;
    width: 60%;
    text-align: center;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev,
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next {
    width: 20%;
    display: block;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev a span,
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next a span {
    display: none;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev a:after,
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    letter-spacing: 0;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev a:hover:after,
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next a:hover:after {
    color: #f02036;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.active {
    display: block;
    margin-left: 20%;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.active span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev + li.active {
    margin: 0;
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev a:after {
    content: "\f053";
  }
  #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next a:after {
    content: "\f054";
  }
  html[dir='rtl'] #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li {
    float: right;
  }
  html[dir='rtl'] #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.active {
    margin-left: 0;
    margin-right: 20%;
  }
  html[dir='rtl'] #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev + li.active {
    margin: 0;
  }
  html[dir='rtl'] #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.prev a:after {
    content: "\f054";
  }
  html[dir='rtl'] #pe-main #pe-header-slides.show-tabs #pe-header-titles .list li.next a:after {
    content: "\f053";
  }
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=https://altotamegaempreende.pt/wp-content/uploads/pe-magnetic/maps/theme.map */