html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.container-fluid,
.pe-container {
  max-width: 1550px;
  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;
}
@media (max-width: 1600px) {
  .pe-container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .pe-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#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;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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: 18px;
  height: 100%;
}
body {
  color: #333333;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  background-color: #efefef;
  line-height: 1.7143;
}
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 {
  background: #ffffff;
}
.sticky-bar #pe-bar {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}
.sticky-bar #pe-main {
  padding-top: 62px;
}
.admin-bar.sticky-bar #pe-bar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.sticky-bar #pe-bar {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar.sticky-bar.scrolled #pe-bar {
    top: 0;
  }
}
#pe-logo-nav {
  color: #444444;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.sticky-bar.expand #pe-logo-nav {
  background: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.sticky-bar.expand.scrolled #pe-logo-nav {
  background: #ffffff;
}
#pe-bar-left {
  float: left;
  padding: 13px 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 {
  color: #444444;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
#pe-bar-left #pe-logo .pe-logo-desc {
  line-height: 1.1;
}
.expand #pe-bar-left,
.expand #pe-bar-right {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#pe-bar-right {
  float: right;
}
#pe-bar-right .pe-main-menu {
  float: right;
}
#pe-bar-right #pe-menu-button,
#pe-bar-right #pe-offcanvas-button {
  float: right;
  padding: 30px 0 30px 10px;
}
.pe-header {
  background: #f3f3f3;
  color: #666666;
  padding-top: 120px;
  padding-bottom: 60px;
}
#pe-breadcrumbs {
  padding-top: 120px;
}
.pe-top1,
.pe-top2,
.pe-top3,
.pe-top4,
.pe-bottom1,
.pe-bottom2,
.pe-bottom3,
.pe-bottom4,
.pe-bottom5 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.pe-top2,
.pe-bottom2,
.pe-bottom4 {
  background: #efefef;
}
.pe-top4,
.pe-bottom1,
.pe-bottom5 {
  color: #fff;
  background: #0048b9;
}
.pe-top4 a,
.pe-bottom1 a,
.pe-bottom5 a {
  color: #fff;
}
.pe-top4 .pe-widget h3.pe-title,
.pe-bottom1 .pe-widget h3.pe-title,
.pe-bottom5 .pe-widget h3.pe-title {
  color: inherit;
}
.pe-top4 .button,
.pe-bottom1 .button,
.pe-bottom5 .button {
  background: #fff;
  color: #0048b9;
}
.pe-top4 .button:hover,
.pe-bottom1 .button:hover,
.pe-bottom5 .button:hover,
.pe-top4 .button:focus,
.pe-bottom1 .button:focus,
.pe-bottom5 .button:focus {
  color: #0048b9;
  background: rgba(255, 255, 255, 0.8);
}
body.home .pe-container {
  max-width: 1170px;
  padding-left: 15px;
}
body.home .pe-top1 + .pe-top2 {
  padding-top: 170px;
}
@media (max-width: 992px) {
  body.home .pe-top1 + .pe-top2 {
    padding-top: 80px;
  }
}
.home #our-philosophy {
  position: relative;
}
.home #our-philosophy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url('https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/home-our-philosophy.jpg');
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: top right;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .home #our-philosophy:before {
    background-position: center;
    background-size: cover;
  }
}
.page-id-35 #we-have-the-right-resources-to-find-and-place-skilled-pharmaceutical-professionals-across-europe-and-our-staffing-expertise-lies-in-the-following-areas {
  position: relative;
}
.page-id-35 #we-have-the-right-resources-to-find-and-place-skilled-pharmaceutical-professionals-across-europe-and-our-staffing-expertise-lies-in-the-following-areas:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url('https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/about-resources.jpg');
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.page-id-59 #case-studies {
  position: relative;
}
.page-id-59 #case-studies:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url('https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/services-case-studies.jpg');
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.page-id-433 #we-are-interested-in-speaking-to-experienced-professionals-of-the-following-profiles {
  position: relative;
}
.page-id-433 #we-are-interested-in-speaking-to-experienced-professionals-of-the-following-profiles:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url('https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/candidates-we-are-interested.jpg');
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
#pe-content-part {
  padding-top: 60px;
  padding-bottom: 60px;
}
#pe-breadcrumbs + #pe-content-part {
  padding-top: 60px;
}
#pe-maincontent {
  margin: 0 0 60px;
}
.pe-footer {
  color: #6e6e6e;
  background: #efefef;
  padding-top: 120px;
  padding-bottom: 60px;
}
#pe-copyrights {
  padding: 30px 0;
  color: #8f8f8f;
  background: #efefef;
  font-size: 13px;
}
#pe-copyrights a {
  color: #242424;
}
#pe-copyrights a:hover {
  color: #0048b9;
}
.pe-footer + #pe-copyrights {
  padding-top: 0;
}
#pe-social-fixed {
  position: fixed;
  top: 255px;
  right: 20px;
  transition: top ease 0.4s;
}
.pe-header ~ #pe-social-fixed {
  top: 435px;
}
.scrolled .pe-header ~ #pe-social-fixed {
  top: 255px;
}
@media (max-width: 767px) {
  #pe-social-fixed {
    display: none;
  }
}
a {
  color: #0048b9;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #003486;
}
::selection {
  background: #0048b9;
  color: #ffffff;
}
::-webkit-selection {
  background: #0048b9;
  color: #ffffff;
}
::-moz-selection {
  background: #0048b9;
  color: #ffffff;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
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: 1em;
  font-style: normal;
  font-weight: 400;
  padding: 15px 0 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cecece;
  color: inherit;
  background: transparent;
  max-width: 100%;
  text-transform: normal;
}
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: #0048b9;
  outline: 0;
}
select {
  padding-top: 12px;
  padding-bottom: 11px;
}
textarea {
  height: auto;
  line-height: 1.2;
  padding: 15px 0 14px;
  border: 1px solid #cecece;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 20px;
  border: none;
  background: #0048b9;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  padding: 12px 30px;
  color: #ffffff;
  -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,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  text-decoration: none;
  color: #ffffff;
  background: #2a2a2a;
}
.button.active,
button.active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  outline: 0;
}
.button a {
  color: #ffffff;
  text-decoration: none;
}
.button.active a,
.button:hover a,
.button:focus a {
  color: #ffffff;
}
#pe-main .button-arrow {
  background: #003ea1;
  color: #fff;
  border: 2px solid #fff;
  font-style: italic;
  padding: 25px 90px;
}
#pe-main .button-arrow:after {
  content: '→';
  margin-left: 35px;
}
#pe-main .button-arrow:hover,
#pe-main .button-arrow:focus {
  background: #123692;
}
.readmore {
  display: block;
  font-style: italic;
  text-align: right;
  position: relative;
}
.readmore:after {
  content: '→';
  margin-left: 10px;
}
.pe-breadcrumbs {
  margin: 0;
  list-style: none;
}
.pe-breadcrumbs > li {
  float: left;
}
.pe-breadcrumbs > li + li {
  padding-left: 10px;
}
.pe-breadcrumbs > .item-current {
  color: inherit;
}
.pe-pagination-block {
  text-align: center;
  margin: 60px 0 0;
}
.pe-pagination {
  display: inline-block;
  vertical-align: top;
  margin: -5px auto;
}
.pe-pagination > li {
  float: left;
  margin: 5px 0;
}
.pe-pagination > li a,
.pe-pagination > li span:not(.sr-only) {
  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;
  position: relative;
}
.pe-pagination > li a:before,
.pe-pagination > li span:not(.sr-only):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.07000000000000001);
}
.pe-pagination > li a:hover,
.pe-pagination > li span:not(.sr-only):hover,
.pe-pagination > li a:focus,
.pe-pagination > li span:not(.sr-only):focus {
  color: #000000;
}
.pe-pagination > li:first-child a:before,
.pe-pagination > li:first-child span:not(.sr-only):before {
  display: none;
}
.pe-pagination > li.active a,
.pe-pagination > li.active span:not(.sr-only) {
  color: #ffffff;
  background: #0048b9;
}
.pe-pagination > li.active a:before,
.pe-pagination > li.active span:not(.sr-only):before {
  display: none;
}
.pe-pagination > li.active + li a:before,
.pe-pagination > li.active + li span:not(.sr-only):before {
  display: none;
}
.pe-pagination > li.next a:hover,
.pe-pagination > li.prev a:hover,
.pe-pagination > li.next a:focus,
.pe-pagination > li.prev a:focus {
  background: none;
  color: #2a2a2a;
}
.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: #0048b9;
  -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: #2a2a2a;
}
.pe-table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.pe-table tr + tr {
  border-top: 1px solid currentColor;
}
.pe-table th,
.pe-table td {
  padding: 20px;
  line-height: 20px;
  vertical-align: top;
}
.pe-table thead {
  background: #0048b9;
  color: #ffffff;
}
.pe-table thead a {
  color: #ffffff;
}
.pe-table th {
  border-color: transparent;
  text-align: center;
}
.pe-table > tbody + tbody {
  border-top: 2px solid currentColor;
}
.pe-search-box {
  position: relative;
}
.pe-search-box .pe-search-input input {
  width: 100%;
  padding-right: 15px;
}
.pe-search-box .button {
  background: none !important;
  color: inherit !important;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
#pe-search-form {
  margin: 0 0 60px;
}
#pe-search-form .pe-search-box {
  position: relative;
}
#pe-search-form .pe-search-input {
  width: 100%;
}
#pe-search-form .pe-search-input input {
  width: 100%;
  padding-right: 20px;
  height: 60px;
  line-height: 60px;
}
#pe-search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding: 0;
  width: 20px;
  height: 60px;
  font-size: 21px;
}
.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: #0048b9;
}
#pe-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: auto;
  z-index: 999;
}
#pe-back-top a {
  cursor: pointer;
  display: block;
  position: relative;
  height: 45px;
  width: 45px;
  color: #ffffff;
  background-color: #0048b9;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pe-back-top a span.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}
