body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'NexaRustScriptS-1';
  src: url("../fonts/NexaRustScriptS-1.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaRustScriptS-1.woff") format("woff"), url("../fonts/NexaRustScriptS-1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NexaRustScriptB-2';
  src: url("../fonts/NexaRustScriptB-2.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaRustScriptB-2.woff") format("woff"), url("../fonts/NexaRustScriptB-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, .h1 {
  font-size: 5rem;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  font-family: 'NexaRustScriptB-2', sans-serif; }
  h1--orange, .h1--orange {
    color: #B45827; }
  h1--yellow, .h1--yellow {
    color: #CD8729; }
  h1--green, .h1--green {
    color: #364839; }
  h1--red, .h1--red {
    color: #913524; }
  @media only screen and (max-width: 25rem) {
    h1, .h1 {
      font-size: 3.375rem; } }

h2, .h2 {
  font-size: 3.25rem;
  font-style: normal;
  margin: 0;
  font-family: 'NexaRustScriptS-1', sans-serif; }
  h2--orange, .h2--orange {
    color: #B45827; }
  h2--yellow, .h2--yellow {
    color: #CD8729; }
  h2--green, .h2--green {
    color: #364839; }
  h2--red, .h2--red {
    color: #913524; }
  @media only screen and (max-width: 25rem) {
    h2, .h2 {
      font-size: 2.375rem; } }

h3 {
  margin: 0;
  font-style: normal;
  font-size: 1.625rem; }
  @media only screen and (max-width: 25rem) {
    h3 {
      font-size: 1.25rem; } }

h4 {
  margin: 0;
  font-style: normal; }

h5 {
  margin: 0;
  font-style: normal; }

p {
  margin: 0;
  font-size: 1.125rem;
  color: #323232;
  line-height: calc(30 / 18); }
  p.notice {
    color: #7f7f7f;
    font-style: italic; }

a {
  color: #CD8729; }

strong {
  font-weight: 600;
  font-style: normal; }

address {
  margin-bottom: 0; }

@font-face {
  font-family: 'na-rynku';
  src: url("../iconsets/na-rynku.eot?jisyzr");
  src: url("../iconsets/na-rynku.eot?jisyzr#iefix") format("embedded-opentype"), url("../iconsets/na-rynku.ttf?jisyzr") format("truetype"), url("../iconsets/na-rynku.woff?jisyzr") format("woff"), url("../iconsets/na-rynku.svg?jisyzr#na-rynku") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'na-rynku' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\e907"; }

.icon-arrow-up:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-arrow-left:before {
  content: "\e906"; }

.icon-bowling:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-logo:before {
  content: "\e902"; }

.icon-restaurant:before {
  content: "\e903"; }

.icon-weddings:before {
  content: "\e904"; }

.button {
  height: 50px;
  padding: 0.75rem 1.875rem;
  box-sizing: border-box;
  color: #CD8729;
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }
  .button:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: inline-block;
    transform: rotate(60deg) translateX(-150%);
    transition: transform 0.8s ease-in-out;
    background-color: #CD8729;
    top: 0;
    left: 0;
    width: 18.75rem;
    height: 18.75rem; }
  .button:hover {
    color: white; }
    .button:hover:before {
      transform: translateX(0%); }
  .button--border {
    box-sizing: border-box;
    border: 0.125rem solid #CD8729; }
  .button--orange {
    color: #B45827; }
    .button--orange:before {
      background-color: #B45827; }
    .button--orange.button--border {
      border-color: #B45827; }
  .button--yellow {
    color: #CD8729; }
    .button--yellow:before {
      background-color: #CD8729; }
    .button--yellow.button--border {
      border-color: #CD8729; }
  .button--green {
    color: #364839; }
    .button--green:before {
      background-color: #364839; }
    .button--green.button--border {
      border-color: #364839; }
  .button--red {
    color: #913524; }
    .button--red:before {
      background-color: #913524; }
    .button--red.button--border {
      border-color: #913524; }
  .button--white {
    color: white; }
    .button--white:hover {
      color: black; }
    .button--white:before {
      background-color: white; }
    .button--white.button--border {
      border-color: white; }
  .button--simple {
    border: 0px solid transparent;
    padding: 0 2.5rem 0 0;
    position: relative; }
    .button--simple .icon {
      display: inline-block;
      font-size: 1.125rem;
      margin-left: 0.3125rem;
      transition: transform 0.3s ease-in-out; }
    .button--simple:before {
      display: none; }
    .button--simple:after {
      display: none; }
    .button--simple:hover {
      color: #CD8729; }
  .button--toggle {
    padding: 0;
    min-width: 0;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background-color: #323232;
    box-sizing: border-box; }
    .button--toggle:before {
      display: none; }
    .button--toggle:after {
      text-align: center;
      transition: transform 0.3s ease-in-out;
      content: "";
      display: block;
      width: 0.625rem;
      height: 0.625rem;
      border-bottom: 1px solid white;
      border-right: 1px solid white;
      transform: rotate(45deg) translate(-2px, -2px);
      transform-origin: 50% 50%;
      margin: 10px;
      opacity: 0.7; }
  .button--icon {
    width: 2rem;
    height: 2rem;
    padding: 0;
    min-width: 0; }
    .button--icon:before {
      display: none; }
  .button--right-icon {
    padding-right: 1.25rem; }
    .button--right-icon .icon {
      margin-left: 0.625rem;
      display: inline-block;
      transition: transform 0.3s ease-in-out; }
  .button--menu-toggle {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center; }
    .button--menu-toggle span {
      height: 1px;
      width: 16px;
      display: block;
      background-color: white;
      margin: 5px auto;
      transition: transform 0.3s ease-in-out; }
    .button--menu-toggle.is-active span:nth-child(1) {
      transform: rotate(45deg) translate(3px, 3px); }
    .button--menu-toggle.is-active span:nth-child(2) {
      transform: rotate(0deg);
      display: none; }
    .button--menu-toggle.is-active span:nth-child(3) {
      transform: rotate(-45deg) translate(2px, -1px); }

@media only screen and (max-width: 72.5rem) {
  .actions-carousel {
    padding: 0 1.875rem; } }

.actions-carousel__container {
  margin: 0 auto;
  max-width: 68.75rem;
  position: relative; }

.actions-carousel__controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-content: center; }

.actions-carousel__bullets {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  text-align: center; }

.actions-carousel__bullet {
  height: 6px;
  width: 6px;
  border-radius: 4px;
  background-color: white;
  opacity: 0.5;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0 2px; }
  .actions-carousel__bullet.is-active {
    opacity: 1; }

.actions-carousel__previous {
  position: absolute;
  left: -1.875rem;
  top: calc(50% - 1rem);
  font-size: 2rem; }

.actions-carousel__next {
  position: absolute;
  right: -1.875rem;
  top: calc(50% - 1rem);
  font-size: 2rem; }

.actions-carousel__slides {
  height: 6.25rem;
  background-color: rgba(180, 88, 39, 0.5);
  position: relative;
  overflow: hidden; }
  .actions-carousel__slides h3 {
    font-family: "Nexa Rust Script B 2";
    font-size: 2.25rem;
    color: white;
    line-height: 1.2; }
  @media only screen and (max-width: 28.125rem) {
    .actions-carousel__slides {
      height: 10rem; } }

.actions-carousel__slide {
  padding: 0.9375rem 1.875rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .actions-carousel__slide__date {
    color: white;
    font-size: 1.125rem;
    line-height: 1; }
  .actions-carousel__slide__buttons .button {
    width: 100px; }
  @media only screen and (max-width: 37.5rem) {
    .actions-carousel__slide__title h3 {
      font-size: 1.625rem; } }
  @media only screen and (max-width: 28.125rem) {
    .actions-carousel__slide__title {
      text-align: center; } }
  .actions-carousel__slide.on-left-side {
    transform: translateX(-100%); }
  .actions-carousel__slide.on-right-side {
    transform: translateX(100%); }
  .actions-carousel__slide.transition {
    transition: transform 0.5s ease-in-out; }
  .actions-carousel__slide.is-active {
    transition: transform 0.5s ease-in-out;
    transform: translateX(0%); }
  @media only screen and (max-width: 28.125rem) {
    .actions-carousel__slide {
      flex-direction: column; } }

.actions-list {
  background-color: #CD8729;
  color: white;
  margin-bottom: 1.875rem;
  padding: 1.875rem 0; }
  .actions-list p {
    color: white; }
  .actions-list__container {
    max-width: 68.75rem;
    margin: 0 auto; }
  .actions-list__item {
    display: inline-flex;
    justify-content: space-between;
    margin: 1.875rem 0 0; }
    @media only screen and (max-width: 28.125rem) {
      .actions-list__item {
        flex-direction: column;
        text-align: center; } }
  .actions-list__left {
    width: 50%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px auto;
    grid-template-columns: 150px auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
  .actions-list__left > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .actions-list__left > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    @media only screen and (max-width: 37.5rem) {
      .actions-list__left {
        width: 100%; } }
  .actions-list__right {
    width: 50%; }
    @media only screen and (max-width: 37.5rem) {
      .actions-list__right {
        width: 100%; } }
  .actions-list__image {
    max-width: 9.375rem;
    display: inline-block; }
    @media only screen and (max-width: 28.125rem) {
      .actions-list__image {
        max-width: 100%;
        margin-bottom: 0.625rem; } }
    .actions-list__image img {
      width: 100%; }
  .actions-list__title {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.9375rem; }
  .actions-list--orange {
    background-color: #B45827; }
  .actions-list--yellow {
    background-color: #CD8729; }
  .actions-list--green {
    background-color: #364839; }
  .actions-list--red {
    background-color: #913524; }
  @media only screen and (max-width: 72.5rem) {
    .actions-list {
      padding: 1.875rem; } }

.address {
  margin-bottom: 1.875rem; }
  .address h3 {
    font-family: 'NexaRustScriptB-2', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0.9375rem; }
    @media only screen and (max-width: 25rem) {
      .address h3 {
        font-size: 1.875rem; } }
  .address address {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0; }
    .address address p {
      margin-bottom: 10px; }
  .address__social__item .icon {
    font-size: 1.625rem;
    color: #323232; }

.footer {
  background-color: #323232;
  color: white;
  padding: 4.0625rem 1.875rem; }
  .footer__container {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1.875rem;
    max-width: 68.75rem; }
  .footer__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .footer__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    @media only screen and (max-width: 800px) {
      .footer__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr; }
      .footer__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  .footer h3 {
    color: white; }
  .footer .address address, .footer .address p, .footer .address .icon {
    color: white; }

@media only screen and (max-width: 72.5rem) {
  .food-menu {
    padding: 0 1.875rem; } }

.food-menu__container {
  max-width: 68.75rem;
  margin: 0 auto; }
  .food-menu__container h2 {
    margin-bottom: 1.875rem; }

.food-menu__category {
  width: 100%; }
  .food-menu__category__list {
    margin-bottom: 3.125rem; }
  .food-menu__category__item.is-active .food-menu__category__header h3 {
    color: #323232; }
  .food-menu__category__item.is-active .food-menu__category__header .button--toggle:after {
    transform: rotate(-135deg); }
  .food-menu__category__item.is-active .food-menu__menu {
    max-height: 187.5rem; }
  .food-menu__category__header {
    padding: 0 0 0 1.875rem;
    display: flex;
    align-items: center;
    height: 4.375rem;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #323232; }
    .food-menu__category__header h3 {
      color: #323232;
      transition: color 0.3s ease-in-out; }
    .food-menu__category__header:hover h3 {
      color: #CD8729; }
    .food-menu__category__header:hover .button {
      background-color: #CD8729; }
    @media only screen and (max-width: 450px) {
      .food-menu__category__header {
        padding: 0 0 0 0; }
        .food-menu__category__header h3 {
          font-size: 1.375rem; } }

.food-menu__menu {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out; }
  .food-menu__menu__item {
    background-color: #E9E9E9;
    margin-bottom: 1px;
    padding: 0.9375rem 1.875rem;
    display: flex;
    justify-content: space-between; }
    .food-menu__menu__item__price {
      text-align: right; }
      .food-menu__menu__item__price span:nth-child(1), .food-menu__menu__item__price span:nth-child(2) {
        font-size: 1.125rem;
        font-weight: 600;
        color: #323232; }
        @media only screen and (max-width: 28.125rem) {
          .food-menu__menu__item__price span:nth-child(1), .food-menu__menu__item__price span:nth-child(2) {
            margin-bottom: 1.25rem; } }
      .food-menu__menu__item__price span:nth-child(2) {
        margin: 0 5px; }
      .food-menu__menu__item__price span {
        font-weight: 300;
        font-size: 1.125rem; }
    .food-menu__menu__item__title p {
      font-weight: 300;
      font-size: 1rem; }
    @media only screen and (max-width: 28.125rem) {
      .food-menu__menu__item__title {
        margin-bottom: 0.625rem; } }
    .food-menu__menu__item__note {
      font-size: 0.875rem; }
    @media only screen and (max-width: 28.125rem) {
      .food-menu__menu__item {
        flex-direction: column; } }

.food-menu--orange .food-menu__category__item:hover .food-menu__category__header h3, .food-menu--orange .food-menu__category__item.is-active .food-menu__category__header h3 {
  color: #B45827; }

.food-menu--orange .food-menu__category__item:hover .food-menu__category__header .button, .food-menu--orange .food-menu__category__item.is-active .food-menu__category__header .button {
  background-color: #B45827; }

.food-menu--orange .food-menu__category__item:hover .food-menu__category__header h3, .food-menu--orange .food-menu__category__item.is-active .food-menu__category__header h3 {
  color: #B45827; }

.food-menu--orange .food-menu__category__item:hover .food-menu__category__header .button, .food-menu--orange .food-menu__category__item.is-active .food-menu__category__header .button {
  background-color: #B45827; }

.food-menu--yellow .food-menu__category__item:hover .food-menu__category__header h3, .food-menu--yellow .food-menu__category__item.is-active .food-menu__category__header h3 {
  color: #CD8729; }

.food-menu--yellow .food-menu__category__item:hover .food-menu__category__header .button, .food-menu--yellow .food-menu__category__item.is-active .food-menu__category__header .button {
  background-color: #CD8729; }

.food-menu--red .food-menu__category__item:hover .food-menu__category__header h3, .food-menu--red .food-menu__category__item.is-active .food-menu__category__header h3 {
  color: #913524; }

.food-menu--red .food-menu__category__item:hover .food-menu__category__header .button, .food-menu--red .food-menu__category__item.is-active .food-menu__category__header .button {
  background-color: #913524; }

.gallery__container {
  margin: 0 auto;
  max-width: 68.75rem; }

.gallery__list {
  padding: 1.875rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1.875rem; }

.gallery__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.gallery__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.gallery__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }

.gallery__wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }

.gallery__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .gallery__body img {
    width: 100%;
    vertical-align: middle; }

.gallery--green {
  background-color: #364839; }

.gallery--orange {
  background-color: #B45827; }

.gallery--yellow {
  background-color: #CD8729; }

.gallery--red {
  background-color: #913524; }

@media only screen and (max-width: 72.5rem) {
  .gallery {
    padding: 0 1.875rem; } }

.header-carousel {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 9; }
  .header-carousel__slides {
    height: 100%;
    width: 100%; }
  .header-carousel__slide {
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%; }
    .header-carousel__slide__background {
      z-index: 1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-color: white;
      background-position: center center; }
    .header-carousel__slide__overlay {
      z-index: 9;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-color: rgba(205, 135, 41, 0.6); }
    .header-carousel__slide__text {
      position: relative;
      z-index: 99;
      color: white; }
      .header-carousel__slide__text h1 {
        font-size: 8.75rem; }
        @media only screen and (max-width: 800px) {
          .header-carousel__slide__text h1 {
            font-size: 5rem; } }
      .header-carousel__slide__text span {
        font-style: italic;
        font-size: 1.75rem;
        position: absolute;
        line-height: 1;
        bottom: 5px; }
        @media only screen and (max-width: 800px) {
          .header-carousel__slide__text span {
            font-size: 1.125rem; } }
      @media only screen and (max-width: 28.125rem) {
        .header-carousel__slide__text {
          margin-bottom: 9.375rem; } }
    .header-carousel__slide__first-text {
      left: 50px; }
      @media only screen and (max-width: 800px) {
        .header-carousel__slide__first-text {
          left: 30px; } }
    .header-carousel__slide__second-text {
      right: 0; }
    .header-carousel__slide--orange .header-carousel__slide__overlay {
      background-color: rgba(180, 88, 39, 0.6); }
    .header-carousel__slide--yellow .header-carousel__slide__overlay {
      background-color: rgba(205, 135, 41, 0.6); }
    .header-carousel__slide--green .header-carousel__slide__overlay {
      background-color: rgba(54, 72, 57, 0.6); }
    .header-carousel__slide--red .header-carousel__slide__overlay {
      background-color: rgba(145, 53, 36, 0.6); }

.left-photo-list h2 {
  color: #CD8729;
  margin-bottom: 0.9375rem; }

.left-photo-list__container {
  max-width: 68.75rem;
  margin: 0 auto; }

.left-photo-list__item {
  margin-bottom: 1.875rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem;
  -ms-grid-columns: 50% 1.875rem 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr; }

.left-photo-list__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.left-photo-list__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .left-photo-list__item h3 {
    margin-bottom: 0.9375rem;
    color: #CD8729; }
  .left-photo-list__item img {
    max-width: 100%; }
  @media only screen and (max-width: 50rem) {
    .left-photo-list__item {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }
    .left-photo-list__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.left-photo-list--orange h2 {
  color: #B45827; }

.left-photo-list--orange .left-photo-list__item h3 {
  color: #B45827; }

.left-photo-list--yellow h2 {
  color: #CD8729; }

.left-photo-list--yellow .left-photo-list__item h3 {
  color: #CD8729; }

.left-photo-list--green h2 {
  color: #364839; }

.left-photo-list--green .left-photo-list__item h3 {
  color: #364839; }

.left-photo-list--red h2 {
  color: #913524; }

.left-photo-list--red .left-photo-list__item h3 {
  color: #913524; }

@media only screen and (max-width: 72.5rem) {
  .left-photo-list {
    padding: 1.875rem; } }

.modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .modal__background {
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .modal__container {
    position: relative;
    z-index: 9;
    background-color: white;
    max-width: 90vw; }
  .modal__header {
    padding: 1.875rem; }
  .modal__body {
    padding: 1.875rem; }
  .modal__footer {
    padding: 1.875rem; }
  .modal--medium .modal__container {
    max-width: 550px;
    text-align: center; }
  .modal.is-active {
    display: flex; }

.open-time h3 {
  font-family: 'NexaRustScriptB-2', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.9375rem; }
  @media only screen and (max-width: 25rem) {
    .open-time h3 {
      font-size: 1.875rem; } }

.open-time__day {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 21.875rem;
  font-weight: 300;
  font-size: 1rem; }
  @media only screen and (max-width: 450px) {
    .open-time__day {
      flex-direction: column;
      margin-bottom: 0.9375rem; } }

.page-header {
  min-height: 100vh;
  height: 700px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .page-header__container {
    max-width: 68.75rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1.875rem;
    width: 100%;
    min-height: 40.625rem; }
  .page-header__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .page-header__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    @media only screen and (max-width: 800px) {
      .page-header__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        width: 100%; }
      .page-header__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  .page-header__image {
    background-size: cover;
    background-position: center;
    height: 40.625rem; }
    @media only screen and (max-width: 800px) {
      .page-header__image {
        height: 28.125rem; } }
  .page-header__map {
    height: 40.625rem;
    width: 100%; }
  .page-header__text-block {
    display: flex;
    align-items: center; }
    .page-header__text-block h1 {
      margin-bottom: 1.875rem;
      line-height: 1; }
      .page-header__text-block h1 span {
        margin-left: 60px; }
    .page-header__text-block p {
      max-width: 26.25rem;
      margin-bottom: 1.875rem; }
    @media only screen and (max-width: 800px) {
      .page-header__text-block h1 span {
        margin-left: 0; }
      .page-header__text-block p {
        max-width: none; } }
  .page-header__text-block {
    display: flex;
    align-items: center; }
  @media only screen and (max-width: 68.75rem) {
    .page-header {
      padding: 1.875rem;
      flex-direction: column; } }

.promo-section {
  display: -ms-grid;
  display: grid;
  background-color: #CD8729;
  grid-gap: 1.875rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr; }
  .promo-section__image {
    height: 100%;
    overflow: hidden;
    text-align: center; }
    .promo-section__image img {
      margin: 0;
      min-height: 100%;
      min-width: 100%;
      display: block;
      margin: 0 auto; }
  .promo-section__body {
    display: flex;
    align-items: center; }
  .promo-section__text {
    margin-left: 80px;
    max-width: 53.6875rem;
    padding: 1.875rem; }
    .promo-section__text h2 {
      color: white;
      margin-bottom: 1.875rem; }
    .promo-section__text p {
      color: white;
      line-height: 1.6;
      font-size: 1.125rem;
      margin-bottom: 1.875rem; }
    @media only screen and (max-width: 1000px) {
      .promo-section__text {
        margin-left: 0; } }
    @media only screen and (max-width: 800px) {
      .promo-section__text {
        text-align: center; } }
  .promo-section--image-left {
    -ms-grid-columns: 33.3% auto;
    grid-template-columns: 33.3% auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
  .promo-section--image-left > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .promo-section--image-left > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    @media only screen and (max-width: 1000px) {
      .promo-section--image-left {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 800px) {
      .promo-section--image-left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .promo-section--orange {
    background-color: #B45827; }
  .promo-section--orange {
    background-color: #CD8729; }
  .promo-section--green {
    background-color: #364839; }

.read-more__text {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out; }

.read-more.is-active .read-more__all {
  display: none; }

.read-more.is-active .read-more__short {
  display: block; }

.read-more.is-active .button--simple .icon, .read-more.is-active .button--right-icon .icon {
  transform: rotate(-180deg); }

.sample-photos {
  overflow: hidden; }
  .sample-photos__container {
    max-width: calc(68.75rem + (100% - 68.75rem) /2);
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.875rem;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
  .sample-photos__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .sample-photos__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .sample-photos__wrapper {
    display: inline-flex;
    flex-direction: column; }
  .sample-photos__item {
    overflow: hidden;
    padding-top: 53%;
    position: relative; }
    .sample-photos__item img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .sample-photos--align-right .sample-photos__container {
    margin: 0 0 0 auto; }
  @media only screen and (max-width: 800px) {
    .sample-photos .sample-photos__container {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin: 0 auto; } }

.section__header-carousel {
  margin: 0;
  position: relative; }
  .section__header-carousel .actions-carousel {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: calc(5rem + 1.875rem); }

.section__sample-photos {
  margin: 88px 0; }

.section__left-photo-list {
  margin: 50px 0; }

.short-paragraph {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 1.875rem 1.875rem;
  text-align: center; }
  .short-paragraph h2 {
    color: #CD8729;
    margin: 0;
    margin-bottom: 35px; }
  .short-paragraph p {
    margin: 0;
    margin-bottom: 35px; }
  .short-paragraph .button {
    margin: 0 auto; }
  .short-paragraph--orange h2 {
    color: #B45827; }
  .short-paragraph--yellow h2 {
    color: #CD8729; }
  .short-paragraph--green h2 {
    color: #364839; }
  .short-paragraph--red h2 {
    color: #913524; }

.static-content {
  margin-bottom: 3.75rem; }
  .static-content__container {
    max-width: 68.75rem;
    margin: 0 auto; }
  .static-content ul, .static-content ol {
    margin: 0; }
  .static-content p {
    margin-bottom: 0.625rem; }
  @media only screen and (max-width: 72.5rem) {
    .static-content {
      padding: 0 1.875rem; } }

.tiles {
  position: relative;
  z-index: 9;
  margin-top: -5rem;
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 72.5rem) {
    .tiles {
      padding: 0 1.875rem; } }
  .tiles__container {
    max-width: 68.75rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1.875rem; }
  .tiles__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .tiles__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .tiles__container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
    @media only screen and (max-width: 50rem) {
      .tiles__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr; }
      .tiles__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  .tiles__item {
    max-width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    background-color: #CD8729;
    box-sizing: border-box; }
    .tiles__item:hover {
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.38);
      transform: scale(1.05); }
    .tiles__item__header {
      height: 80px;
      padding: 1.875rem;
      box-sizing: border-box;
      display: flex;
      justify-items: center;
      align-items: center;
      position: relative; }
      .tiles__item__header h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        color: white;
        margin: 0; }
    .tiles__item__body {
      position: relative;
      padding-bottom: 70%;
      overflow: hidden;
      width: 100%; }
      .tiles__item__body img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        display: block; }
    .tiles__item__icon {
      position: absolute;
      top: 40px;
      right: 10px;
      z-index: 99;
      text-align: center;
      vertical-align: middle; }
      .tiles__item__icon .icon {
        color: white;
        font-size: 5rem; }
    .tiles__item--orange {
      background-color: #B45827; }
    .tiles__item--yellow {
      background-color: #CD8729; }
    .tiles__item--green {
      background-color: #364839; }
    .tiles__item--red {
      background-color: #913524; }

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background 0.3s ease-in-out,  box-shadow 0.3s ease-in-out,  transform 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 68.75rem) {
    .top-menu {
      height: 100vh;
      width: 15.625rem;
      background-color: white;
      transform: translateX(-100%); } }
  .top-menu__logo {
    left: 1.875rem;
    top: 1.875rem;
    position: absolute;
    transition: top 0.3s ease-in-out; }
    .top-menu__logo .icon {
      font-size: 9.375rem;
      color: white;
      transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 68.75rem) {
      .top-menu__logo {
        top: 1.875rem;
        position: relative;
        display: inline-block; }
        .top-menu__logo .icon {
          font-size: 6.25rem; } }
  .top-menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.3s ease-in-out; }
    .top-menu__list__link {
      font-size: 1.25rem;
      font-weight: 300;
      color: white;
      text-decoration: none;
      display: inline-flex;
      margin: 0 0.9375rem;
      position: relative;
      transition: color 0.2s ease-in-out; }
      .top-menu__list__link:after {
        content: "";
        position: absolute;
        position: absolute;
        left: 0;
        width: 0;
        bottom: -10px;
        height: 2px;
        background-color: white;
        transition: width 0.2s ease-in-out, background 0.2s ease-in-out; }
      .top-menu__list__link:hover, .top-menu__list__link .is-active {
        color: #d9d9d9; }
        .top-menu__list__link:hover:after, .top-menu__list__link .is-active:after {
          background-color: #d9d9d9;
          width: 100%; }
      .top-menu__list__link.is-active {
        font-weight: 600; }
      @media only screen and (max-width: 68.75rem) {
        .top-menu__list__link {
          margin-bottom: 0.9375rem; }
          .top-menu__list__link:after {
            bottom: -5px; } }
    @media only screen and (max-width: 68.75rem) {
      .top-menu__list {
        transition: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.875rem;
        height: auto;
        margin-top: 50px; } }
  .top-menu__social {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    z-index: 99;
    transition: top 0.3s ease-in-out; }
    .top-menu__social__item {
      text-decoration: none;
      font-size: 2.5rem; }
      .top-menu__social__item .icon {
        color: white;
        transition: all 0.3s ease-in-out; }
      .top-menu__social__item:hover .icon {
        color: #d9d9d9; }
    @media only screen and (max-width: 68.75rem) {
      .top-menu__social {
        bottom: 1.875rem;
        left: 1.875rem;
        top: auto; } }
  .top-menu__toggle {
    position: absolute;
    right: -2.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none; }
    @media only screen and (max-width: 68.75rem) {
      .top-menu__toggle {
        display: block; } }
  .top-menu--orange .top-menu__logo .icon {
    color: #B45827; }
  .top-menu--orange .top-menu__social__item .icon {
    color: #B45827; }
  .top-menu--orange .top-menu__list__link {
    color: #B45827; }
    .top-menu--orange .top-menu__list__link:after {
      background-color: #B45827; }
  .top-menu--yellow .top-menu__logo .icon {
    color: #CD8729; }
  .top-menu--yellow .top-menu__social__item .icon {
    color: #CD8729; }
  .top-menu--yellow .top-menu__list__link {
    color: #CD8729; }
    .top-menu--yellow .top-menu__list__link:after {
      background-color: #CD8729; }
  .top-menu--green .top-menu__logo .icon {
    color: #364839; }
  .top-menu--green .top-menu__social__item .icon {
    color: #364839; }
  .top-menu--green .top-menu__list__link {
    color: #364839; }
    .top-menu--green .top-menu__list__link:after {
      background-color: #364839; }
  .top-menu--red .top-menu__logo .icon {
    color: #913524; }
  .top-menu--red .top-menu__social__item .icon {
    color: #913524; }
  .top-menu--red .top-menu__list__link {
    color: #913524; }
    .top-menu--red .top-menu__list__link:after {
      background-color: #913524; }
  .top-menu--black .top-menu__logo .icon {
    color: #000000; }
  .top-menu--black .top-menu__social__item .icon {
    color: #000000; }
  .top-menu--black .top-menu__list__link {
    color: #000000; }
    .top-menu--black .top-menu__list__link:after {
      background-color: #000000; }
  .top-menu.is-scrolled {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .top-menu.is-scrolled .top-menu__list {
      height: 3.75rem; }
    .top-menu.is-scrolled .top-menu__logo {
      top: 0.3125rem; }
      .top-menu.is-scrolled .top-menu__logo .icon {
        font-size: 3.125rem; }
    .top-menu.is-scrolled .top-menu__social {
      top: 0.3125rem; }
      .top-menu.is-scrolled .top-menu__social .icon {
        font-size: 1.875rem; }
    .top-menu.is-scrolled.top-menu--white {
      background-color: white; }
      .top-menu.is-scrolled.top-menu--white .top-menu__list__link {
        color: #CD8729; }
      .top-menu.is-scrolled.top-menu--white .top-menu__logo .icon {
        color: #CD8729; }
      .top-menu.is-scrolled.top-menu--white .top-menu__social .icon {
        color: #CD8729; }
  .top-menu.is-active {
    transform: translateX(0); }
    .top-menu.is-active.top-menu--white {
      background-color: white; }
      .top-menu.is-active.top-menu--white .top-menu__list__link {
        color: #CD8729; }
      .top-menu.is-active.top-menu--white .top-menu__logo .icon {
        color: #CD8729; }
      .top-menu.is-active.top-menu--white .top-menu__social .icon {
        color: #CD8729; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }
