@charset "UTF-8";
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//titlsmkn1pklkrc.web.id/wp-content/plugins/sekolahpro/public/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.elementor {
    overflow: hidden;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.elementor-element {
 --widgets-spacing: 0 !important;
}








.event2 {
	position: relative;
	z-index: 2;
}





.header__one {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
}
.header__one.one__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header__onewidth {
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    position: relative;
}
.logo__one {
    margin-right: 50px;
}
.logo__one a,
.logo__one img {
    display: block;
}

.menu__one {
    position: relative;
    z-index: 1;
}
.mading__one.desktop {
    list-style: none;
}
.mading__one.desktop li {
    display: inline-block;
    position: relative;
}
.mading__one.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 0;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li:hover:before {
    left: 20px;
    right: 20px;
}
.mading__one.desktop li a {
    padding: 0 20px;
    position: relative;
}
.mading__one.desktop li a span {
    position: absolute;
    left: 50%;
    top: -16px;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
}
.mading__one.desktop li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    transform: rotateX(90deg);
    opacity: 0;
    z-index: -1;
}
.mading__one.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    transform: rotate(0deg);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 3;
}
.mading__one.desktop li ul li {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
}
.mading__one.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li ul li ul,
.mading__one.desktop li:hover ul li ul,
.mading__one.desktop li ul li ul li ul,
.mading__one.desktop li ul li:hover ul li ul {
    position: absolute;
    top: 50px;
    margin-top: 0;
    left: 100%;
    opacity: 0 !important;
}
.mading__one.desktop li ul li:hover ul,
.mading__one.desktop li ul li ul li:hover ul {
    top: -15px;
    display: block;
    opacity: 1 !important;
}
.mading__one.desktop li ul li:before {
    display: none;
}

.call__one {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}
.clip1.call__one .call__linkicon {
    margin-left: -65px;
}
.clip2.call__one .call__linkicon,
.clip3.call__one .call__linkicon {
    margin-left: -65px;
}
.clip1:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom: 0;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip2:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top: 0;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip3:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-style: solid;
    border-top-color: transparent;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip4.call__one .call__linkicon {
    margin-left: 0;
}
.call__linkicon {
    position: relative;
    display: inline-block;
    float: left;
    margin: 3px 20px 5px -48px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    border-radius: 80px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    line-height: 56px;
    box-sizing: content-box;
    z-index: 3;
}
.call__one i,
.call__one svg {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.call__center {
    float: right;
    height: 40px;
    margin-top: -5px;
}
.call__number {
    font-size: 20px !important;
    height: 18px;
    line-height: 20px;
}
.call__text {
    display: block;
    font-size: 14px !important;
    height: 20px;
    line-height: 20px;
    box-sizing: content-box;
    margin-bottom: 5px;
}

.icon__one {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 20px;
    padding: 0;
    font-size: 30px;
    z-index: 2;
}

/* HEADER 2 */
.before__two__fixed,
.header__two {
    height: 110px;
}
.two__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1000;
}
.header__twowidth {
    position: relative;
    display: flex;
}
.header__twowidth:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 1;
}
.logo__two {
    position: relative;
    padding-right: 60px;
    padding-left: 40px;
    z-index: 2;
}
.logo__two a {
    display: block;
}
.logo__two img {
    display: block;
    height: 50px;
}
.logo__two:before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-width: 55px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-width: 55px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-style: solid;
    border-left-width: 35px;
    z-index: 2;
}
.menu__two {
    position: relative;
    z-index: 100;
}

.call__two {
    margin-left: 80px;
    height: 55px;
    line-height: 55px;
}
.call__left {
    float: left;
}
.call__right {
    float: right;
}
.calltwo__number {
    margin: 0 60px 0 0;
    display: inline-block;
    float: left;
}
.two__icon {
    margin-right: 5px;
	float: left;
width: 20px;
}
.call__address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
}

.header__twowidth .icon__menutwo {
    position: absolute;
    right: 30px;
    top: 32px;
    height: 45px;
    line-height: 45px !important;
    width: 55px;
    text-align: center;
    font-size: 22px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 3;
	display: none;
}
.header__twowidth .nav__menu {
    line-height: 55px;
    padding: 0 40px 0 60px;
}
.mading__two.desktop {
    list-style: none;
}
.mading__two.desktop li {
    display: inline-block;
    position: relative;
}
.mading__two.desktop li.menu-item-has-children:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top: 5px;
	opacity: 0;
}
.mading__two.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 6px;
	top: 16px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.mading__two.desktop li.menu-item-has-children:hover:before {
    opacity: 1;
}
.mading__two.desktop li a {
    padding: 0 20px;
    position: relative;
	height: 55px;
	line-height: 55px;
}
.mading__two.desktop li a span {
    position: absolute;
    left: calc(100% - 30px);
    top: -24px;
    padding: 0 9px 0 7px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	z-index: 10;
}
.mading__two.desktop li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    z-index: -1;
}
.mading__two.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 3;
}
.mading__two.desktop li ul li {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    transition: all 0.5s ease 0.1s;
    opacity: 0;
}
.mading__two.desktop li ul li a {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
}
.mading__two.desktop li:hover ul li {
    opacity: 1;
}
.mading__two.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__two.desktop li ul li ul,
.mading__two.desktop li:hover ul li ul,
.mading__two.desktop li ul li ul li ul,
.mading__two.desktop li ul li:hover ul li ul {
    position: absolute;
    top: 50px;
    margin-top: 0;
    left: 100%;
    opacity: 0 !important;
}
.mading__two.desktop li ul li:hover ul,
.mading__two.desktop li ul li ul li:hover ul {
    top: -10px;
    display: block;
    opacity: 1 !important;
}
.mading__two.desktop li ul li:before {
    display: none;
}

.calendar__two {
    position: absolute;
    right: 40px;
    top: 55px;
    line-height: 55px;
    z-index: 3;
}