#pe-back-top a:hover,
#pe-back-top a:focus {
  background-color: #2a2a2a;
}
.page-header,
.pe-article-content,
.pe-comments {
  word-wrap: break-word;
}
.pe-blog-row {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.pe-blog-row:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.page-header {
  margin: 0 0 10px;
}
.page-header > h1 {
  display: block;
  color: #0050d2;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 25px;
}
.page-header > h1 a {
  color: #0050d2;
}
.page-header > h1 a:hover {
  color: #0048b9;
  text-decoration: none;
}
.page-header > h2,
.page-header > h3 {
  display: block;
  color: #2a2a2a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 20px;
}
.page-header > h2 a,
.page-header > h3 a {
  color: #2a2a2a;
}
.page-header > h2 a:hover,
.page-header > h3 a:hover {
  color: #0048b9;
  text-decoration: none;
}
.page-header > h2.subtitle {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
}
.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: #0048b9;
  margin-right: 10px;
}
.pe-image {
  margin-bottom: 30px;
}
.pe-image figure {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.page-id-39 .pe-image {
  text-align: center;
}
.blog .pe-image,
.archive .pe-image {
  margin-bottom: 0;
}
.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: #333333;
  background: rgba(0, 0, 0, 0.07000000000000001);
}
.wp-caption a {
  text-align: center;
}
.wp-caption img {
  margin: 0;
}
.wp-caption .wp-caption-text {
  padding: 10px;
  max-width: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
.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;
  right: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: rgba(42, 42, 42, 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: 80px;
  -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: 40px;
  bottom: 40px;
  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: 40px;
  right: 40px;
  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: right;
  width: 100%;
}
.pe-blog-row figure.effect:hover figcaption {
  opacity: 1;
}
.pe-blog-row figure.effect:hover .intro:before {
  left: 40px;
  right: 40px;
}
.pe-blog-row figure.effect:hover .intro:after {
  top: 40px;
  bottom: 40px;
}
.archive .pe-blog-row figure.effect figcaption {
  color: #ffffff;
  background: rgba(42, 42, 42, 0.75);
}
.archive .pe-blog-row figure.effect figcaption:before {
  background: rgba(42, 42, 42, 0.3);
}
.archive .pe-blog-row figure.effect figcaption:after {
  background: rgba(42, 42, 42, 0.3);
}
.pe-header.pe-header-image {
  padding: 240px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pe-header.pe-header-image .pe-widget {
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.pe-header.pe-header-image .page-header {
  margin-bottom: 15px;
}
.pe-header.pe-header-image .page-header h1 {
  margin: 0;
}
.pe-header.pe-header-image .post-meta {
  font-size: 18px;
  color: #666666;
}
.pe-header.pe-header-image .post-meta a {
  color: #666666;
}
.pe-header.pe-header-image .post-meta a:hover,
.pe-header.pe-header-image .post-meta a:focus {
  text-decoration: underline;
}
.pe-header.pe-header-image .pe-author-info {
  background: none;
  margin-top: 0;
  padding: 0;
  color: inherit;
}
.pe-header.pe-header-image .pe-author-name {
  margin-bottom: 0;
}
.pe-header.pe-header-image .pe-author-name .name {
  font-size: 21px;
  text-transform: uppercase;
  color: #666666;
}
.pe-header.pe-header-image .pe-author-name .name:hover,
.pe-header.pe-header-image .pe-author-name .name:focus {
  color: #0048b9;
}
.pe-header.pe-header-image .pe-author-name a {
  color: #666666;
}
.pe-header.pe-header-image .pe-author-avatar {
  padding: 0 20px 0 0;
}
.pe-header.pe-header-image .pe-author-avatar img {
  border: 4px solid currentColor;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.pe-header.pe-header-image .pe-author-details {
  vertical-align: middle;
}
.post-meta {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #0048b9;
  margin: 0 0 15px;
}
.post-meta .separator {
  font-size: 110%;
  margin: 0 10px;
}
.post-meta a {
  color: #0048b9;
}
.post-meta a:hover,
.post-meta a:focus {
  text-decoration: underline;
}
.pe-author-info {
  margin-top: 30px;
  padding: 40px;
  background: #f0f0f0;
  color: #6e6e6e;
}
.pe-author-info .pe-title {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  color: #2a2a2a;
}
.pe-author-name {
  line-height: 1.2;
  margin: 0 0 10px;
}
.pe-author-name a {
  display: block;
}
.pe-author-name .url {
  font-size: 15px;
  margin: 5px 0 0;
}
.pe-author-name .name {
  display: block;
  color: #2a2a2a;
  font-weight: 700;
}
.pe-author-in {
  display: table;
}
.pe-author-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 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-nav-links {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pe-nav-links .pe-nav-link a {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  margin: 0;
  padding: 0 20px 20px;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.pe-nav-links .pe-nav-link a:hover,
.pe-nav-links .pe-nav-link a:focus {
  color: #0048b9;
}
.pe-nav-links .pe-nav-previous .pe-nav-link a {
  float: left;
}
.pe-nav-links .pe-nav-next .pe-nav-link a {
  float: right;
}
.pe-nav-links .pe-nav-article {
  padding: 20px;
  background: #f0f0f0;
  color: #6e6e6e;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.pe-nav-links .pe-nav-article-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 20px;
  margin-bottom: -40px;
}
.pe-nav-links .pe-nav-article-image a {
  display: block;
  position: relative;
  z-index: 1;
}
.pe-nav-links .pe-nav-article-image a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #e3e3e3;
  z-index: -1;
}
.pe-nav-links .pe-nav-article-image + .pe-nav-article-wrapper {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.pe-nav-links .pe-nav-article-image + .pe-nav-article-wrapper .page-header > h2::after {
  position: relative;
  margin-left: -45px;
  z-index: 2;
}
.pe-nav-links .pe-nav-article-wrapper {
  padding: 10px;
}
.pe-nav-links .pe-nav-article-wrapper .page-header {
  margin-bottom: 40px;
}
.pe-nav-links .pe-nav-article-wrapper .page-header > h2::after {
  margin-top: 15px;
}
.pe-nav-links .pe-nav-article-wrapper .post-meta {
  margin-bottom: 10px;
}
.pe-nav-links .pe-nav-article-readmore {
  position: absolute;
  right: 30px;
  bottom: -22px;
}
.pe-nav-links .pe-nav-article-readmore .readmore {
  padding-left: 0;
  padding-right: 0;
  width: 44px;
  text-align: center;
}
.pe-nav-links:last-child {
  margin-bottom: 0;
}
.pe-post-tags {
  margin-top: 30px;
  overflow: hidden;
}
.pe-post-tags > .title {
  float: left;
  font-weight: bold;
  color: #444444;
  padding: 1px 15px 1px 0;
}
.pe-post-tags ul {
  float: left;
  margin: 0;
}
.pe-post-tags ul li {
  float: left;
  margin: 0 15px 15px 0;
}
.pe-post-tags ul li a {
  display: block;
  font-size: inherit !important;
  color: inherit;
  background: rgba(0, 0, 0, 0.07000000000000001);
  padding: 1px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pe-post-tags ul li a:hover,
.pe-post-tags ul li a:focus {
  color: #ffffff;
  background: #2a2a2a;
}
.post-navigation {
  padding-top: 30px;
}
.post-navigation .meta-nav {
  font-weight: bold;
  color: #2a2a2a;
  padding-right: 10px;
}
.post-navigation a {
  color: inherit;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: #0048b9;
}
.pe-comments {
  margin-top: 60px;
}
.pe-comments .comment-reply-title,
.pe-comments .comments-title {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
}
.pe-comments .comment-list {
  margin: 30px 0;
}
.pe-comments .comment-list ul.children {
  margin: 0;
}
.pe-comments .comment-list > li > ul.children {
  padding-left: 180px;
}
.pe-comments .comment-list .comment-body {
  display: table;
  margin-bottom: 30px;
}
.pe-comments .comment-list .comment-body .comment-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 0;
}
.pe-comments .comment-list .comment-body .comment-avatar img.avatar {
  box-sizing: content-box;
  max-width: none;
  border-radius: 100%;
}
.pe-comments .comment-list .comment-body .comment-details {
  display: table-cell;
  vertical-align: top;
}
.pe-comments .comment-list .comment-body .comment-details .comment-author {
  line-height: 1.2;
}
.pe-comments .comment-list .comment-body .comment-details .comment-meta {
  font-size: 15px;
  color: #858585;
  line-height: 1.2;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.pe-comments .comment-list .comment-body .comment-details .comment-meta .separator {
  font-size: 110%;
  margin: 0 10px;
}
.pe-comments .comment-list .comment-body .comment-details .comment-meta a {
  color: #858585;
}
.pe-comments .comment-list .comment-body .comment-details .comment-meta a:hover,
.pe-comments .comment-list .comment-body .comment-details .comment-meta a:focus {
  color: #858585;
}
.pe-comments .comment-list .comment-body .comment-details .comment-meta + p {
  margin-top: 10px;
}
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 20px;
  border: none;
  background: #0048b9;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  padding: 12px 30px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 5px;
  padding: 6px 15px;
}
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link.active,
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link:hover,
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link:focus {
  text-decoration: none;
  color: #ffffff;
  background: #2a2a2a;
}
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link.active,
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link:active {
  outline: 0;
}
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link a {
  color: #ffffff;
  text-decoration: none;
}
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link.active a,
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link:hover a,
.pe-comments .comment-list .comment-body .comment-details .comment-reply-link:focus a {
  color: #ffffff;
}
.pe-comments .comment-respond {
  margin: 0 0 30px;
}
.pe-comments .comment-respond input[type='text'],
.pe-comments .comment-respond textarea {
  width: 100%;
  margin: 0 0 30px;
}
.pe-comments .comment-respond .form-submit {
  margin: 0;
}
.pe-row.single-member {
  clear: both;
  margin-top: 30px;
}
.pe-opening-hours .pe-title {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
}
.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: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
}
.pe-socials .pe-title {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
}
.single-service .page-header h1 {
  margin-bottom: 0;
}
.single-service .page-header span {
  margin-right: 20px;
  color: #0048b9;
}
.single-service .page-header span,
.single-service .page-header span + h1 {
  display: inline-block;
  vertical-align: middle;
}
.single-portfolio .pe-social-icons.share {
  margin-top: 30px;
}
.single-portfolio .pe-project-carousel {
  margin-bottom: 30px;
}
.single-portfolio .pe-project-carousel .pe-indicators li {
  opacity: 100;
}
.single-portfolio .pe-project-carousel .pe-indicators li.active {
  color: #0048b9;
}
.single-portfolio .pe-project-images {
  margin-bottom: 30px;
}
.single-portfolio .pe-project-cols2:before,
.single-portfolio .pe-project-cols2:after {
  content: ' ';
  display: table;
}
.single-portfolio .pe-project-cols2:after {
  clear: both;
}
.single-portfolio .pe-project-cols2 .pe-project-image {
  float: left;
  width: 50%;
}
.single-portfolio .pe-project-cols3:before,
.single-portfolio .pe-project-cols3:after {
  content: ' ';
  display: table;
}
.single-portfolio .pe-project-cols3:after {
  clear: both;
}
.single-portfolio .pe-project-cols3 .pe-project-image {
  float: left;
  width: 33.33%;
}
.single-portfolio .pe-project-cols4:before,
.single-portfolio .pe-project-cols4:after {
  content: ' ';
  display: table;
}
.single-portfolio .pe-project-cols4:after {
  clear: both;
}
.single-portfolio .pe-project-cols4 .pe-project-image {
  float: left;
  width: 25%;
}
.single-portfolio .pe-project-cols5:before,
.single-portfolio .pe-project-cols5:after {
  content: ' ';
  display: table;
}
.single-portfolio .pe-project-cols5:after {
  clear: both;
}
.single-portfolio .pe-project-cols5 .pe-project-image {
  float: left;
  width: 20%;
}
.single-portfolio .pe-project-cols6:before,
.single-portfolio .pe-project-cols6:after {
  content: ' ';
  display: table;
}
.single-portfolio .pe-project-cols6:after {
  clear: both;
}
.single-portfolio .pe-project-cols6 .pe-project-image {
  float: left;
  width: 16.66%;
}
.single-portfolio .embed-responsive {
  margin-bottom: 30px;
}
#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: #0050d2;
  font-family: Montserrat;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 1em;
}
.pe-error-page > h1 {
  font-size: 36px;
}
.pe-error-page > h2 {
  font-size: 18px;
}
.pe-error-page .search {
  margin: 30px 0;
}
.page .pe-container,
.archive .pe-container {
  padding-left: 115px;
  position: relative;
}
.page #pe-bar .pe-container,
.archive #pe-bar .pe-container,
.page #pe-copyrights .pe-container,
.archive #pe-copyrights .pe-container {
  padding-left: 15px;
}
.page .pe-vertical-title,
.archive .pe-vertical-title {
  position: absolute;
  top: 1px;
  left: -7px;
  padding: 54px 5px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: 99;
}
.page .pe-vertical-title:before,
.archive .pe-vertical-title:before,
.page .pe-vertical-title:after,
.archive .pe-vertical-title:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 2px;
  height: 34px;
  background: #444444;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.page .pe-vertical-title:after,
.archive .pe-vertical-title:after {
  top: auto;
  bottom: 0;
  margin-top: 20px;
}
.page .pe-vertical-title.light,
.archive .pe-vertical-title.light {
  color: #fff;
}
.page .pe-vertical-title.light:before,
.archive .pe-vertical-title.light:before,
.page .pe-vertical-title.light:after,
.archive .pe-vertical-title.light:after {
  background: #fff;
}
.archive.category-market .pe-separator {
  display: none;
}
.archive.post-type-archive-job #pe-content-part #pe-maincontent,
.single.single-job #pe-content-part #pe-maincontent {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .page .pe-container,
  .archive .pe-container {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .page .pe-container,
  .archive .pe-container {
    padding-left: 15px;
  }
  .page .pe-vertical-title,
  .archive .pe-vertical-title {
    display: none;
  }
}
.page.page-template-default .pe-article-content .before-more {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.page.page-template-default .pe-article-content .before-more + p {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.page.page-template-default .pe-article-content p:first-child,
.page.page-template-default .pe-article-content .after-more {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.page #pe-maincontent .page-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 10px;
}
.page .pe-separator {
  display: block;
  height: 63px;
  background: url('https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/page-separator.png') no-repeat center center;
  margin: 30px 0;
}
.pe-boxed-title h3 {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  font-size: 42px;
  margin: 60px 0;
}
.archive.category #pe-maincontent > .page-header {
  display: none;
}
.archive #pe-maincontent > .page-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 10px;
}
.single.single-job .page-header h1 {
  font-size: 32px;
}
@media (max-width: 992px) {
  .page-id-39 .row.sc .item.text-right {
    text-align: left;
  }
}
.page-template-page-no-center .pe-article-content {
  max-width: 800px;
  margin: 0 auto;
}
.menu {
  margin: 0;
}
.menu ul {
  margin: 0;
}
.menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07000000000000001);
}
.menu li a {
  display: block;
  position: relative;
  padding: 6px 0 6px 15px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.menu li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 2px;
  height: 2px;
  background: #333333;
}
.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.menu > li.menu-item-has-children > a {
  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;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  letter-spacing: 0;
  content: '\f105';
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  line-height: 1.2;
}
.menu .sub-menu {
  padding-left: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.07000000000000001);
}
.menu .sub-menu li:last-child {
  border-bottom: 0;
}
.menu li a:hover,
.menu li a:active,
.menu li a:focus,
.menu .current-menu-item > a {
  color: #000000;
}
.menu li a:hover:before,
.menu li a:active:before,
.menu li a:focus:before,
.menu .current-menu-item > a:before {
  background: #000000;
}
#pe-main .pe-color .menu li a {
  color: #6e6e6e;
}
#pe-main .pe-color .menu > li > a:before {
  background: #6e6e6e;
}
#pe-main .pe-color .menu li a:hover,
#pe-main .pe-color .menu li a:active,
#pe-main .pe-color .menu li a:focus,
#pe-main .pe-color .menu .current-menu-item > a {
  color: #242424;
}
#pe-main .pe-color .menu li a:hover:before,
#pe-main .pe-color .menu li a:active:before,
#pe-main .pe-color .menu li a:focus:before,
#pe-main .pe-color .menu .current-menu-item > a:before {
  background: #242424;
}
#pe-main .pe-color2 .menu li a {
  color: #6e6e6e;
}
#pe-main .pe-color2 .menu > li > a:before {
  background: #6e6e6e;
}
#pe-main .pe-color2 .menu li a:hover,
#pe-main .pe-color2 .menu li a:active,
#pe-main .pe-color2 .menu li a:focus,
#pe-main .pe-color2 .menu .current-menu-item > a {
  color: #242424;
}
#pe-main .pe-color2 .menu li a:hover:before,
#pe-main .pe-color2 .menu li a:active:before,
#pe-main .pe-color2 .menu li a:focus:before,
#pe-main .pe-color2 .menu .current-menu-item > a:before {
  background: #242424;
}
.pe-header .menu li a {
  color: #666666;
}
.pe-header .menu > li > a:before {
  background: #666666;
}
.pe-header .menu li a:hover,
.pe-header .menu li a:active,
.pe-header .menu li a:focus,
.pe-header .menu .current-menu-item > a {
  color: #1c1c1c;
}
.pe-header .menu li a:hover:before,
.pe-header .menu li a:active:before,
.pe-header .menu li a:focus:before,
.pe-header .menu .current-menu-item > a:before {
  background: #1c1c1c;
}
.pe-footer .menu li a {
  color: #6e6e6e;
}
.pe-footer .menu > li > a:before {
  background: #6e6e6e;
}
.pe-footer .menu li a:hover,
.pe-footer .menu li a:active,
.pe-footer .menu li a:focus,
.pe-footer .menu .current-menu-item > a {
  color: #242424;
}
.pe-footer .menu li a:hover:before,
.pe-footer .menu li a:active:before,
.pe-footer .menu li a:focus:before,
.pe-footer .menu .current-menu-item > a:before {
  background: #242424;
}
#pe-copyrights-menu .menu > li {
  display: inline-block;
  vertical-align: top;
  border: 0;
}
#pe-copyrights-menu .menu > li > a {
  padding: 0;
  margin: 0 30px 0 0;
  border: none;
  line-height: inherit;
  text-transform: uppercase;
}
#pe-copyrights-menu .menu > li > a:before,
#pe-copyrights-menu .menu > li > a:after {
  display: none;
}
#pe-copyrights-menu .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: 0 20px;
  margin: 0;
}
.pe-main-menu .nav-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 41px 0;
  line-height: 1.2;
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
}
.pe-main-menu .nav-menu > .menu-item > a:hover {
  color: #0048b9;
}
.pe-main-menu .nav-menu > .menu-item.current-menu-item > a {
  color: #0048b9;
}
.pe-main-menu .nav-dropdown {
  position: absolute;
  display: block;
  top: 100%;
  left: 10px;
  right: auto;
  width: 200px;
  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;
}
.pe-main-menu .nav-dropdown .nav-dropdown-in {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.pe-main-menu .nav-dropdown .menu-item {
  position: relative;
  padding: 0;
}
.pe-main-menu .nav-dropdown .menu-item a {
  display: block;
  padding: 10px;
  color: #444444;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}
.pe-main-menu .nav-dropdown .menu-item a:hover {
  color: #0048b9;
}
.pe-main-menu .nav-dropdown .menu-item.current-menu-item > a {
  color: #0048b9;
}
.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: 25px;
}
.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: '\f105';
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 10px;
  line-height: 1.2;
}
.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;
}
.expand:not(.scrolled) .pe-main-menu .nav-menu > .menu-item > a {
  color: #444444;
}
.pe-sliding-menu {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pe-sliding-menu.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 991px) {
  .admin-bar.sticky-bar .pe-sliding-menu {
    margin-top: 32px;
  }
  .pe-sliding-menu {
    position: fixed;
    width: 100%;
    height: auto;
    overflow-y: auto;
    z-index: 900;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pe-sliding-menu .nav-menu {
    background: #ffffff;
    display: none;
  }
  .pe-sliding-menu .nav-menu > .menu-item {
    float: none;
    padding: 10px;
  }
  .pe-sliding-menu .nav-dropdown {
    -webkit-transition: none;
    transition: none;
  }
  .pe-sliding-menu .nav-dropdown .nav-dropdown-in {
    background: #ffffff;
  }
  .pe-sliding-menu .nav-dropdown .nav-dropdown {
    left: 0;
  }
  .pe-sliding-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: '\f107';
    font-size: 12px;
    line-height: 1.2;
    margin-left: 5px;
    vertical-align: middle;
  }
  .pe-sliding-menu .menu-item-has-children.hover > .nav-dropdown,
  .pe-sliding-menu .menu-item-has-children:hover > .nav-dropdown {
    visibility: hidden;
    opacity: 0;
  }
  .pe-sliding-menu .menu-item-has-children.clicked > .nav-dropdown,
  .pe-sliding-menu .menu-item-has-children.clicked > .nav-dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    width: auto;
  }
  .pe-sliding-menu.active {
    bottom: 0;
  }
  .pe-sliding-menu.active .nav-menu {
    display: block;
  }
  .expand:not(.scrolled) .pe-main-menu .nav-menu > .menu-item > a {
    color: #444444;
  }
}
@media (max-width: 782px) {
  .admin-bar.sticky-bar .pe-sliding-menu,
  .admin-bar.sticky-bar .pe-fullscreen-menu {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar.sticky-bar.scrolled .pe-sliding-menu,
  .admin-bar.sticky-bar.scrolled .pe-fullscreen-menu {
    margin-top: 0;
  }
}
.pe-fullscreen-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  width: 100%;
  height: auto;
  overflow-y: auto;
  z-index: 900;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pe-fullscreen-menu.active {
  bottom: 0;
}
.pe-fullscreen-menu .nav-menu {
  margin: 0;
  padding: 140px 0;
}
.pe-fullscreen-menu .nav-menu > .menu-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 54px 65px 220px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a {
  display: block;
  line-height: 1.2;
  color: #2a2a2a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a:before,
.pe-fullscreen-menu .nav-menu > .menu-item > a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 34px;
  background: #2a2a2a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a:after {
  top: auto;
  height: 0;
  margin-top: 20px;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a:hover {
  color: #d4d4d4;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a:hover:before {
  background: #d4d4d4;
}
.pe-fullscreen-menu .nav-menu > .menu-item > a:hover:after {
  height: 200px;
  background: #d4d4d4;
}
.pe-fullscreen-menu .nav-dropdown {
  display: none;
}
@media (max-width: 991px) {
  .pe-fullscreen-menu {
    text-align: left;
  }
  .pe-fullscreen-menu .nav-menu {
    padding: 70px 30px;
  }
  .pe-fullscreen-menu .nav-menu > .menu-item {
    display: block;
    overflow: hidden;
    padding: 0 54px;
    margin-bottom: 30px;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .pe-fullscreen-menu .nav-menu > .menu-item > a:before,
  .pe-fullscreen-menu .nav-menu > .menu-item > a:after {
    left: 0;
    top: 50%;
    width: 34px;
    height: 2px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pe-fullscreen-menu .nav-menu > .menu-item > a:after {
    left: auto;
    width: 0;
    margin-top: 0;
    margin-left: 20px;
  }
  .pe-fullscreen-menu .nav-menu > .menu-item > a:hover:after {
    height: 2px;
    width: 200px;
  }
  .pe-fullscreen-menu .nav-dropdown {
    display: none;
  }
}
.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: 10px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2a2a2a;
}
.pe-offcanvas-menu .menu-item a:hover {
  color: #a2a2a2;
}
.pe-offcanvas-menu .menu-item.current-menu-item > a {
  color: #a2a2a2;
}
.pe-offcanvas-menu .nav-menu > .menu-item > a {
  padding: 10px 0;
}
.pe-offcanvas-menu .nav-menu > .menu-item + .menu-item {
  border-top: 1px solid rgba(42, 42, 42, 0.17);
}
.pe-offcanvas-menu .nav-dropdown {
  padding: 20px 0;
}
.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: '\f107';
  margin-left: 5px;
}
.pe-offcanvas-menu .menu-item-has-children > a.clicked:after {
  content: '\f106';
}
#pe-menu-button .toggle-menu {
  cursor: pointer;
  display: block;
  font-size: 20px;
  width: 20px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #444444;
}
#pe-menu-button .toggle-menu .navicon {
  display: block;
  position: relative;
  top: 9px;
  width: 20px;
  height: 3px;
  background: #444444;
}
#pe-menu-button .toggle-menu .navicon:before,
#pe-menu-button .toggle-menu .navicon:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #444444;
}
#pe-menu-button .toggle-menu .navicon:before {
  top: -6px;
}
#pe-menu-button .toggle-menu .navicon:after {
  top: 6px;
}
#pe-menu-button .toggle-menu:hover .navicon:before {
  top: -9px;
}
#pe-menu-button .toggle-menu:hover .navicon:after {
  top: 9px;
}
#pe-menu-button .toggle-menu.active .navicon {
  background: none !important;
}
#pe-menu-button .toggle-menu.active .navicon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pe-menu-button .toggle-menu.active .navicon:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.expand #pe-menu-button .toggle-menu .navicon {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.expand #pe-menu-button .toggle-menu .navicon:before,
.expand #pe-menu-button .toggle-menu .navicon:after {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.expand #pe-menu-button .toggle-menu.active .navicon {
  box-shadow: none;
}
.expand #pe-menu-button .toggle-menu.active .navicon:before {
  box-shadow: none;
}
.expand #pe-menu-button .toggle-menu.active .navicon:after {
  box-shadow: none;
}
.menu-fullscreen #pe-menu-button {
  position: relative;
  z-index: 901;
}
.menu-fullscreen #pe-menu-button .toggle-menu.active .navicon {
  background: #2a2a2a;
}
.menu-fullscreen #pe-menu-button .toggle-menu.active .navicon:before,
.menu-fullscreen #pe-menu-button .toggle-menu.active .navicon:after {
  background: #2a2a2a;
}
.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 {
    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: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
}
.pe-widget .page-header {
  margin-bottom: 50px;
}
.pe-widget .page-header > h1,
.pe-widget .page-header > h2 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pe-widget .page-header > h1:after,
.pe-widget .page-header > h2:after {
  display: none;
}
.pe-widget .subtitle {
  display: block;
  color: #0048b9;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.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-expand {
  margin: 0;
}
.pe-expand.pe_short_info_widget,
.pe-expand.widget_revslider {
  padding-left: 0;
  padding-right: 0;
}
.pe-header h3.pe-title {
  color: #2a2a2a;
}
#pe-footer h3.pe-title {
  color: #333333;
}
#pe-main .pe-color .pe-widget-in {
  padding: 40px;
  background: #ffffff;
  color: #6e6e6e;
}
#pe-main .pe-color .pe-widget-in h3.pe-title {
  color: #2a2a2a;
}
#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: #6e6e6e;
  color: #6e6e6e;
}
#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: #6e6e6e;
  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: #6e6e6e;
}
#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: #6e6e6e;
}
#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: #6e6e6e;
}
#pe-main .pe-color select option {
  color: #000000;
  background: #ffffff;
}
#pe-main .pe-color2 .pe-widget-in {
  padding: 40px;
  background: #f0f0f0;
  color: #6e6e6e;
}
#pe-main .pe-color2 .pe-widget-in h3.pe-title {
  color: #2a2a2a;
}
#pe-main .pe-color2 select,
#pe-main .pe-color2 textarea,
#pe-main .pe-color2 input[type="text"],
#pe-main .pe-color2 input[type="password"],
#pe-main .pe-color2 input[type="datetime"],
#pe-main .pe-color2 input[type="datetime-local"],
#pe-main .pe-color2 input[type="date"],
#pe-main .pe-color2 input[type="month"],
#pe-main .pe-color2 input[type="time"],
#pe-main .pe-color2 input[type="week"],
#pe-main .pe-color2 input[type="number"],
#pe-main .pe-color2 input[type="email"],
#pe-main .pe-color2 input[type="url"],
#pe-main .pe-color2 input[type="search"],
#pe-main .pe-color2 input[type="tel"],
#pe-main .pe-color2 input[type="color"] {
  border-bottom-color: #6e6e6e;
  color: #6e6e6e;
}
#pe-main .pe-color2 select::-webkit-input-placeholder,
#pe-main .pe-color2 textarea::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="text"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="password"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="datetime"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="datetime-local"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="date"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="month"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="time"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="week"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="number"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="email"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="url"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="search"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="tel"]::-webkit-input-placeholder,
#pe-main .pe-color2 input[type="color"]::-webkit-input-placeholder {
  color: #6e6e6e;
  opacity: 1 !important;
}
#pe-main .pe-color2 select:-moz-placeholder,
#pe-main .pe-color2 textarea:-moz-placeholder,
#pe-main .pe-color2 input[type="text"]:-moz-placeholder,
#pe-main .pe-color2 input[type="password"]:-moz-placeholder,
#pe-main .pe-color2 input[type="datetime"]:-moz-placeholder,
#pe-main .pe-color2 input[type="datetime-local"]:-moz-placeholder,
#pe-main .pe-color2 input[type="date"]:-moz-placeholder,
#pe-main .pe-color2 input[type="month"]:-moz-placeholder,
#pe-main .pe-color2 input[type="time"]:-moz-placeholder,
#pe-main .pe-color2 input[type="week"]:-moz-placeholder,
#pe-main .pe-color2 input[type="number"]:-moz-placeholder,
#pe-main .pe-color2 input[type="email"]:-moz-placeholder,
#pe-main .pe-color2 input[type="url"]:-moz-placeholder,
#pe-main .pe-color2 input[type="search"]:-moz-placeholder,
#pe-main .pe-color2 input[type="tel"]:-moz-placeholder,
#pe-main .pe-color2 input[type="color"]:-moz-placeholder {
  color: #6e6e6e;
}
#pe-main .pe-color2 select::-moz-placeholder,
#pe-main .pe-color2 textarea::-moz-placeholder,
#pe-main .pe-color2 input[type="text"]::-moz-placeholder,
#pe-main .pe-color2 input[type="password"]::-moz-placeholder,
#pe-main .pe-color2 input[type="datetime"]::-moz-placeholder,
#pe-main .pe-color2 input[type="datetime-local"]::-moz-placeholder,
#pe-main .pe-color2 input[type="date"]::-moz-placeholder,
#pe-main .pe-color2 input[type="month"]::-moz-placeholder,
#pe-main .pe-color2 input[type="time"]::-moz-placeholder,
#pe-main .pe-color2 input[type="week"]::-moz-placeholder,
#pe-main .pe-color2 input[type="number"]::-moz-placeholder,
#pe-main .pe-color2 input[type="email"]::-moz-placeholder,
#pe-main .pe-color2 input[type="url"]::-moz-placeholder,
#pe-main .pe-color2 input[type="search"]::-moz-placeholder,
#pe-main .pe-color2 input[type="tel"]::-moz-placeholder,
#pe-main .pe-color2 input[type="color"]::-moz-placeholder {
  color: #6e6e6e;
}
#pe-main .pe-color2 select:-ms-input-placeholder,
#pe-main .pe-color2 textarea:-ms-input-placeholder,
#pe-main .pe-color2 input[type="text"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="password"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="datetime"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="datetime-local"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="date"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="month"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="time"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="week"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="number"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="email"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="url"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="search"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="tel"]:-ms-input-placeholder,
#pe-main .pe-color2 input[type="color"]:-ms-input-placeholder {
  color: #6e6e6e;
}
#pe-main .pe-color2 select option {
  color: #000000;
  background: #ffffff;
}
#pe-main .pe-color2 .button,
#pe-main .pe-color2 button,
#pe-main .pe-color2 input[type="submit"],
#pe-main .pe-color2 input[type="button"],
#pe-main .pe-color2 input[type="reset"],
#pe-main .pe-color2 .readmore {
  background: #6e6e6e;
  color: #f0f0f0;
}
#pe-main .pe-color2 .button.active,
#pe-main .pe-color2 button.active,
#pe-main .pe-color2 input[type="submit"].active,
#pe-main .pe-color2 input[type="button"].active,
#pe-main .pe-color2 input[type="reset"].active,
#pe-main .pe-color2 .readmore.active,
#pe-main .pe-color2 .button:hover,
#pe-main .pe-color2 button:hover,
#pe-main .pe-color2 input[type="submit"]:hover,
#pe-main .pe-color2 input[type="button"]:hover,
#pe-main .pe-color2 input[type="reset"]:hover,
#pe-main .pe-color2 .readmore:hover,
#pe-main .pe-color2 .button:focus,
#pe-main .pe-color2 button:focus,
#pe-main .pe-color2 input[type="submit"]:focus,
#pe-main .pe-color2 input[type="button"]:focus,
#pe-main .pe-color2 input[type="reset"]:focus,
#pe-main .pe-color2 .readmore:focus {
  color: #ffffff;
  background: #0048b9;
}
#pe-main .pe-vertical > div > h3.pe-title {
  position: absolute;
  top: 1px;
  left: -80px;
  padding: 54px 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
