/**
 * Styles for custom screens
 */
section#screen-photos {
  background-color: #f6d7d8;
  width: 100%;
  height: 100%;
  background-image: url("../../template-parts/screens/img/WorldMap.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  section#screen-photos .container {
    width: 100%;
    height: 100%;
    position: relative; }
  section#screen-photos figure {
    margin: 0px;
    width: 100%;
    position: absolute;
    opacity: 0; }

@-webkit-keyframes screenPhotosAnimation {
  0% {
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }
  80% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); } }

@-moz-keyframes screenPhotosAnimation {
  0% {
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }
  80% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); } }

@-o-keyframes screenPhotosAnimation {
  0% {
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }
  80% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); } }

@keyframes screenPhotosAnimation {
  0% {
    opacity: 0; }
  60% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }
  80% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); } }
    section#screen-photos figure span {
      display: inline-block;
      background-image: url("../../template-parts/screens/img/Canvas.png");
      background-repeat: no-repeat;
      background-size: 41%;
      padding-left: 14px;
      padding-top: 22px;
      cursor: auto; }
      section#screen-photos figure span.small-canvas {
        background-image: url("../../template-parts/screens/img/CanvasSmall-min.png"); }
      @media only screen and (max-width: 735px), (max-width: 1068px) and (orientation: landscape) {
        section#screen-photos figure span {
          background-size: 26%;
          padding-left: 5px;
          padding-top: 8px; } }
      @media only screen and (max-width: 735px) and (orientation: landscape), (max-width: 1068px) and (orientation: landscape) {
        section#screen-photos figure span {
          background-size: 18%; } }
      section#screen-photos figure span img {
        width: 35%;
        height: auto;
        margin-bottom: 55px; }
        @media only screen and (max-width: 735px) {
          section#screen-photos figure span img {
            width: 22%;
            margin-bottom: 15px; } }
        @media only screen and (max-width: 735px) and (orientation: landscape), (max-width: 1068px) and (orientation: landscape) {
          section#screen-photos figure span img {
            width: 15%; } }
  section#screen-photos figure:nth-child(1) {
    left: 5%;
    top: 20%;
    z-index: 10;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(1) span {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  section#screen-photos figure:nth-child(2) {
    left: 5%;
    top: 55%;
    z-index: 12;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(2) span {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  section#screen-photos figure:nth-child(3) {
    left: 25%;
    top: 40%;
    z-index: 11;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(3) span {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }
  section#screen-photos figure:nth-child(4) {
    left: 30%;
    top: 60%;
    z-index: 12;
    -webkit-transform: translateY(-500%);
    -moz-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(4) span {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg); }
  section#screen-photos figure:nth-child(5) {
    left: 35%;
    top: 20%;
    z-index: 12;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(5) span {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg); }
  section#screen-photos figure:nth-child(6) {
    left: 60%;
    top: 70%;
    -webkit-transform: translateY(-600%);
    -moz-transform: translateY(-600%);
    -ms-transform: translateY(-600%);
    -o-transform: translateY(-600%);
    transform: translateY(-600%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(6) span {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg); }
  section#screen-photos figure:nth-child(7) {
    left: 55%;
    top: 43%;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 3.6s;
    -moz-animation-delay: 3.6s;
    -o-animation-delay: 3.6s;
    animation-delay: 3.6s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(7) span {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  section#screen-photos figure:nth-child(8) {
    left: 77%;
    top: 60%;
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -o-transform: translateY(-400%);
    transform: translateY(-400%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(8) span {
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      transform: rotate(10deg); }
  section#screen-photos figure:nth-child(9) {
    left: 80%;
    top: 28%;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(9) span {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }
  section#screen-photos figure:nth-child(10) {
    left: 55%;
    top: 15%;
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -o-transform: translateY(-400%);
    transform: translateY(-400%);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: screenPhotosAnimation;
    -moz-animation-name: screenPhotosAnimation;
    -o-animation-name: screenPhotosAnimation;
    animation-name: screenPhotosAnimation; }
    section#screen-photos figure:nth-child(10) span {
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      -o-transform: rotate(-4deg);
      transform: rotate(-4deg); }

section#screen-destinations {
  background-color: #f6d7d8;
  width: 100%;
  height: 100%;
  background-image: url("../../template-parts/screens/img/WorldMapWithPins-min.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  section#screen-destinations .container {
    text-align: left;
    width: 100%;
    height: 56vw;
    max-width: 2400px;
    max-height: 1122px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* https://bugs.chromium.org/p/chromium/issues/detail?id=637543*/
    /*
		  motion-offset -> offset-distance
		  motion-path -> offset-path
		  motion-rotation -> offset-rotation
		  motion -> offset
		*/ }
    @media screen and (min-aspect-ratio: 16 / 9) {
      section#screen-destinations .container {
        width: 180vh;
        height: 100%; } }
    section#screen-destinations .container figure {
      width: 100%;
      position: absolute; }
      section#screen-destinations .container figure img {
        width: 12%;
        height: auto; }
      section#screen-destinations .container figure.animatable img {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-animation-duration: 0.8s;
        -moz-animation-duration: 0.8s;
        -o-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-name: screenStampsAnimation;
        -moz-animation-name: screenStampsAnimation;
        -o-animation-name: screenStampsAnimation;
        animation-name: screenStampsAnimation; }

