.edgtf-svg-loading-fx .edgtf-theme-svg {
  visibility: hidden;
}

.touch .edgtf-svg-loading-fx .edgtf-theme-svg,
.no-touch .edgtf-svg-loading-fx .edgtf-theme-svg {
  visibility: visible;
}

/* ==========================================================================
   #Theme SVG - end
   ========================================================================== */

/* ==========================================================================
   #Theme Cursor - start
   ========================================================================== */

body.edgtf-theme-cursor #wpadminbar {
  cursor: default;
}

body.edgtf-theme-cursor #wpadminbar a,
body.edgtf-theme-cursor #wpadminbar input.adminbar-input {
  cursor: pointer !important;
}

#edgtf-theme-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10002;
  mix-blend-mode: difference;
  visibility: hidden;
}

#edgtf-theme-cursor circle {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #edgtf-theme-cursor {
    /* IE10+ CSS styles go here */
  }

  #edgtf-theme-cursor circle {
    fill: #000;
  }
}

@supports (-ms-ime-align: auto) {
  #edgtf-theme-cursor circle {
    fill: #000;
  }
}

#edgtf-theme-cursor path {
  opacity: 0;
  -webkit-transition: opacity .05s;
  transition: opacity .05s;
}

#edgtf-theme-cursor path[id*='morph'] {
  visibility: hidden;
}

.edgtf-moving {
  will-change: transform;
}

.no-touch .edgtf-theme-cursor {
  cursor: none !important;
}

.no-touch .edgtf-theme-cursor a,
.no-touch .edgtf-theme-cursor .tp-bullet,
.no-touch .edgtf-theme-cursor input,
.no-touch .edgtf-theme-cursor button {
  cursor: none !important;
}

#edgtf-theme-cursor.edgtf-visible {
  visibility: visible;
}

#edgtf-theme-cursor.edgtf-hovering circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-flame {
  mix-blend-mode: unset;
}

#edgtf-theme-cursor.edgtf-visible.edgtf-flame circle {
  fill: #000;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-flame #edgtf-cursor-flame {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-cart {
  mix-blend-mode: unset;
}

#edgtf-theme-cursor.edgtf-visible.edgtf-cart circle {
  fill: #000;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-cart #edgtf-cursor-cart {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-close {
  mix-blend-mode: unset;
}

#edgtf-theme-cursor.edgtf-visible.edgtf-close circle {
  fill: #000;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-close #edgtf-cursor-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-move {
  mix-blend-mode: unset;
}

#edgtf-theme-cursor.edgtf-visible.edgtf-move circle {
  fill: #000;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-move #edgtf-cursor-move {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-eye {
  mix-blend-mode: unset;
}

#edgtf-theme-cursor.edgtf-visible.edgtf-eye circle {
  fill: #000;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#edgtf-theme-cursor.edgtf-visible.edgtf-eye #edgtf-cursor-eye {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@supports (not (-ms-high-contrast: none)) and (not (-ms-ime-align: auto)) {
  #edgtf-theme-cursor.edgtf-override {
    mix-blend-mode: difference !important;
  }

  #edgtf-theme-cursor.edgtf-override circle {
    fill: #fff !important;
    -webkit-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
  }

  #edgtf-theme-cursor.edgtf-override.edgtf-hovering circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  #edgtf-theme-cursor.edgtf-override path {
    opacity: 0 !important;
  }
}

#edgtf-theme-cursor #edgtf-cursor-flame {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: burn 1s infinite;
  animation: burn 1s infinite;
}

@-webkit-keyframes burn {
  0%, 100% {
    -webkit-transform: skewX(-1deg);
    transform: skewX(-1deg);
  }

  20% {
    -webkit-transform: skew(-0.7deg) scaleX(0.98);
    transform: skew(-0.7deg) scaleX(0.98);
  }

  50% {
    -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px);
    transform: skewX(1deg) scaleX(1.07) translateX(-2px);
  }
}

@keyframes burn {
  0%, 100% {
    -webkit-transform: skewX(-1deg);
    transform: skewX(-1deg);
  }

  20% {
    -webkit-transform: skew(-0.7deg) scaleX(0.98);
    transform: skew(-0.7deg) scaleX(0.98);
  }

  50% {
    -webkit-transform: skewX(1deg) scaleX(1.07) translateX(-2px);
    transform: skewX(1deg) scaleX(1.07) translateX(-2px);
  }
}

@-webkit-keyframes cursorBlink {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cursorBlink {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#edgtf-theme-cursor.edgtf-blink {
  visibility: visible;
}

#edgtf-theme-cursor.edgtf-blink circle {
  -webkit-animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: cursorBlink 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

#edgtf-theme-cursor.edgtf-blink .path {
  display: none;
body .pp_pic_holder {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  display: none;
  width: 100px;
  z-index: 10001 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: auto !important;
}

@supports (-ms-ime-align: auto) {
  body .pp_pic_holder {
    cursor: default !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .pp_pic_holder {
    cursor: default !important;
  }
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder {
    width: 90% !important;
  }
}

body .pp_pic_holder.pp_pic_have_only_one .pp_details {
  display: none;
}

body .pp_pic_holder .pp_top,
body .pp_pic_holder .pp_bottom {
  display: none !important;
}

body .pp_pic_holder .pp_content {
  position: relative;
  background: none;
  margin: 0 auto;
  height: 40px;
  min-width: 40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder .pp_content {
    width: 100% !important;
  }
}

* html body .pp_pic_holder .pp_content {
  width: 40px;
}

body .pp_pic_holder .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right {
  background: none !important;
  padding: 0 !important;
}

body .pp_pic_holder #pp_full_res {
  line-height: 1 !important;
}

body .pp_pic_holder #pp_full_res .pp_inline {
  color: #000;
  text-align: left;
}

body .pp_pic_holder #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

body .pp_pic_holder #pp_full_res iframe {
  width: 100% !important;
}

body .pp_pic_holder #pp_full_res video {
  width: 100%;
}

body .pp_pic_holder #pp_full_res img {
  display: block;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
}

body .pp_pic_holder .ppt,
body .pp_pic_holder .pp_gallery,
body .pp_pic_holder .pp_description {
  display: none !important;
}

body .pp_pic_holder .pp_loaderIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

body .pp_pic_holder .pp_fade {
  position: relative;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
}

body .pp_pic_holder .pp_details {
  position: relative;
  top: -1px;
  display: table;
  vertical-align: top;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 15px 24px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .pp_pic_holder .pp_details .pp_nav {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  float: none;
  margin: 0 !important;
}

body .pp_pic_holder .pp_details .pp_nav .pp_play,
body .pp_pic_holder .pp_details .pp_nav .pp_pause {
  display: none;
}

body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  line-height: 30px;
  font-style: inherit;
  letter-spacing: 5px;
}

body .pp_pic_holder a[class*=pp] {
  cursor: pointer !important;
}

body .pp_pic_holder a:focus {
  outline: none;
}

body .pp_pic_holder a.pp_arrow_previous,
body .pp_pic_holder a.pp_arrow_next {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: auto !important;
  float: none;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #000;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  background: none !important;
  opacity: 1 !important;
  overflow: visible;
}

body .pp_pic_holder a.pp_arrow_previous:after,
body .pp_pic_holder a.pp_arrow_next:after {
  font-size: 30px;
}

body .pp_pic_holder a.pp_arrow_previous:hover,
body .pp_pic_holder a.pp_arrow_next:hover {
  color: #000;
}

body .pp_pic_holder a.pp_arrow_previous:after {
  content: "\f3d2";
}

body .pp_pic_holder a.pp_arrow_next {
  margin: 0 0 0 14px !important;
}

body .pp_pic_holder a.pp_arrow_next:after {
  content: "\f3d3";
}

body .pp_pic_holder a.pp_next,
body .pp_pic_holder a.pp_previous {
  position: absolute;
  top: calc(50% - 23px);
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 !important;
  background: none !important;
  color: #000;
  font-family: 'Ionicons';
  font-size: 46px;
  line-height: 1;
  text-indent: -9999px !important;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
}

body .pp_pic_holder a.pp_next > *,
body .pp_pic_holder a.pp_previous > * {
  display: none;
}

body .pp_pic_holder a.pp_next:after,
body .pp_pic_holder a.pp_previous:after {
  display: block;
  line-height: inherit;
  text-indent: 0 !important;
}

body .pp_pic_holder a.pp_next:hover,
body .pp_pic_holder a.pp_previous:hover {
  color: rgba(0, 0, 0, 0.8);
}

body .pp_pic_holder a.pp_previous {
  left: 30px;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder a.pp_previous {
    left: 20px;
  }
}

body .pp_pic_holder a.pp_previous:after {
  content: "\f3d2";
}

body .pp_pic_holder a.pp_next {
  right: 30px;
}

@media only screen and (max-width: 768px) {
  body .pp_pic_holder a.pp_next {
    right: 20px;
  }
}

body .pp_pic_holder a.pp_next:after {
  content: "\f3d3";
}

body .pp_pic_holder a.pp_close {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 !important;
  background: none !important;
  color: #000;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  opacity: 1 !important;
  /*&:after {
                    content: "\f2d7";
                    font-size: 28px;
                }*/
}

body .pp_pic_holder a.pp_close:hover {
  color: #000;
}

body .pp_pic_holder a.pp_expand {
  position: absolute;
  right: -22px;
  top: -18px;
  display: block;
  height: auto;
  width: auto;
  color: #fff;
  font-family: 'Ionicons';
  font-size: 0;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  background: none !important;
  z-index: 2001;
}

body .pp_pic_holder a.pp_expand:after {
  content: "\f386";
  font-size: 22px;
}

body .pp_pic_holder a.pp_expand:hover {
  color: rgba(255, 255, 255, 0.8);
}

body .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  body .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
    height: calc(100% - 60px) !important;
  }
}

body .pp_hoverContainer:hover a.pp_next,
body .pp_hoverContainer:hover a.pp_previous {
  opacity: 1;
}

body .pp_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
