body {
	background-color: #020202
}

.logo_large {
	padding: 10px 100px;
	width: 100%;
	height: auto;
	max-width:2364px;
}

.logo-wrap {
	max-width: 512px;
	width: 78%;
	max-height: 512px;
	display: inline-block;
	position: relative;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.logo1-wrap {
  -webkit-animation: spin1 60s linear infinite;
  animation: spin1 60s linear infinite;
}
.logo1 {
	background: url('../img/logo1.png');
	z-index: 0;
  -webkit-animation: bounce1 2.5s ease-in-out infinite;
  animation: bounce1 2.5s ease-in-out infinite;
	background-size: 100%;
}
.logo2 {
	background: url('../img/logo2.png');
	z-index: 1;
  -webkit-animation: bounce2 2.5s ease-in-out infinite;
  animation: bounce2 2.5s ease-in-out infinite;
	background-size: 100%;
}
.logo3 {
	background: url('../img/logo3.png');
	z-index: 3;
  -webkit-animation: bounce3 2.5s ease-in-out infinite;
  animation: bounce3 2.5s ease-in-out infinite;
	background-size: 100%;
}

/*@-webkit-keyframes spin1 {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
*/
@keyframes spin1 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

@-webkit-keyframes bounce1 {
	0% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
	50% {-webkit-transform: scaleX(0.9) scaleY(0.9);}
	100% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
}
@keyframes bounce1 {
	0% {transform: scaleX(0.8) scaleY(0.8);}
	50% {transform: scaleX(0.9) scaleY(0.9);}
	100% {transform: scaleX(0.8) scaleY(0.8);}
}

@-webkit-keyframes bounce2 {
	0% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
	50% {-webkit-transform: scaleX(1.1) scaleY(1.1);}
	100% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
}
@keyframes bounce2 {
	0% {transform: scaleX(0.8) scaleY(0.8);}
	50% {transform: scaleX(1.1) scaleY(1.1);}
	100% {transform: scaleX(0.8) scaleY(0.8);}
}

@-webkit-keyframes bounce3 {
	0% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
	50% {-webkit-transform: scaleX(1.0) scaleY(1.0);}
	100% {-webkit-transform: scaleX(0.8) scaleY(0.8);}
}
@keyframes bounce3 {
	0% {transform: scaleX(0.8) scaleY(0.8);}
	50% {transform: scaleX(1.0) scaleY(1.0);}
	100% {transform: scaleX(0.8) scaleY(0.8);}
}

/*.slider-thumb {
	width: 228px;
	height: 128px;
}
*/
.slick-slider.slider-for {
	margin-bottom: 0px;
}

.flex-video.widescreen.youtube {
	margin-bottom: 0px;
	margin-top: -14px;
}

.slider-top-container {
	width: 100%;
	display: inline-block;
}

.slider-nav-container {
	padding-left: 20px;
	padding-right: 20px;
}

#mc_embed_signup label {
  color: #DDD;
}
#mc_embed_signup h2 {
  color: #CCC;
}

.doc_name {
	font-size: 1.4em;
}
.doc_shortdesc {
	font-size: 1.4em;
}
.powerup_image {
	width: 64px;
	max-width: 64px;
	height: auto;
}

.powerup {
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(255, 57, 60, 1);
}

.button.btntype.active {
  background-color: #533;
}


#loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 3em;
}

th {
  font-size: 1.25rem !important;
}
