html, body {
  overflow-x: hidden !important; }

#wpt_loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transition: all 0.48s ease; }

.split_ver_wpt_load {
  height: 50vh !important; }
  .split_ver_wpt_load:after {
    content: '';
    top: 50vh;
    transition: all 0.48s ease;
    position: absolute;
    bottom: -50vh;
    left: 0;
    right: 0;
    height: 50vh;
    z-index: 999999; }

.split_hor_wpt_load {
  width: 50vw !important;
  right: 0vw; }
  .split_hor_wpt_load:after {
    content: '';
    top: 0;
    transition: all 0.48s ease;
    position: fixed;
    bottom: 0;
    width: 50vw;
    left: 0;
    height: 100vh;
    z-index: 999999; }

.show-opacity {
  opacity: 0;
  pointer-events: none; }

.show-slide-down {
  bottom: 0;
  height: 0vh !important; }

.show-slide-left {
  right: 0;
  width: 0 !important; }

.split-mid-middle {
  top: 0;
  height: 0 !important; }
  .split-mid-middle:after {
    height: 0vh;
    top: 100vh !important; }

.split-left-middle {
  width: 0 !important; }
  .split-left-middle:after {
    width: 0; }

#wpt_load_anim {
  position: fixed;
  z-index: 99999999;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box; }
  #wpt_load_anim.basic-circle {
    box-sizing: border-box;
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border-bottom: solid 5px transparent;
    -webkit-animation: spin 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: spin 0.9s infinite;
    /* Fx 5+ */
    -o-animation: spin 0.9s infinite;
    /* Opera 12+ */
    animation: spin 0.9s infinite;
    /* IE 10+, Fx 29+ */ }
  #wpt_load_anim.two-halfs-circle {
    box-sizing: border-box;
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border-bottom: solid 5px transparent;
    border-top: solid 5px transparent;
    -webkit-animation: spin 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: spin 0.9s infinite;
    /* Fx 5+ */
    -o-animation: spin 0.9s infinite;
    /* Opera 12+ */
    animation: spin 0.9s infinite;
    /* IE 10+, Fx 29+ */ }
  #wpt_load_anim.one-quater-circle {
    box-sizing: border-box;
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    -webkit-animation: spin 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: spin 0.9s infinite;
    /* Fx 5+ */
    -o-animation: spin 0.9s infinite;
    /* Opera 12+ */
    animation: spin 0.9s infinite;
    /* IE 10+, Fx 29+ */ }
  #wpt_load_anim.split-circle {
    box-sizing: border-box;
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 5px solid transparent;
    -webkit-animation: spin 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: spin 0.9s infinite;
    /* Fx 5+ */
    -o-animation: spin 0.9s infinite;
    /* Opera 12+ */
    animation: spin 0.9s infinite;
    /* IE 10+, Fx 29+ */ }
    #wpt_load_anim.split-circle:before {
      content: '';
      position: absolute;
      box-sizing: border-box;
      left: calc(50% - 31px);
      height: 62px;
      width: 62px;
      border-radius: 50%;
      border: 5px solid transparent;
      -webkit-animation: spin 0.9s infinite;
      /* Safari 4+ */
      -moz-animation: spin 0.9s infinite;
      /* Fx 5+ */
      -o-animation: spin 0.9s infinite;
      /* Opera 12+ */
      animation: spin 0.9s infinite;
      /* IE 10+, Fx 29+ */ }
  #wpt_load_anim.split-ring {
    box-sizing: border-box;
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 5px solid transparent;
    -webkit-animation: spin 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: spin 0.9s infinite;
    /* Fx 5+ */
    -o-animation: spin 0.9s infinite;
    /* Opera 12+ */
    animation: spin 0.9s infinite;
    /* IE 10+, Fx 29+ */ }
    #wpt_load_anim.split-ring:before {
      content: '';
      position: absolute;
      box-sizing: border-box;
      left: calc(50% - 31px);
      height: 60px;
      width: 60px;
      top: 2px;
      border-radius: 50%;
      border: 5px solid transparent;
      -webkit-animation: spin 0.9s infinite;
      /* Safari 4+ */
      -moz-animation: spin 0.9s infinite;
      /* Fx 5+ */
      -o-animation: spin 0.9s infinite;
      /* Opera 12+ */
      animation: spin 0.9s infinite;
      /* IE 10+, Fx 29+ */
      animation-direction: reverse; }
  #wpt_load_anim.three-bars {
    box-sizing: border-box;
    left: calc(50% - 7.5px);
    height: 40px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: resize_height 0.9s infinite;
    /* Safari 4+ */
    -moz-animation: resize_height 0.9s infinite;
    /* Fx 5+ */
    -o-animation: resize_height 0.9s infinite;
    /* Opera 12+ */
    animation: resize_height 0.9s infinite;
    /* IE 10+, Fx 29+ */
    animation-delay: 0.1s; }
    #wpt_load_anim.three-bars:before {
      content: '';
      position: absolute;
      left: calc(50% + 7.5px);
      height: 40px;
      width: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-animation: resize_height 0.9s infinite;
      /* Safari 4+ */
      -moz-animation: resize_height 0.9s infinite;
      /* Fx 5+ */
      -o-animation: resize_height 0.9s infinite;
      /* Opera 12+ */
      animation: resize_height 0.9s infinite;
      /* IE 10+, Fx 29+ */
      animation-delay: 0.2s; }
    #wpt_load_anim.three-bars:after {
      content: '';
      position: absolute;
      left: calc(50% - 17px);
      height: 40px;
      width: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-animation: resize_height 0.9s infinite;
      /* Safari 4+ */
      -moz-animation: resize_height 0.9s infinite;
      /* Fx 5+ */
      -o-animation: resize_height 0.9s infinite;
      /* Opera 12+ */
      animation: resize_height 0.9s infinite;
      /* IE 10+, Fx 29+ */ }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes resize_height {
  0%, 100% {
    height: 40px; }
  50% {
    height: 10px; } }
@-moz-keyframes resize_height {
  0%, 100% {
    height: 40px; }
  50% {
    height: 10px; } }
@-o-keyframes resize_height {
  0%, 100% {
    height: 40px; }
  50% {
    height: 10px; } }
@keyframes resize_height {
  0%, 100% {
    height: 40px; }
  50% {
    height: 10px; } }

/*# sourceMappingURL=wpt-style.css.map */