@-webkit-keyframes screenStampsAnimation {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes screenStampsAnimation {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes screenStampsAnimation {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes screenStampsAnimation {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
    section#screen-destinations .container figure:nth-child(1) {
      left: 5%;
      top: 10%; }
      section#screen-destinations .container figure:nth-child(1) img {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        animation-delay: 6s; }
    section#screen-destinations .container figure:nth-child(2) {
      left: 4.5%;
      top: 60%; }
      section#screen-destinations .container figure:nth-child(2) img {
        -webkit-animation-delay: 5.2s;
        -moz-animation-delay: 5.2s;
        -o-animation-delay: 5.2s;
        animation-delay: 5.2s; }
    section#screen-destinations .container figure:nth-child(3) {
      left: 27%;
      top: 22%; }
      section#screen-destinations .container figure:nth-child(3) img {
        -webkit-animation-delay: 4.4s;
        -moz-animation-delay: 4.4s;
        -o-animation-delay: 4.4s;
        animation-delay: 4.4s; }
    section#screen-destinations .container figure:nth-child(4) {
      left: 45%;
      top: 58%; }
      section#screen-destinations .container figure:nth-child(4) img {
        -webkit-animation-delay: 3.6s;
        -moz-animation-delay: 3.6s;
        -o-animation-delay: 3.6s;
        animation-delay: 3.6s; }
    section#screen-destinations .container figure:nth-child(5) {
      left: 73%;
      top: 50%; }
      section#screen-destinations .container figure:nth-child(5) img {
        -webkit-animation-delay: 2.8s;
        -moz-animation-delay: 2.8s;
        -o-animation-delay: 2.8s;
        animation-delay: 2.8s; }
    section#screen-destinations .container figure:nth-child(6) {
      left: 58%;
      top: 12%; }
      section#screen-destinations .container figure:nth-child(6) img {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
        width: 18%; }
    section#screen-destinations .container figure.flight-path {
      height: 100%;
      left: 16%;
      top: 17%; }
    section#screen-destinations .container figure.aircraft {
      left: 76%;
      top: 27%; }
      section#screen-destinations .container figure.aircraft img {
        width: 3%; }
    section#screen-destinations .container .plane {
      -webkit-transform: rotate(90deg) translateX(-62%);
      -moz-transform: rotate(90deg) translateX(-62%);
      -ms-transform: rotate(90deg) translateX(-62%);
      -o-transform: rotate(90deg) translateX(-62%);
      transform: rotate(90deg) translateX(-62%); }
    @supports (motion-path: path("m1671.27505,340.680531 C1671.27505,340.680531 1516.90638,517.841525 1379.76936,589.073783 C1242.63234,660.306041 1098.63266,593.335567 994.093371,619.225961 C885.230416,646.187161 884.963079,698.357652 769.558904,692.22597 C654.154729,686.094287 613.894945,580.862352 625.515564,503.196104 C637.136182,425.529856 815.745601,414.001476 800.063739,540 C784.381876,665.998524 448.408793,565.310152 416.083914,539.072361 C383.759035,512.83457 352.625889,474.500171 352.625889,474.500171")) {
      section#screen-destinations .container .path {
        offset-path: path("m1671.27505,340.680531 C1671.27505,340.680531 1516.90638,517.841525 1379.76936,589.073783 C1242.63234,660.306041 1098.63266,593.335567 994.093371,619.225961 C885.230416,646.187161 884.963079,698.357652 769.558904,692.22597 C654.154729,686.094287 613.894945,580.862352 625.515564,503.196104 C637.136182,425.529856 815.745601,414.001476 800.063739,540 C784.381876,665.998524 448.408793,565.310152 416.083914,539.072361 C383.759035,512.83457 352.625889,474.500171 352.625889,474.500171");
        -webkit-animation-duration: 4.8s;
        -moz-animation-duration: 4.8s;
        -o-animation-duration: 4.8s;
        animation-duration: 4.8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-name: sweepAnimation;
        -moz-animation-name: sweepAnimation;
        -o-animation-name: sweepAnimation;
        animation-name: sweepAnimation; }
      section#screen-destinations .container figure.aircraft {
        display: none; } }

@keyframes sweepAnimation {
  0% {
    motion-offset: 3%;
    offset-distance: 3%; }
  to {
    motion-offset: 100%;
    offset-distance: 100%; } }