/* Header Three */
.before__three__fixed {
	height: 120px;
}
.header__three {
    height: 120px;
	position: relative;
	z-index: 1000;
}
.header__three.three__fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header__threewidth {
    margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.logo__three {
    float: left;
    width: auto;
    box-sizing: content-box !important;
    padding-left: 30px;
    padding-right: 30px;
}
.logo__three a {
    display: block;
}
.logo__three img {
    display: block;
    height: 80px;
}

.menu__three {
    float: left;
    width: auto;
}

.call__three {
    padding: 40px 30px;
    max-width: 320px;
    height: 40px;
    float: left;
    box-sizing: content-box !important;
}
.three__number {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 22px;
}
.three__number i,
.three__number svg {
    height: 40px;
    line-height: 40px;
	width: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
}
.three__number a {
	height: 40px;
    line-height: 40px;
	font-size: 18px;
}
.three__number .headphone {
    margin-left: 15px;
}
.three__address {
    font-size: 14px;
    font-style: italic;
}

.menu__three {
    float: right;
    height: 46px;
    line-height: 46px;
    padding: 37px 30px;
	box-sizing: content-box !important;
	position: relative;
	z-index: 20;
}
.three__menu {
    display: flex;
}
.three__icon {
	position: relative;
	display: inline-block;
    height: 46px;
    width: 40px;
	transition: all .5s ease;
}
.see__three .three__icon {
	transform: rotate(-90deg);
}
.three__icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.three__icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 0;
	height: 23px;
	z-index: 1;
}
.mading__three.desktop {
    margin-right: 30px;
    list-style: none;
}
.mading__three.desktop li {
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
    box-sizing: content-box;
    border: 2px solid transparent;
    transition: all 0.5s ease 0.1s;
}
.mading__three.desktop li a {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    position: relative;
    transition: all 0.3s ease 0.1s;
}
.mading__three.desktop li a span {
    position: absolute;
    left: calc(100% - 30px);
    top: -22px;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0% 100%);
}
.mading__three.desktop li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    z-index: -1;
    border-top: 40px solid transparent;
}
.mading__three.desktop li ul:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -15px;
    height: 0;
    width: 0;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 15px;
    z-index: 2;
}
.mading__three.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    opacity: 1;
    z-index: 3;
}
.mading__three.desktop li ul li {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    transition: all 0.5s ease 0.1s;
    border: 0 !important;
    opacity: 0;
}
.mading__three.desktop li ul li:first-child {
    
}
.mading__three.desktop li ul li:hover {
    border: 0 !important;
}
.mading__three.desktop li ul li:first-child,
.mading__three.desktop li ul li:hover:first-child {
    border-top: 15px solid transparent !important;
}
.mading__three.desktop li ul li:last-child,
.mading__three.desktop li ul li:hover:last-child {
    border-bottom: 15px solid transparent !important;
}
.mading__three.desktop li:hover ul li {
    opacity: 1;
}
.mading__three.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__three.desktop li ul li ul,
.mading__three.desktop li:hover ul li ul,
.mading__three.desktop li ul li ul li ul,
.mading__three.desktop li ul li:hover ul li ul {
    position: absolute;
    top: -55px;
    margin-top: 0;
    left: -100%;
    opacity: 0 !important;
}
.mading__three.desktop li ul li:hover ul,
.mading__three.desktop li ul li ul li:hover ul {
    display: block;
    opacity: 1 !important;
}
.mading__three.desktop li ul li:before,
.mading__three.desktop li ul li ul:before {
    display: none;
}
.header__onewidth .icon-mad-menu {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 25px;
    display: none;
}

.add__three {
	position: absolute;
	top: 120px;
	right: 0;
	padding: 40px;
	transition: all .5s ease;
-webkit-transform: perspective(0px) rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 50% 0;
	z-index: 10;
}
.see__three .add__three {
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 0deg);
-webkit-transform-origin: 50% 0;

	transition: all .5s ease;
}
.head__address {
	float: left;
	width: 370px;
	margin: 0 40px 0 0;
}
.icon_header {
	float: right;
}
.icon_header a {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	margin: 0 0 5px 5px;
}
.icon_header i,
.icon_header svg {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	margin: 0;
}

/* GURU ONE */
.guru_one_widget {
	position: relative;
	overflow: hidden;
}
.guru_one_inner {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1400px;
}
.guru_one_left {
	float: left;
	width: 50%;
}
.guruone_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 50px;
	position: relative;
    z-index: 4;
}

.guruone_subheading {
	font-family: Poppins;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 50px;
	position: relative;
    z-index: 4;
}
.guru_one_right {
	float: left;
	width: 50%;
}
.guru_one_first_block {
	width: 50%;
	float: left;
}
.guruone_slide {
	position: relative;
}
.guruone_slide:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in .3s;
}
.guruone_slide:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.owl-carousel.guruone {
	position: relative;
	z-index: 3;
}

.gurutwo_slide {
	position: relative;
}
.gurutwo_slide:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.gurutwo_slide:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.owl-carousel.gurutwo {
	position: relative;
	z-index: 3;
}

.item_guruone {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.guru__photo a {
	display: block;
}
.guruone_name {
	position: absolute;
	bottom: 63px;
	left: -330px;
	z-index: 3;
	padding: 15px 26px;
	font-size: 18px;
	font-weight: bold;
	transition: all .5s ease;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.active .guruone_name {
	left: 30px;
}
.guruone_status {
	position: absolute;
	top: calc( 100% - 60px );
	left: 470px;
	z-index: 2;
	padding: 6px 15px;
	font-size: 15px;
	transition: all .5s ease;
	border-radius: 4px;
}
.active .guruone_status {
	left: 70px;
}
.space__guru {
	height: 100px;
}
.button_guru a {
	padding: 15px 30px;
	display: inline-block;
}
/* GURU TWO */
.guru_two_widget {
	position: relative;
}
.guru_two_widget:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	height: 100px;
}
.guru_two_widget:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 150px;
}
.guru_two_inner  {
	max-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
}
.guru_two_left {
	position: relative;
	float: left;
	width: 34%;
	z-index: 2;
}
.gurutwo_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 0;
	position: relative;
    z-index: 4;
}

.gurutwo_subheading {
	font-family: Poppins;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 0;
	position: relative;
    z-index: 4;
}
.button_gurutwo {
	margin: 0 0 40px;
}
.button_gurutwo a {
	display: inline-block;
	margin-right: 15px;
}
.button_gurutwo span {
	display: inline-block; 
	border: 2px solid #333;
	background: #333;
	color: #fff;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 18px;
	font-family: Poppins;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}


