@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
/* Custom CSS
 * --------------------------------------- */
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
h1 {
  font-size: 6em;
}
p {
  font-size: 2em;
}
.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}
.section {
  text-align: center;
}
#menu li {
  display: inline-block;
  margin: 10px;
  color: #fff;
  background: #fff;
  border-right: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
#menu li a, #menu li.active a {
  padding: 9px 18px;
  display: block;
  color: #fff;
}
#menu li.active {
  background: transparent;
  color: #fff;
}
#menu li a {
  text-decoration: none;
  color: #fff;
}
#menu li.active a:hover {
  color: #fff;
}
#menu li a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}
#menu li.active a {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
#menu {
  position: fixed;
  top: 40px;
  left: 50%;
  height: 40px;
  z-index: 70;
  width: 1250px;
  padding: 0;
  margin-left: -625px;
  max-width: 100%;
}
.twitter-share-button {
  position: fixed !important;
  z-index: 99;
  right: 149px;
  top: 9px;
}
#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
}
#infoMenu ul {
  padding: 0 40px;
}
#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}
#infoMenu li a:hover {
  text-decoration: underline;
}
#infoMenu li {
  display: inline-block;
  position: relative;
}
#examplesList {
  display: none;
  color: #fff;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 816px;
  text-align: left;
}
#examplesList ul {
  padding: 0;
}
#examplesList ul li {
  display: block;
  margin: 5px 0;
}
#examplesList ul li a {
  color: #BDBDBD;
  margin: 0;
}
#examplesList ul li a:hover {
  color: #f2f2f2;
}
#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}
#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding-top: 0px;
  background: #191b10;
}
h1 {
  font-family: 'Alfa Slab One', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  font-size: 17vw;
}
h2 {
  font-family: 'Alfa Slab One', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 10vw;
  color: #fff;
  text-transform: uppercase;
}
.design-image {
  background: url(../img/header-2.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.photography-image {
  background: url(../img/header-photography.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.blog-image {
  background: url(../img/header-blog.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.shop-image {
  background: url(../img/shop-bg.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.space-image {
  background: url(../img/space-bg.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.space-image img{
   position:absolute;
   width:750px;
   height:auto;
   bottom:-200px;

}


@media screen and (max-width: 1024px) {

.space-image img{
width:400px;
   bottom:-100px;
   left:50%;
   transform:translateX(-50%);

}

}



.video_poster {
  background-size: cover;
  background: url('img/header-2.jpg') no-repeat top center;
  width: 100%;
  position: absolute;
  height: 100%;
}
.logo {
  color: #ed4e6e;
  position: relative;
  z-index: 2000;
}
.logo-shaddow {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  right: 28.3520%;
}
.logo-2-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-2-container-space {
  position: absolute;
  
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-2-container-space a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 50px;
  border-right: solid 1px #fff;
  position: relative;
  z-index: 100;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.logo-2-container-space a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.logo-2-container-prints {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.logo-2-container-prints a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 50px;
  border-right: solid 1px #fff;
  position: relative;
  z-index: 100;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.logo-2-container-prints a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.logo-2 {
  position: relative;
  color: #f6d8a3;
  z-index: 2000;
}
.logo-shaddow-2 {
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.logo-2-container a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 50px;
  border-right: solid 1px #fff;
  position: relative;
  z-index: 9999;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.logo-2-container a:hover {
  background: rgba(0, 0, 0, 0.7);
}


.container{
  position:relative;
  width:100%;
  height:100%;
  background:transparent;
  overflow:hidden;
  z-index:10;
}


.stars {
  z-index: 10;
  position: relative;
  background-image: url(../img/hori.png);
  background-repeat: repeat-x;
  transform:translate3D(0em, 0em, 0);
  animation: stars 21s ease; 
  transform-style: preserve-3d;
}

.design {
  color: #ed4e6e;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.space{

  background: url("../img/spe-text.jpg") center center / cover no-repeat;
   color: #de466c;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   
   

}


.ai{

   color: #fff;
   
   
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
   

}

.manzark{

   color: #fff;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: white;
   
   

}



.photo {
  color: #fff;
  text-shadow: 0px 0px 30px #fff;
}
.blog {
  color: #ccc;
}
.prints {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  position: relative;
  z-index: 100;
}

.band {
  background: url(../img/band-bg.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: auto;
  height: 100%;
}
.band-members {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* FOG EFFECT */
.fog-wrapper {
  width: 100%;
  height: 100%;
  /* background: url(http://cs624130.vk.me/v624130692/6143/sylw95iSGBs.jpg) no-repeat; 
  background-size: cover;*/
  position: relative;
  z-index: 1;
}
.fog {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: auto;
}
.img4 {
  top: 10%;
  width: 1340px;
  height: 568px;
  background: url(../img/fog1.png) no-repeat;
  opacity: .75;
  right: -1340px;
}
.img1 {
  opacity: .75;
  left: -1228px;
  width: 1228px;
  height: 394px;
  top: 65%;
  background: url(../img/fog7.png) no-repeat;
}
.launch {
  position: relative;
  
  z-index: 999;
}
.star {
  position: absolute;
  background: url(../img/star.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.star-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 30%;
}
.star-2 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 90%;
}
.star-3 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 35%;
}
.star-4 {
  width: 150px;
  height: 150px;
  top: 15%;
  left: 70%;
}
.star-5 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 10%;
}
.star-6 {
  width: 150px;
  height: 150px;
  top: 60%;
  left: 60%;
}
.star-7 {
  width: 74px;
  height: 70px;
  top: 65%;
  left: 5%;
}
.star-8 {
  width: 200px;
  height: 200px;
  top: 80%;
  left: 25%;
}



svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-37.5%, 10%);
  left: 50%;
}
text {
  font-family: 'Alfa Slab One', cursive;
  stroke-dasharray: 250%;
  stroke-dashoffset: 250%;
  -webkit-animation: draw 8s forwards;
  -moz-animation: draw 8s forwards;
  -o-animation: draw 8s forwards;
  -ms-animation: draw 8s forwards;
  animation: draw 8s forwards;
  font-size: 17vw;
  z-index: 5000;
}
.design-launch {
  margin-top: 12.5%;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 250%;
  }
  25% {
    fill: transparent;
  }
  40% {}
  75% {}
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 250%;
  }
  25% {
    fill: transparent;
  }
  40% {}
  75% {}
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes draw {
  0% {
    stroke-dashoffset: 250%;
  }
  25% {
    fill: transparent;
  }
  40% {}
  75% {}
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes draw {
  0% {
    stroke-dashoffset: 250%;
  }
  25% {
    fill: transparent;
  }
  40% {}
  75% {}
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 250%;
  }
  25% {
    fill: transparent;
  }
  40% {}
  75% {}
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}
@-moz-document url-prefix() {
  text {
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    -webkit-animation: draw-moz 8s forwards;
    -moz-animation: draw-moz 8s forwards;
    -o-animation: draw-moz 8s forwards;
    -ms-animation: draw-moz 8s forwards;
    animation: draw-moz 8s forwards;
  }
}
@keyframes draw-moz {
  0% {
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
  }
  25% {}
  40% {
    fill: transparent;
  }
  75% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #ed4e6e;
    stroke-dashoffset: 0;
  }
}

/* SAFARI BROWSER */

@media not all and (min-resolution:.001dpcm) { 
    @media {
		
	
svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-37.5%, 10%);
  left: 50%;
}
text {
  font-family: 'Alfa Slab One', cursive;
  stroke-dasharray: 100%;
  stroke-dashoffset: 100%;
  -webkit-animation: draw-moz 8s forwards;
  -moz-animation: draw-moz 8s forwards;
  -o-animation: draw-moz 8s forwards;
  -ms-animation: draw-moz 8s forwards;
  animation: draw-moz 8s forwards;
  font-size: 17vw;
  z-index: 5000;
}
    }
}


    

.puppets {
  background: url(../img/puppets.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: auto;
  height: 100%;
}
.puppets-info {
  background: #65acec;
}
.felt {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42%;
}
#mobile-indicator {
  display: none;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 12px;
  }
  
  .ai{

   color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
   
   
   

}

.manzark{

   color: #fff;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
   
   

}


}
@media all and (min-device-width : 320px)and (max-device-width : 1025px) and (orientation:landscape) {
  #mobile-indicator {
    display: block;
  }
  .sign-1 {
    position: absolute;
    right: 7.5%;
    top: 14%;
    width: 250px;
  }
  .sign-2 {
    position: absolute;
    left: 12%;
    bottom: 15%;
    width: 250px;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  #mobile-indicator {
    display: block;
  }
}
@media (max-device-width: 425px) and (orientation: portrait) {
  .sign-1 {
    position: absolute;
    right: 50%;
    margin-right: -125px;
    top: 18%;
    width: 250px;
  }
  .sign-2 {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: 15%;
    width: 250px;
  }
}
#clouds {
  position: absolute;
  z-index: 500;
  left: -750px;
  top: 150px;
}
.wrapper-1 {
  width: 100%;
  margin: 0 auto;
  float: left;
}
.wrapper-2 {
  width: 35%;
  margin: 0 auto;
  float: left;
}
.lyrics {
  float: left;
  width: calc(50% - 10px);
  padding: 5px;
}
.audio-song {
  width: 90%;
  margin-left: 10%;
}
.clear {
  clear: both;
}
p {
  color: #fff;
  font-size: 14px;
}
.big-wrap {
  margin: 0 auto;
  width: 70%;
  position: relative;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.slide {
  position: relative;
  overflow: hidden;
}
.rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* RAIN EFFECT */
.drop {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(13, 52, 58, 0)), to(rgba(255, 255, 255, 0.2)));
  background: -moz-linear-gradient(top, rgba(13, 52, 58, 0) 0%, rgba(255, 255, 255, .2) 100%);
  width: 1px;
  height: 89px;
  position: absolute;
  bottom: 200px;
  -webkit-animation: fall .5s linear infinite;
  -moz-animation: fall .5s linear infinite;
}
/* animate the drops*/
@-webkit-keyframes fall {
  to {
    margin-top: 900px;
  }
}
@-moz-keyframes fall {
  to {
    margin-top: 900px;
  }
}
/* MENU */
.main_h {
  position: fixed;
  max-height: 30px;
  z-index: 999;
  width: 100%;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding-bottom: 20px;
  margin-top: 35px;
}
.open-nav {
  max-height: 400px !important;
}
nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 65px;
}
nav ul {
  list-style: none;
  overflow: hidden;
  padding: 15px 22px;
}
nav ul li {
  display: inline-block;
  text-align: right;
  line-height: 1.85;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(255, 255, 255, .07);
}
nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
nav ul li span {
  margin-right: 50px;
  position: absolute;
  top: 55px;
}
nav ul li:hover {
  background: rgba(25, 27, 16, 0.7);
}
nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: -30px;
  width: 30px;
  padding-top: 50px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 1279px) {
  svg {
    transform: translate(-35%, 5%);
  }
  .main_h {
    display: block;
  }
  #menu {
    display: none;
  }
  nav {
    width: 100%;
  }
  nav ul {
    padding-top: 100px;
    margin-bottom: 22px;
    float: right;
    width: 250px;
    margin-top: -115px;
  }
  nav ul li {
    width: 100%;
    padding: 7px 35px 7px 0;
    margin: 0 -35px;
  }
  nav ul li span {
    position: relative;
    top: 0;
  }
  .mobile-toggle {
    display: block;
  }
  .fp-slidesNav {
    display: none;
  }
}
@media only screen and (max-width: 550px) {

	
	
	
  svg {
    transform: translate(-35%, 0);
  }
}