section#screen-jewelry,
section#screen-moda {
  width: 100%;
  height: 100%;
  background-color: #f6d7d8; }
  section#screen-jewelry .container,
  section#screen-moda .container {
    width: 100%;
    height: 100%;
    background-color: #fff; }
    @media only screen and (max-width: 735px) and (orientation: portrait) {
      section#screen-jewelry .container,
      section#screen-moda .container {
        height: 45%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%; } }
    section#screen-jewelry .container > div,
    section#screen-moda .container > div {
      float: left;
      height: 100%;
      width: 50%; }
    section#screen-jewelry .container > div:first-child,
    section#screen-moda .container > div:first-child {
      background-color: #fff; }
      section#screen-jewelry .container > div:first-child figure,
      section#screen-moda .container > div:first-child figure {
        height: 100%;
        text-align: center; }
        section#screen-jewelry .container > div:first-child figure img,
        section#screen-moda .container > div:first-child figure img {
          width: 100%;
          max-width: 240px;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%); }
          @media only screen and (max-width: 735px) and (orientation: landscape) {
            section#screen-jewelry .container > div:first-child figure img,
            section#screen-moda .container > div:first-child figure img {
              max-width: 100px; } }
        section#screen-jewelry .container > div:first-child figure span,
        section#screen-moda .container > div:first-child figure span {
          vertical-align: middle;
          display: inline-block;
          height: 100%; }
    section#screen-jewelry .container > div:last-child,
    section#screen-moda .container > div:last-child {
      overflow: hidden;
      background-color: #f6d7d8; }
      section#screen-jewelry .container > div:last-child div.inner-container,
      section#screen-moda .container > div:last-child div.inner-container {
        position: relative;
        height: 100%;
        width: 100%;
        background-image: url("../../template-parts/screens/img/WorldMap.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center; }
        section#screen-jewelry .container > div:last-child div.inner-container .elements-wrapper,
        section#screen-moda .container > div:last-child div.inner-container .elements-wrapper {
          position: absolute;
          bottom: 0px;
          right: 0%;
          width: 100%;
          min-width: 277px;
          max-width: 477px;
          width: 477px;
          height: 525px; }
          @media only screen and (max-width: 1068px) {
            section#screen-jewelry .container > div:last-child div.inner-container .elements-wrapper,
            section#screen-moda .container > div:last-child div.inner-container .elements-wrapper {
              right: 0%;
              min-width: 184.66667px;
              max-width: 318px;
              width: 318px;
              height: 350px; } }
          @media only screen and (max-width: 735px) {
            section#screen-jewelry .container > div:last-child div.inner-container .elements-wrapper,
            section#screen-moda .container > div:last-child div.inner-container .elements-wrapper {
              right: 0%;
              min-width: 86.5625px;
              max-width: 149.0625px;
              width: 149.0625px;
              height: 164.0625px; } }
          @media only screen and (max-width: 735px) and (orientation: landscape) {
            section#screen-jewelry .container > div:last-child div.inner-container .elements-wrapper,
            section#screen-moda .container > div:last-child div.inner-container .elements-wrapper {
              min-width: 138.5px;
              max-width: 238.5px;
              width: 238.5px;
              height: 262.5px; } }
        section#screen-jewelry .container > div:last-child div.inner-container .animatable,
        section#screen-moda .container > div:last-child div.inner-container .animatable {
          position: absolute;
          width: 100%; }
        section#screen-jewelry .container > div:last-child div.inner-container .first,
        section#screen-moda .container > div:last-child div.inner-container .first {
          height: 100%; }
          section#screen-jewelry .container > div:last-child div.inner-container .first img,
          section#screen-moda .container > div:last-child div.inner-container .first img {
            width: 100%; }
        section#screen-jewelry .container > div:last-child div.inner-container .second,
        section#screen-moda .container > div:last-child div.inner-container .second {
          margin-top: 15%;
          height: 100%; }
          section#screen-jewelry .container > div:last-child div.inner-container .second img,
          section#screen-moda .container > div:last-child div.inner-container .second img {
            width: 70%; }
        section#screen-jewelry .container > div:last-child div.inner-container .third,
        section#screen-moda .container > div:last-child div.inner-container .third {
          margin-top: 90%; }
          section#screen-jewelry .container > div:last-child div.inner-container .third img,
          section#screen-moda .container > div:last-child div.inner-container .third img {
            max-width: 300px;
            max-height: 60px; }
            @media only screen and (max-width: 1068px) {
              section#screen-jewelry .container > div:last-child div.inner-container .third img,
              section#screen-moda .container > div:last-child div.inner-container .third img {
                max-height: 40px; } }
            @media only screen and (max-width: 735px) {
              section#screen-jewelry .container > div:last-child div.inner-container .third img,
              section#screen-moda .container > div:last-child div.inner-container .third img {
                max-height: 20px; } }
        section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper,
        section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper {
          width: 75%;
          height: 75%;
          bottom: 0%; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div,
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div {
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div div.stamp-rotate,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div div.stamp-rotate {
              height: 100%;
              -webkit-transform-origin: 100% 100%;
              -ms-transform-origin: 100% 100%;
              -o-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
              -webkit-transform: rotate(20deg);
              -moz-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
              -o-transform: rotate(20deg);
              transform: rotate(20deg); }

@-webkit-keyframes firstScreenAnimation {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  7% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  17% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

@-moz-keyframes firstScreenAnimation {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  7% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  17% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

@-o-keyframes firstScreenAnimation {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  7% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  17% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

@keyframes firstScreenAnimation {
  from {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  7% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  17% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  22% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div .second.animatable {
              height: 100%;
              -webkit-transform-origin: 50% 100%;
              -ms-transform-origin: 50% 100%;
              -o-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
              -webkit-transform: rotate(-10deg);
              -moz-transform: rotate(-10deg);
              -ms-transform: rotate(-10deg);
              -o-transform: rotate(-10deg);
              transform: rotate(-10deg); }

@-webkit-keyframes firstScreenImageAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  7% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  9% {
    opacity: 1;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); } }

@-moz-keyframes firstScreenImageAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  7% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  9% {
    opacity: 1;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); } }

@-o-keyframes firstScreenImageAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  7% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  9% {
    opacity: 1;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes firstScreenImageAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  7% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  9% {
    opacity: 1;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); } }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div .third.animatable {
              opacity: 0; }

@-webkit-keyframes firstScreenTextAnimation {
  from {
    opacity: 0; }
  8% {
    opacity: 0; }
  11% {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes firstScreenTextAnimation {
  from {
    opacity: 0; }
  8% {
    opacity: 0; }
  11% {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes firstScreenTextAnimation {
  from {
    opacity: 0; }
  8% {
    opacity: 0; }
  11% {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes firstScreenTextAnimation {
  from {
    opacity: 0; }
  8% {
    opacity: 0; }
  11% {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 0s;
              -moz-animation-delay: 0s;
              -o-animation-delay: 0s;
              animation-delay: 0s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(1) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 0s;
              -moz-animation-delay: 0s;
              -o-animation-delay: 0s;
              animation-delay: 0s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 4.16667s;
            -moz-animation-delay: 4.16667s;
            -o-animation-delay: 4.16667s;
            animation-delay: 4.16667s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 4.16667s;
              -moz-animation-delay: 4.16667s;
              -o-animation-delay: 4.16667s;
              animation-delay: 4.16667s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(2) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 4.16667s;
              -moz-animation-delay: 4.16667s;
              -o-animation-delay: 4.16667s;
              animation-delay: 4.16667s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 8.33333s;
            -moz-animation-delay: 8.33333s;
            -o-animation-delay: 8.33333s;
            animation-delay: 8.33333s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 8.33333s;
              -moz-animation-delay: 8.33333s;
              -o-animation-delay: 8.33333s;
              animation-delay: 8.33333s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(3) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 8.33333s;
              -moz-animation-delay: 8.33333s;
              -o-animation-delay: 8.33333s;
              animation-delay: 8.33333s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 12.5s;
            -moz-animation-delay: 12.5s;
            -o-animation-delay: 12.5s;
            animation-delay: 12.5s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 12.5s;
              -moz-animation-delay: 12.5s;
              -o-animation-delay: 12.5s;
              animation-delay: 12.5s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(4) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 12.5s;
              -moz-animation-delay: 12.5s;
              -o-animation-delay: 12.5s;
              animation-delay: 12.5s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 16.66667s;
            -moz-animation-delay: 16.66667s;
            -o-animation-delay: 16.66667s;
            animation-delay: 16.66667s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 16.66667s;
              -moz-animation-delay: 16.66667s;
              -o-animation-delay: 16.66667s;
              animation-delay: 16.66667s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(5) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 16.66667s;
              -moz-animation-delay: 16.66667s;
              -o-animation-delay: 16.66667s;
              animation-delay: 16.66667s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }
          section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6),
          section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6) {
            -webkit-animation-duration: 25s;
            -moz-animation-duration: 25s;
            -o-animation-duration: 25s;
            animation-duration: 25s;
            -webkit-animation-timing-function: ease-in;
            -moz-animation-timing-function: ease-in;
            -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            -webkit-animation-delay: 20.83333s;
            -moz-animation-delay: 20.83333s;
            -o-animation-delay: 20.83333s;
            animation-delay: 20.83333s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            -moz-animation-direction: normal;
            -o-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
            -webkit-animation-name: firstScreenAnimation;
            -moz-animation-name: firstScreenAnimation;
            -o-animation-name: firstScreenAnimation;
            animation-name: firstScreenAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6) .second.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6) .second.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 20.83333s;
              -moz-animation-delay: 20.83333s;
              -o-animation-delay: 20.83333s;
              animation-delay: 20.83333s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenImageAnimation;
              -moz-animation-name: firstScreenImageAnimation;
              -o-animation-name: firstScreenImageAnimation;
              animation-name: firstScreenImageAnimation; }
            section#screen-jewelry .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6) .third.animatable,
            section#screen-moda .container > div:last-child div.inner-container .animatable-wrapper > div:nth-child(6) .third.animatable {
              -webkit-animation-duration: 25s;
              -moz-animation-duration: 25s;
              -o-animation-duration: 25s;
              animation-duration: 25s;
              -webkit-animation-timing-function: ease-out;
              -moz-animation-timing-function: ease-out;
              -o-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
              -webkit-animation-delay: 20.83333s;
              -moz-animation-delay: 20.83333s;
              -o-animation-delay: 20.83333s;
              animation-delay: 20.83333s;
              -webkit-animation-iteration-count: infinite;
              -moz-animation-iteration-count: infinite;
              -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
              -webkit-animation-direction: normal;
              -moz-animation-direction: normal;
              -o-animation-direction: normal;
              animation-direction: normal;
              -webkit-animation-fill-mode: both;
              -moz-animation-fill-mode: both;
              -o-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-play-state: running;
              -moz-animation-play-state: running;
              -o-animation-play-state: running;
              animation-play-state: running;
              -webkit-animation-name: firstScreenTextAnimation;
              -moz-animation-name: firstScreenTextAnimation;
              -o-animation-name: firstScreenTextAnimation;
              animation-name: firstScreenTextAnimation; }

/*
section#screen-jewelry {

	.container {

		> div:last-child {

			.animatable-wrapper {

				// ACTUAL ANIMATION SETUP
				$numberOfStamps: 6;
				$time: 20s;

				$first-delay: $time / $numberOfStamps * 0;
				$second-delay: $time / $numberOfStamps * 1;
				$third-delay: $time / $numberOfStamps * 2;
				$forth-delay: $time / $numberOfStamps * 3;
				$fifth-delay: $time / $numberOfStamps * 4;
				$sixth-delay: $time / $numberOfStamps * 5;

				> div:nth-child(1) {
					@include cb-configure-animation($time, ease-in, $first-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $first-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $first-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(2) {
					@include cb-configure-animation($time, ease-in, $second-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $second-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $second-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(3) {
					@include cb-configure-animation($time, ease-in, $third-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $third-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $third-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(4) {
					@include cb-configure-animation($time, ease-in, $forth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $forth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $forth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(5) {
					@include cb-configure-animation($time, ease-in, $fifth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $fifth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $fifth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(6) {
					@include cb-configure-animation($time, ease-in, $sixth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $sixth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $sixth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}										
			}
		}
	}
}

section#screen-moda {

	.container {

		> div:last-child {

			.animatable-wrapper {

				// ACTUAL ANIMATION SETUP
				$numberOfStamps: 6;
				$time: 20s;

				$first-delay: $time / $numberOfStamps * 0;
				$second-delay: $time / $numberOfStamps * 1;
				$third-delay: $time / $numberOfStamps * 2;
				$forth-delay: $time / $numberOfStamps * 3;
				$fifth-delay: $time / $numberOfStamps * 4;
				$sixth-delay: $time / $numberOfStamps * 5;				

				> div:nth-child(1) {
					@include cb-configure-animation($time, ease-in, $first-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $first-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $first-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(2) {
					@include cb-configure-animation($time, ease-in, $second-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $second-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $second-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(3) {
					@include cb-configure-animation($time, ease-in, $third-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $third-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $third-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(4) {
					@include cb-configure-animation($time, ease-in, $forth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $forth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $forth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(5) {
					@include cb-configure-animation($time, ease-in, $fifth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $fifth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $fifth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}

				> div:nth-child(6) {
					@include cb-configure-animation($time, ease-in, $sixth-delay, infinite, normal, both, running, firstScreenAnimation);
					.second.animatable {
						@include cb-configure-animation($time, ease-out, $sixth-delay, infinite, normal, both, running, firstScreenImageAnimation);
					}
					.third.animatable {
						@include cb-configure-animation($time, ease-out, $sixth-delay, infinite, normal, both, running, firstScreenTextAnimation);
					}
				}										
			}
		}
	}
}
*/
section#screen-bamboo .container > div:first-child figure img {
  width: 100%;
  max-width: 600px; }
  @media only screen and (max-width: 735px) and (orientation: landscape) {
    section#screen-bamboo .container > div:first-child figure img {
      max-width: 100px; } }

section#screen-bamboo .container > div:last-child div.inner-container .elements-wrapper {
  right: 25%; }

section#screen-bamboo .container > div:last-child div.inner-container .animatable-wrapper {
  width: 130%;
  height: 120%;
  bottom: -30px; }