#pe-main .pe-vertical > div > h3.pe-title:before,
#pe-main .pe-vertical > div > h3.pe-title:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 34px;
  background: currentColor;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#pe-main .pe-vertical > div > h3.pe-title:after {
  top: auto;
  margin-top: 20px;
}
#pe-main .pe-horizontal > div > h3.pe-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 55px;
  margin: 0 0 30px;
}
#pe-main .pe-horizontal > div > h3.pe-title:before,
#pe-main .pe-horizontal > div > h3.pe-title:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 34px;
  height: 2px;
  background: currentColor;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#pe-main .pe-horizontal > div > h3.pe-title:before {
  left: 0;
  right: auto;
}
#pe-main .pe-horizontal > div > h3.pe-title:after {
  right: 0;
  left: auto;
}
.home #pe-top1-in > .row {
  display: flex;
}
@media (max-width: 992px) {
  .home #pe-top1-in > .row {
    display: block;
  }
}
#pe-main .pe-box {
  display: flex;
}
#pe-main .pe-box > div {
  padding: 45px 45px 100px;
  border: 4px solid #0048b9;
  font-size: 14px;
  color: #666;
  background: #fff;
  position: relative;
  transition: all 0.6s ease;
}
#pe-main .pe-box h3 {
  text-transform: none;
  font-size: 20px;
  color: #444444;
  margin: 0 0 40px;
}
#pe-main .pe-box h3 a {
  color: inherit;
}
#pe-main .pe-box h3 a:hover {
  color: #0048b9;
}
#pe-main .pe-box .readmore {
  position: absolute;
  bottom: 45px;
  right: 45px;
}
#pe-main .pe-box.no-readmore > div {
  padding-bottom: 45px;
}
.home #pe-main .pe-box h3 {
  font-size: 28px;
}
.home #pe-main .pe-box:before,
.home #pe-main .pe-box:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.3s linear;
  background: #ccc;
  transition-delay: 0s;
  z-index: 2;
}
.home #pe-main .pe-box:before {
  right: 15px;
  top: 0;
}
.home #pe-main .pe-box:after {
  left: 15px;
  bottom: 0;
}
.home #pe-main .pe-box > div:before,
.home #pe-main .pe-box > div:after {
  content: "";
  display: block;
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.3s linear;
  background: #ddd;
  transition-delay: 0.3s;
  z-index: 2;
}
.home #pe-main .pe-box > div:before {
  left: -4px;
  top: 0;
}
.home #pe-main .pe-box > div:after {
  right: -4px;
  bottom: 0;
}
.home #pe-main .pe-box:hover:before,
.home #pe-main .pe-box:hover:after {
  width: calc(100% - 30px);
  transition-delay: 0.3s;
}
.home #pe-main .pe-box:hover > div:before,
.home #pe-main .pe-box:hover > div:after {
  height: 100%;
  transition-delay: 0s;
}
.pe-widget.pe-bottom-overlap {
  margin-bottom: -120px;
}
@media (max-width: 992px) {
  .pe-widget.pe-bottom-overlap {
    margin-bottom: 30px;
  }
}
.pe-widget.pe-interested {
  text-align: center;
}
.pe-widget.pe-interested .pe-title {
  margin: 0 0 30px;
}
.pe-big-title h3.pe-title {
  text-align: center;
  text-transform: none;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 60px;
}
.pe-big-title.pe-subtitle h3.pe-title {
  margin: 0 0 10px;
}
.pe-about-resources h3.pe-title {
  font-size: 28px;
  line-height: 1.5;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.pe-about-resources ul {
  margin-top: 60px;
  column-count: 2;
}
.pe-about-support img {
  display: block;
  margin: 60px auto;
}
.pe-about-support ul {
  column-count: 3;
}
@media (max-width: 767px) {
  .pe-about-resources ul {
    column-count: 1;
  }
  .pe-about-support ul {
    column-count: 1;
  }
}
#pe-main .pe-services-case-studies p {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 60px;
}
#pe-main .pe-services-case-studies .pe-boxed-blue {
  text-align: center;
  color: #fff;
  background: #003ea1;
}
#pe-main .pe-services-case-studies .pe-boxed-blue h3 {
  font-size: 18px;
  padding: 50px 20px;
  margin: 0;
}
#pe-main .pe-services-case-studies .pe-boxed-blue a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-style: italic;
  position: relative;
  background: #0047b9;
  padding: 20px;
}
#pe-main .pe-services-case-studies .pe-boxed-blue a:hover {
  background: #0632a1;
}
#pe-main .pe-services-case-studies .pe-boxed-blue a:after {
  content: '↓';
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
}
.pe-upload-box {
  text-align: center;
}
.pe-upload-box .button {
  margin: 60px 0 0;
}
.pe-box2 {
  float: right;
  max-width: 372px;
  margin: 0 0 36px;
}
.pe-box2 .pe-widget-in {
  padding: 45px;
  border: 2px solid #e3e3e3;
  font-size: 14px;
  color: #666;
  background: #fff;
}
.pe-box2 h3.pe-title {
  text-transform: none;
  font-size: 18px;
}
.pe-box2:before,
.pe-box2:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.3s linear;
  background: #0048b9;
  transition-delay: 0s;
  z-index: 2;
}
.pe-box2:before {
  right: 15px;
  top: 0;
}
.pe-box2:after {
  left: 15px;
  bottom: 0;
}
.pe-box2 > div:before,
.pe-box2 > div:after {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.3s linear;
  background: #0048b9;
  transition-delay: 0.3s;
  z-index: 2;
}
.pe-box2 > div:before {
  left: 15px;
  top: 0;
}
.pe-box2 > div:after {
  right: 15px;
  bottom: 0;
}
.pe-box2:hover:before,
.pe-box2:hover:after {
  width: calc(100% - 30px);
  transition-delay: 0.3s;
}
.pe-box2:hover > div:before,
.pe-box2:hover > div:after {
  height: 100%;
  transition-delay: 0s;
}
.page-id-39 .page-header h1 {
  display: none;
}
.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,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  padding: 6px 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: #333333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.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: #000000;
}
.widget.widget_recent_entries ul li span,
.widget.widget_archive ul li span,
.widget.widget_categories ul li span,
.widget.widget_meta ul li span,
.widget.widget_pages ul li span,
.widget.widget_recent_comments ul li span,
.widget.widget_rss ul li span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #858585;
}
.calendar_wrap table {
  width: 100%;
  max-width: 500px;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-collapse: collapse;
}
.calendar_wrap table caption {
  font-weight: 700;
  margin-bottom: 5px;
}
.calendar_wrap table thead th,
.calendar_wrap table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-right: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  padding: 8px;
  text-align: center;
}
.calendar_wrap table thead th {
  background: rgba(0, 0, 0, 0.07000000000000001);
  border-color: transparent;
}
.calendar_wrap table tfoot td {
  padding: 8px;
}
.calendar_wrap table #today {
  color: #0048b9;
}
.widget_tag_cloud .tagcloud {
  overflow: hidden;
  margin-bottom: -15px;
}
.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 15px 15px 0;
  font-size: inherit !important;
  color: inherit;
  background: rgba(0, 0, 0, 0.07000000000000001);
  padding: 1px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
  color: #ffffff;
  background: #2a2a2a;
}
.widget_archive ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  overflow: hidden;
  text-align: right;
  display: block;
  padding: 6px 0;
}
.widget_archive ul li:before {
  display: none;
}
.widget_archive ul li a {
  position: relative;
  float: left;
  text-align: left;
  padding: 0 0 0 15px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget_archive ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 2px;
  height: 2px;
  background: #333333;
}
.widget_archive ul li:hover,
.widget_archive ul li:active,
.widget_archive ul li:focus {
  color: #000000;
}
.widget_archive ul li:hover a,
.widget_archive ul li:active a,
.widget_archive ul li:focus a {
  color: #000000;
}
.widget_archive ul li:hover a:before,
.widget_archive ul li:active a:before,
.widget_archive ul li:focus a:before {
  background: #000000;
}
#pe-main .pe-color .page-header > h1 {
  color: #2a2a2a;
}
#pe-main .pe-color .page-header > h1 a {
  color: #2a2a2a;
}
#pe-main .pe-color .page-header > h1 a:hover {
  color: #0048b9;
}
#pe-main .pe-color .page-header > h2 {
  color: #2a2a2a;
}
#pe-main .pe-color .page-header > h2 a {
  color: #2a2a2a;
}
#pe-main .pe-color .page-header > h2 a:hover {
  color: #0048b9;
}
#pe-main .pe-color.widget_recent_entries ul li a {
  color: #6e6e6e;
}
#pe-main .pe-color.widget_recent_entries ul li a:hover,
#pe-main .pe-color.widget_recent_entries ul li a:focus {
  color: #242424;
}
#pe-main .pe-color.widget_recent_entries ul li span {
  color: #c0c0c0;
}
#pe-main .pe-color.widget_archive ul li a {
  color: #6e6e6e;
}
#pe-main .pe-color.widget_archive ul li a:before {
  background: #6e6e6e;
}
#pe-main .pe-color.widget_archive ul li:hover,
#pe-main .pe-color.widget_archive ul li:active,
#pe-main .pe-color.widget_archive ul li:focus {
  color: #242424;
}
#pe-main .pe-color.widget_archive ul li:hover a,
#pe-main .pe-color.widget_archive ul li:active a,
#pe-main .pe-color.widget_archive ul li:focus a {
  color: #242424;
}
#pe-main .pe-color.widget_archive ul li:hover a:before,
#pe-main .pe-color.widget_archive ul li:active a:before,
#pe-main .pe-color.widget_archive ul li:focus a:before {
  background: #242424;
}
#pe-main .pe-color2 .page-header > h1 {
  color: #2a2a2a;
}
#pe-main .pe-color2 .page-header > h1 a {
  color: #2a2a2a;
}
#pe-main .pe-color2 .page-header > h1 a:hover {
  color: #0048b9;
}
#pe-main .pe-color2 .page-header > h2 {
  color: #2a2a2a;
}
#pe-main .pe-color2 .page-header > h2 a {
  color: #2a2a2a;
}
#pe-main .pe-color2 .page-header > h2 a:hover {
  color: #0048b9;
}
#pe-main .pe-color2.widget_recent_entries ul li a {
  color: #6e6e6e;
}
#pe-main .pe-color2.widget_recent_entries ul li a:hover,
#pe-main .pe-color2.widget_recent_entries ul li a:focus {
  color: #242424;
}
#pe-main .pe-color2.widget_recent_entries ul li span {
  color: #c0c0c0;
}
#pe-main .pe-color2.widget_archive ul li a {
  color: #6e6e6e;
}
#pe-main .pe-color2.widget_archive ul li a:before {
  background: #6e6e6e;
}
#pe-main .pe-color2.widget_archive ul li:hover,
#pe-main .pe-color2.widget_archive ul li:active,
#pe-main .pe-color2.widget_archive ul li:focus {
  color: #242424;
}
#pe-main .pe-color2.widget_archive ul li:hover a,
#pe-main .pe-color2.widget_archive ul li:active a,
#pe-main .pe-color2.widget_archive ul li:focus a {
  color: #242424;
}
#pe-main .pe-color2.widget_archive ul li:hover a:before,
#pe-main .pe-color2.widget_archive ul li:active a:before,
#pe-main .pe-color2.widget_archive ul li:focus a:before {
  background: #242424;
}
.pe-header .page-header > h1 {
  color: #2a2a2a;
}
.pe-header .page-header > h1 a {
  color: #2a2a2a;
}
.pe-header .page-header > h1 a:hover {
  color: #0048b9;
}
.pe-header .page-header > h2 {
  color: #2a2a2a;
}
.pe-header .page-header > h2 a {
  color: #2a2a2a;
}
.pe-header .page-header > h2 a:hover {
  color: #0048b9;
}
.pe-header .widget_recent_entries ul li a {
  color: #666666;
}
.pe-header .widget_recent_entries ul li a:hover,
.pe-header .widget_recent_entries ul li a:focus {
  color: #1c1c1c;
}
.pe-header .widget_recent_entries ul li span {
  color: #b8b8b8;
}
.pe-header .widget_archive ul li a {
  color: #666666;
}
.pe-header .widget_archive ul li a:before {
  background: #666666;
}
.pe-header .widget_archive ul li:hover,
.pe-header .widget_archive ul li:active,
.pe-header .widget_archive ul li:focus {
  color: #1c1c1c;
}
.pe-header .widget_archive ul li:hover a,
.pe-header .widget_archive ul li:active a,
.pe-header .widget_archive ul li:focus a {
  color: #1c1c1c;
}
.pe-header .widget_archive ul li:hover a:before,
.pe-header .widget_archive ul li:active a:before,
.pe-header .widget_archive ul li:focus a:before {
  background: #1c1c1c;
}
#pe-footer .page-header > h1 {
  color: #333333;
}
#pe-footer .page-header > h1 a {
  color: #333333;
}
#pe-footer .page-header > h1 a:hover {
  color: #0048b9;
}
#pe-footer .page-header > h2 {
  color: #333333;
}
#pe-footer .page-header > h2 a {
  color: #333333;
}
#pe-footer .page-header > h2 a:hover {
  color: #0048b9;
}
#pe-footer .widget_recent_entries ul li a {
  color: #6e6e6e;
}
#pe-footer .widget_recent_entries ul li a:hover,
#pe-footer .widget_recent_entries ul li a:focus {
  color: #242424;
}
#pe-footer .widget_recent_entries ul li span {
  color: #c0c0c0;
}
#pe-footer .widget_archive ul li a {
  color: #6e6e6e;
}
#pe-footer .widget_archive ul li a:before {
  background: #6e6e6e;
}
#pe-footer .widget_archive ul li:hover,
#pe-footer .widget_archive ul li:active,
#pe-footer .widget_archive ul li:focus {
  color: #242424;
}
#pe-footer .widget_archive ul li:hover a,
#pe-footer .widget_archive ul li:active a,
#pe-footer .widget_archive ul li:focus a {
  color: #242424;
}
#pe-footer .widget_archive ul li:hover a:before,
#pe-footer .widget_archive ul li:active a:before,
#pe-footer .widget_archive ul li:focus a:before {
  background: #242424;
}
.pe-short-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pe-short-info .image {
  flex-shrink: 0;
}
.pe-short-info .page-header {
  margin: 0 0 15px;
}
.pe-short-info h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.pe-short-info.left .image {
  order: 1;
}
.pe-short-info.left .wrapper {
  order: 2;
  margin-left: 60px;
}
.pe-short-info.right .image {
  order: 2;
}
.pe-short-info.right .wrapper {
  order: 1;
  margin-right: 60px;
}
.pe-boxed .pe-short-info.right .wrapper {
  border: 2px solid #e3e3e3;
  border-right: none;
  border-radius: 2px;
  padding: 45px;
  margin-right: -30px;
  position: relative;
}
@media (max-width: 1280px) {
  .pe-short-info .image {
    flex-shrink: 1;
  }
  .pe-boxed .pe-short-info.right .wrapper {
    border: 2px solid #e3e3e3;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pe-short-info {
    display: block;
  }
}
.pe-logo-slider .slider-carousel-outer {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.pe-social-icons {
  display: block;
  overflow: hidden;
  margin: 0;
}
.pe-social-icons li {
  display: inline-block;
  vertical-align: middle;
  color: #cacaca;
}
.pe-social-icons li + li {
  border-left: 1px dotted currentColor;
}
.pe-social-icons a {
  display: block;
  text-decoration: none;
  color: inherit !important;
}
.pe-social-icons a span.fa {
  display: block;
  width: 66px;
  font-size: 22px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.pe-social-icons a:hover,
.pe-social-icons a:focus {
  color: #0048b9 !important;
}
#pe-social-fixed .pe-social-icons li {
  display: block;
}
#pe-social-fixed .pe-social-icons li + li {
  border-left: none;
  border-top: 1px dotted currentColor;
}
#pe-social-fixed .pe-social-icons a span.fa {
  padding: 15px 0;
  width: 28px;
}
#pe-social-fixed.light .pe-social-icons li {
  color: #fff;
}
#pe-main .pe-widget-services .pe-services {
  overflow: hidden;
  margin-bottom: -60px;
  font-size: 14px;
  font-weight: 300;
}
#pe-main .pe-widget-services .pe-services .service {
  margin-bottom: 60px;
}
#pe-main .pe-widget-services .pe-services .service-in {
  display: block;
  color: inherit;
}
#pe-main .pe-widget-services .pe-services .icon {
  display: block;
  margin: 0 0 20px;
}
#pe-main .pe-widget-services .pe-services .pe-title {
  margin: 0 0 15px;
}
#pe-main .pe-widget-services .pe-services .pe-title:after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 20px;
  height: 1px;
  background: currentColor;
}
#pe-main .pe-widget-works .pe-works {
  margin: 60px 0 0;
}
.pe-widget-members .pe-members {
  overflow: hidden;
  margin-bottom: -30px;
}
.pe-widget-members .pe-member {
  text-align: center;
  margin-bottom: 30px;
}
.pe-widget-members .pe-member:hover .pe-member-content {
  opacity: 1;
}
.pe-widget-members .pe-member-in {
  display: inline-block;
  position: relative;
}
.pe-widget-members .pe-member-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pe-widget-members .pe-member-content-in {
  background: rgba(240, 240, 240, 0.8);
  margin: 20px;
  padding: 20px;
  color: #6e6e6e;
}
.pe-widget-members .pe-member-name h3 {
  margin: 0 0 15px;
}
.pe-widget-members .pe-member-name h3 a {
  font-size: 21px;
  color: #2a2a2a;
  text-transform: uppercase;
}
.pe-widget-members .pe-member-name h3 a:hover {
  color: #0048b9;
}
.pe-widget-members .pe-member-description,
.pe-widget-members .pe-member-socials {
  margin: 10px 0 0;
}
.pe-member-profession {
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  padding: 1px 10px;
}
#pe-main .pe-recent-posts-outer .thumbnail-box-in {
  padding: 20px;
  background: #f0f0f0;
  color: #6e6e6e;
  position: relative;
}
#pe-main .pe-recent-posts-outer img {
  float: none;
  box-shadow: 5px 5px 0px 0px #e3e3e3;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in,
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a,
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption,
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after,
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after {
  position: relative;
  z-index: 2;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a {
  max-width: 50%;
}
#pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after {
  margin-left: -45px;
}
#pe-main .pe-recent-posts-outer .image-left img {
  margin: 0 20px -40px 0;
}
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after {
  margin-right: -45px;
}
#pe-main .pe-recent-posts-outer .image-right img {
  margin: 0 0 -40px 20px;
}
#pe-main .pe-recent-posts-outer .image-right .caption .readmore {
  right: auto;
  left: 30px;
}
#pe-main .pe-recent-posts-outer .caption {
  padding: 10px;
  -webkit-animation-name: none;
  animation-name: none;
}
#pe-main .pe-recent-posts-outer .caption h3.pe-recent-posts-title-tag {
  display: block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.2;
  color: #c5c5c5;
  margin-bottom: 35px;
}
#pe-main .pe-recent-posts-outer .caption h3.pe-recent-posts-title-tag a {
  color: #2a2a2a;
}
#pe-main .pe-recent-posts-outer .caption h3.pe-recent-posts-title-tag a:hover {
  color: #0048b9;
  text-decoration: none;
}
#pe-main .pe-recent-posts-outer .caption h3.pe-recent-posts-title-tag:after {
  display: block;
  content: '';
  width: 125px;
  height: 2px;
  background: #0048b9;
  margin-top: 15px;
}
#pe-main .pe-recent-posts-outer .caption .pe-creation-date {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  text-transform: uppercase;
  color: #c0c0c0;
}
#pe-main .pe-recent-posts-outer .caption .readmore {
  position: absolute;
  right: 30px;
  bottom: -22px;
  padding-left: 0;
  padding-right: 0;
  width: 44px;
  text-align: center;
  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: 0;
  line-height: 20px;
}
#pe-main .pe-recent-posts-outer .caption .readmore:before {
  content: "\f061";
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container {
  top: -50px;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control {
  color: #d7d7d7;
  border: 2px solid #ededed;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control:hover {
  background: #2a2a2a;
  color: #ffffff;
  border: 2px solid #2a2a2a;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control i {
  line-height: 36px;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.up {
  margin-bottom: 10px;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.up i:before {
  content: "\f106";
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.down i:before {
  content: "\f107";
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.left i:before {
  content: "\f104";
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.right {
  margin-left: 6px;
}
#pe-main .pe-recent-posts-outer .pe-carousel-navigation-container .carousel-control.right i:before {
  content: "\f105";
}
#pe-main .pe-recent-posts-outer.vertical {
  padding-right: 70px;
}
#pe-main .pe-recent-posts-outer.vertical .pe-carousel-navigation-container {
  top: 0;
}
.pe-portfolio .portfolio-items {
  margin: 0 -15px -30px;
}
.pe-portfolio .portfolio-items .portfolio-item {
  float: left;
  position: relative;
  padding: 0 15px 30px;
}
.pe-portfolio .portfolio-items .portfolio-item img {
  width: 100%;
}
.pe-portfolio .portfolio-items .portfolio-item figure {
  position: relative;
  overflow: hidden;
}
.pe-portfolio .portfolio-items .portfolio-item figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pe-portfolio .portfolio-items .portfolio-item figcaption:hover {
  opacity: 1;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc {
  height: 100%;
  background: rgba(240, 240, 240, 0.8);
  padding: 20px;
  color: #6e6e6e;
  text-align: center;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc .portfolio-desc-in {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc h3 {
  margin: 0 0 15px;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc h3 a {
  font-size: 21px;
  color: #2a2a2a;
  text-transform: uppercase;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc h3 a:hover {
  color: #0048b9;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc .portfolio-category {
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  padding: 1px 10px;
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc .portfolio-category span:first-child:after {
  content: ',';
}
.pe-portfolio .portfolio-items .portfolio-item .portfolio-desc .portfolio-category span:first-child:last-child:after {
  display: none;
}
.pe-portfolio .portfolio-cols2 .portfolio-item-sizer {
  width: 50%;
}
.pe-portfolio .portfolio-cols2 .portfolio-item.medium_grid,
.pe-portfolio .portfolio-cols2 .portfolio-item.medium_small,
.pe-portfolio .portfolio-cols2 .portfolio-item.medium_tall {
  width: 50%;
}
.pe-portfolio .portfolio-cols2 .portfolio-item.medium_wide {
  width: 100%;
}
.pe-portfolio .portfolio-cols3 .portfolio-item-sizer {
  width: 33.33333333333333%;
}
.pe-portfolio .portfolio-cols3 .portfolio-item.medium_grid,
.pe-portfolio .portfolio-cols3 .portfolio-item.medium_small,
.pe-portfolio .portfolio-cols3 .portfolio-item.medium_tall {
  width: 33.33333333333333%;
}
.pe-portfolio .portfolio-cols3 .portfolio-item.medium_wide {
  width: 66.66666666666666%;
}
.pe-portfolio .portfolio-cols4 .portfolio-item-sizer {
  width: 25%;
}
.pe-portfolio .portfolio-cols4 .portfolio-item.medium_grid,
.pe-portfolio .portfolio-cols4 .portfolio-item.medium_small,
.pe-portfolio .portfolio-cols4 .portfolio-item.medium_tall {
  width: 25%;
}
.pe-portfolio .portfolio-cols4 .portfolio-item.medium_wide {
  width: 50%;
}
.pe-portfolio .portfolio-cols5 .portfolio-item-sizer {
  width: 20%;
}
.pe-portfolio .portfolio-cols5 .portfolio-item.medium_grid,
.pe-portfolio .portfolio-cols5 .portfolio-item.medium_small,
.pe-portfolio .portfolio-cols5 .portfolio-item.medium_tall {
  width: 20%;
}
.pe-portfolio .portfolio-cols5 .portfolio-item.medium_wide {
  width: 40%;
}
.pe-portfolio .portfolio-cols6 .portfolio-item-sizer {
  width: 16.66666666666667%;
}
.pe-portfolio .portfolio-cols6 .portfolio-item.medium_grid,
.pe-portfolio .portfolio-cols6 .portfolio-item.medium_small,
.pe-portfolio .portfolio-cols6 .portfolio-item.medium_tall {
  width: 16.66666666666667%;
}
.pe-portfolio .portfolio-cols6 .portfolio-item.medium_wide {
  width: 33.33333333333333%;
}
.pe-portfolio .filters {
  text-align: center;
}
.pe-portfolio .filters .filters-list {
  margin: 0 0 50px;
}
.pe-portfolio .filters li {
  display: inline-block;
  padding: 0 25px;
  margin: 0 0 10px;
}
.pe-portfolio .filters li span {
  display: block;
  position: relative;
  padding: 0 0 5px;
  cursor: pointer;
}
.pe-portfolio .filters li span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0048b9;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pe-portfolio .filters li span.active,
.pe-portfolio .filters li span:hover {
  color: #444444;
}
.pe-portfolio .filters li span.active:before,
.pe-portfolio .filters li span:hover:before,
.pe-portfolio .filters li span.active:before,
.pe-portfolio .filters li span:hover:before {
  width: 34px;
}
.pe-color .pe-portfolio .filters li span.active,
.pe-color .pe-portfolio .filters li span:hover {
  color: #2a2a2a;
}
.pe-color2 .pe-portfolio .filters li span.active,
.pe-color2 .pe-portfolio .filters li span:hover {
  color: #2a2a2a;
}
.pe-header .pe-portfolio .filters li span.active,
.pe-header .pe-portfolio .filters li span:hover {
  color: #2a2a2a;
}
#pe-footer .pe-portfolio .filters li span.active,
#pe-footer .pe-portfolio .filters li span:hover {
  color: #333333;
}
.pe-widget-contact .pe-contact {
  padding: 40px;
  background: #ffffff;
  color: #6e6e6e;
}
.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 10px;
}
.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 30px;
}
.pe-widget-contact .pe-contact-form .pe-alert label,
.pe-widget-contact .pe-contact-form .pe-success label {
  display: block;
}
.pe-widget-contact .pe-map-wrapper {
  margin: 30px -40px -40px;
}
.pe-widget-contact .contact-address h3.pe-title {
  color: #2a2a2a;
}
.pe-widget-contact p {
  color: #858585;
}
.contact-address h3.pe-title {
  color: #444444;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  font-size: 44px;
}
.contact-address ul li {
  margin: 0 0 10px;
}
.contact-address ul li a {
  color: inherit;
}
.contact-address ul li span {
  font-size: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
.gm-style {
  color: #333333;
}
.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;
}
.widget_revslider.pe-expand .pe-title {
  display: none;
}
.pe-header .tp-bullet-title {
  color: #f3f3f3;
}
.pe-header .tp-bullets.custom .tp-bullet {
  background: #fff;
  width: 30px;
  height: 8px;
  border: 1px solid #0048b9;
}
.pe-header .tp-bullets.custom .tp-bullet.selected {
  background: #0048b9;
  height: 12px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .pe-header .tp-bullets.custom {
    top: auto !important;
    bottom: -70px;
  }
}
.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-main .srr-tab-wrap {
  margin: 0 !important;
  border-bottom: 1px solid #ececec !important;
}
#pe-main .srr-tab-wrap li {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 13px 20px !important;
  margin: 1px 0 -1px !important;
  border-radius: 0;
  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ececec;
}
#pe-main .srr-tab-wrap li.srr-active-tab {
  background: none !important;
  color: inherit !important;
  border-top: 2px solid #0048b9;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #fff;
}
#pe-main .srr-wrap {
  border: 1px solid #ececec;
  border-top: none;
}
#pe-main .srr-wrap > div {
  padding: 0 30px !important;
}
#pe-main .srr-style-none .srr-item {
  padding: 30px 0 !important;
}
#pe-main .srr-style-none .srr-item + .srr-item {
  border-top: 1px solid #ececec;
}
#pe-main .srr-title {
  font-weight: 600;
}
.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: #2a2a2a;
}
.pe-tabs .pe-tab-links li.active a {
  cursor: default;
  color: #2a2a2a;
  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: #2a2a2a;
}
.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 #0048b9;
  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: #0048b9;
}
.pe-tabs.pe-clean .pe-tab-links li.active a {
  background: none;
  color: #0048b9;
}
.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;
  color: #444444;
  font-size: 21px;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  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';
}
.pe-accordion-container .pe-accordion-heading.active a:after {
  content: '\f068';
}
.pe-accordion-container .pe-accordion:last-child {
  border-bottom: 1px dotted rgba(42, 42, 42, 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;
}
div.gallery {
  text-align: center;
}
div.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 15px;
}
div.gallery .wp-caption-text {
  padding: 10px;
  max-width: 100%;
  font-size: 0.9em;
}
div.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
div.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
div.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
div.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
div.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
div.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
div.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
div.gallery.gallery-columns-8 .gallery-item {
  width: 12.50%;
}
div.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 {
  text-align: center;
}
.pe-testimonials .pe-custom-text {
  padding: 80px 80px 0;
  position: relative;
  margin: 0 auto;
  white-space: normal;
  overflow: visible;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 300;
  color: #0b0b0b;
}
.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:before,
.pe-testimonials .pe-custom-text:after {
  position: absolute;
  top: 0;
  font-size: 155px;
  font-weight: bold;
  line-height: 100px;
  color: #e6e6e6;
}
.pe-testimonials .pe-custom-text:before {
  content: '“';
  left: 0;
}
.pe-testimonials .pe-custom-text:after {
  content: '“';
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-testimonials .pe-custom-text + div:before {
  display: block;
  content: '';
  width: 34px;
  height: 2px;
  background: #0048b9;
  margin: 30px auto;
}
.pe-testimonials .pe-custom-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.pe-testimonials .pe-custom-title a {
  color: inherit;
}
.pe-testimonials .pe-custom-title a:focus,
.pe-testimonials .pe-custom-title a:hover {
  color: #0048b9;
}
.pe-testimonials .pe-custom-subtitle {
  font-size: 12px;
}
.pe-testimonials .pe-custom-title + .pe-custom-subtitle {
  margin: 5px 0;
}
.slick-slide.pe-testimonials img {
  display: inline-block;
  vertical-align: top;
}
.pe-indicators {
  text-align: center;
  font-size: 16px;
  counter-reset: list-items;
  margin: 10px 0 0;
}
.pe-indicators li {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.3;
  cursor: pointer;
}
.pe-indicators li:before {
  content: counter(list-items, decimal-leading-zero) ".";
  counter-increment: list-items;
}
.pe-indicators li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .pe-testimonials .pe-custom-text {
    padding: 80px 20px 0;
    font-size: 18px;
  }
  .pe-testimonials .pe-custom-text:before,
  .pe-testimonials .pe-custom-text:after {
    font-size: 50px;
  }
}
.pe-grid .pe-testimonials {
  text-align: left;
}
.pe-grid .pe-testimonials .pe-custom-text {
  padding: 40px 0 0;
  font-size: 14px;
}
.pe-grid .pe-testimonials .pe-custom-text:before {
  font-size: 40px;
  line-height: 1;
}
.pe-grid .pe-testimonials .pe-custom-text:after {
  display: none;
}
.pe-grid .pe-testimonials .pe-custom-text + div {
  position: relative;
}
.pe-grid .pe-testimonials .pe-custom-text + div:before {
  width: 100%;
}
.pe-grid .pe-testimonials .pe-custom-text + div:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 70px;
  display: block;
  background: #fff;
  border-left: 2px solid #0048b9;
  border-bottom: 2px solid #0048b9;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