.guru_two_right {
	float: left;
	width: 66%;
	position: relative;
	z-index: 2;
}
.guru_two_right .owl-item {
	position: relative;
	padding: 50px 10px;
	transform: scale(0.1);
	transition: all .7s ease-in-out;
	z-index: 1;
	opacity: 0;
}
.guru_two_right .owl-item:not(.active) + .owl-item.active {
   transform: rotate(-1deg);
	z-index: 2;
	margin-top: 0;
}
.guru_two_right .owl-item:not(.active) + .owl-item.active + .owl-item.active {
   margin-left: -50px;
   padding-right: 50px;
}
.guru_two_right .owl-item.active {
   transform: rotate(5deg) scale(0.9);
   position: relative;
   margin-top: 50px;
   opacity: 1;
}
.guru_two_right .item {
	position: relative;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	border-style: solid;
	border-radius: 30px;
	overflow: hidden;
}
.inner_item_gurutwo {
	position: relative;
	margin-top: -50px;
	padding: 50px 30px;
	transition: all .7s ease-in-out;
	z-index: 2;
}
.gurutwo_jab {
	margin: 0 0 8px;
}
.gurutwo_name {
	font-size: 25px;
	margin: 0 0 15px;
}
.gurumode {
	position: relative;
}
.gurumode.owl-theme .owl-nav {
	position: absolute;
	right: 0;
	top: calc( 50% - 55px );
	font-size: 22px;
	width: 50px;
}
.gurumode.owl-theme .owl-nav [class*="owl-"] {
	display: block;
	width: 50px;
	height: 50px;
	border: 8px solid #fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	line-height: 50px;
	text-align: center;
	margin: 0 0 8px;
	border-radius: 40px;
	background: #ffcc33;
	color: #333333;
	box-sizing: content-box;
}

/* GURU THREE */

.guru_three_widget {
	position: relative;
}
.guru_three_widget:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 350px;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
.guru_three_widget:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 350px;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
.guru_three_inner  {
	max-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
}

.guru_three_left {
	position: relative;
	z-index: 3;
	float: left;
	width: calc( 100% - 820px );
}

.guruthree_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 0;
	position: relative;
    z-index: 4;
}

.guruthree_subheading {
	font-family: Poppins;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 0;
	position: relative;
    z-index: 4;
}
.button_guruthree {
	margin: 0 0 40px;
}
.button_guruthree a {
	display: inline-block;
	margin-right: 15px;
}
.button_guruthree span {
	display: inline-block; 
	border: 2px solid #333;
	background: #333;
	color: #fff;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 18px;
	font-family: Poppins;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}

.guru_three_right {
	position: relative;
	z-index: 3;
	float: left;
	width: 940px;
	margin-right: -120px;
}
.guru_three_right .item {
	overflow: hidden;
	padding: 0 120px 120px 0;
}

.hexagon {
	position: relative;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background: #ffcc33;
	margin: 10px 55px;
	width: 240px;
	height: 200px;
	display: inline-block;
	z-index: 2;
}
.hexagon:nth-child(2n) {
	margin: -105px -95px;
	background: #333333;
}
.guru__detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 3;
    animation-duration: 12s;
    animation-iteration-count: infinite;
	text-align: center;
	transition: all .5s ease;
}
.hexagon:hover .guru__detail {
	opacity: 1 !important;
	transition: all .5s ease;
}
.hexagon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	background: #ffcc33;
    animation-duration: 12s;
    animation-iteration-count: infinite;
	transition: all .5s ease;
    }
.hexagon:hover:before {
	opacity: 1 !important;
	transition: all .5s ease;
}
    @keyframes rotate1 {
		0% {
            opacity: 0;
        }
        10%, 20% {
            opacity: 1;
        }
		30% {
            opacity: 0;
        }
    }
	@keyframes rotate2 {
		40% {
            opacity: 0;
        }
        50%, 60% {
            opacity: 1;
        }
		70% {
            opacity: 0;
        }
    }
	@keyframes rotate3 {
		17% {
            opacity: 0;
        }
        27%, 37% {
            opacity: 1;
        }
		47% {
            opacity: 0;
        }
    }
	@keyframes rotate4 {
        33% {
            opacity: 0;
        }
		43%, 53% {
            opacity: 1;
        }
		63% {
            opacity: 0;
        }
    }
	@keyframes rotate5 {
        47% {
            opacity: 0;
        }
		57%, 67% {
            opacity: 1;
        }
		87% {
            opacity: 0;
        }
    }
	@keyframes rotate6 {
        50% {
            opacity: 0;
        }
		60%, 70% {
            opacity: 1;
        }
		80% {
            opacity: 0;
        }
    }
	@keyframes rotate7 {
        70% {
            opacity: 0;
        }
		80%, 90% {
            opacity: 1;
        }
		100% {
            opacity: 0;
        }
    }

.hexagon:nth-child(1):before {
	background: #82CD47;
    animation-name: rotate2;
}
.hexagon:nth-child(2):before {
	background: #97D2EC;
    animation-name: rotate5;
}
.hexagon:nth-child(3):before {
	background: #C9A7EB;
    animation-name: rotate7;
}
.hexagon:nth-child(4):before {
	background: #88cc33;
    animation-name: rotate3;
}
.hexagon:nth-child(5):before {
	background: #5BC0F8;
    animation-name: rotate1;
}
.hexagon:nth-child(6):before {
	background: #dddddd;
    animation-name: rotate6;
}
.hexagon:nth-child(7):before {
	background: #FF577F;
    animation-name: rotate4;
}

.hexagon:nth-child(1) .guru__detail {
	animation-name: rotate2;
}
.hexagon:nth-child(2) .guru__detail {
	animation-name: rotate5;
}
.hexagon:nth-child(3) .guru__detail {
	animation-name: rotate7;
}
.hexagon:nth-child(4) .guru__detail {
	animation-name: rotate3;
}
.hexagon:nth-child(5) .guru__detail {
	animation-name: rotate1;
}
.hexagon:nth-child(6) .guru__detail {
	animation-name: rotate6;
}
.hexagon:nth-child(7) .guru__detail {
	animation-name: rotate4;
}
.guru__photo {
	position: relative;
	z-index: 1;
}
.guruthree_link {
	font-weight: 700;
	font-size: 17px;
	margin: 80px 20px 3px;
}
.guruthree_jab {
	font-size: 15px;
	margin: 0 20px;
}