section#screen-passport {
  background-color: #f6d7d8;
  width: 100%;
  height: 100%; }
  section#screen-passport .container {
    position: relative;
    height: 100%;
    background: #f6d1d2; }
    @media only screen and (max-width: 735px) and (orientation: portrait) {
      section#screen-passport .container {
        height: 45%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%; } }
    section#screen-passport .container > div {
      float: left;
      height: 100%;
      width: 50%; }
    section#screen-passport .container > div:first-child > div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 80%;
      margin: 0 auto; }
      @media only screen and (max-width: 735px) and (orientation: portrait) {
        section#screen-passport .container > div:first-child > div {
          width: 100%; } }
      section#screen-passport .container > div:first-child > div figure {
        text-align: center; }
        section#screen-passport .container > div:first-child > div figure.animatable img {
          width: 100%;
          height: auto; }
        section#screen-passport .container > div:first-child > div figure.first.animatable {
          margin-top: 0px; }
          section#screen-passport .container > div:first-child > div figure.first.animatable img {
            max-width: 300px; }
        section#screen-passport .container > div:first-child > div figure.second.animatable {
          margin-top: 50px; }
          @media only screen and (max-width: 735px) {
            section#screen-passport .container > div:first-child > div figure.second.animatable {
              margin-top: 0px; } }
          section#screen-passport .container > div:first-child > div figure.second.animatable img {
            max-width: 440px; }
        section#screen-passport .container > div:first-child > div figure.third.animatable {
          margin-top: 50px;
          position: relative;
          left: 20%; }
          @media only screen and (max-width: 735px) {
            section#screen-passport .container > div:first-child > div figure.third.animatable {
              margin-top: 0px; } }
          @media only screen and (max-width: 735px) and (orientation: portrait) {
            section#screen-passport .container > div:first-child > div figure.third.animatable {
              left: auto; } }
          section#screen-passport .container > div:first-child > div figure.third.animatable img {
            max-width: 300px; }
        section#screen-passport .container > div:first-child > div figure.second.animatable {
          opacity: 0;
          -webkit-animation-duration: 3s;
          -moz-animation-duration: 3s;
          -o-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-timing-function: ease-out;
          -moz-animation-timing-function: ease-out;
          -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          -webkit-animation-delay: 1s;
          -moz-animation-delay: 1s;
          -o-animation-delay: 1s;
          animation-delay: 1s;
          -webkit-animation-iteration-count: 1;
          -moz-animation-iteration-count: 1;
          -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-direction: normal;
          -moz-animation-direction: normal;
          -o-animation-direction: normal;
          animation-direction: normal;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -o-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-play-state: running;
          -moz-animation-play-state: running;
          -o-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-name: screenPassportSecondAnimation;
          -moz-animation-name: screenPassportSecondAnimation;
          -o-animation-name: screenPassportSecondAnimation;
          animation-name: screenPassportSecondAnimation; }

