/* line 7, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel {
  position: relative;
}
/* line 11, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 29, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 34, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .active {
  left: 0;
}
/* line 63, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-inner > .active.right {
  left: 100%;
}
/* line 93, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 136, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 141, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 146, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-control .icon-next:before {
  content: '\203a';
}
/* line 173, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 206, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
/* line 217, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 239, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 248, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 259, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 266, http://localhost:8080/Plone/++plone++static/components/bootstrap/less/carousel.less */
  .carousel-indicators {
    bottom: 20px;
  }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 17, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 22, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 27, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
/* line 33, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  /* line 40, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 47, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 54, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 61, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  /* line 68, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 75, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 82, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 89, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 95, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  /* line 103, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  50%,
  to {
    opacity: 1;
  }
  /* line 107, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  /* line 113, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  50%,
  to {
    opacity: 1;
  }
  /* line 117, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  25%,
  75% {
    opacity: 0;
  }
}
/* line 122, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 130, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 135, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  /* line 140, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  /* line 147, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 152, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  /* line 157, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 163, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  /* line 169, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 174, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  /* line 179, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  /* line 184, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  /* line 189, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  /* line 194, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  /* line 199, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  /* line 206, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 211, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  /* line 216, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  /* line 221, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  /* line 226, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  /* line 231, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  /* line 236, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 242, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  /* line 248, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 253, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 258, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  /* line 265, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 270, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 275, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 281, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  /* line 287, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  /* line 292, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  /* line 297, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  /* line 302, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  /* line 307, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  /* line 314, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  /* line 319, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  /* line 324, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  /* line 329, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  /* line 334, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 340, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  /* line 348, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 353, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 358, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 363, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 368, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  /* line 375, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 380, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 385, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 390, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 395, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 401, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 409, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: none;
    transform: none;
  }
  /* line 414, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  /* line 419, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  /* line 424, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  /* line 429, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  /* line 434, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  /* line 439, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  /* line 446, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: none;
    transform: none;
  }
  /* line 451, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  /* line 456, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  /* line 461, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  /* line 466, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  /* line 471, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  /* line 476, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 482, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  /* line 488, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  /* line 493, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  /* line 498, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  /* line 503, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  /* line 508, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  /* line 513, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  /* line 518, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  /* line 523, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  /* line 530, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  /* line 535, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  /* line 540, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  /* line 545, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  /* line 550, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  /* line 555, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  /* line 560, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  /* line 565, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 571, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  /* line 579, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 584, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 590, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 595, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 600, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 606, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 611, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  /* line 619, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 624, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 630, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 635, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 640, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 646, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 651, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 658, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  /* line 664, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 669, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  /* line 675, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 681, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 686, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 691, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  /* line 698, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 703, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  /* line 709, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 715, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 720, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 725, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 731, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  /* line 737, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 742, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  /* line 748, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 754, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 759, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 764, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  /* line 771, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 776, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  /* line 782, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 788, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 793, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 798, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 804, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  /* line 810, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 815, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  /* line 821, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 827, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 832, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 837, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  /* line 844, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 849, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  /* line 855, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 861, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 866, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 871, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 877, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  /* line 883, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 888, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  /* line 894, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 900, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 905, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 910, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  /* line 917, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 922, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  /* line 928, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 934, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 939, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 944, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 950, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  /* line 956, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 961, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 967, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  /* line 975, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 980, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 986, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 993, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  /* line 999, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 1004, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 1010, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  /* line 1018, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 1023, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 1029, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1036, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  /* line 1042, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  /* line 1048, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  /* line 1056, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  /* line 1062, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1069, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  /* line 1075, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 1081, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  /* line 1089, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 1095, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1102, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  /* line 1108, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 1113, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  /* line 1119, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  /* line 1127, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 1132, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  /* line 1138, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1145, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  /* line 1151, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
  }
  /* line 1155, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 1161, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
  }
  /* line 1165, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
  }
}
/* line 1170, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  /* line 1176, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  /* line 1182, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  /* line 1190, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  /* line 1196, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1203, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  /* line 1209, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  /* line 1215, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  /* line 1223, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  /* line 1229, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1236, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  /* line 1242, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 1248, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  /* line 1256, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 1262, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1269, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  /* line 1275, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  /* line 1281, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  /* line 1289, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  /* line 1295, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1302, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  /* line 1308, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1314, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 1322, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1328, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1335, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  /* line 1341, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  /* line 1347, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  /* line 1355, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  /* line 1361, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1368, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  /* line 1374, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  /* line 1382, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  /* line 1390, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  /* line 1398, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1405, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  /* line 1411, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  /* line 1417, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  /* line 1425, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  /* line 1431, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1438, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  /* line 1444, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1448, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 1454, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1458, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
  }
}
/* line 1463, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  /* line 1469, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1473, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  /* line 1481, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1485, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1492, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  /* line 1498, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1502, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  /* line 1510, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1514, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1521, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  /* line 1527, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1531, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  /* line 1539, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1543, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1550, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  /* line 1556, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1560, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  /* line 1568, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1572, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1579, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  /* line 1585, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1589, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 1597, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1601, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1608, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  /* line 1614, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1618, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  /* line 1626, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1630, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1637, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  /* line 1643, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1647, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  /* line 1655, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1659, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1666, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  /* line 1672, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1676, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  /* line 1684, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 1688, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1695, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  /* line 1701, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1708, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1715, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1722, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1729, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  /* line 1738, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1745, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1752, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1759, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1766, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1774, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  /* line 1782, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1790, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1797, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 1803, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 1808, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  /* line 1815, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1823, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1830, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 1836, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 1841, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1847, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  /* line 1855, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1863, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1870, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  /* line 1876, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  /* line 1881, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  /* line 1888, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1896, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 1903, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  /* line 1909, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  /* line 1914, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1920, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  /* line 1928, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1933, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  /* line 1939, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  /* line 1947, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1952, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  /* line 1958, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1965, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  /* line 1973, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1978, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  /* line 1984, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  /* line 1992, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1997, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  /* line 2003, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2010, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  /* line 2018, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  /* line 2024, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  /* line 2030, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  /* line 2036, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  /* line 2044, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  /* line 2050, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  /* line 2056, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  /* line 2062, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2069, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  /* line 2077, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2081, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  /* line 2089, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2093, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2100, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  /* line 2108, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  /* line 2116, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  /* line 2126, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  /* line 2134, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2143, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  /* line 2149, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2157, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  /* line 2167, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2175, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2184, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  /* line 2190, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2198, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  /* line 2208, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2216, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2225, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  /* line 2231, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2239, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  /* line 2249, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2257, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2266, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  /* line 2272, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2280, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  /* line 2290, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2298, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2307, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  /* line 2313, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  /* line 2319, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2329, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  /* line 2335, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2344, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  /* line 2350, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2356, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2366, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2372, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2381, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  /* line 2387, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2393, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2403, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2409, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2418, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  /* line 2424, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2430, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2440, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2446, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2455, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  /* line 2461, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2467, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2477, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2483, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2492, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  /* line 2498, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2505, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2514, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2524, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  /* line 2532, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2539, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2548, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
  /* line 2558, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2565, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2573, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  /* line 2579, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  /* line 2587, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  /* line 2593, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2600, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2608, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2612, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2620, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2624, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2631, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  /* line 2637, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2643, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  /* line 2649, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2655, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    opacity: 1;
  }
}
/* line 2660, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  /* line 2666, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2674, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2684, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2692, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 2701, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  /* line 2707, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2715, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2725, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2733, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 2742, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  /* line 2748, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2756, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2766, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2774, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 2783, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  /* line 2789, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2797, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2807, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2815, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 2824, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  /* line 2830, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2834, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2840, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  /* line 2846, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    opacity: 1;
  }
  /* line 2850, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2856, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    opacity: 0;
  }
}
/* line 2861, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  /* line 2867, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2875, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2887, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2895, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 2906, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  /* line 2912, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2918, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2928, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2934, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2943, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  /* line 2949, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2955, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 2965, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2971, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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;
  }
}
/* line 2980, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  /* line 2986, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 2994, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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 {
  /* line 3006, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
  /* line 3014, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  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);
  }
}
/* line 3025, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  /* line 3031, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  /* line 3037, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  /* line 3044, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  /* line 3050, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3056, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  /* line 3062, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* line 3068, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  /* line 3075, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* line 3081, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3087, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  /* line 3093, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  /* line 3099, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  /* line 3106, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  /* line 3112, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3118, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  /* line 3124, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  /* line 3130, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  /* line 3137, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  /* line 3143, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3149, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  /* line 3155, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3160, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  /* line 3168, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3173, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3180, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  /* line 3186, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3191, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  /* line 3199, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3204, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3211, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  /* line 3217, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3222, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  /* line 3230, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3235, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3242, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  /* line 3248, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3253, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  /* line 3261, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3266, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3273, http://localhost:8080/Plone/++plone++jazkarta.tesserae/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* line 17, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-sliderimage:after {
  content: '\e810';
}
/* line 22, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item,
#content .carousel .item {
  height: auto;
}
/* line 24, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap,
#content .carousel .item .text-wrap {
  height: 800px;
  display: table;
  width: 100%;
  background: -webkit-gradient(radial, ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
  background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
  background: -o-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
}
/* line 33, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text,
#content .carousel .item .text-wrap .slide-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
}
/* line 39, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text a,
#content .carousel .item .text-wrap .slide-text a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 42, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text a:hover,
#content .carousel .item .text-wrap .slide-text a:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 48, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text .slide-lead,
#content .carousel .item .text-wrap .slide-text .slide-lead,
.carousel .item .text-wrap .slide-text .item .slide-sub-lead,
#content .carousel .item .text-wrap .slide-text .item .slide-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
/* line 53, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text .slide-lead,
#content .carousel .item .text-wrap .slide-text .slide-lead {
  font-weight: 500;
  font-size: 2.75rem;
  margin-bottom: 0;
}
/* line 58, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .text-wrap .slide-text .slide-sub-lead,
#content .carousel .item .text-wrap .slide-text .slide-sub-lead {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 42px;
  margin-top: 30px;
}
/* line 66, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .carousel-caption,
#content .carousel .item .carousel-caption {
  pointer-events: none;
  padding: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
/* line 68, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .carousel-caption a,
#content .carousel .item .carousel-caption a {
  pointer-events: auto;
}
/* line 71, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel .item .carousel-caption h3,
#content .carousel .item .carousel-caption h3,
.carousel .item .carousel-caption h4,
#content .carousel .item .carousel-caption h4 {
  color: #ffffff;
}
/* line 80, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel ol.carousel-indicators,
#content .carousel ol.carousel-indicators {
  list-style-type: none;
  margin: 0;
}
/* line 83, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel ol.carousel-indicators li,
#content .carousel ol.carousel-indicators li {
  margin-bottom: 0;
  line-height: initial;
  display: inline-block;
  border: 2px solid #000000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}
/* line 91, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.carousel span.banner-img,
#content .carousel span.banner-img {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
/* line 100, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.to-animate {
  opacity: 0;
}
/* line 104, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.background-image-tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 109, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.background-image-tile.parallax {
  background-attachment: fixed;
}
/* line 113, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.background-image-tile .colored-background {
  padding: 65px 0;
}
/* line 118, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.mosaic-tile-light-text {
  color: white;
}
/* line 120, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.mosaic-tile-light-text p,
.mosaic-tile-light-text h2,
.mosaic-tile-light-text h3,
.mosaic-tile-light-text h4,
.mosaic-tile-light-text h5,
.mosaic-tile-light-text h6 {
  color: white;
}
/* line 125, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
.mosaic-tile.mosaic-tile-full-width {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  /* line 128, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 720px / 2);
    margin-right: calc(-100vw / 2 + 720px / 2);
  }
}
@media (min-width: 992px) {
  /* line 132, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 940px / 2);
    margin-right: calc(-100vw / 2 + 940px / 2);
  }
}
@media (min-width: 1200px) {
  /* line 136, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 1140px / 2);
    margin-right: calc(-100vw / 2 + 1140px / 2);
  }
}
@media (min-width: 828px) {
  /* line 141, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-default .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 780px / 2);
    margin-right: calc(-100vw / 2 + 780px / 2);
  }
}
@media (min-width: 1052px) {
  /* line 145, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-default .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 1000px / 2);
    margin-right: calc(-100vw / 2 + 1000px / 2);
  }
}
@media (min-width: 1260px) {
  /* line 149, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-default .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 1200px / 2);
    margin-right: calc(-100vw / 2 + 1200px / 2);
  }
}
@media (min-width: 888px) {
  /* line 155, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-expanded .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 900px / 2);
    margin-right: calc(-100vw / 2 + 900px / 2);
  }
}
@media (min-width: 1112px) {
  /* line 159, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-expanded .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 1060px / 2);
    margin-right: calc(-100vw / 2 + 1060px / 2);
  }
}
@media (min-width: 1320px) {
  /* line 163, http://localhost:8080/Plone/++plone++jazkarta.tesserae/styles.less */
  .plone-toolbar-left-expanded .mosaic-tile.mosaic-tile-full-width {
    margin-left: calc(-100vw / 2 + 1260px / 2);
    margin-right: calc(-100vw / 2 + 1260px / 2);
  }
}