/* EVENT 1 */
.event-full-block-1 {
	position: relative;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event-full-block-1.fixed {
	background-attachment: fixed;
}
.event-full-block-1.scrolls {
	background-attachment: scroll;
}
.event-full-block-1:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.ev1-topheading {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 15px;
}
.ev1-botheading {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 55px;
	font-weight: 700;
	margin: 0 0 15px;
}
.event-full-block-1 .owl-carousel {
	position: relative;
	z-index: 3;
}
.ev1-block {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1200px;
}

.ev1-inner {
	background: #fff;
	position: relative;
}
.ev1-day {
	position: absolute;
	top: 20px;
	width: 70px;
	height: 70px;
	z-index: 4;
	text-align: center;
}
.dayright .ev1-hari {
	right: 20px;
}
.dayleft .ev1-hari {
	left: 20px;
}
.daycenter .ev1-hari {
	left: calc( 50% - 35px );
}
.ev1-hari .day1 {
	display: block;
	height: 45px;
	line-height: 55px !important;
	font-size: 34px;
	font-weight: 800;
}
.day1text {
	display: block;
	height: 25px;
	line-height: 18px !important;
	font-size: 13px;
}
.ev1-clock {
	position: absolute;
	height: 70px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	opacity: 0.3;
	margin-top: -60px;
	z-index: 4;
}
.dayright .ev1-clock {
	right: 20px;
}
.dayleft .ev1-clock {
	left: 20px;
}
.daycenter .ev1-clock {
	left: 20px;
	right: 20px;
	text-align: center;
}
.ev1-inner a.ev1-img {
	display: block;
	position: relative;
	overflow: hidden;
}
.ev1-inner a.ev1-img:before {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 180px;
	z-index: 2;
}
.ev1-content {
	padding: 40px;
	background: #018;
	margin: 0 0 15px;
}

.ev1-title {
	color: #fff;
	font-size: 28px;
	margin: 0 0 40px;
}
.ev1-chat {
	position: absolute;
	display: inline-block;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #ffcc33;
	color: #001188;
	font-weight: 700;
	font-size: 16px;
}
.ev1-bt1 {
	right: 0;
}
.ev1-bt2 {
	left: 0;
}
.ev1-bt3 {
	right: 0;
	left: 0;
	text-align: center;
}
.ev1-chat:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  border-bottom: 14px solid transparent;
  border-right: 24px solid #ff057c;
  border-top: 0;
  transition: all .5s ease;
  clear: both;
}
.ev1-bt3:after {
	display: none;
}









.event-full-block-2 {
	position: relative;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event-full-block-2.fixed {
	background-attachment: fixed;
}
.event-full-block-2.scrolls {
	background-attachment: scroll;
}
.event-full-block-2:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.event-full-block-2 .owl-carousel {
	position: relative;
	z-index: 3;
}

.ev2-loop {
	text-align: center;
	padding: 100px 30px;
	overflow: hidden;
}
.ev2-title {
	margin: 0 auto 40px;
	padding: 20px 40px;
	font-size: 60px;
	position: relative;
}
.ev2-title1:before {
	content: '';
	position: absolute;
	width: 120px;
	right: calc( 50% - 60px );
	top: -10px;
	height: 2px;
}
.ev2-title2:after {
	content: '';
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
	bottom: 0;
	border-width: 5px 5px 5px 0;
	border-style: solid;
}
.ev2-title2:before {
	content: '';
	position: absolute;
	width: 40px;
	left: 0;
	top: 0;
	bottom: 0;
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.ev2-title3:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	border-width: 5px 5px 0 0;
	border-style: solid;
}
.ev2-title3:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	bottom: 0;
	border-width: 0 0 5px 5px;
	border-style: solid;
}

.ev2-button {
	margin: 0 0 100px;
}
.ev2-button a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 10px;
	padding: 0 30px;
}
.ev2-button1 .ev2-more i,
.ev2-button1 .ev2-chat i,
.ev2-button1 .ev2-more svg,
.ev2-button1 .ev2-chat svg {
	margin-right: 15px;
}
.ev2-button2 a {
	padding: 0 0 0 25px;
	overflow: hidden;
}
.ev2-button2 i {
	float: right;
	margin: 0 0 0 25px;
	padding: 0 15px;
}
.ev2-button3 a {
	height: 58px;
}
.ev2-button3 a {
	padding: 0 0 0 25px;
	border-radius: 0;
	overflow: hidden;
}
.ev2-button3 i,
.ev2-button3 svg {
	float: right;
	margin: 0 0 0 25px;
	padding: 0 15px;
}

.ev2-loopclock {
	width: auto;
	display: inline-block;
	position: relative;
}
.ev2-loopclock:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: -1500px;
	height: 600px;
	background: #fff;
	z-index: 1;
}
.ev2-loopclock:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: -1500px;
	height: 600px;
	background: #fff;
	z-index: 1;
}

.ev2-timer {
	position: relative; z-index: 2; padding: 20px 30px; font-size: 30px;
	line-height: 40px !important;
	box-shadow: 0px 0px 84px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
}
.ev2-timer span {
	padding: 0 10px;
}
.event2.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 0;
  margin: 0;
}
.left_arr {
	position: absolute;
	top: 50%;
	left: 40px;
	height: 40px;
	width: 40px;
	z-index: 3;
}
.left_arr:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 21px;
	width: 35px;
	height: 2px;
	transition: all .5s ease;
}
.left_arr:after {
content: '';
position: absolute;
top: calc( 50% - 3px );
left: 18px;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
	transition: all .5s ease;
clear: both;
}
.left_arr:hover:after {
	left: 12px;
}
.left_arr:hover:before {
	left: 15px;
}

.right_arr {
	position: absolute;
	top: 50%;
	right: 40px;
	height: 40px;
	width: 40px;
	z-index: 3;
}
.right_arr:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 21px;
	width: 35px;
	height: 2px;
	transition: all .5s ease;
}
.right_arr:after {
content: '';
position: absolute;
top: calc( 50% - 3px );
right: 18px;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
	transition: all .5s ease;
clear: both;
}
.right_arr:hover:after {
	right: 12px;
}
.right_arr:hover:before {
	right: 15px;
}




/* Editorial Dan Blog */