@-webkit-keyframes screenPassportSecondAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-moz-keyframes screenPassportSecondAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-o-keyframes screenPassportSecondAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes screenPassportSecondAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }
        section#screen-passport .container > div:first-child > div figure.third.animatable {
          opacity: 0;
          -webkit-animation-duration: 3s;
          -moz-animation-duration: 3s;
          -o-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-timing-function: ease-out;
          -moz-animation-timing-function: ease-out;
          -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          -webkit-animation-delay: 2s;
          -moz-animation-delay: 2s;
          -o-animation-delay: 2s;
          animation-delay: 2s;
          -webkit-animation-iteration-count: 1;
          -moz-animation-iteration-count: 1;
          -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-direction: normal;
          -moz-animation-direction: normal;
          -o-animation-direction: normal;
          animation-direction: normal;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          -o-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-play-state: running;
          -moz-animation-play-state: running;
          -o-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-name: screenPassportThirdAnimation;
          -moz-animation-name: screenPassportThirdAnimation;
          -o-animation-name: screenPassportThirdAnimation;
          animation-name: screenPassportThirdAnimation; }

@-webkit-keyframes screenPassportThirdAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-moz-keyframes screenPassportThirdAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-o-keyframes screenPassportThirdAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes screenPassportThirdAnimation {
  from {
    opacity: 0; }
  25% {
    opacity: 1; }
  to {
    opacity: 1; } }
    section#screen-passport .container > div:last-child {
      background: white; }
      section#screen-passport .container > div:last-child > div {
        position: relative;
        height: 100%;
        width: 80%;
        background-image: url("../../template-parts/screens/img/Tirisi-Basel17-Spotlight-1-RightSide-min.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        -o-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 2.3s;
        -moz-animation-delay: 2.3s;
        -o-animation-delay: 2.3s;
        animation-delay: 2.3s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-name: screenPassportAnimation;
        -moz-animation-name: screenPassportAnimation;
        -o-animation-name: screenPassportAnimation;
        animation-name: screenPassportAnimation; }