button {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
}
button span {
  display: block;
}
.grid-button {
  padding: 3rem 0;
  cursor: pointer;
}
.grid-button .grid {
  width: .5rem;
  height: .5rem;
  background: #ecf0f1;
  color: #ecf0f1;
  /* Not in use when the colors are specified below */
  transition: 0.3s;
}
.grid-button.close .grid {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}
.grid-button.rearrange .grid {
  box-shadow: -.75rem -.75rem, 0 -.75rem, .75rem -.75rem, -.75rem 0, .75rem 0, -.75rem .75rem, 0 .75rem, .75rem .75rem;
}
.grid-button.rearrange.close .grid {
  box-shadow: 0 -.5rem, 0 -1rem, .5rem 0, -1rem 0, 1rem 0, -.5rem 0, 0 1rem, 0 .5rem;
}
.grid-button.collapse .grid {
  box-shadow: -.75rem 0, -.75rem .75rem, .75rem 0, .75rem -.75rem, 0 -.75rem, -.75rem -.75rem, 0 .75rem, .75rem .75rem;
}
.grid-button.collapse.close .grid {
  box-shadow: -1rem 0, 0 0 transparent, 1rem 0, 0 0 transparent, 0 -1rem, 0 0 transparent, 0 1rem, 0 0 transparent;
}
/* Landscape */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  nav {
    width: 100%;
    float: right;
  }
  nav ul {
    padding-top: 100px;
    margin-bottom: 22px;
    float: right;
    text-align: right;
    width: 80%;
    display: inline-block;
    margin-top: -115px;
  }
  nav ul li {
    display: inline;
    position: relative;
    line-height: 3.25;
    width: 250px;
    padding: 10px 35px;
    margin: 5px 0;
  }
  nav ul li span {
    position: relative;
    top: 0;
  }
}
ul {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.bird {
  background-image: url(../img/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}
.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}
.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}
.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}
.bird-container {
  position: absolute;
  top: 30%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 9999;
}
.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}
.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}
.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}
.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
.player-dimensions {
  width: 100%;
  height: auto;
}
video#player_html5_api {
  width: 100%;
  height: auto;
}
a.fa {
  font-size: 17vw;
  color: rgba(255, 255, 255, .8);
  position: absolute;
  z-index: 9999;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}