.editorial_blog {
	padding: 100px 30px;
	overflow: hidden;
}
.eb_block {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
}
.editorial_mading {
	position: relative;
	width: 50%; 
	float: left;
}
.editorial_mading:before {
	content: '';
	position: absolute;
	top: 30%;
	left: calc( 100% - 200px );
	width: 400px;
	height:400px;
	border-radius: 200px;
	transition: all .5s ease;
	z-index: 1;
}
.editorial_mading:after {
	content: '';
	position: absolute;
	top: -80px;
	left: calc( 100% + 100px );
	width: 600px;
	height:600px;
	border-radius: 300px;
	background: #009900;
	transition: all .5s ease;
	z-index: 1;
}
.ed_inner {
	padding: 0 100px 0 0;
	position: relative;
	
	z-index: 2;
}
.eb_before {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #222;
}
.eb_after {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #222;
}
.ed-title {
	font-size: 28px;
	font-weight: 700;
	padding: 0 50px 15px 50px;
}
.ed-content {
	font-size: 16px;
	padding: 0 50px 60px 50px;
}
.ed-img {
	padding: 0 20px 80px 50px;
	position: relative;
}
.sec_image {
	padding: 8px;
	position: absolute;
	width: 70%;
	height: auto;
	bottom: -60px;
	right: -80px;
}


.blog_mading {
	position: relative;
	width: 50%; 
	float: left;
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.06);
	margin-top: 70px;
	z-index: 2;
}

.eb_inner {
	padding: 50px;
}
.eb-loop {
	margin: 0 0 35px;
}
.eb-publish {
	float: right;
	width: calc( 100% - 150px );
}
.ebright .eb-publish {
	float: left;
	width: calc( 100% - 150px );
}
.eb-title {
	font-size: 20px;
	font-weight: 700;
}
.eb-img {
	width: 100px;
	float: left;
}
.ebright .eb-img {
	float: right;
}

.eb-date {
	margin: 0 0 6px;
}



.eb-seeall {
	text-align: right;
}

.eb-seeall a {
	display: inline-block;
	font-family: "Poppins", Sans-serif;
font-size: 18px;
font-weight: 700;
padding: 15px 30px 15px 30px;
border-radius: 30px;
}






/* Blog Guru */
.blog-guru-1 {
	padding: 100px 30px;
	overflow: hidden;	
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-guru-1.ifixed {
	background-attachment: fixed;
}
.blog-guru-1.iscrolls {
	background-attachment: scroll;
}
.blog-guru-1:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1;
}
.bg_block {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.blog-guru-1:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #018;
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 2;
}
.blog_head {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	z-index: 3;
}
.blog_head a {
	position: absolute;
	right: 0;
	top: calc( 50% - 15px );
	display: block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #444;
	font-size: 14px;
	  box-sizing: content-box;
	  font-weight: 400;
}
.bg1-block {
	position: relative;
	z-index: 4;
}
.blog1-loop {
	height: 400px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all .3s ease;
}
.blog1-img {
	width: 200%;
	height: 100%;
	display: block;
	text-align: center;
}
.blog1-img img {
	height: 400px;
	width: auto;
}


.blog1-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 150px 40px 40px;
	transition: all .5s ease .6s;
	z-index: 2;
}
.blog1 .owl-item:not(.active) + .owl-item.active + .owl-item.active .blog1-content {
	background: linear-gradient( rgba(0,0,0,0), #0c7c38 );
}
.blog1 .owl-item:not(.active) + .owl-item.active + .owl-item.active + .owl-item.active .blog1-content {
	background: linear-gradient( rgba(0,0,0,0), #ad118d );
}

.blog1-title {
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
}
.blog1-title a {
	color: #fff;
}
.blog1.owl-carousel .owl-item img {
	width: auto !important;
}

.blog1-author {
	margin: 0 0 20px;
}
.blog1-author img {
	float: left;
	width: 45px;
	border-radius: 40px !important;
}
.blog1-postauthor {
	float: right;
	width: calc( 100% - 65px );
	color: #fff;
}
.blog1-postauthor a {
	color: #fff;
}

.blog1-publish {
	font-size: 13px;
}

.blog1-read {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background: #ffcc33;
	transition: all .3s ease;
}

.blog1-loop:hover .blog1-read {
	bottom: 80px;
}

.blog1-read span:after {
content: '';
position: absolute;
top: calc( 50% - 6px );
right: 12px;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-left: 12px solid #222222;
clear: both;
}


.blog1 .owl-item:not(.active) + .owl-item.active .blog1-content {
	padding-bottom: 70px;
	transition: all .5s ease .6s;
}


.prestasi-block-1 {
    padding: 0 30px;
	overflow: hidden;	
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pr_block {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.pr1_left {
	width: 55%;
	float: left;
	position: relative;
	z-index: 2;
}
.pr1_right {
	width: 45%;
	float: right;
	position: relative;
	z-index: 1;
}
.pr1_head {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 10px;
}
.pr1_subhead {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 30px;
}
.pr1-loop {
	padding: 60px 0;
}
.pr1-img {
	width: calc( 100% - 80px );
	position: relative;
	border-radius: 30px;
	box-shadow: 0 5px 40px rgba(0,0,0,0);
	margin: 0 0 30px;
	position: relative;
}
.pr1-img:before {
	content: '';
	position: absolute;
	transition: all 1.5s ease-in-out .5s;
	z-index: 1;
	opacity: 0;
}
.active .pr1-img:before {
	opacity: 1;
}
.pr1-img:after {
	content: '';
	position: absolute;
	transition: all 1.5s ease-in-out .5s;
	opacity: 0;
	z-index: 1;
}
.active .pr1-img:after {
	opacity: 1;
}
.pr1-img img {
	position: relative;
	transition: all .5s ease-in-out .5s;
	opacity: 0;
	z-index: 2;
}
.active .pr1-img img {
	opacity: 1;
	box-shadow: 0 5px 40px rgba(0,0,0,0.1);
}
.pr1-content {
	position: relative;
	margin: -80px 0px 40px 180px;
	background: #fff;
	padding: 20px 30px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	z-index: 3;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: all 1s ease-in-out 1s;
}
.active .pr1-content {
	margin: -80px 120px 40px 60px;
	opacity: 1;
}
.pr1-avatar {
	width: 90px;
	float: right;
	overflow: hidden;
	margin: -20px -30px -20px 30px;
}
.pr1-postauthor {
	float: left;
	width: calc( 100% - 120px );
}
.pr1-title {
	position: relative;
	font-size: 30px;
	transition: all 1.5s ease-in-out .5s;
	opacity: 0;
	padding: 100px 0 0 150px;
	margin: 0 100px 40px 0;
}
.pr1-title:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90px;
	line-height: 1.0;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
.prt1:before {
	content: '01';
}
.prt2:before {
	content: '02';
}
.prt3:before {
	content: '03';
}
.prt4:before {
	content: '04';
}
.prt5:before {
	content: '05';
}
.prt6:before {
	content: '06';
}
.prt7:before {
	content: '07';
}
.prt8:before {
	content: '08';
}
.prt9:before {
	content: '09';
}
.prt10:before {
	content: '10';
}
.active .pr1-title {
	opacity: 1;
	padding: 0 0 0 150px;
}
.pr1-link {
	transition: all 1s ease-in-out 1s;
	opacity: 0;
	text-align: left;
	margin-left: 150px;
}
.pr1-link a {
	display: inline-block;
font-size: 18px;
font-weight: 400;
line-height: 1.3em;
border-radius: 30px;
padding: 15px 30px 15px 30px;
}
.active .pr1-link {
	opacity: 1;
	margin-left: 150px;
}
.pr1-top {
	margin: 0 0 4px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.1);
}
.pr1-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}


.press1 .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 3;
}
.press1.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 4px;
  background: #ccc;
  display: block;
  border-radius: 30px;
  transition: all .5s ease;
}
.press1.owl-theme .owl-dots .owl-dot.active span {
	width: 30px;
}




