/* ---- !HTML ---- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  overflow: hidden;
}
p {
  margin-bottom: 21px;
}
sub {
  vertical-align: sub;
  font-size: xx-small;
}
sup {
  vertical-align: super;
  font-size: xx-small;
}
.button {
  display: inline-block;
  background: #468dcf;
  -webkit-box-shadow: 0px 1px 0px 0px #6ea6da inset, 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px #6ea6da inset, 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px 0px #6ea6da inset, 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 50px;
  border: 1px solid #0f253a;
  font-family: 'Fjalla One', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
.button:hover {
  background: #5a99d4;
  box-shadow: 0px 1px 0px 0px #83b2df inset, 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}
.button:active {
  background: #3480c8;
  box-shadow: 0px 1px 2px 0px #0f253a inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
}
#bottle {
  position: fixed;
  left: 200px;
  bottom: 200px;
  display: none;
}
/* ---- !FONTE ---- */
#fonteFloor1 {
  background-image: url('img/bkg1_alt.jpg');
}
.fonte {
  text-align: center;
}
.fonte .menu {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.fonte .section-wrapper {
  padding-top: 50px;
}
.show-menu {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  z-index: 2;
  text-align: center;
  margin: 5px auto;
  display: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.show-menu:hover {
  color: #06377b;
}
.cloud1 {
  position: absolute;
  top: 0%;
  right: 70%;
  z-index: 1;
}
.cloud1.load-anim {
  right: 100%;
  -webkit-animation: cloud 60s linear 0s infinite;
  -moz-animation: cloud 60s linear 0s infinite;
  -o-animation: cloud 60s linear 0s infinite;
  animation: cloud 60s linear 0s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.cloud2 {
  position: absolute;
  top: 35%;
  right: -10%;
  z-index: 1;
}
.cloud2.load-anim {
  right: 100%;
  -webkit-animation: cloud 30s linear 0s infinite;
  -moz-animation: cloud 30s linear 0s infinite;
  -o-animation: cloud 30s linear 0s infinite;
  animation: cloud 30s linear 0s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.cloud3 {
  position: absolute;
  top: 75%;
  right: 40%;
  z-index: 1;
}
.cloud3.load-anim {
  right: 100%;
  -webkit-animation: cloud 40s linear 0s infinite;
  -moz-animation: cloud 40s linear 0s infinite;
  -o-animation: cloud 40s linear 0s infinite;
  animation: cloud 40s linear 0s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.logo-fonte {
  z-index: 2;
  position: relative;
  margin-top: -40px;
  margin-bottom: 30px;
}
.logo-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -275px;
}
.language {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: 'Fjalla One', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.language li {
  padding: 10px 0;
}
.language a {
  color: #fff;
  text-decoration: none;
}
.language a:hover {
  color: #06377b;
}
.language .active-language {
  color: #06377b;
}
/* ---- !CONTACTOS ---- */
#fonteFloor2 {
  background-image: url('img/bkg2.jpg');
}
.contactos-active .garrafa-wrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.contactos .garrafa.load-anim {
  -webkit-animation: hover 15s ease infinite;
  -moz-animation: hover 15s ease infinite;
  -o-animation: hover 15s ease infinite;
  animation: hover 15s ease infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.contactos .gotas-front.load-anim {
  -webkit-animation: hover 10s ease 3s infinite;
  -moz-animation: hover 10s ease 3s infinite;
  -o-animation: hover 10s ease 3s infinite;
  animation: hover 10s ease 3s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.contactos .gotas-back.load-anim {
  -webkit-animation: hover 8s ease 3s infinite;
  -moz-animation: hover 8s ease 3s infinite;
  -o-animation: hover 8s ease 3s infinite;
  animation: hover 8s ease 3s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
#contact .input {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #06377b;
  width: 100%;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}
#contact textarea {
  min-height: 100px;
  resize: vertical;
}
#contact #response {
  margin-top: 5px;
}
#contact #response p {
  margin: 0;
}
#contact .left {
  float: left;
  width: 45%;
}
#contact .right {
  float: right;
  width: 45%;
}
#contact .clear {
  clear: both;
}
.contactos .info dt {
  width: 100px;
}
.contactos .info dd {
  width: 150px;
}
.social {
  margin-bottom: -7px;
}
.social .social-button {
  display: inline-block;
  margin: 0 10px;
}
.social .fb-like {
  vertical-align: 3px;
  margin-left: 0;
  margin-right: 20px;
}
.social .gplus {
  margin-left: -10px;
}
/* ---- !AGUA ---- */
#fonteFloor3 {
  background-image: url('img/bkg3.jpg');
}
.agua .content > .header {
  margin-bottom: 21px;
}
.info {
  padding-bottom: 20px;
}
.info .header {
  font-size: 31px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.info .sub-header {
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.info .separator {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.info dl {
  *zoom: 1;
}
.info dl:before,
.info dl:after {
  content: "";
  display: table;
}
.info dl:after {
  clear: both;
}
.info dt {
  display: block;
  width: 200px;
  height: 22px;
  clear: both;
  float: left;
}
.info dd {
  display: block;
  text-align: right;
  width: 70px;
  float: right;
}
.info dd a {
  color: #fff;
  text-decoration: none;
}
.gotas-grandes {
  top: 65px;
  right: 8px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  position: absolute;
}
.gotas-medias {
  top: 20px;
  right: 100px;
  position: absolute;
}
.gotas-pequenas {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  top: 190px;
  right: -20px;
  position: absolute;
}
.agua-active .garrafa-wrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.garrafa-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  height: 740px;
  width: 568px;
  margin-top: -350px;
  z-index: 1;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.garrafa {
  top: 60px;
  right: 200px;
  position: absolute;
}
.garrafa.load-anim {
  -webkit-animation-name: bottle-splash,hover;
  -webkit-animation-duration: 3s, 15s;
  -webkit-animation-timing-function: ease,ease;
  -webkit-animation-delay: 0s,3s;
  -webkit-animation-iteration-count: 1,infinite;
  -webkit-animation-direction: normal,normal;
  -moz-animation-name: bottle-splash,hover;
  -moz-animation-duration: 3s, 15s;
  -moz-animation-timing-function: ease,ease;
  -moz-animation-delay: 0s,3s;
  -moz-animation-iteration-count: 1,infinite;
  -moz-animation-direction: normal,normal;
  -o-animation-name: bottle-splash,hover;
  -o-animation-duration: 3s, 15s;
  -o-animation-timing-function: ease,ease;
  -o-animation-delay: 0s,3s;
  -o-animation-iteration-count: 1,infinite;
  -o-animation-direction: normal,normal;
  animation-name: bottle-splash,hover;
  animation-duration: 3s, 15s;
  animation-timing-function: ease,ease;
  animation-delay: 0s,3s;
  animation-iteration-count: 1,infinite;
  animation-direction: normal,normal;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.gotas-front {
  top: 90px;
  right: 70px;
  position: absolute;
}
.gotas-front.load-anim {
  -webkit-animation-name: drop,hover;
  -webkit-animation-duration: 3s, 10s;
  -webkit-animation-timing-function: ease,ease;
  -webkit-animation-delay: 0s,3s;
  -webkit-animation-iteration-count: 1,infinite;
  -webkit-animation-direction: normal,normal;
  -moz-animation-name: drop,hover;
  -moz-animation-duration: 3s, 10s;
  -moz-animation-timing-function: ease,ease;
  -moz-animation-delay: 0s,3s;
  -moz-animation-iteration-count: 1,infinite;
  -moz-animation-direction: normal,normal;
  -o-animation-name: drop,hover;
  -o-animation-duration: 3s, 10s;
  -o-animation-timing-function: ease,ease;
  -o-animation-delay: 0s,3s;
  -o-animation-iteration-count: 1,infinite;
  -o-animation-direction: normal,normal;
  animation-name: drop,hover;
  animation-duration: 3s, 10s;
  animation-timing-function: ease,ease;
  animation-delay: 0s,3s;
  animation-iteration-count: 1,infinite;
  animation-direction: normal,normal;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.gotas-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
}
.gotas-back.load-anim {
  -webkit-animation-name: drop,hover;
  -webkit-animation-duration: 3s, 8s;
  -webkit-animation-timing-function: ease,ease;
  -webkit-animation-delay: 0s,3s;
  -webkit-animation-iteration-count: 1,infinite;
  -webkit-animation-direction: normal,normal;
  -moz-animation-name: drop,hover;
  -moz-animation-duration: 3s, 8s;
  -moz-animation-timing-function: ease,ease;
  -moz-animation-delay: 0s,3s;
  -moz-animation-iteration-count: 1,infinite;
  -moz-animation-direction: normal,normal;
  -o-animation-name: drop,hover;
  -o-animation-duration: 3s, 8s;
  -o-animation-timing-function: ease,ease;
  -o-animation-delay: 0s,3s;
  -o-animation-iteration-count: 1,infinite;
  -o-animation-direction: normal,normal;
  animation-name: drop,hover;
  animation-duration: 3s, 8s;
  animation-timing-function: ease,ease;
  animation-delay: 0s,3s;
  animation-iteration-count: 1,infinite;
  animation-direction: normal,normal;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.splash {
  bottom: 50px;
  position: absolute;
  right: 70px;
}
.splash.load-anim {
  -webkit-animation: splash 3s ease 0s 1;
  -moz-animation: splash 3s ease 0s 1;
  -o-animation: splash 3s ease 0s 1;
  animation: splash 3s ease 0s 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.agua .button {
  width: 48px;
  height: 39px;
  font-size: 31px;
  padding: 0;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #6ea6da inset;
  -moz-box-shadow: 0px 1px 0px 0px #6ea6da inset;
  box-shadow: 0px 1px 0px 0px #6ea6da inset;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.agua .button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.exit-anim {
  -webkit-animation: bottleexit 2s ease-in 0s 1 !important;
  -moz-animation: bottleexit 2s ease-in 0s 1 !important;
  -o-animation: bottleexit 2s ease-in 0s 1 !important;
  animation: bottleexit 2s ease-in 0s 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.exit-anim .splash {
  display: none;
}
/* ---- !LENDA ---- */
#fonteFloor4 {
  background-image: url('img/bkg4.jpg');
  background-position: center top;
}
.lenda .button {
  width: 48px;
  height: 39px;
  font-size: 31px;
  padding: 0;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #6ea6da inset;
  -moz-box-shadow: 0px 1px 0px 0px #6ea6da inset;
  box-shadow: 0px 1px 0px 0px #6ea6da inset;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.lenda .button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.page-nav {
  display: inline-block;
  vertical-align: -4px;
  margin-left: 10px;
  font-size: 11px;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap div {
  float: left;
  width: 100%;
  position: relative;
}
.bubbles {
  position: absolute;
  bottom: 0;
  width: 300px;
  right: 200px;
  z-index: 1;
}
.bubbles img {
  position: absolute;
  bottom: -325px;
}
.bubbles .bubble1.load-anim {
  -webkit-animation: bubble 15s ease-out 0 infinite;
  -moz-animation: bubble 15s ease-out 0 infinite;
  -o-animation: bubble 15s ease-out 0 infinite;
  animation: bubble 15s ease-out 0 infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble2.load-anim {
  -webkit-animation: bubble 10s ease-out 3.5s infinite;
  -moz-animation: bubble 10s ease-out 3.5s infinite;
  -o-animation: bubble 10s ease-out 3.5s infinite;
  animation: bubble 10s ease-out 3.5s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble3.load-anim {
  -webkit-animation: bubble 20s ease-out 7s infinite;
  -moz-animation: bubble 20s ease-out 7s infinite;
  -o-animation: bubble 20s ease-out 7s infinite;
  animation: bubble 20s ease-out 7s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble4.load-anim {
  -webkit-animation: bubble 8s ease-out 10s infinite;
  -moz-animation: bubble 8s ease-out 10s infinite;
  -o-animation: bubble 8s ease-out 10s infinite;
  animation: bubble 8s ease-out 10s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble5.load-anim {
  -webkit-animation: bubble 30s ease-out 5s infinite;
  -moz-animation: bubble 30s ease-out 5s infinite;
  -o-animation: bubble 30s ease-out 5s infinite;
  animation: bubble 30s ease-out 5s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble6.load-anim {
  -webkit-animation: bubble 13s ease-out 12s infinite;
  -moz-animation: bubble 13s ease-out 12s infinite;
  -o-animation: bubble 13s ease-out 12s infinite;
  animation: bubble 13s ease-out 12s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble7.load-anim {
  -webkit-animation: bubble 25s ease-out 2s infinite;
  -moz-animation: bubble 25s ease-out 2s infinite;
  -o-animation: bubble 25s ease-out 2s infinite;
  animation: bubble 25s ease-out 2s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
.bubbles .bubble8.load-anim {
  -webkit-animation: bubble 40s ease-out 15s infinite;
  -moz-animation: bubble 40s ease-out 15s infinite;
  -o-animation: bubble 40s ease-out 15s infinite;
  animation: bubble 40s ease-out 15s infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
#underBottle {
  position: absolute;
  top: 150px;
  right: 200px;
}
#underBottle.load-anim {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-animation-name: bottledrop,float;
  -webkit-animation-duration: 5s,20s;
  -webkit-animation-timing-function: ease-in-out,ease;
  -webkit-animation-delay: 2s,7s;
  -webkit-animation-iteration-count: 1,infinite;
  -webkit-animation-direction: normal,alternate;
  -moz-animation-name: bottledrop,float;
  -moz-animation-duration: 5s,20s;
  -moz-animation-timing-function: ease-in-out,ease;
  -moz-animation-delay: 2s,7s;
  -moz-animation-iteration-count: 1,infinite;
  -moz-animation-direction: normal,alternate;
  -o-animation-name: bottledrop,float;
  -o-animation-duration: 5s,20s;
  -o-animation-timing-function: ease-in-out,ease;
  -o-animation-delay: 2s,7s;
  -o-animation-iteration-count: 1,infinite;
  -o-animation-direction: normal,alternate;
  animation-name: bottledrop,float;
  animation-duration: 5s,20s;
  animation-timing-function: ease-in-out,ease;
  animation-delay: 2s,7s;
  animation-iteration-count: 1,infinite;
  animation-direction: normal,alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  /* Firefox*/
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  -o-animation-play-state: paused;
  /* Opera */
}
/* ---- !MISC ---- */
.header,
.sub-header {
  font-family: 'Fjalla One', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
.header {
  font-size: 36px;
  line-height: 36px;
}
.sub-header {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 21px;
}
.awards {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 4;
}
.awards a {
  display: block;
  margin-bottom: 30px;
  text-align: right;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.awards a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 140px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.scrollable {
  overflow: auto;
  height: 92%;
}
.content {
  margin: 0 auto;
  margin-left: 0;
  max-width: 600px;
  padding: 5px 50px;
  text-shadow: 0 1px 1px #000;
  position: relative;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.hidden .section-wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.menu {
  display: none;
  text-align: center;
  padding: 40px 20px 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  width: 100%;
  height: 94px;
  margin: 0 auto;
  background: transparent url('img/menu.png') no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
  font-family: 'Fjalla One', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  /*font-size: 16px;*/
font-size: 13px;
  line-height: 18px;
}
.menu li {
  display: inline-block;
  padding: 0;
}
.menu li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 20px;
}
.menu li a:hover,
.menu li a.active {
  color: #ffffff;
}
.menu li a.active {
  cursor: default;
}
.menu.bounceInDown,
.menu.bounceOutUp,
.menu.bounceInUp {
  display: block;
}
.fonteFloor {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  position: relative;
}
#main {
  overflow: hidden;
}
#prevButton {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}
#loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}
#loader .loader-inner {
  width: 142px;
  height: 133px;
  background: transparent url('img/loader_back.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -71px;
  margin-top: -66px;
}
#loader .loader-image {
  height: 0%;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
/* ---- !RESPONSIVE ---- */
@media only screen and (max-width: 600px) {
  .phone-hidden {
    display: none !important;
  }
  .logo-fonte {
    width: 90%;
    padding-top: 20%;
  }
  section {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .agua .garrafa-wrapper {
    -moz-opacity: 0.4 !important;
    -khtml-opacity: 0.4 !important;
    -webkit-opacity: 0.4 !important;
    opacity: 0.4 !important;
    right: -60px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #underBottle {
    -moz-opacity: 0.15 !important;
    -khtml-opacity: 0.15 !important;
    -webkit-opacity: 0.15 !important;
    opacity: 0.15 !important;
    right: 120px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .menu {
    padding: 40px 0px 14px;
  }
  .menu li a {
    padding: 20px 16px;
  }
}
/* ---- !ANIMATION ---- */
.animate .load-anim {
  animation-play-state: running !important;
  -moz-animation-play-state: running !important;
  /* Firefox*/
  -webkit-animation-play-state: running !important;
  /* Safari and Chrome */
  -o-animation-play-state: running !important;
  /* Opera */
}
.hidden .load-anim {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.resetAnimation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.bottle-drop-keyframes 0% {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -400px, 0);
  -moz-transform: translate3d(0, -400px, 0);
  -ms-transform: translate3d(0, -400px, 0);
  -o-transform: translate3d(0, -400px, 0);
  transform: scale(0, -400px, 0);
}
.bottle-drop-keyframes 100% {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
@-webkit-keyframes bottledrop {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
    transform: scale(0, -400px, 0);
  }
  100% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-moz-keyframes bottledrop {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
    transform: scale(0, -400px, 0);
  }
  100% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-o-keyframes bottledrop {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
    transform: scale(0, -400px, 0);
  }
  100% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes bottledrop {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    -moz-transform: translate3d(0, -400px, 0);
    -ms-transform: translate3d(0, -400px, 0);
    -o-transform: translate3d(0, -400px, 0);
    transform: scale(0, -400px, 0);
  }
  100% {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.bubble-keyframes 0% {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.bubble-keyframes 100% {
  -webkit-transform: translate3d(0, -700px, 0);
  -moz-transform: translate3d(0, -700px, 0);
  -ms-transform: translate3d(0, -700px, 0);
  -o-transform: translate3d(0, -700px, 0);
  transform: scale(0, -700px, 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -ms-transform: translate3d(0, -700px, 0);
    -o-transform: translate3d(0, -700px, 0);
    transform: scale(0, -700px, 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes bubble {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -ms-transform: translate3d(0, -700px, 0);
    -o-transform: translate3d(0, -700px, 0);
    transform: scale(0, -700px, 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes bubble {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -ms-transform: translate3d(0, -700px, 0);
    -o-transform: translate3d(0, -700px, 0);
    transform: scale(0, -700px, 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -ms-transform: translate3d(0, -700px, 0);
    -o-transform: translate3d(0, -700px, 0);
    transform: scale(0, -700px, 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
}
.float-keyframes 0% {
  -webkit-transform: translate3d(0,0,0) rotate(30deg);
  -moz-transform: translate3d(0,0,0) rotate(30deg);
  -o-transform: translate3d(0,0,0) rotate(30deg);
  transform: translate3d(0,0,0) rotate(30deg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.float-keyframes 25% {
  -webkit-transform: translate3d(0,20px,0) rotate(32deg);
  -moz-transform: translate3d(0,20px,0) rotate(32deg);
  -o-transform: translate3d(0,20px,0) rotate(32deg);
  transform: translate3d(0,20px,0) rotate(32deg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.float-keyframes 75% {
  -webkit-transform: translate3d(0,-10px,0) rotate(35deg);
  -moz-transform: translate3d(0,-10px,0) rotate(35deg);
  -o-transform: translate3d(0,-10px,0) rotate(35deg);
  transform: translate3d(0,-10px,0) rotate(35deg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.float-keyframes 100% {
  -webkit-transform: translate3d(0,0,0) rotate(30deg);
  -moz-transform: translate3d(0,0,0) rotate(30deg);
  -o-transform: translate3d(0,0,0) rotate(30deg);
  transform: translate3d(0,0,0) rotate(30deg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate3d(0,20px,0) rotate(32deg);
    -moz-transform: translate3d(0,20px,0) rotate(32deg);
    -o-transform: translate3d(0,20px,0) rotate(32deg);
    transform: translate3d(0,20px,0) rotate(32deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-transform: translate3d(0,-10px,0) rotate(35deg);
    -o-transform: translate3d(0,-10px,0) rotate(35deg);
    transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
}
@-moz-keyframes float {
  0% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate3d(0,20px,0) rotate(32deg);
    -moz-transform: translate3d(0,20px,0) rotate(32deg);
    -o-transform: translate3d(0,20px,0) rotate(32deg);
    transform: translate3d(0,20px,0) rotate(32deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-transform: translate3d(0,-10px,0) rotate(35deg);
    -o-transform: translate3d(0,-10px,0) rotate(35deg);
    transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
}
@-o-keyframes float {
  0% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate3d(0,20px,0) rotate(32deg);
    -moz-transform: translate3d(0,20px,0) rotate(32deg);
    -o-transform: translate3d(0,20px,0) rotate(32deg);
    transform: translate3d(0,20px,0) rotate(32deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-transform: translate3d(0,-10px,0) rotate(35deg);
    -o-transform: translate3d(0,-10px,0) rotate(35deg);
    transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translate3d(0,20px,0) rotate(32deg);
    -moz-transform: translate3d(0,20px,0) rotate(32deg);
    -o-transform: translate3d(0,20px,0) rotate(32deg);
    transform: translate3d(0,20px,0) rotate(32deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-transform: translate3d(0,-10px,0) rotate(35deg);
    -o-transform: translate3d(0,-10px,0) rotate(35deg);
    transform: translate3d(0,-10px,0) rotate(35deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate3d(0,0,0) rotate(30deg);
    -moz-transform: translate3d(0,0,0) rotate(30deg);
    -o-transform: translate3d(0,0,0) rotate(30deg);
    transform: translate3d(0,0,0) rotate(30deg);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }
}
.drop-keyframes 0% {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.drop-keyframes 69% {
  -webkit-transform: translate3d(0,50px,0) scale(0.4);
  -moz-transform: translate3d(0,50px,0) scale(0.4);
  -o-transform: translate3d(0,50px,0) scale(0.4);
  transform: translate3d(0,50px,0) scale(0.4);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.drop-keyframes 100% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes drop {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes drop {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes drop {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
.bottle-splash-keyframes 0% {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.bottle-splash-keyframes 69% {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.bottle-splash-keyframes 70% {
  -webkit-transform: translate3d(0,150px,0) scale(0.9);
  -moz-transform: translate3d(0,150px,0) scale(0.9);
  -o-transform: translate3d(0,150px,0) scale(0.9);
  transform: translate3d(0,150px,0) scale(0.9);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.bottle-splash-keyframes 100% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes bottle-splash {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0,150px,0) scale(0.9);
    -moz-transform: translate3d(0,150px,0) scale(0.9);
    -o-transform: translate3d(0,150px,0) scale(0.9);
    transform: translate3d(0,150px,0) scale(0.9);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes bottle-splash {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0,150px,0) scale(0.9);
    -moz-transform: translate3d(0,150px,0) scale(0.9);
    -o-transform: translate3d(0,150px,0) scale(0.9);
    transform: translate3d(0,150px,0) scale(0.9);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes bottle-splash {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0,150px,0) scale(0.9);
    -moz-transform: translate3d(0,150px,0) scale(0.9);
    -o-transform: translate3d(0,150px,0) scale(0.9);
    transform: translate3d(0,150px,0) scale(0.9);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes bottle-splash {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0,150px,0) scale(0.9);
    -moz-transform: translate3d(0,150px,0) scale(0.9);
    -o-transform: translate3d(0,150px,0) scale(0.9);
    transform: translate3d(0,150px,0) scale(0.9);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
.splash-keyframes 0% {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.splash-keyframes 69% {
  -webkit-transform: translate3d(0,50px,0) scale(0.4);
  -moz-transform: translate3d(0,50px,0) scale(0.4);
  -o-transform: translate3d(0,50px,0) scale(0.4);
  transform: translate3d(0,50px,0) scale(0.4);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.splash-keyframes 100% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes splash {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes splash {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes splash {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes splash {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  69% {
    -webkit-transform: translate3d(0,50px,0) scale(0.4);
    -moz-transform: translate3d(0,50px,0) scale(0.4);
    -o-transform: translate3d(0,50px,0) scale(0.4);
    transform: translate3d(0,50px,0) scale(0.4);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
.hover-keyframes 0% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.hover-keyframes 50% {
  -webkit-transform: translate3d(0px, 10px, 0);
  -moz-transform: translate3d(0px, 10px, 0);
  -ms-transform: translate3d(0px, 10px, 0);
  -o-transform: translate3d(0px, 10px, 0);
  transform: scale(0px, 10px, 0);
}
.hover-keyframes 100% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@-webkit-keyframes hover {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, 10px, 0);
    -moz-transform: translate3d(0px, 10px, 0);
    -ms-transform: translate3d(0px, 10px, 0);
    -o-transform: translate3d(0px, 10px, 0);
    transform: scale(0px, 10px, 0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes hover {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, 10px, 0);
    -moz-transform: translate3d(0px, 10px, 0);
    -ms-transform: translate3d(0px, 10px, 0);
    -o-transform: translate3d(0px, 10px, 0);
    transform: scale(0px, 10px, 0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes hover {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, 10px, 0);
    -moz-transform: translate3d(0px, 10px, 0);
    -ms-transform: translate3d(0px, 10px, 0);
    -o-transform: translate3d(0px, 10px, 0);
    transform: scale(0px, 10px, 0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes hover {
  0% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, 10px, 0);
    -moz-transform: translate3d(0px, 10px, 0);
    -ms-transform: translate3d(0px, 10px, 0);
    -o-transform: translate3d(0px, 10px, 0);
    transform: scale(0px, 10px, 0);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
.cloud-keyframes 0% {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: scale(0, 0, 0);
}
.cloud-keyframes 5% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.cloud-keyframes 95% {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.cloud-keyframes 100% {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate3d(1500px, 0, 0);
  -moz-transform: translate3d(1500px, 0, 0);
  -ms-transform: translate3d(1500px, 0, 0);
  -o-transform: translate3d(1500px, 0, 0);
  transform: scale(1500px, 0, 0);
}
@-webkit-keyframes cloud {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: scale(0, 0, 0);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    -moz-transform: translate3d(1500px, 0, 0);
    -ms-transform: translate3d(1500px, 0, 0);
    -o-transform: translate3d(1500px, 0, 0);
    transform: scale(1500px, 0, 0);
  }
}
@-moz-keyframes cloud {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: scale(0, 0, 0);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    -moz-transform: translate3d(1500px, 0, 0);
    -ms-transform: translate3d(1500px, 0, 0);
    -o-transform: translate3d(1500px, 0, 0);
    transform: scale(1500px, 0, 0);
  }
}
@-o-keyframes cloud {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: scale(0, 0, 0);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    -moz-transform: translate3d(1500px, 0, 0);
    -ms-transform: translate3d(1500px, 0, 0);
    -o-transform: translate3d(1500px, 0, 0);
    transform: scale(1500px, 0, 0);
  }
}
@keyframes cloud {
  0% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: scale(0, 0, 0);
  }
  5% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  95% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    -moz-transform: translate3d(1500px, 0, 0);
    -ms-transform: translate3d(1500px, 0, 0);
    -o-transform: translate3d(1500px, 0, 0);
    transform: scale(1500px, 0, 0);
  }
}
.bottle-exit-keyframes 70% {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: scale(0, 50px, 0);
}
.bottle-exit-keyframes 100% {
  -webkit-transform: translate3d(0, -500px, 0);
  -moz-transform: translate3d(0, -500px, 0);
  -ms-transform: translate3d(0, -500px, 0);
  -o-transform: translate3d(0, -500px, 0);
  transform: scale(0, -500px, 0);
}
@-webkit-keyframes bottleexit {
  70% {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: scale(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: scale(0, -500px, 0);
  }
}
@-moz-keyframes bottleexit {
  70% {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: scale(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: scale(0, -500px, 0);
  }
}
@-o-keyframes bottleexit {
  70% {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: scale(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: scale(0, -500px, 0);
  }
}
@keyframes bottleexit {
  70% {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: scale(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: scale(0, -500px, 0);
  }
}
/* ---- !HELPERS ---- */
.startAnimation {
  animation-play-state: running !important;
  -moz-animation-play-state: running !important;
  /* Firefox*/
  -webkit-animation-play-state: running !important;
  /* Safari and Chrome */
  -o-animation-play-state: running !important;
  /* Opera */
}