@-webkit-keyframes screenPassportAnimation {
  from {
    opacity: 0;
    left: 50px; }
  to {
    opacity: 1;
    left: 0px; } }

@-moz-keyframes screenPassportAnimation {
  from {
    opacity: 0;
    left: 50px; }
  to {
    opacity: 1;
    left: 0px; } }

@-o-keyframes screenPassportAnimation {
  from {
    opacity: 0;
    left: 50px; }
  to {
    opacity: 1;
    left: 0px; } }

@keyframes screenPassportAnimation {
  from {
    opacity: 0;
    left: 50px; }
  to {
    opacity: 1;
    left: 0px; } }

section#screen-ttal-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fbe1e2; }
  section#screen-ttal-animation .container {
    position: relative;
    height: 100%; }
    section#screen-ttal-animation .container > div {
      position: absolute;
      width: 100%;
      top: 40%; }
      section#screen-ttal-animation .container > div div.animatable {
        position: relative;
        display: inline-block;
        width: 200px; }
        section#screen-ttal-animation .container > div div.animatable img {
          width: 100%;
          height: auto; }
      section#screen-ttal-animation .container > div.first .animatable {
        top: -75px;
        left: -50px; }
      section#screen-ttal-animation .container > div.second .animatable {
        left: 50px; }
      section#screen-ttal-animation .container > div.third .animatable {
        top: 60px; }
      section#screen-ttal-animation .container > div.first div.animatable, section#screen-ttal-animation .container > div.second div.animatable {
        opacity: 0;
        -webkit-animation: 3s ease-out 1s 1 normal both running showTextAnimation;
        -moz-animation: 3s ease-out 1s 1 normal both running showTextAnimation;
        -o-animation: 3s ease-out 1s 1 normal both running showTextAnimation;
        animation: 3s ease-out 1s 1 normal both running showTextAnimation; }

