#banner {
    background:#9c141e;
    text-align: left;
    width: 100%;
    height: 100%;

    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

#copy1,
#copy2
 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

#logo,
#pack
 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

#dot_1,
#dot_2,
#dot_3
 {
    position: absolute;
    top: 0;
    left: 0;
   transform: scale(0);
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}
#dot_1 {
    transform-origin: 10px 310px;
}
#dot_2{
    transform-origin: 46px 278px;
}
#dot_3 {
    transform-origin: 92px 211px;
}
#logo.paused,
#pack.paused,
#copy2.paused,
#dot_1.paused,
#dot_2.paused,
#dot_3.paused,
#bg.paused{
    position: absolute;
    top: 0;
    left: 0;
    opacity:1 !important;
}

@keyframes easeOutElastic {
	0% {
		transform: scale(0);
	}

	16% {
		transform: scale(1.3227);
	}

	28% {
		transform: scale(.88688);
	}

	44% {
		transform: scale(1.0463);
	}

	59% {
		transform: scale(.9836);
	}

	73% {
		transform: scale(1.0058);
	}

	88% {
		transform: scale(.998);
	}

	100% {
		transform: scale(1);
	}

}

.easeOutElastic {
    animation-direction: reverse;
    -webkit-animation-name: easeOutElastic;
    animation-name: easeOutElastic;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}


.paused{
   -webkit-animation-play-state:paused !important;
   animation-play-state:paused !important;
}