.madding_effect_1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.effect_1_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.span_e1 {
	width: 250px;
	height: 250px;
	position: absolute;
	left: -70px;
	top: -100px;
	background: #d35;
	border-radius: 200px;
	animation: move 25s infinite;
}
.span_e2 {
	width: 350px;
	height: 350px;
	position: absolute;
	left: -90px;
	top: 550px;
	background: #3bf;
	border-radius: 200px;
	animation: boxs 25s infinite;
}
.span_e3 {
	width: 350px;
	height: 350px;
	position: absolute;
	right: -230px;
	top: 350px;
	background: #fc3;
	border-radius: 200px;
	animation: geser 35s infinite;
}

.span_e4 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 230px;
	top: 150px;
	background: #f4a;
	border-radius: 200px;
	animation: geser 15s infinite;
}
@keyframes boxs {
  0% {margin-right: 0px;}
  50% {margin-right: -100px;}
  100% {margin-right: 0px;}
}
@keyframes move {
  0% {margin-top: 0px;}
  50% {margin-top: 50px;}
  100% {margin-top: 0px;}
}
@keyframes geser {
  0% {margin-top: 0px; margin-right: 0px;}
  50% {margin-top: -50px; margin-right: 100px;}
  100% {margin-top: 0px;margin-right: 0px;}
}


