@import url(http://fonts.googleapis.com/css?family=Oswald:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }
@-webkit-keyframes swing {
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-moz-keyframes swing {
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-ms-keyframes swing {
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@keyframes swing {
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  width: 100%;
  background: #9FE1DB;
  background: radial-gradient(white, #9FE1DB);
  -webkit-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out; }
  body.day {
    background: #9FE1DB;
    background: radial-gradient(white, #9FE1DB); }
  body.night {
    background: #2E345C; }
    body.night header .landscape {
      background-image: url("../images/landscape-night.png"); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        body.night header .landscape {
          background-image: url("../images/landscape-night@2x.png"); } }
  body header {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 466px;
    width: 100%;
    background-image: url("../images/snow1.png"), url("../images/snow2.png"), url("../images/snow3.png");
    -webkit-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -o-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
    z-index: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      body header {
        background-image: url("../images/snow1@2x.png"), url("../images/snow2@2x.png"), url("../images/snow3@2x.png");
        background-size: 500px 500px; } }
    body header .landscape {
      position: relative;
      display: block;
      height: 466px;
      margin: 0 auto 0 auto;
      padding: 45px 0 0 0;
      background: url("../images/landscape.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      z-index: 1; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        body header .landscape {
          background: url("../images/landscape@2x.png");
          background-size: 1024px 466px;
          background-position: 0 0;
          background-repeat: no-repeat; } }
      @media screen and (min-width: 1024px) {
        body header .landscape {
          width: 1024px; } }
      @media screen and (max-width: 1023px) {
        body header .landscape {
          width: 100%;
          background-position: center center; } }
      body header .landscape .streamer {
        position: relative;
        display: block;
        height: 45px;
        width: 300px;
        margin: 0 auto 0 auto;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 45px;
        text-transform: uppercase;
        text-shadow: 0 2px 0 #C93547;
        text-align: center;
        color: #FFFFFF;
        background: url("../images/streamer-background.png");
        background-repeat: repeat-x; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          body header .landscape .streamer {
            background: url("../images/streamer-background@2x.png");
            background-size: 1px 45px;
            background-position: 0 0;
            background-repeat: repeat-x; } }
        body header .landscape .streamer:before {
          position: absolute;
          top: 0;
          left: -45px;
          display: block;
          height: 55px;
          width: 45px;
          background: url("../images/streamer-left.png");
          background-size: 45px 55px;
          background-repeat: no-repeat;
          content: ""; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            body header .landscape .streamer:before {
              background: url("../images/streamer-left@2x.png");
              background-size: 45px 55px;
              background-position: 0 0;
              background-repeat: no-repeat; } }
        body header .landscape .streamer:after {
          position: absolute;
          top: 0;
          right: -45px;
          display: block;
          height: 55px;
          width: 45px;
          background: url("../images/streamer-right.png");
          background-size: 45px 55px;
          background-repeat: no-repeat;
          content: ""; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            body header .landscape .streamer:after {
              background: url("../images/streamer-right@2x.png");
              background-size: 45px 55px;
              background-position: 0 0;
              background-repeat: no-repeat; } }
        @media screen and (max-width: 540px) {
          body header .landscape .streamer {
            width: 200px;
            font-size: 14px; } }
  body section {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    color: #3d464d;
    background: #FFFFFF; }
    body section h1 {
      margin: 0 0 15px 0;
      font-size: 20px;
      font-weight: 400;
      text-align: center; }
    body section h2 {
      min-height: 70px;
      margin: 0 0 15px 0;
      font-size: 16px;
      font-weight: 400;
      text-align: center; }
    body section p {
      margin: 20px 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      text-align: center; }
    body section ul.list {
      list-style-type: none;
      text-align: center;
      font-size: 13px; }
    body section a.learn-more {
      display: inline-block;
      margin: 25px 25px;
      padding: 8px 12px;
      font-size: 13px;
      color: #E64256;
      text-decoration: none;
      border: solid 1px #E64256;
      border-radius: 3px;
      clear: both; }
      body section a.learn-more:hover {
        background: rgba(230, 66, 86, 0.1); }
    body section .price {
      display: block;
      width: 100%;
      margin: 40px 0;
      font-size: 26px;
      text-align: center; }
    body section .container {
      padding: 60px 0;
      border-bottom: solid 1px #E5E5E5;
      overflow: hidden; }
    @media screen and (min-width: 1024px) {
      body section .half {
        float: left;
        width: 50%;
        padding: 0 75px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body section .half {
        float: left;
        width: 50%;
        padding: 0 35px; } }
    @media screen and (max-width: 767px) {
      body section .half {
        padding: 0 25px; } }
    body section .third .round-picture {
      display: block;
      width: 100%;
      margin: 0 auto;
      border-radius: 50%; }
    @media screen and (min-width: 1024px) {
      body section .third {
        float: left;
        width: 33.3%;
        padding: 0 50px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body section .third {
        float: left;
        width: 33.3%;
        padding: 0 35px; } }
    @media screen and (max-width: 767px) {
      body section .third {
        padding: 0 25px; }
        body section .third .round-picture.first {
          display: none; }
        body section .third .round-picture.second {
          display: none; } }
    body section .third .round-picture {
      display: block;
      width: 100%;
      margin: 0 auto;
      border-radius: 50%; }
    body section.home {
      margin: 375px 0 0 0; }
      body section.home .container {
        padding-top: 100px;
        transition: max-height 0.15s ease-out; }
        @media screen and (min-width: 1024px) {
          body section.home .container {
            padding-left: 150px;
            padding-right: 150px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body section.home .container {
            padding-left: 75px;
            padding-right: 75px; } }
        @media screen and (max-width: 767px) {
          body section.home .container {
            padding-left: 25px;
            padding-right: 25px; } }
  body footer {
    position: relative;
    display: block;
    width: 100%;
    background: #E64256;
    overflow: hidden; }
    body footer .contact .field {
      display: block;
      margin: 0 0 5px 0; }
      body footer .contact .field label {
        display: inline-block;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
        text-transform: uppercase;
        color: #FFFFFF; }
      body footer .contact .field input[type=text] {
        display: inline-block;
        height: 30px;
        width: 235px;
        padding: 0 10px 0 10px;
        color: #FFFFFF;
        background: none;
        border-radius: 3px;
        border: solid 1px #C93547;
        box-shadow: none;
        outline: none;
        -webkit-transition: background 0.5s ease-out;
        -ms-transition: background 0.5s ease-out;
        -moz-transition: background 0.5s ease-out;
        -o-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
        -webkit-appearance: none; }
        body footer .contact .field input[type=text]:focus {
          background: #C93547; }
      body footer .contact .field input[type=radio] {
        display: none; }
        body footer .contact .field input[type=radio]:checked {
          background: #E64256; }
      body footer .contact .field select {
        vertical-align: 2px; }
    body footer .contact .data {
      margin: 0 0 30px 0; }
      body footer .contact .data .field label {
        width: 180px; }
        body footer .contact .data .field label:after {
          content: " :"; }
      @media screen and (max-width: 540px) {
        body footer .contact .data .field {
          margin: 0 0 15px 0; }
          body footer .contact .data .field label {
            width: 100%; }
          body footer .contact .data .field input {
            width: 100%; } }
    body footer .contact .options .field input[type=radio]:checked + label.option:before {
      background: #E64256; }
    body footer .contact .options .field label.option {
      display: block;
      width: 400px;
      cursor: pointer; }
      body footer .contact .options .field label.option:before {
        display: inline-block;
        height: 4px;
        width: 4px;
        margin: 0 5px 0 0;
        background: #FFFFFF;
        border: solid 3px #FFFFFF;
        border-radius: 6px;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        outline: none;
        vertical-align: 1px;
        content: ""; }
      body footer .contact .options .field label.option:after {
        content: ""; }
    body footer .contact .options .field .desired-date {
      display: block;
      margin: 0 0 5px 30px; }
      body footer .contact .options .field .desired-date label {
        width: 230px; }
        body footer .contact .options .field .desired-date label:after {
          content: " :"; }
    body footer .contact .options .field .message {
      display: none;
      margin: 0 0 15px 30px; }
      body footer .contact .options .field .message label {
        width: 120px; }
        body footer .contact .options .field .message label:after {
          content: " :"; }
      body footer .contact .options .field .message textarea {
        display: block;
        height: 150px;
        width: 500px;
        padding: 5px;
        color: #FFFFFF;
        background: none;
        border-radius: 3px;
        border: solid 1px #C93547;
        outline: none;
        -webkit-transition: background 0.5s ease-out;
        -ms-transition: background 0.5s ease-out;
        -moz-transition: background 0.5s ease-out;
        -o-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
        -webkit-appearance: none; }
        body footer .contact .options .field .message textarea:focus {
          background: #C93547; }
    @media screen and (max-width: 540px) {
      body footer .contact .options .field label.option {
        width: 100%; }
      body footer .contact .options .field .message {
        margin: 0 0 15px 0; }
        body footer .contact .options .field .message textarea {
          width: 100%; }
      body footer .contact .options .field .desired-date {
        margin: 0 0 5px 0px; }
        body footer .contact .options .field .desired-date label {
          width: 120px; } }
    body footer .button {
      position: relative;
      display: block;
      height: 50px;
      width: 440px;
      margin: 40px auto;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 50px;
      text-transform: uppercase;
      text-align: center;
      color: #E64256;
      border: 0;
      border-radius: 3px;
      background: #FDD1D1;
      -webkit-box-shadow: 0px 2px 0px 0px #C93547;
      -ms-box-shadow: 0px 2px 0px 0px #C93547;
      -moz-box-shadow: 0px 2px 0px 0px #C93547;
      -o-box-shadow: 0px 2px 0px 0px #C93547;
      box-shadow: 0px 2px 0px 0px #C93547;
      -webkit-transition: background 0.3s ease-out;
      -ms-transition: background 0.3s ease-out;
      -moz-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out;
      outline: 0;
      cursor: pointer; }
      body footer .button:hover {
        background: #FAA8A8; }
      body footer .button:before {
        position: absolute;
        top: 17px;
        left: 17px;
        display: block;
        height: 16px;
        width: 16px;
        border-radius: 16px;
        background: #E64256;
        -webkit-box-shadow: inset 0px 2px 0px 0px #C93547;
        -ms-box-shadow: inset 0px 2px 0px 0px #C93547;
        -moz-box-shadow: inset 0px 2px 0px 0px #C93547;
        -o-box-shadow: inset 0px 2px 0px 0px #C93547;
        box-shadow: inset 0px 2px 0px 0px #C93547;
        content: " "; }
      body footer .button:after {
        position: absolute;
        top: 17px;
        right: 17px;
        display: block;
        height: 16px;
        width: 16px;
        border-radius: 16px;
        background: #E64256;
        -webkit-box-shadow: inset 0px 2px 0px 0px #C93547;
        -ms-box-shadow: inset 0px 2px 0px 0px #C93547;
        -moz-box-shadow: inset 0px 2px 0px 0px #C93547;
        -o-box-shadow: inset 0px 2px 0px 0px #C93547;
        box-shadow: inset 0px 2px 0px 0px #C93547;
        content: " "; }
      @media screen and (max-width: 540px) {
        body footer .button {
          margin: 10px auto 0 auto 0;
          width: 100%;
          -webkit-animation: swing 2s linear infinite;
          -ms-animation: swing 2s linear infinite;
          -moz-animation: swing 2s linear infinite;
          -o-animation: swing 2s linear infinite;
          animation: swing 2s linear infinite; }
          body footer .button:before {
            display: none; }
          body footer .button:after {
            display: none; } }
  body credits {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 35px;
    margin: 0;
    background: #C93547;
    text-align: center; }
    body credits a {
      position: relative;
      margin: 0 auto 0 auto;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8px;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 0.25em;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      body credits a .heart {
        display: inline;
        font-size: 11px; }
  body .container {
    position: relative;
    display: block;
    width: 1024px;
    margin: 0 auto 0 auto;
    padding: 25px; }
    @media screen and (max-width: 1023px) {
      body .container {
        width: 100%;
        background-position: center center; } }

/*# sourceMappingURL=main.css.map */
