@font-face {
  font-family: 'Aileron';
  src: url("./fonts/aileron/aileron-regular-webfont.eot");
  src: url("./fonts/aileron/aileron-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-regular-webfont.woff") format("woff"), url("./fonts/aileron/aileron-regular-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-regular-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aileron';
  src: url("./fonts/aileron/aileron-italic-webfont.eot");
  src: url("./fonts/aileron/aileron-italic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-italic-webfont.woff") format("woff"), url("./fonts/aileron/aileron-italic-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-italic-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Aileron-light';
  src: url("./fonts/aileron/aileron-light-webfont.eot");
  src: url("./fonts/aileron/aileron-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-light-webfont.woff") format("woff"), url("./fonts/aileron/aileron-light-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-light-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-light';
  src: url("./fonts/aileron/aileron-lightitalic-webfont.eot");
  src: url("./fonts/aileron/aileron-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-lightitalic-webfont.woff") format("woff"), url("./fonts/aileron/aileron-lightitalic-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-lightitalic-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Aileron-ultralight';
  src: url("./fonts/aileron/aileron-ultralight-webfont.eot");
  src: url("./fonts/aileron/aileron-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-ultralight-webfont.woff") format("woff"), url("./fonts/aileron/aileron-ultralight-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-ultralight-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-ultralight';
  src: url("./fonts/aileron/aileron-ultralightitalic-webfont.eot");
  src: url("./fonts/aileron/aileron-ultralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-ultralightitalic-webfont.woff") format("woff"), url("./fonts/aileron/aileron-ultralightitalic-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-ultralightitalic-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Aileron-thin';
  src: url("./fonts/aileron/aileron-thin-webfont.eot");
  src: url("./fonts/aileron/aileron-thin-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-thin-webfont.woff") format("woff"), url("./fonts/aileron/aileron-thin-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-thin-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-thin';
  src: url("./fonts/aileron/aileron-thinitalic-webfont.eot");
  src: url("./fonts/aileron/aileron-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aileron/aileron-thinitalic-webfont.woff") format("woff"), url("./fonts/aileron/aileron-thinitalic-webfont.ttf") format("truetype"), url("./fonts/aileron/aileron-thinitalic-webfont.svg#FontName") format("svg");
  font-weight: 400;
  font-style: italic; }

body {
  color: #8C8E93;
  font-family: "Aileron-light", Helvetica, Arial, sans-serif;
  /* font-family: "Aileron-light", serif;				// FOR TESTING ONLY */
  font-size: 22px;
  font-style: normal; }

ul {
  list-style: none; }

a {
  color: #4FACEE;
  text-decoration: none; }
  a:active {
    color: #3B91FC; }

h1 {
  margin-bottom: 30px;
  color: #484C4C;
  font-size: 1.727em;
  text-align: center;
  font-weight: lighter; }

.checkbox input[type="checkbox"] {
  opacity: 0; }
  .checkbox input[type="checkbox"]:checked + label {
    border: 1px solid rgba(255, 255, 255, 0); }
.checkbox label {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: url("../images/icons/check-dark.png") no-repeat center center;
  background-size: 0 0;
  border: 1px solid #8C8F94;
  border-radius: 3px;
  cursor: pointer;
  transition: border .3s, background .2s;
  -webkit-transition: border .3s, background .2s; }

/* 
	===================================
				  Mixins
	===================================
*/
.section-background {
  position: absolute;
  z-index: -1;
  width: 100%; }
  .section-background.blue {
    height: 785px;
    background: #287cff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #287cff 0%, #7af8c8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #287cff), color-stop(100%, #7af8c8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #287cff 0%, #7af8c8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #287cff 0%, #7af8c8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #287cff 0%, #7af8c8 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #287cff 0%, #7af8c8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287cff', endColorstr='#7af8c8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .section-background.grey {
    height: 595px;
    margin-top: 100px;
    background: #E3E8E8; }
  .section-background.photo {
    height: 760px;
    margin-top: -20px;
    background: url("../images/photos/1.jpg") no-repeat center center;
    background-size: 100% auto; }
  .section-background.footer {
    height: 100px;
    margin-top: -20px;
    background: #F6F6F6; }

.logo {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 30px auto 15px auto;
  border: 3px solid #FFF;
  border-radius: 50%; }
  .logo p {
    position: relative;
    top: 35px;
    color: #FFF;
    font-size: 2.455em;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px; }
    .logo p span {
      font-size: .5em; }

nav.main {
  position: fixed;
  z-index: 99;
  top: 50%;
  margin-top: -90px; }
  nav.main ul li {
    position: relative;
    display: block;
    margin: 15px 0; }
    nav.main ul li:before {
      content: '';
      position: absolute;
      width: 1px;
      top: 24px;
      left: 8px;
      height: 23px;
      background: rgba(255, 255, 255, 0.2); }
    nav.main ul li:last-child:before {
      display: none; }
    nav.main ul li a {
      padding: 10px 0;
      color: rgba(255, 255, 255, 0.2);
      font-size: 13px;
      transition: color .3s;
      -webkit-transition: color .3s; }
      nav.main ul li a:before {
        content: '';
        position: relative;
        display: inline-block;
        top: 4px;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: border .3s;
        -webkit-transition: border .3s; }
      nav.main ul li a:after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 10px;
        left: 3px;
        width: 11px;
        height: 11px;
        margin-right: 10px;
        background-color: #FFF;
        border-radius: 50%;
        opacity: 0;
        transition: all .3s;
        -webkit-transition: all .3s; }
      nav.main ul li a:hover {
        color: rgba(255, 255, 255, 0.8); }
      nav.main ul li a:hover:before {
        border: 1px solid rgba(255, 255, 255, 0.8); }
      nav.main ul li a.active {
        color: #FFF; }
      nav.main ul li a.active:before {
        border: 1px solid #FFF; }
      nav.main ul li a.active:after {
        opacity: 1; }
  nav.main.dark ul li:before {
    background: rgba(77, 82, 90, 0.2); }
  nav.main.dark ul li a {
    color: rgba(77, 82, 90, 0.2); }
    nav.main.dark ul li a:before {
      border: 1px solid rgba(77, 82, 90, 0.2); }
    nav.main.dark ul li a:after {
      background-color: #4D525A; }
    nav.main.dark ul li a:hover {
      color: rgba(77, 82, 90, 0.8); }
    nav.main.dark ul li a:hover:before {
      border: 1px solid rgba(77, 82, 90, 0.8); }
    nav.main.dark ul li a.active {
      color: #4D525A; }
    nav.main.dark ul li a.active:before {
      border: 1px solid #4D525A; }

section.section-one {
  position: relative;
  margin-bottom: 80px; }
  section.section-one h1 {
    color: #FFF; }
  section.section-one .container-requirements {
    position: relative;
    display: block;
    width: 330px;
    height: 365px;
    margin: 10px auto;
    padding: 40px 20px 0 20px;
    background: url("../images/containers/tooltip.png") no-repeat;
    background-position: top center;
    color: #FFF;
    font-family: "Aileron-ultralight";
    overflow: hidden; }
    section.section-one .container-requirements p {
      font-size: 1.545em;
      text-align: center; }
    section.section-one .container-requirements ul {
      position: relative;
      display: block;
      margin: 20px auto; }
      section.section-one .container-requirements ul li {
        position: relative;
        display: block;
        margin: 25px auto;
        left: 25px; }
        section.section-one .container-requirements ul li .checkbox {
          position: relative;
          top: -1px;
          margin-right: 40px; }
          section.section-one .container-requirements ul li .checkbox input[type="checkbox"] {
            position: relative;
            left: 20px; }
            section.section-one .container-requirements ul li .checkbox input[type="checkbox"]:checked + label {
              background-size: 25px 25px;
              border: 1px solid rgba(255, 255, 255, 0); }
          section.section-one .container-requirements ul li .checkbox label {
            width: 28px;
            height: 28px;
            margin-top: -5px;
            background: url("../images/icons/check.png") no-repeat center center;
            background-size: 0 0;
            border-color: #FFF; }
        section.section-one .container-requirements ul li label {
          font-family: 'Aileron-ultralight';
          font-size: 1.455em;
          font-style: italic;
          cursor: pointer; }
    section.section-one .container-requirements a {
      position: absolute;
      bottom: 0;
      left: 2px;
      display: block;
      width: 364px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.15);
      border: 1px solid #FFF;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      color: #FFF;
      text-align: center;
      font-family: "Aileron-thin";
      font-size: 1.091em;
      line-height: 50px;
      transition: background .3s;
      -webkit-transition: background .3s; }
      section.section-one .container-requirements a:hover {
        background-color: rgba(255, 255, 255, 0.3);
        text-shadow: 0 2px 1px rgba(200, 200, 200, 0.4); }

section.section-two {
  position: relative;
  margin-top: 20px; }
  section.section-two h1 {
    margin-bottom: 40px; }
  section.section-two p {
    margin-left: 130px;
    letter-spacing: 1px; }
  section.section-two .container-items {
    position: relative;
    width: 245px;
    height: 290px;
    margin: 0 auto;
    padding: 20px 0;
    background: url("../images/containers/note.png") no-repeat center center;
    overflow: hidden; }
    section.section-two .container-items li {
      position: relative;
      left: 250px;
      padding: 0 20px; }
      section.section-two .container-items li > label {
        color: #4C5259;
        font-size: 0.727em;
        font-family: "Aileron-thin";
        font-style: italic;
        cursor: pointer; }
        section.section-two .container-items li > label.crossedOut {
          text-decoration: line-through; }
      section.section-two .container-items li .checkbox {
        position: relative;
        display: inline-block;
        top: -1px;
        margin: 5px 30px 5px 0; }
        section.section-two .container-items li .checkbox input[type="checkbox"]:checked + label {
          background-size: 15px 15px;
          border: 1px solid rgba(255, 255, 255, 0); }
        section.section-two .container-items li .checkbox label {
          border-color: #8C8F94;
          border-radius: 4px; }
      section.section-two .container-items li:nth-child(1).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      section.section-two .container-items li:nth-child(2).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; }
      section.section-two .container-items li:nth-child(3).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      section.section-two .container-items li:nth-child(4).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      section.section-two .container-items li:nth-child(5).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; }
      section.section-two .container-items li:nth-child(6).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      section.section-two .container-items li:nth-child(7).final-position {
        -webkit-animation: slideLeft 1s forwards ;
        animation: slideLeft 1s forwards ;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s; }

section.section-three {
  position: relative;
  margin-top: 100px; }
  section.section-three .container-map {
    position: relative;
    overflow: hidden; }
    section.section-three .container-map img {
      opacity: 0; }
      section.section-three .container-map img.full-map {
        float: right;
        height: auto;
        width: 600px;
        opacity: 0; }
      section.section-three .container-map img.map-element {
        position: absolute;
        right: 0;
        height: auto;
        width: 600px; }
      section.section-three .container-map img#roads.final-position {
        -webkit-animation: roads 1s forwards ;
        animation: roads 1s forwards ;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      section.section-three .container-map img#green-fields.final-position {
        -webkit-animation: green-fields 1s forwards ;
        animation: green-fields 1s forwards ;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      section.section-three .container-map img#house-1.final-position {
        -webkit-animation: house-1 1s forwards ;
        animation: house-1 1s forwards ;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      section.section-three .container-map img#house-2.final-position {
        -webkit-animation: house-2 1.8s forwards ;
        animation: house-2 1.8s forwards ;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      section.section-three .container-map img#doll-1.final-position {
        -webkit-animation: doll-1 1s forwards ;
        animation: doll-1 1s forwards ;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s; }
      section.section-three .container-map img#doll-2.final-position {
        -webkit-animation: doll-2 1s forwards ;
        animation: doll-2 1s forwards ;
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s; }
      section.section-three .container-map img#doll-3.final-position {
        -webkit-animation: doll-2 1s forwards ;
        animation: doll-2 1s forwards ;
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s; }
  section.section-three .tip {
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(237, 119, 128, 0.8);
    border-radius: 50%;
    -webkit-transition: box-shadow .2s, opacity 1s;
    transition: box-shadow .2s, opacity 1s;
    cursor: pointer;
    opacity: 0; }
    section.section-three .tip:hover {
      box-shadow: 0px 0px 0px 8px rgba(237, 119, 128, 0.5); }
    section.section-three .tip.final-position {
      opacity: 1; }
    section.section-three .tip#tip1 {
      top: 80px;
      left: 410px; }
    section.section-three .tip#tip2 {
      top: 190px;
      left: 515px; }
    section.section-three .tip#tip3 {
      top: 250px;
      left: 290px; }
    section.section-three .tip#tip4 {
      top: 480px;
      left: 230px; }
    section.section-three .tip#tip5 {
      top: 450px;
      left: 400px; }
    section.section-three .tip .tooltip {
      position: relative;
      width: 150px;
      margin-top: -65px;
      margin-left: -67px;
      padding: 5px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 3px;
      color: #4C5259;
      text-align: center;
      font-family: "Aileron-thin";
      font-size: 13px;
      font-style: italic;
      opacity: 0;
      -webkit-transition: opacity .3s, margin .3s;
      transition: opacity .3s, margin .3s; }
    section.section-three .tip:hover .tooltip {
      margin-top: -55px;
      opacity: 1; }
  section.section-three .directions {
    position: relative;
    z-index: 1;
    height: 595px;
    margin-left: -10px;
    background: #FFF; }
    section.section-three .directions h1 {
      margin: 20px auto 30px auto; }
    section.section-three .directions p {
      display: block;
      margin: auto;
      padding: 0 20px;
      font-size: 0.818em;
      line-height: 23px; }
      section.section-three .directions p .little-text {
        font-size: 13px; }

section.section-four {
  margin-top: -20px; }
  section.section-four .signUp {
    position: relative;
    display: block;
    width: 560px;
    height: 740px;
    margin: 0 auto;
    padding-top: 20px;
    background: #FFF; }
    section.section-four .signUp h1 {
      margin-bottom: 20px; }
    section.section-four .signUp form {
      margin-top: -10px; }
      section.section-four .signUp form label {
        position: relative;
        display: block;
        margin-bottom: 15px;
        color: #4C5259;
        font-family: "Aileron-thin";
        font-size: 1em;
        text-align: center;
        cursor: text; }
        section.section-four .signUp form label + hr {
          position: absolute;
          left: 50%;
          width: 480px;
          height: 1px;
          margin-top: 25px;
          margin-left: -240px;
          background: #6BC5F2;
          border: none; }
      section.section-four .signUp form input[type=text],
      section.section-four .signUp form input[type=email] {
        position: relative;
        display: block;
        width: 440px;
        margin: 0 auto 25px auto;
        padding: 0 20px;
        border: none;
        border-bottom: 1px solid #6BC5F2;
        color: #4C5259;
        font-family: "Aileron-ultralight";
        font-style: italic;
        font-size: 1em;
        text-align: center;
        outline: none; }
      section.section-four .signUp form .birthday {
        position: relative;
        display: block;
        width: 300px;
        margin: 0 auto;
        font-family: "Aileron-ultralight";
        font-style: italic;
        font-size: 1em;
        text-align: center; }
        section.section-four .signUp form .birthday .form-birthday {
          position: relative;
          display: inline-block;
          top: -1px;
          width: 40px;
          padding: 0;
          border: none; }
          section.section-four .signUp form .birthday .form-birthday#form-birthday-year {
            width: 60px; }
      section.section-four .signUp form .buttons {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
        section.section-four .signUp form .buttons input[type=button] {
          position: relative;
          display: inline-block;
          width: 110px;
          height: 50px;
          margin: 10px 45px 20px 45px;
          background: #FFF;
          border: 2px solid #E3E3E3;
          border-radius: 4px;
          color: #4C5259;
          outline: none;
          font-family: "Aileron";
          font-size: 0.818em;
          -webkit-transition: all .4s;
          transition: all .4s; }
          section.section-four .signUp form .buttons input[type=button].on {
            background: #71C4F6;
            border-color: #71C4F6;
            color: #FFF; }
      section.section-four .signUp form #form-diet {
        opacity: 0;
        margin-bottom: -25px;
        -webkit-transition: all .8s;
        transition: all .8s; }
        section.section-four .signUp form #form-diet.on {
          opacity: 1;
          margin-bottom: 25px; }
      section.section-four .signUp form input[type=submit] {
        position: relative;
        display: block;
        width: 485px;
        height: 50px;
        margin: 20px auto;
        background: #FFF;
        border: 2px solid #E3E3E3;
        border-radius: 8px;
        color: #4C5259;
        outline: none;
        font-family: "Aileron";
        font-size: 0.818em;
        -webkit-transition: all .4s;
        transition: all .4s; }
      section.section-four .signUp form .message-warning {
        position: absolute;
        z-index: 1;
        left: 50%;
        width: 350px;
        margin-top: -25px;
        margin-left: -175px;
        padding: 5px 5px;
        background: #D13E4B;
        border-radius: 4px;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.section-four .signUp form .message-warning.on {
          opacity: 1;
          margin-top: -15px; }
      section.section-four .signUp form .message-success {
        position: absolute;
        z-index: 1;
        left: 50%;
        width: 350px;
        margin-top: -25px;
        margin-left: -175px;
        padding: 5px 10px;
        background: #71D162;
        border-radius: 4px;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.section-four .signUp form .message-success.on {
          opacity: 1;
          margin-top: -15px; }

footer p {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 0.727em;
  text-align: center; }
  footer p span {
    display: block;
    margin-top: 10px;
    font-size: 11px; }

/* 
	===================================
				Animations
	===================================
*/
/* 
    ===================================
                  Map
    ===================================
*/
/* Chrome, Safari, Opera */
@-webkit-keyframes slideLeft {
  from {
    left: 250px; }

  to {
    left: 0; } }

/* Standard syntax */
@keyframes slideLeft {
  from {
    left: 250px; }

  to {
    left: 0; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes roads {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* Standard syntax */
@keyframes roads {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes green-fields {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes green-fields {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes house-1 {
  from {
    opacity: 1;
    margin-top: -150px; }

  to {
    opacity: 1;
    margin-top: 0; } }

@keyframes house-1 {
  from {
    opacity: 1;
    margin-top: -150px; }

  to {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes house-2 {
  from {
    opacity: 1;
    margin-top: -550px; }

  to {
    opacity: 1;
    margin-top: 0; } }

@keyframes house-2 {
  from {
    opacity: 1;
    margin-top: -550px; }

  to {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes doll-1 {
  0% {
    opacity: 1;
    margin-right: -350px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }

  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }

  89% {
    margin-right: 0; }

  90% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes doll-1 {
  0% {
    opacity: 1;
    margin-right: -350px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }

  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }

  89% {
    margin-right: 0; }

  90% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes doll-2 {
  0% {
    opacity: 1;
    margin-right: -400px; }

  90% {
    margin-right: 3px; }

  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes doll-2 {
  0% {
    opacity: 1;
    margin-right: -400px; }

  90% {
    margin-right: 10px; }

  100% {
    margin-right: 0;
    opacity: 1; } }

@-webkit-keyframes doll-3 {
  0% {
    opacity: 1;
    margin-right: -420px; }

  90% {
    margin-right: 10px; }

  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes doll-3 {
  0% {
    opacity: 1;
    margin-right: -420px; }

  90% {
    margin-right: 10px; }

  100% {
    margin-right: 0;
    opacity: 1; } }
