.inside-padding {
  padding: 7px 10px;
}
.inside-padding-big {
  padding: 20px;
}
.pos-abs {
  position: absolute;
}
.vertical-spacing {
  margin: 20px 0;
}
.push-effect:active {
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
.animating:not(.not-animating) {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.hover-outline {
  outline-offset: 3px;
}
.hover-outline:hover {
  outline: 2px solid rgba(128, 128, 128, 0.25);
}
.hover-outline:active {
  outline: 2px solid rgba(128, 128, 128, 0.4);
}
.focus-outline:focus {
  outline: 1px dotted;
  outline-offset: 2px;
}
.focus-outline-less:focus {
  outline: 1px dotted rgba(128, 128, 128, 0.1);
  outline-offset: 2px;
}
.primary-bg-active {
  background: #428bca;
}
.primary-bg-active,
.primary-bg-active:hover,
.primary-bg-active:active {
  color: #fff;
}
.primary-bg-active:hover {
  background: #4e92cd;
}
.primary-bg-active:active {
  background: #5a9ad1;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
html.cssanimations .will-enter-animation:not(.enter-animation) > *:not(.ignore-enter-animation) {
  visibility: hidden;
}
html.cssanimations .enter-animation.waiting-for-ajax > *:not(.ignore-enter-animation),
html.cssanimations .enter-animation.waiting-for-controllers > *:not(.ignore-enter-animation),
html.cssanimations .enter-animation.waiting-for-scroll > *:not(.ignore-enter-animation) {
  visibility: hidden;
}
html.cssanimations .enter-animation.enter-animation-left:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation),
html.cssanimations .enter-animation-quick.enter-animation-left:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation) {
  -webkit-animation-name: enter-animation-left;
  animation-name: enter-animation-left;
}
html.cssanimations .enter-animation > *,
html.cssanimations .enter-animation-quick > * {
  will-change: opacity, left, transform;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation) {
  -webkit-animation-name: enter-animation;
  animation-name: enter-animation;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(2) {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(3) {
  -webkit-animation-delay: 220ms;
  animation-delay: 220ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(4) {
  -webkit-animation-delay: 280ms;
  animation-delay: 280ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(5) {
  -webkit-animation-delay: 340ms;
  animation-delay: 340ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(6) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(7) {
  -webkit-animation-delay: 460ms;
  animation-delay: 460ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(8) {
  -webkit-animation-delay: 520ms;
  animation-delay: 520ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(9) {
  -webkit-animation-delay: 580ms;
  animation-delay: 580ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(10) {
  -webkit-animation-delay: 640ms;
  animation-delay: 640ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(11) {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(12) {
  -webkit-animation-delay: 760ms;
  animation-delay: 760ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(13) {
  -webkit-animation-delay: 820ms;
  animation-delay: 820ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(14) {
  -webkit-animation-delay: 880ms;
  animation-delay: 880ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(15) {
  -webkit-animation-delay: 940ms;
  animation-delay: 940ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(16) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(17) {
  -webkit-animation-delay: 1060ms;
  animation-delay: 1060ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(18) {
  -webkit-animation-delay: 1120ms;
  animation-delay: 1120ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(19) {
  -webkit-animation-delay: 1180ms;
  animation-delay: 1180ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(20) {
  -webkit-animation-delay: 1240ms;
  animation-delay: 1240ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(21) {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(22) {
  -webkit-animation-delay: 1360ms;
  animation-delay: 1360ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(23) {
  -webkit-animation-delay: 1420ms;
  animation-delay: 1420ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(24) {
  -webkit-animation-delay: 1480ms;
  animation-delay: 1480ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(25) {
  -webkit-animation-delay: 1540ms;
  animation-delay: 1540ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(26) {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(27) {
  -webkit-animation-delay: 1660ms;
  animation-delay: 1660ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(28) {
  -webkit-animation-delay: 1720ms;
  animation-delay: 1720ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(29) {
  -webkit-animation-delay: 1780ms;
  animation-delay: 1780ms;
}
html.cssanimations .enter-animation:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(30) {
  -webkit-animation-delay: 1840ms;
  animation-delay: 1840ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation) {
  -webkit-animation-name: enter-animation;
  animation-name: enter-animation;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(2) {
  -webkit-animation-delay: 115ms;
  animation-delay: 115ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(3) {
  -webkit-animation-delay: 130ms;
  animation-delay: 130ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(4) {
  -webkit-animation-delay: 145ms;
  animation-delay: 145ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(5) {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(6) {
  -webkit-animation-delay: 175ms;
  animation-delay: 175ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(7) {
  -webkit-animation-delay: 190ms;
  animation-delay: 190ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(8) {
  -webkit-animation-delay: 205ms;
  animation-delay: 205ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(9) {
  -webkit-animation-delay: 220ms;
  animation-delay: 220ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(10) {
  -webkit-animation-delay: 235ms;
  animation-delay: 235ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(11) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(12) {
  -webkit-animation-delay: 265ms;
  animation-delay: 265ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(13) {
  -webkit-animation-delay: 280ms;
  animation-delay: 280ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(14) {
  -webkit-animation-delay: 295ms;
  animation-delay: 295ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(15) {
  -webkit-animation-delay: 310ms;
  animation-delay: 310ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(16) {
  -webkit-animation-delay: 325ms;
  animation-delay: 325ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(17) {
  -webkit-animation-delay: 340ms;
  animation-delay: 340ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(18) {
  -webkit-animation-delay: 355ms;
  animation-delay: 355ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(19) {
  -webkit-animation-delay: 370ms;
  animation-delay: 370ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(20) {
  -webkit-animation-delay: 385ms;
  animation-delay: 385ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(21) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(22) {
  -webkit-animation-delay: 415ms;
  animation-delay: 415ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(23) {
  -webkit-animation-delay: 430ms;
  animation-delay: 430ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(24) {
  -webkit-animation-delay: 445ms;
  animation-delay: 445ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(25) {
  -webkit-animation-delay: 460ms;
  animation-delay: 460ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(26) {
  -webkit-animation-delay: 475ms;
  animation-delay: 475ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(27) {
  -webkit-animation-delay: 490ms;
  animation-delay: 490ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(28) {
  -webkit-animation-delay: 505ms;
  animation-delay: 505ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(29) {
  -webkit-animation-delay: 520ms;
  animation-delay: 520ms;
}
html.cssanimations .enter-animation-quick:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation):nth-child(30) {
  -webkit-animation-delay: 535ms;
  animation-delay: 535ms;
}
html.cssanimations .fade-from-right {
  -webkit-animation-name: enter-animation;
  animation-name: enter-animation;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
html.cssanimations .fade-in {
  -webkit-animation-name: fade-in-animation;
  animation-name: fade-in-animation;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
html.cssanimations .enter-animation-hover:hover.waiting-for-ajax > *:not(.ignore-enter-animation),
html.cssanimations .enter-animation-hover:hover.waiting-for-controllers > *:not(.ignore-enter-animation),
html.cssanimations .enter-animation-hover:hover.waiting-for-scroll > *:not(.ignore-enter-animation) {
  visibility: hidden;
}
html.cssanimations .enter-animation-hover:hover.enter-animation-left:not(.waiting-for-ajax):not(.waiting-for-controllers):not(.waiting-for-scroll) > *:not(.ignore-enter-animation) {
  -webkit-animation-name: enter-animation-left;
  animation-name: enter-animation-left;
}
html.cssanimations .enter-animation-hover:hover > * {
  will-change: opacity, left, transform;
}
@-webkit-keyframes enter-animation {
  0% {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@keyframes enter-animation {
  0% {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@-webkit-keyframes enter-animation-left {
  0% {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@keyframes enter-animation-left {
  0% {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@-webkit-keyframes fade-in-animation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@-webkit-keyframes zoom-fade-in-animation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
@keyframes zoom-fade-in-animation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1);
    animation-timing-function: cubic-bezier(0, 1, 0, 1);
  }
}
.inline-loader {
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.inline-loader.loader-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.inline-loader .loader-circle {
  position: absolute;
  opacity: 0;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: #fff;
  -webkit-box-shadow: inset 0 0 100px;
  box-shadow: inset 0 0 100px;
  left: 0%;
  width: 4px;
  height: 4px;
  border-radius: 100px;
}
.inline-loader .loader-circle:nth-child(2) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.inline-loader .loader-circle:nth-child(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.inline-loader .loader-circle:nth-child(4) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.inline-loader .loader-circle:nth-child(5) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
@-webkit-keyframes bounce {
  0% {
    left: 0%;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    left: 40%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    left: 60%;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  60% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    left: 0%;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    left: 40%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    left: 60%;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  60% {
    left: 100%;
    opacity: 0;
  }
}
body {
  background: #111;
}
.circle-loader {
  position: relative;
  width: 40px;
  height: 40px;
}
.circle-loader.loader-abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.circle-loader.loader-small {
  width: 20px;
  height: 20px;
}
.circle-loader.loader-small.loader-abs-center {
  margin-top: -10px;
  margin-left: -10px;
}
.circle-loader.loader-big {
  width: 80px;
  height: 80px;
}
.circle-loader.loader-big.loader-abs-center {
  margin-top: -40px;
  margin-left: -40px;
}
.circle-loader .loader-circle {
  position: absolute;
  width: 10%;
  height: 100%;
  left: 50%;
  margin-left: -5%;
  opacity: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: orbit;
  animation-name: orbit;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
}
.circle-loader .loader-circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 100px;
  box-shadow: inset 0 0 100px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circle-loader .loader-circle:nth-child(2) {
  -webkit-animation-delay: 235.29411765ms;
  animation-delay: 235.29411765ms;
}
.circle-loader .loader-circle:nth-child(3) {
  -webkit-animation-delay: 470.58823529ms;
  animation-delay: 470.58823529ms;
}
.circle-loader .loader-circle:nth-child(4) {
  -webkit-animation-delay: 705.88235294ms;
  animation-delay: 705.88235294ms;
}
.circle-loader .loader-circle:nth-child(5) {
  -webkit-animation-delay: 941.17647059ms;
  animation-delay: 941.17647059ms;
}
@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
  }
  70% {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
}
@keyframes orbit {
  0% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
  }
  70% {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    animation-timing-function: cubic-bezier(0, 0.65, 1, 0.35);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
}
.loader-inline {
  display: inline-block;
  width: 0.9em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
html.no-cssanimations .inline-loader:after,
html.no-cssanimations .circle-loader:after {
  content: "Loading...";
  opacity: 0.6;
  font-size: 12px;
  vertical-align: top;
}
.loader-white {
  color: #fff;
}
.loader-black {
  color: #000;
}
.metro-alert-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.92);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: table;
  width: 100%;
  height: 100%;
}
.metro-alert-wrapper .metro-alert-holder {
  display: table-cell;
  vertical-align: middle;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert {
  background: #fff;
  color: #111;
  padding: 30px 10px;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert .metro-alert-title:empty {
  display: none;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert .metro-alert-content {
  width: 90%;
  margin: auto;
  max-width: 960px;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert .metro-alert-content .metro-alert-title {
  margin-top: 0;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert .metro-alert-content > * {
  clear: both;
  display: block;
}
.metro-alert-wrapper .metro-alert-holder .metro-alert .metro-alert-content button {
  float: right;
}
body.has-alert {
  overflow: hidden;
}
html.chrome body.has-alert {
  padding-right: 17px;
}
html.chrome body.has-alert .metro-notification-wrapper {
  right: 17px;
}
.metro-notification-wrapper {
  position: fixed;
  right: 0;
  top: 100px;
  width: 330px;
  max-width: 90%;
  z-index: 1001;
}
.metro-notification-wrapper .metro-notification {
  display: block;
  background: #111;
  color: #fff;
  padding: 15px;
  margin: 15px;
  position: relative;
  cursor: default;
  -webkit-box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.4);
  box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.4);
}
.metro-notification-wrapper .metro-notification[href] {
  outline-offset: 3px;
}
.metro-notification-wrapper .metro-notification[href]:active {
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
.metro-notification-wrapper .metro-notification[href]:hover {
  outline: 2px solid rgba(128, 128, 128, 0.25);
}
.metro-notification-wrapper .metro-notification[href]:active {
  outline: 2px solid rgba(128, 128, 128, 0.4);
}
.metro-notification-wrapper .metro-notification .metro-notification-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.metro-notification-wrapper .metro-notification .metro-notification-content {
  margin-bottom: 0px;
  font-size: 14px;
}
.metro-notification-wrapper .metro-notification .notification-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  opacity: 0.8;
  padding: 10px;
}
.metro-notification-wrapper .metro-notification .notification-close:hover {
  opacity: 0.9;
}
.metro-notification-wrapper .metro-notification .notification-close:active {
  opacity: 1;
}
*[data-controller]:not([data-controller-loaded]) {
  visibility: hidden;
}