@-webkit-keyframes showTextAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(900deg);
    -moz-transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    -o-transform: rotateY(900deg);
    transform: rotateY(900deg); }
  25% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-moz-keyframes showTextAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(900deg);
    -moz-transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    -o-transform: rotateY(900deg);
    transform: rotateY(900deg); }
  25% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-o-keyframes showTextAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(900deg);
    -moz-transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    -o-transform: rotateY(900deg);
    transform: rotateY(900deg); }
  25% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes showTextAnimation {
  from {
    opacity: 0;
    -webkit-transform: rotateY(900deg);
    -moz-transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    -o-transform: rotateY(900deg);
    transform: rotateY(900deg); }
  25% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
      section#screen-ttal-animation .container > div.third div.animatable {
        width: 0px;
        overflow: hidden;
        -webkit-animation: 1s linear 4s 1 normal both running showTextAnimationThird;
        -moz-animation: 1s linear 4s 1 normal both running showTextAnimationThird;
        -o-animation: 1s linear 4s 1 normal both running showTextAnimationThird;
        animation: 1s linear 4s 1 normal both running showTextAnimationThird; }

@-webkit-keyframes showTextAnimationThird {
  from {
    width: 0px;
    opacity: 0; }
  to {
    width: 200px;
    opacity: 1; } }

@-moz-keyframes showTextAnimationThird {
  from {
    width: 0px;
    opacity: 0; }
  to {
    width: 200px;
    opacity: 1; } }

@-o-keyframes showTextAnimationThird {
  from {
    width: 0px;
    opacity: 0; }
  to {
    width: 200px;
    opacity: 1; } }

@keyframes showTextAnimationThird {
  from {
    width: 0px;
    opacity: 0; }
  to {
    width: 200px;
    opacity: 1; } }

