@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  font-family: 'Open Sans', sans-serif; }

body {
  background-color: #fbfbfb; }

.logo {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
  transition-delay: 3s;
  box-shadow: -500px 0px 0px 0px white, 500px 0px 0px 0px white;
  z-index: 99; }
  .logo--loaded {
    height: 12%; }
    .logo--loaded .logo__svg {
      left: 15px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .logo__svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    padding: 15px 0;
    width: auto;
    max-width: 50%;
    transition: all 1.5s ease-in-out;
    transition-delay: 3s; }
  .logo__letters path {
    opacity: 0; }
  .logo .logo__letters path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: logoSlide;
    animation-name: logoSlide;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .logo .logo__letters path:nth-child(1) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms; }
  .logo .logo__letters path:nth-child(2) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms; }
  .logo .logo__letters path:nth-child(3) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms; }
  .logo .logo__letters path:nth-child(4) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms; }
  .logo .logo__letters path:nth-child(5) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms; }
  .logo .logo__letters path:nth-child(6) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms; }
  .logo .logo__letters path:nth-child(7) {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms; }
  .logo .logo__letters path:nth-child(8) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }
  .logo .logo__letters path:nth-child(9) {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms; }
  .logo .logo__letters path:nth-child(10) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms; }
  .logo .logo__letters path:nth-child(11) {
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms; }
  .logo__eye {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: logoBlink;
    animation-name: logoBlink;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .logo__snout {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: logoSniff;
    animation-name: logoSniff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .logo__contact {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px; }

@-webkit-keyframes logoSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes logoSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes logoBlink {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2); }
  50% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1); }
  75% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes logoBlink {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2); }
  50% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1); }
  75% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes logoSniff {
  0% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  10% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  20% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  30% {
    -webkit-transform: scale(1, 0.9) translateX(-2%);
    transform: scale(1, 0.9) translateX(-2%); }
  40% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  50% {
    -webkit-transform: scale(1, 0.9) translateX(2%);
    transform: scale(1, 0.9) translateX(2%); }
  60% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  70% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  80% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  90% {
    -webkit-transform: scale(1, 0.9) translateX(0%);
    transform: scale(1, 0.9) translateX(0%); }
  100% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); } }

@keyframes logoSniff {
  0% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  10% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  20% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  30% {
    -webkit-transform: scale(1, 0.9) translateX(-2%);
    transform: scale(1, 0.9) translateX(-2%); }
  40% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  50% {
    -webkit-transform: scale(1, 0.9) translateX(2%);
    transform: scale(1, 0.9) translateX(2%); }
  60% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  70% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  80% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
  90% {
    -webkit-transform: scale(1, 0.9) translateX(0%);
    transform: scale(1, 0.9) translateX(0%); }
  100% {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); } }

.feed {
  padding-top: 150px; }
  @media only screen and (max-width: 992px) {
    .feed {
      padding-top: 100px; } }
  .feed .referral {
    display: none !important; }
  .feed li.juicer {
    display: none !important; }

/*
*  Remodal - v1.1.0
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/
/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.contact {
  background-color: #fff;
  max-width: 450px;
  width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 5px; }
  .contact__close {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    font-size: 32px;
    transition: all 0.15s ease-in-out;
    color: #333; }
  .contact h1 {
    text-align: center;
    color: #333; }
  .contact form input[type='text'], .contact form input[type='email'] {
    display: block;
    width: 100%;
    border: 2px solid #333;
    padding: 10px 10px;
    margin-bottom: 15px;
    outline: none; }
  .contact form textarea {
    display: block;
    width: 100%;
    border: 2px solid #333;
    padding: 10px 10px;
    min-height: 150px;
    margin-bottom: 15px;
    outline: none; }
  .contact form button {
    display: block;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out; }
    .contact form button:hover {
      background: #fff;
      color: #333; }

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