.vc_page_section > div {
  z-index: 1;
}
.vc_page_section > div.container,
.vc_page_section > div.row {
  position: relative;
}
.pc-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.pc-content.after,
.pc-r2s.after {
  pointer-events: none;
}
.pc-content.after > div,
.pc-r2s.after > div {
  pointer-events: auto;
}
.pc-layer-title {
  background: #fff;
  display: inline;
}
.freez {
  position: fixed !important;
}
.pc-alert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #e74c3c;
  color: #fff;
  padding: 15px 15px 15px 65px;
  font-size: 13px;
  z-index: 10002;
}
.pc-alert.error {
  background-color: #e74c3c;
}
.pc-alert.warning {
  background-color: #f1c40f;
}
.pc-alert.success {
  background-color: #48cfae;
}
.pc-alert strong {
  font-size: 15px;
  text-transform: uppercase;
}
.pc-alert:after {
  position: absolute;
  content: "!";
  background-color: #c0392b;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.pc-alert .time-close {
  float: right;
  margin-right: 50px;
}
.pc-alert .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}
.pc-alert .close:after {
  font-family: 'ideo-icon';
  content: "\e96d";
  color: #fff;
  font-size: 25px;
  text-shadow: none;
  margin-top: 10px;
  display: inline-block;
}
.pc-alert.error .close {
  background-color: #c0392b;
}
.pc-alert.warning .close {
  background-color: #f2a611;
}
.pc-alert.success .close {
  background-color: #36bc9b;
}
.pc-alert.error:after {
  background-color: #c0392b;
}
.pc-alert.warning:after {
  background-color: #f2a611;
}
.pc-alert.success:after {
  background-color: #36bc9b;
}
.debuger {
  position: fixed !important;
  right: 0;
  top: 32px;
  bottom: 0;
  width: 350px;
}
.pc-wrap {
  overflow: hidden;
  min-height: 100%;
}
.pc-global-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
@-webkit-keyframes layerfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes layerfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc-layer,
.vc-layer.parallax {
  position: absolute;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.pc-layer.nullobject.overflow,
.vc-layer.parallax.nullobject.overflow {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.pc-layer.text-block {
  display: flex;
}
.pc-layer.text-block.left {
  justify-content: flex-start;
}
.pc-layer.text-block.center {
  justify-content: center;
}
.pc-layer.text-block.right {
  justify-content: flex-end;
}
.pc-layer.text-block.top {
  align-items: flex-start;
}
.pc-layer.text-block.middle {
  align-items: center;
}
.pc-layer.text-block.bottom {
  align-items: flex-end;
}
.pc-layer.text-block *:not(.pc-element-name),
.pc-layer.text *:not(.pc-element-name) {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.vc-layer.parallax {
  width: 100%;
}
.pc-layer.image img {
  position: absolute;
}
.pc-layer.image.scaled img,
.pc-layer.multi.scaled img {
  width: 100%;
  height: 100%;
}
.pc-layer.multi.scaled img {
  width: 100%;
}
.pc-images-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.pc-images-placeholder img {
  position: absolute;
}
.pc-r2s {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.pc-r2s.empty {
  display: none;
}
.side-header.side-left:not(.side-offcanvas-header) .pc-r2s {
  left: 330px;
}
.side-header.side-right:not(.side-offcanvas-header) .pc-r2s {
  right: 330px;
}
.pc-invisibility {
  visibility: hidden;
}
.pc-source {
  background: none !important;
}
.pc-placeholder-multi {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
}
.pc-multiimage {
  position: absolute;
  opacity: 0;
}
.pc-multiimage.active {
  opacity: 1;
}
.pc-audio {
  position: fixed;
}
.pc-layer pre {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 600px;
}
.pc-clone {
  top: 0;
  left: 0;
  visibility: inherit !important;
}
.pc-content-border {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  outline: dashed 1px red;
  pointer-events: none;
}
body.side-header .pc-content-border {
  margin-right: -165px;
  margin-left: inherit;
}
body.side-header.side-right .pc-content-border {
  margin-left: -165px;
  margin-right: inherit;
}