section#select-a-color {
  height: 100%;
  text-align: center; }
  section#select-a-color input {
    display: none;
    border: 0px; }
  section#select-a-color #stone-option-1:checked ~ .container .figure-container figure#stone-figure-1,
  section#select-a-color #stone-option-2:checked ~ .container .figure-container figure#stone-figure-2,
  section#select-a-color #stone-option-3:checked ~ .container .figure-container figure#stone-figure-3,
  section#select-a-color #stone-option-4:checked ~ .container .figure-container figure#stone-figure-4,
  section#select-a-color #stone-option-5:checked ~ .container .figure-container figure#stone-figure-5,
  section#select-a-color #stone-option-6:checked ~ .container .figure-container figure#stone-figure-6,
  section#select-a-color #stone-option-7:checked ~ .container .figure-container figure#stone-figure-7,
  section#select-a-color #stone-option-8:checked ~ .container .figure-container figure#stone-figure-8 {
    opacity: 0.2; }
  section#select-a-color #stone-option-1:checked ~ .container .figure-placeholder #front-image-1,
  section#select-a-color #stone-option-2:checked ~ .container .figure-placeholder #front-image-2,
  section#select-a-color #stone-option-3:checked ~ .container .figure-placeholder #front-image-3,
  section#select-a-color #stone-option-4:checked ~ .container .figure-placeholder #front-image-4,
  section#select-a-color #stone-option-5:checked ~ .container .figure-placeholder #front-image-5,
  section#select-a-color #stone-option-6:checked ~ .container .figure-placeholder #front-image-6,
  section#select-a-color #stone-option-7:checked ~ .container .figure-placeholder #front-image-7,
  section#select-a-color #stone-option-8:checked ~ .container .figure-placeholder #front-image-8 {
    opacity: 1; }
  section#select-a-color #front-image-1 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-1.jpeg"); }
  section#select-a-color #front-image-2 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-2.jpeg"); }
  section#select-a-color #front-image-3 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-3.jpeg"); }
  section#select-a-color #front-image-4 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-4.jpeg"); }
  section#select-a-color #front-image-5 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-5.jpeg"); }
  section#select-a-color #front-image-6 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-6.jpeg"); }
  section#select-a-color #front-image-7 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-7.jpeg"); }
  section#select-a-color #front-image-8 {
    background-image: url("../../template-parts/screens/img/threetimesalady/stone-8.jpeg"); }
  section#select-a-color .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    section#select-a-color .container .figure-placeholder .back-image {
      position: relative;
      display: inline-block; }
      section#select-a-color .container .figure-placeholder .back-image img {
        position: relative;
        z-index: 2;
        width: 370px;
        height: auto; }
      section#select-a-color .container .figure-placeholder .back-image .front-image {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        position: absolute;
        z-index: 1;
        top: 0px;
        width: 370px;
        height: 370px;
        background-size: 57%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0; }
      section#select-a-color .container .figure-placeholder .back-image .front-image.animatable {
        -webkit-animation: 50s ease-in-out 2s rotateStone;
        -moz-animation: 50s ease-in-out 2s rotateStone;
        -o-animation: 50s ease-in-out 2s rotateStone;
        animation: 50s ease-in-out 2s rotateStone;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }

@-webkit-keyframes rotateStone {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotateStone {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotateStone {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateStone {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
    section#select-a-color .container .heading-quote {
      margin-top: 30px;
      margin-bottom: 30px;
      font-weight: normal;
      letter-spacing: 2.55px;
      color: #1a1a1a; }
    section#select-a-color .container .figure-container {
      position: relative; }
      section#select-a-color .container .figure-container .figure-wrapper {
        display: inline-block;
        overflow-y: hidden;
        height: 32.72727px;
        border-bottom: 2px solid #1a1a1a;
        padding-left: 16px;
        padding-right: 16px; }
      section#select-a-color .container .figure-container figure {
        -webkit-transition: opacity 0.4s, border-color 0.4s;
        -moz-transition: opacity 0.4s, border-color 0.4s;
        -ms-transition: opacity 0.4s, border-color 0.4s;
        -o-transition: opacity 0.4s, border-color 0.4s;
        transition: opacity 0.4s, border-color 0.4s;
        display: inline-block;
        width: 54px;
        height: 54px;
        margin-top: 0px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 0px;
        opacity: 1;
        cursor: pointer; }
        section#select-a-color .container .figure-container figure img {
          height: 100%;
          width: 100%; }
  @media only screen and (max-width: 735px) {
    section#select-a-color .container {
      transform: translateY(-35%); }
      section#select-a-color .container .figure-placeholder .back-image img {
        width: 200px; }
      section#select-a-color .container .figure-placeholder .back-image .front-image {
        width: 200px;
        height: 200px; }
      section#select-a-color .container .heading-quote {
        margin-top: 25px;
        margin-bottom: 20px;
        font-weight: normal;
        font-size: 0.95em;
        letter-spacing: 2px;
        color: #1a1a1a; }
      section#select-a-color .container .figure-container {
        display: inline-block;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: center; }
        section#select-a-color .container .figure-container figure:first-child {
          margin-left: 20px; }
        section#select-a-color .container .figure-container figure:last-child {
          margin-right: 20px; }
        section#select-a-color .container .figure-container figure:hover {
          opacity: 1.0; } }
  @media only screen and (max-width: 735px) and (orientation: landscape) {
    section#select-a-color .container {
      transform: translateY(-50%); }
      section#select-a-color .container .figure-placeholder .back-image img {
        width: 150px; }
      section#select-a-color .container .figure-placeholder .back-image .front-image {
        width: 150px;
        height: 150px; }
      section#select-a-color .container .heading-quote {
        margin: 0px 0px 20px 0px; }
      section#select-a-color .container .figure-container .figure-wrapper {
        display: inline-block;
        overflow-y: hidden;
        height: 13.51351px;
        width: 100%;
        border-bottom: 1px solid rgba(26, 26, 26, 0.65); }
      section#select-a-color .container .figure-container figure {
        width: 25px;
        height: 25px; } }