.prestasi-block-2 {
    padding: 100px 30px;	
	position: relative;
}
.prestasi-block-2:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #018;
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 1;
}
.pr2_block {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.pr2_block .owl-item {
	padding: 15px 0;
}
.pr2-loop {
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}
.pr2-img {
	display:block;
	border-radius: 15px;
	overflow: hidden;
}
.pr2-content {
	position: relative;
	z-index: 2;
	text-align: center;
	min-height: 205px;
}
.pr2-content .avatar {
	width: 70px !important;
	height: 70px;
	border-radius: 50px;
	margin: -35px auto 0;
}
.pr2-names {
	padding: 20px 0 8px;
}
.pr2-title {
	margin: 0 40px 40px;
}


.pr2_head {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	z-index: 3;
}
.pr2_head a {
	position: absolute;
	right: 0;
	top: calc( 50% - 20px );
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #444;
	font-size: 14px;
	  box-sizing: content-box;
	  font-weight: 400;
}













@media screen and (max-width: 982px) {
    .menu__one {
        position: fixed;
        top: -20px;
        left: -320px;
        bottom: -20px;
        padding: 60px 0 40px 0;
        width: 300px;
        z-index: 1000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease;
    }
    .ho__open .menu__one {
        left: 0;
    }
    .header__onewidth .icon-mad-menu {
        display: block;
    }

    .desktop {
        display: none;
    }
    .nav__menu .mading__one {
        margin: 0;
        padding: 15px 0;
    }
    .nav__menu .mading__one.accord li {
        padding: 5px 20px;
        line-height: 42px !important;
        height: auto !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__one.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__one.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__one.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav__menu .mading__one.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__one.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__one.accord li ul {
        display: none;
        margin: 20px -20px 0 -20px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__one.accord li ul li:first-child {
        padding-top: 20px;
    }
    .nav__menu .mading__one.accord li ul li:last-child {
        padding-bottom: 20px;
    }
    .nav__menu .mading__one.accord li ul li {
        padding: 5px 20px;
    }
    .nav__menu .mading__one.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
    .nav__menu .mading__one.accord li:hover ul {
        border: 0 !important;
    }
    .menu__one:after {
        content: "\E804";
        font-family: "mading-font";
        font-style: normal;
        font-weight: normal;
        position: absolute;
        top: 20px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        z-index: 1;
    }
    .logo__one {
        margin: 0 0 0 75px;
    }
	
	.header__twowidth {
		display: block;
	}
	
	.header__twowidth .icon__menutwo {
		display: block;
	}
	.calendar__two {
		display: none;
	}
	.logo__two {
	margin-right: 135px;
	padding-right: 90px;
    padding-left: 30px;
}
.menu__two {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	bottom: calc( 100% - 110px );
	display: block;
	overflow: hidden;
	transition: all .5s ease;
	z-index: 999;
}
.menu__active .menu__two {
	display: block;
	bottom: 0;
}
.inner__menu__two {
	height: 100%;
	overflow-y: auto;
}
.call__two {
	margin: 0;
	padding: 20px 30px;
	height: auto;
	line-height: 2.6;
}
.call__left {
  float: none;
}
.calltwo__number {
	display: block;
	float: none;
}
.header__twowidth .nav__menu {
  line-height: 45px;
  padding: 0;
}
    .nav__menu .mading__two {
        margin: 0;
        padding: 15px 0;
    }
    .nav__menu .mading__two.accord li {
        padding: 5px 30px;
        line-height: 42px;
        height: auto !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__two.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__two.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__two.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav__menu .mading__two.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__two.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__two.accord li ul {
        display: none;
        margin: 20px -30px 0 -30px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__two.accord li ul li:first-child {
        padding-top: 20px;
    }
    .nav__menu .mading__two.accord li ul li:last-child {
        padding-bottom: 20px;
    }
    .nav__menu .mading__two.accord li ul li {
        padding: 5px 30px;
    }
    .nav__menu .mading__two.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
	
	.nav__menu .mading__two.accord ul li ul li:last-child {
		padding-bottom: 0;
	}
	.nav__menu .mading__two.accord ul li ul li:first-child {
		padding-top: 0;
	}
	
	
	
	

	
	
	
	#menuthree {
		padding: 20px 0;
	}
	.three__menu  .nav__menu {
		position: fixed;
		top: 120px;
		width: 300px;
		right: 0;
        margin: 0;
        padding: 0 0 200px;
		bottom: auto;
		overflow: scroll;
		-webkit-transform: perspective(0px) rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 50% 0;
transition: all .5s ease;
    }
	.see__three .three__menu  .nav__menu {
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 0deg);
-webkit-transform-origin: 50% 0;
bottom: 0;
	}
    .nav__menu .mading__three.accord li {
        padding: 5px 30px;
        line-height: 42px;
        height: auto !important;
		border: 0 !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__three.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__three.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__three.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__three.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__three.accord li ul {
        display: none;
        margin: 20px -30px 0 -30px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__three.accord li ul li {
        padding: 0 30px;
    }
	.nav__menu .mading__three.accord li ul li:first-child {
        padding: 20px 30px 0;
    }
	.nav__menu .mading__three.accord li ul li:last-child {
        padding: 0 30px 20px;
    }
    .nav__menu .mading__three.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
	.nav__menu .mading__three.accord li ul li ul li:first-child {
        padding: 0 0 0 20px;
		margin-right: -10px;
    }
	.nav__menu .mading__three.accord li ul li ul li:last-child {
        padding: 0 0 0 20px;
		margin-right: -10px;
    }
	.add__three {
		position: fixed;
		top: auto;
		bottom: 0;
		width: 300px;
		padding: 30px;
		z-index: 100;
	}
	.icon_header {
		float: none;
		width: auto;
	}
	.head__address {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.guru_one_left {
	float: none;
	width: 100%;
}
.guru_one_right {
	float: none;
	margin: 0 -50px;
	padding: 20px;
	width: auto;
	overflow: hidden;
}
.guruone_heading {
	font-size: 45px;
}

.guruone_subheading {
	font-size: 22px;
}
.guru_two_left {
	float: none;
	width: 100%;
}
.guru_two_right {
	float: none;
	width: 100%;
}


.guru_three_widget:after {
	content: '';
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	heigh: 300px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}








.guru_three_right {
	float: none;
	width: auto;
	margin-right: -120px;
}
.guru_three_left {
	float: none;
	width: 100%;
}
	.guru_three_right {
		width: 800px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 120px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 10px 20px;
  width: 210px;
  height: 175px;
}
.hexagon:nth-child(2n) {
  margin: -90px -54px;
}

.editorial_mading,
.blog_mading {
	position: relative;
	width: 100%; 
	float: none;
}


.prestasi-block-1 {
  padding: 0;
}
.pr_block {
  padding: 0;
}
.pr1_left,
.pr1_right {
	max-width: 500px;
margin: 0 auto;
float: none;
}
.pr1-img {
	width: 100%;
}
.pr1-title {
  margin: 0 0 40px 0;
}
}

@media screen and (max-width: 800px) {
	.guru_three_right {
		width: 680px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 120px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 10px 20px;
  width: 180px;
  height: 155px;
}
.hexagon:nth-child(2n) {
  margin: -80px -46px;
}
}

@media screen and (max-width: 720px) {
	.guru_three_right {
		width: 570px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 80px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 5px 20px;
  width: 150px;
  height: 122px;
}
.hexagon:nth-child(2n) {
  margin: -64px -46px;
}
}

@media screen and (max-width: 600px) {
	.guru_three_right {
		width: 500px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 70px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 5px 20px;
  width: 120px;
  height: 100px;
}
.hexagon:nth-child(2n) {
  margin: -53px -40px;
}
}


@media screen and (max-width: 533px) {
    .call__center {
        display: none;
    }
    .call__one .call__linkicon {
        transform: scale(0.8);
    }
    .header__onewidth .icon-mad-menu {
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }
    .logo__one {
        margin: 0 0 0 65px;
    }
    .call__one,
    .call__one.clip1,
    .call__one.clip2 {
        width: 0;
    }
    .call__one {
        padding: 13px 20px;
    }
    .call__one.clip1,
    .call__one.clip2 {
        padding: 13px 10px;
    }
    .call__one.clip3 {
        padding: 13px 5px;
    }
    .clip1:before,
    .clip2:before,
    .clip3:before {
        left: -34px;
    }
    .clip1.call__one .call__linkicon,
    .clip2.call__one .call__linkicon {
        margin-left: -60px;
    }
    .clip3.call__one .call__linkicon {
        margin-left: -62px;
    }
    .call__one.clip4 .call__linkicon {
        transform: scale(0.6);
    }
    .call__one.clip4 {
        width: 56px !important;
        padding: 13px 5px;
        box-sizing: content-box;
    }
    .call__one.clip4 .call__linkicon {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .call__one.clip4 .call__linkicon i,
.call__one.clip4 .call__linkicon svg	{
        animation: vibrate 1.6s;
        animation-iteration-count: infinite;
    }
    @keyframes vibrate {
        0% {
            transform: rotate(0deg);
        }
        3% {
            transform: rotate(-15deg);
        }
        6% {
            transform: rotate(15deg);
        }
        9% {
            transform: rotate(0deg);
        }
        12% {
            transform: rotate(15deg);
        }
        15% {
            transform: rotate(-15deg);
        }
        18% {
            transform: rotate(0deg);
        }
        21% {
            transform: rotate(-15deg);
        }
        24% {
            transform: rotate(15deg);
        }
        27% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    .header__onewidth {
        padding: 18px 0;
    }
	.before__two__fixed, 
	.header__two {
  height: 70px;
}
.header__twowidth:before {
  height: 35px;
}
.call__address {
  white-space: inherit;
}
.header__twowidth .icon__menutwo {
  right: 15px;
  height: 34px;
  line-height: 34px !important;
  top: 18px;
  width: 40px;
  font-size: 16px;
}
.logo__two:before {
  right: -22px;
  border-bottom-width: 35px;
  border-top-width: 35px;
  border-left-width: 22px;
}
.logo__two {
  margin-right: 90px;
  padding: 14px 20px !important;
}
.logo__two img {
  height: 42px !important;
}
.menu__two {
  top: 70px;
  bottom: calc( 100% - 70px );
}
.calltwo__number {
  margin: 0;
  clear: both;
}
.head__icon {
  float: right;
  width: calc( 100% - 25px);
  line-height: 1.4;
  margin-top: 7px;
}

.header__three {
  height: 60px;
}

.three__number .headphone {
	display: none;
}
.call__three {
  padding: 13px 15px;
  height: 34px;
}
.three__number a {

    height: 34px;
    line-height: 34px;
    font-size: 15px;
    display: block;
}
.three__number i,
.three__number svg {
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 14px;
}
.menu__three {
  height: 34px;
  line-height: 34px;
  padding: 13px 15px;
}
.three__icon {
  height: 34px;
  width: 28px;
}
.three__icon:before {
  left: 10px;
  height: 18px;
}
.three__menu {
  display: block;
}
.three__menu .nav__menu {
  top: 60px;
}
.before__three__fixed {
	height: 60px;
}
.add__three {
	transition: all .1s ease;
}
.see__three .add__three {
	transition: all .5s ease .5s;
}
.guru_one_inner {
  padding: 0 15px;
}
.guru_one_right {
	margin: 0 -35px;
	padding: 20px 10px;
	width: auto;
	overflow: hidden;
}
.guruone_name {
  padding: 12px 18px;
  max-width: calc( 100% - 30px );
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.guruone_status {
  padding: 4px 12px;
  max-width: calc( 100% - 40px );
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.active .guruone_name {
  left: 15px;
}
.active .guruone_status {
  left: 25px;
}
.space__guru {
  height: 50px;
}
.guruone_heading {
	font-size: 36px;
}

.guruone_subheading {
	font-size: 18px;
}
.guru_two_inner {
  padding: 0 15px;
}
.gurutwo_start {
	width: 200%;
}
.inner_item_gurutwo {
  margin-top: -30px;
  padding: 30px 15px;
}
.gurumode.owl-theme .owl-nav {
  right: auto;
  left: 44%;
}



	.guru_three_right {
		width: 420px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 40px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 3px 18px;
  width: 100px;
  height: 82px;
}
.hexagon:nth-child(2n) {
  margin: -44px -36px;
}
.eb_block {
	padding: 0;
}
.ed_inner {
  padding: 0 30px 0 0;
}
.ed-img {
  padding: 0 20px 80px 0;
  position: relative;
}
.eb-img {
  width: 75px;
}
.eb-publish {
  width: calc( 100% - 100px );
}
.pr1_left, .pr1_right {
  width: 80%;
}
.pr1-content {
  position: relative;
  margin: -80px -80px 40px 100px;
}
.active .pr1-content {
  margin: -80px 20px 40px 20px;
  opacity: 1;
}
.pr1_head {
  font-size: 32px;
}
.pr1_subhead {
  font-size: 20px;
}
.active .pr1-title {
  padding: 0 0 0 80px;
}
.pr1-title {
  font-size: 20px;
  padding: 50px 0 0 80px;
}
.active .pr1-link {
  margin-left: 80px;
}
.pr1-title:before {
  font-size: 50px;
}
.pr1-link a {
  font-size: 16px;
  padding: 12px 25px 12px 25px;
}
.pr1-postauthor {
  width: calc( 100% - 90px );
}
.pr1-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

}

@media screen and (max-width: 420px) {
	.guru_three_right {
		width: 350px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 40px 0;
}
.hexagon {
  margin: 3px 21px;
  width: 90px;
  height: 75px;
}
.hexagon:nth-child(2n) {
  margin: -41px -36px;
}
.ev2-timer {
  padding: 10px 15px;
}
.ev2-timer span {
  padding: 0 5px;
}
.left_arr {
  left: 15px;
}
.right_arr {
  right: 15px;
}
.elementor-37 .elementor-element.elementor-element-3e52ddd .ev2-title2::before {
  border-color: #91E2FF;
}
.elementor *, .elementor :after, .elementor :before {
  box-sizing: border-box;
}
.ev2-title2:before {
  border-width: 2px 0 2px 2px;
}
.ev2-title2:after {
  border-width: 2px 2px 2px 0;
}
.ev2-button a span {
	display: none;
}
.ev2-loop {
  padding: 50px 20px;
}
.ev2-button a {
  margin: 0 4px 8px;
}
.event2.owl-theme .owl-nav {
  top: 68%;
}

.bg1-block {
  position: relative;
  z-index: 4;
  margin: 0 -30px;
  padding: 0 30px;
  width: 195%;
}

.bg_block {
  padding: 0;
}
.blog1 .owl-item:not(.active) + .owl-item.active .blog1-content {
	padding-bottom: 55px;
}
.pr1_left, .pr1_right {
  width: auto;
  margin: 0 30px;
}
.pr2-inner {
  margin: 0 -30px;
  padding: 0;
  width: 180%;
}
.pr2_head {
	margin: 0 -30px;
}
.pr2_head a {
  top: calc( 50% - 16px );
  height: 34px;
  line-height: 34px;
}
}/*
Theme Name: Mading
Theme URI: https://mading.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Tema khusus web sekolah dari Ciuss Creative dengan fitur-fitur pos khusus yang telah disesuaikan dengan kebutuhan website sekolah. Fitur pos tersebut antara lain Agenda, Pengumuman, Editorial Kepala Sekolah, Blog Guru, Prestasi, Fasilitas, Daftar GTK/Ustadz/Dosen, Siswa/Santri/Mahasiswa, Ekskul/UKM, dan lainnya. Tema Mading bisa digunakan untuk website sekolah semua jenjang dari SD hingga Perguruan Tinggi, Sekolah Umum dan Kejuruan, juga dapat digunakan untuk website Pesantren.
Author: Ciuss Creative
Version: 4.2.14
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: header
Text Domain: mading
Copyright: (c) 2017 - Sekarang ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

body {
    font-weight: 400;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
iframe {
	max-width: 100%;
}

.madclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 982px) {
  #pressblock .before_blocks {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .pres_text {
    float: none;
    width: 100%;
  }
   .pres_loop {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 533px) {
  .mad_presblock {
    padding: 25px 0;
  }
   .pres_button {
    margin: 0 0 30px;
  }
    .pres_post {
    width: 50%;
  }
}