[class*='items-'].pe-grid {
  overflow: hidden;
  margin: -7.5px;
}
[class*='items-'].pe-grid .pe-testimonials {
  padding: 7.5px;
  float: left;
}
.items-2 .pe-testimonials {
  width: 50%;
}
.items-2 .pe-testimonials:nth-child(2n+1) {
  clear: both;
}
.items-3 .pe-testimonials {
  width: 33.33%;
}
.items-3 .pe-testimonials:nth-child(3n+1) {
  clear: both;
}
.items-4 .pe-testimonials {
  width: 25%;
}
.items-4 .pe-testimonials:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .items-2 .pe-testimonials,
  .items-3 .pe-testimonials,
  .items-4 .pe-testimonials {
    width: 100%;
  }
}
.pe-icontext {
  display: table;
}
.pe-icontext .fa {
  color: #0048b9;
  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: #0048b9;
  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: #0048b9;
  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: #2a2a2a;
  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;
}
.row.flexbox {
  display: flex;
  justify-content: center;
  margin: -7.5px -7.5px 0;
}
.row.flexbox + .row.sc {
  margin-top: 7.5px;
}
.row.flexbox > .item {
  margin: 7.5px 0 0;
}
.row.flexbox .item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.flexbox .pe-box:before,
.row.flexbox .pe-box:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.3s linear;
  background: #ccc;
  transition-delay: 0s;
  z-index: 2;
}
.row.flexbox .pe-box:before {
  right: 7.5px;
  top: 0;
}
.row.flexbox .pe-box:after {
  left: 7.5px;
  bottom: 0;
}
.row.flexbox .pe-box > div:before,
.row.flexbox .pe-box > div:after {
  content: "";
  display: block;
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.3s linear;
  background: #ddd;
  transition-delay: 0.3s;
  z-index: 2;
}
.row.flexbox .pe-box > div:before {
  left: -4px;
  top: 0;
}
.row.flexbox .pe-box > div:after {
  right: -4px;
  bottom: 0;
}
.row.flexbox .pe-box:hover:before,
.row.flexbox .pe-box:hover:after {
  width: calc(100% - (30px/2));
  transition-delay: 0.3s;
}
.row.flexbox .pe-box:hover > div:before,
.row.flexbox .pe-box:hover > div:after {
  height: 100%;
  transition-delay: 0s;
}
@media (max-width: 992px) {
  .row.flexbox {
    display: block;
  }
  .row.flexbox + .row.sc {
    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: Montserrat;
  font-weight: 700;
  font-size: 16px;
  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: #333333;
  -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: #333333;
}
.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: #333333;
  background: rgba(255, 255, 255, 0.9);
}
.pe-anibox figure.effect-julia p {
  clear: both;
  float: left;
  color: #333333;
  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: #0048b9;
  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: Montserrat;
  font-weight: 700;
  font-size: 18px;
  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;
}
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: rgba(0, 0, 0, 0.07000000000000001);
  margin: 60px 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 {
  margin: 0;
  padding: 5px 0 5px 32px;
  position: relative;
}
ul:not([class]) > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  right: auto;
  width: 4px;
  height: 4px;
  background: #0048b9;
  border-radius: 50%;
}
.pe-top4 ul:not([class]) > li:before,
.pe-bottom1 ul:not([class]) > li:before,
.pe-bottom5 ul:not([class]) > li:before {
  background: currentColor;
}
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: 10px;
  margin: 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  color: #333333;
  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: #0048b9;
}
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: 7px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.pe-block span {
  font-size: 18px;
}
.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 7px;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.pebadge,
span.pebadge {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/badge.png");
}
p.pecalendar,
span.pecalendar {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/calendar.png");
}
p.pechat,
span.pechat {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/chat.png");
}
p.pecheck,
span.pecheck {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/check.png");
}
p.pecloud,
span.pecloud {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/cloud.png");
}
p.pedirection,
span.pedirection {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/direction.png");
}
p.pedivide,
span.pedivide {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/divide.png");
}
p.peerror,
span.peerror {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/error.png");
}
p.pefire,
span.pefire {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/fire.png");
}
p.peflag,
span.peflag {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/flag.png");
}
p.peheart,
span.peheart {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/heart.png");
}
p.pehome,
span.pehome {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/home.png");
}
p.peinfo,
span.peinfo {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/info.png");
}
p.pelist,
span.pelist {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/list.png");
}
p.pemail,
span.pemail {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/mail.png");
}
p.pepeople,
span.pepeople {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/people.png");
}
p.pestar,
span.pestar {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/star.png");
}
p.pestat,
span.pestat {
  background-image: url("https://www.pharmaprofessionals.eu/wp-content/themes/pe-maldives/images/icons/stat.png");
}
.quote-left,
.quote-right {
  display: block;
  color: #2a2a2a;
  font-size: 23px;
  background: #f0f0f0;
  position: relative;
  margin: 60px 0;
  padding: 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: 2px solid #2a2a2a;
}
.quote-left span.fa,
.quote-left span[class^='fa'] {
  float: left;
  padding-right: 10px;
}
.quote-right {
  text-align: right;
  border-right: 2px solid #2a2a2a;
}
.quote-right span.fa,
.quote-right span[class^='fa'] {
  float: right;
  padding-left: 10px;
}
blockquote {
  display: block;
  overflow: hidden;
  color: #2a2a2a;
  font-size: 23px;
  background: #f0f0f0;
  padding: 50px;
  margin: 60px 0;
  border-left: 2px solid #2a2a2a;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em;
}
mark,
ins {
  background-color: #0048b9;
  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;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (max-width: 1340px) {
  #pe-main .pe-vertical > div > h3.pe-title {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 54px;
    -ms-writing-mode: tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    margin-bottom: 60px;
  }
  #pe-main .pe-vertical > div > h3.pe-title:before,
  #pe-main .pe-vertical > div > h3.pe-title:after {
    top: 50%;
    left: 0;
    height: 2px;
    width: 34px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #pe-main .pe-vertical > div > h3.pe-title:after {
    top: 50%;
    left: auto;
    right: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .pe-widget-members .pe-member-description p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@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-copyrights-menu,
  #pe-social,
  #pixelemu-copyrights {
    margin: 0 0 20px;
    text-align: center;
  }
  .pe-logo-slider .slider-carousel-outer.carousel ul.thumbnails {
    width: 25% !important;
  }
  .pe-row.single-member .pe-member-contact,
  .pe-row.single-member .pe-socials {
    margin-top: 30px;
  }
  .pe-short-info.left .image,
  .pe-short-info.right .image {
    margin: 0 0 30px !important;
  }
}
@media (max-width: 768px) {
  #pe-offcanvas #pe-offcanvas-toolbar {
    padding: 30px 30px 0;
  }
  #pe-offcanvas #pe-offcanvas-content {
    padding: 30px;
  }
  #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: #333333;
  }
  #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-widget .page-header > h1,
  .pe-widget .page-header > h2 {
    font-size: 9px;
  }
  #pe-main .pe-widget-works .pe-works .work-image {
    max-width: 50%;
  }
  .pe-portfolio .portfolio-cols4 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols5 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols6 .portfolio-item-sizer {
    width: 33.33333333333333%;
  }
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_tall {
    width: 33.33333333333333%;
  }
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_wide {
    width: 66.66666666666666%;
  }
  .single-portfolio .pe-project-images .pe-project-image {
    width: 100%;
  }
  .pe-logo-slider .slider-carousel-outer.carousel ul.thumbnails {
    width: 25% !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-portfolio .portfolio-cols2 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols3 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols4 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols5 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols6 .portfolio-item-sizer {
    width: 50%;
  }
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_tall {
    width: 50%;
  }
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_wide {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #pe-bar-left,
  #pe-bar-right {
    max-width: 50%;
  }
  #pe-main .cd-headline {
    font-size: 1em !important;
  }
  #pe-main .pe-widget-works .pe-works .work-in {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }
  #pe-main .pe-widget-works .pe-works .work-image {
    text-align: center;
    display: block;
    max-width: none;
    padding: 0;
    margin: 0 0 20px;
  }
  #pe-main .pe-widget-works .pe-works .work-image + .work-wrapper {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  #pe-main .pe-widget-works .pe-works .work-image + .work-wrapper .page-header > h3::after {
    margin-left: 0;
    margin-right: 0;
  }
  #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in,
  #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a,
  #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a {
    display: inline;
  }
  #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption,
  #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: left;
  }
  #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after,
  #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after {
    margin-left: 0;
    margin-right: 0;
  }
  #pe-main .pe-recent-posts-outer .image-left img,
  #pe-main .pe-recent-posts-outer .image-right img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  #pe-main .pe-recent-posts-outer.vertical {
    padding-right: 50px;
  }
  .rtl #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in,
  .rtl #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in {
    display: block !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
  }
  .rtl #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a,
  .rtl #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a {
    display: inline !important;
  }
  .rtl #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption,
  .rtl #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption {
    -webkit-box-flex: none !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    text-align: right;
  }
  .rtl #pe-main .pe-recent-posts-outer .image-left .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after,
  .rtl #pe-main .pe-recent-posts-outer .image-right .thumbnail-box-in > a + .caption h3.pe-recent-posts-title-tag::after {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl #pe-main .pe-recent-posts-outer .image-left img,
  .rtl #pe-main .pe-recent-posts-outer .image-right img {
    margin: 0 0 20px !important;
  }
  .rtl #pe-main .pe-recent-posts-outer.vertical {
    padding-right: 0;
    padding-left: 50px;
  }
  .pe-portfolio .portfolio-cols2 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols3 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols4 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols5 .portfolio-item-sizer,
  .pe-portfolio .portfolio-cols6 .portfolio-item-sizer {
    width: 100%;
  }
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_grid,
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_small,
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_tall,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_tall {
    width: 100%;
  }
  .pe-portfolio .portfolio-cols2 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols3 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols4 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols5 .portfolio-item.medium_wide,
  .pe-portfolio .portfolio-cols6 .portfolio-item.medium_wide {
    width: 100%;
  }
}
/*! 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;
  }
}
