/*
Theme Name: Aanmelden
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk website voor inschrijfformulier van Kalvijn
Version: 1.0
*/

/* Reset CSS */
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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* Theme CSS */

body {
	font-family: 'Amatic SC', cursive;
}

.gform_wrapper .field_description_below .gfield_description {
    font-weight: 600;
    font-size: 21px;
    color: red;
}

header {
    padding: 40px 0 40px;
    background: url(img/bg.jpg) bottom;
    position:relative;
    background-size: 100%;
    overflow:hidden;
}

.booming {
	background:#d2222b;
	padding:40px 0;
	position:relative;
	margin-top:-15px;
}

.bottom-container .reddiv {
	bottom: 0px;
    position: absolute;
    height:27px;
}

.booming h2 {
	text-align: center;
    color: white;
    font-size: 78px;
    text-transform: uppercase;
}

.booming h2 span {
	font-size: 29px;
    display: block;
    margin-top: 7px;
}

.booming h2 span span {
	font-weight:bold;
	display:inline;
}

.booming .arrowcontainer {
	position:initial;
}

.booming .arrowdown {
	left:40px;
	width:60px;
}

.booming .arrowdown.right {
	left:inherit;
	right:40px;
}

.devheader {
	position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 30px;
}

.booming .reddiv {
	width: 100%;
    position: absolute;
    top: -33px;
    left: 0;
    height: 60px;
}

.booming .reddiv.bottom {
	top: initial;
    bottom: -31px;
    z-index: 99;
}

.plane {
	position: absolute;
    left: 0px;
    top: 37%;
    width: 123px;
}

.earth {
	position: absolute;
    left: -97px;
    top: 37%;
    width: 195px;
    -ms-animation-name: rotater;
	-moz-animation-name: rotater;
	-webkit-animation-name: rotater;
	-o-animation-name: rotater;
	animation-name: rotater;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-duration: 25600ms;
	-moz-animation-duration: 25600ms;
	-webkit-animation-duration: 25600ms;
	-o-animation-duration: 25600ms;
	animation-duration: 25600ms;
	animation-timing-function:linear;
}

@-webkit-keyframes rotater
{
	0%
	{
		transform: rotate(0deg);
	}
	
	100% 
	{
		transform: rotate(360deg);
	}
	
}

@-moz-keyframes rotater
{
	0%
	{
		transform: rotate(0deg);
	}
	
	100% 
	{
		transform: rotate(360deg);
	}
}


.youtube {
	margin-bottom:40px;
	margin-left:40px;
}

.header-content {
	padding:20px 0;
	position:relative;
	z-index:9999;
	max-width:585px;
	margin-left:40px;
}

.header-content h1 {
	color:white;
	font-size:110px;
	font-weight:bold;
}

.header-content p {
	color: white;
    font-size: 27px;
    font-weight: bold;
    margin: 20px 0 30px;
    line-height: 1.3;
}

.header-content p span {
	color: #d2222b;
    font-weight: bold;
    font-size: 32px;
}

.hoofd img {
	width: 1900px;
    position: absolute;
    top: -610px;
    right: -430px;
    z-index: 1;
    pointer-events: none;
}

#fotoslider {
	maring-top:20px;
}

#fotoslider .arrowleft {
	position:absolute;
	left:-40px;
	cursor:pointer;
	transform: rotate(180deg);
}

#fotoslider .arrowleft:hover {
	left:-45px;
}

#fotoslider .arrowleft, #fotoslider .arrowright {
	top:calc(41% - 18px);
	width:25px;
	z-index:999;
	margin-top:45px;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#fotoslider .arrowright {
	position:absolute;
	right:-40px;
	cursor:pointer;
}

#fotoslider .arrowright:hover {
	right:-45px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #d2222b;
}

.owl-theme .owl-dots .owl-dot span {
	border-color: #d2222b;
	background:none;
}

.owl-carousel .owl-item img {
	border-radius:10px;
	cursor:pointer;
}

.owl-carousel .owl-item a {
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.owl-carousel .owl-item a:hover:after {
	opacity:1;
}

.owl-carousel .owl-item a:after {
	opacity:0;
    font-family: dashicons;
    content: "\f132";
    width: 35px;
    height: 34px;
    position: absolute;
    color: #d2222b;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border: 3px solid #d2222b;
    font-size: 21px;
    text-align: center;
    vertical-align: text-bottom;
    padding: 4px 3px 0px 2px;
    font-size: 23px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.owl-controls {
	margin-top:20px;
}

.fancybox-image{
	
}

.bestelknop .left {
	transform: rotate(180deg);
}

.bestelknop a {
	background: #d2222b;
    z-index: 9999;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
    font-size:45px;
    text-decoration:none;
    font-weight:bold;
    padding:15px 0;
    cursor:pointer;
    margin:15px 0;
    border-radius:10px;
}

.bestelknop a img {
	margin:0 25px;
	width:20px;
}

.bestelknop a:hover img {
	-ms-animation-name: rotate;
    -moz-animation-name: rotate;
    -webkit-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count:infinite;
    -ms-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    -o-animation-duration: 400ms;
    animation-duration: 400ms;
}

@-webkit-keyframes rotate
{
	0%
	{
		margin:0 25px;
	}
	
	50% 
	{
		margin:0 10px;
	}
	
	100% 
	{
		margin:0 25px;
	}
	
}

@-moz-keyframes rotate
{
	0%
	{
		margin:0 25px;
	}
	
	50% 
	{
		margin:0 10px;
	}
	
	100% 
	{
		margin:0 25px;
	}
}

@-webkit-keyframes arrowdown
{
	0%
	{
		top:0;
	}
	
	50% 
	{
		top:20px;
	}
	
	100% 
	{
		top:0;
	}
	
}

@-moz-keyframes arrowdown
{
	0%
	{
		top:0;
	}
	
	50% 
	{
		top:20px;
	}
	
	100% 
	{
		top:0;
	}
}

.video-container {
	padding: 60px 0 90px;
    background: url(img/pattern-white.jpg);
    background-size: 100%;
    position:relative;
    overflow:hidden;
}

.video-container img {
	width:100%;
}

.videodev {
	position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index:99999;
}

.kalvijn {
	width:100%;
	position:absolute;
	z-index:9;
	max-width:550px;
	bottom:-10px;
}

.arrowcontainer {
	position:relative;
}

.arrowdown {
	width: 30px;
    position: absolute;
    left: calc(50% - 15px);
    -ms-animation-name: arrowdown;
    -moz-animation-name: arrowdown;
    -webkit-animation-name: arrowdown;
    -o-animation-name: arrowdown;
    animation-name: arrowdown;
    -webkit-animation-iteration-count:infinite;
    -ms-animation-duration: 3400ms;
    -moz-animation-duration: 3400ms;
    -webkit-animation-duration: 3400ms;
    -o-animation-duration: 3400ms;
    animation-duration: 3400ms;
}

.video-container h2 {
	font-size:70px;
	font-weight:bold;
	color:#181818;
	margin-top:110px;
	margin-bottom:50px;
}

.video-container p strong{
	color:#d2222b;
}

.video-container p {
	font-size: 25px;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 1.5;
    max-width: 444px;
}

.video {
	text-align:center;
	margin-bottom: 70px;
}

.bottom-container {
	padding:115px 0 110px;
	background:url("img/bg-bot.jpg");
	background-size: 100%;
	position:relative;
	z-index:15;
	overflow:hidden;
}

.bottom-container p {
	color: white;
    line-height: 1.3;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 49px;
}

.poweredby {
	position:absolute;
	right:15px;
	top:15px;
	color:white;
	font-size:23px;
}

.schoolbord {
	transform: rotate(10deg);
    max-width: 245px;
    position: absolute;
    top: 200px;
    left: -50px;
}

.plan {
    position: absolute;
    top: 200px;
    right: 90px;
}

.bottom-container .perk-icon {
    position: absolute;
    left: 0;
    background: #d2222b;
    padding: 7px;
    border-radius: 24px;
    width: 50px;
    text-align: center;
}

.bottom-container .perk-icon i {
	font-size:23px;
}

.bottom-container .perk-content {
	color: white;
    line-height: 1.3;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-left: 75px;
    margin-bottom: 30px;
}

.perks {
	margin-bottom:70px;
}

.bottomtekst {
	color:white;
	line-height:1.3;
	font-size:32px;
	font-weight:bold;
}

.bottombook {
	margin-top: -332px;
    margin-left: -82px;
    width: 539px;
}

.awards {
	text-align:center;
	margin:40px 0;
}

.awards img {
	max-width: 420px;
}

footer {
	background:#d2222b;
	padding:30px 0;
	position:relative;
	text-align:center;
	color: white;
    font-size: 25px;
}

footer .reddiv {
	width: 100%;
    position: absolute;
    top: -33px;
    left: 0;
    height: 50px;
    z-index:99999;
}

.logo13 {
	max-width:230px;
	display:block;
	margin:auto;
	margin-top:15px;
}

.titel {
	padding:20px 0;
}

.inschrijf-formulier {
	padding:40px 0;
	background: url(img/pattern-white.jpg);
    background-size: 100%;
    position: relative;
    min-height:500px;
}

.show-mobile {
	display:none;
}

.privacyverklaring {
	position:absolute;
	right:15px;
	bottom:15px;
}

.privacyverklaring a {
	color:white;
	text-decoration:none;
	font-size:20px;
}

.inschrijf-formulier .gform_wrapper {
	max-width:600px;
	margin:auto;
}

.inschrijf-formulier .gform_wrapper .top_label input.medium {
	width:100%;
	padding: 10px !important;
	border-radius:4px;
	border:1px solid black;
}

.inschrijf-formulier .gform_wrapper .top_label .gfield_label {
	font-size:27px;
	font-weight:bold;
}

.inschrijf-formulier .gform_wrapper .gform_footer input[type=submit] {
	background: #d2222b;
    z-index: 9999;
    width: calc(100% - 15px);
    display: block;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    margin: 15px 0;
    border-radius: 10px;
    font-family: 'Amatic SC', cursive;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.gform_confirmation_wrapper  {
	font-size: 40px;
    padding: 20px;
    text-align: center;
}

.inschrijf-formulier .gform_wrapper .gform_footer input[type=submit]:hover {
	background:#b8121b;
}

.inschrijf-formulier .screen-reader-text {
	font-size: 24px;
    margin-top: 7px;
    display: block;
}

.inschrijf-formulier .gform_wrapper div.validation_error {
	font-size:23px;
}

.inschrijf-formulier .gfield_description.validation_message {
	display:none;
}

.inschrijf-formulier .gform_wrapper textarea.medium {
	padding: 10px !important;
	border-radius:4px;
	border:1px solid black;
	font-size:23px;
}

#field_1_8 {
	position:relative;
}

#field_1_8 .gfield_description {
	position: absolute;
    top: 42px;
    padding: 7px;
    background: #d2222b;
    width: 118px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #d2222b;
    font-size: 25px;
    color: white;
    cursor:pointer;
}

#field_1_8 .gfield_description:hover {
	background:#b8121b;
}

body .gform_wrapper .top_label div.ginput_container_fileupload {
	cursor:pointer;
}

.inschrijf-formulier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size:23px;
}

.inschrijf-formulier .gform_wrapper span.gform_drop_instructions {
	font-size: 22px;
    color: black;
}

#input_1_8 {
	border:none !important;
	cursor:pointer;
}

.ginput_preview {
	font-size: 23px;
    margin: 10px 0;
    font-weight: bold;
}

@media (max-width:1500px){

}

@media (max-width:1366px){
	
}

@media (max-width:1200px){
	.plan { 
		max-width:120px;
		right:30px;
	}
	
	
}

@media (max-width:1040px){ 

}


@media (max-width:600px){ 
	.show-mobile {
		display:block;
	}
	
	.hidden-mobile {
		display:none;
	}
	
	header {
		padding: 20px 0 50px;
		text-align: center;
	}
	
	.poweredby {
		position:relative;
		margin-bottom:10px;
		right:initial;
		top:initial;
	}
	
	.youtube {
		margin-bottom:0;
		margin-left:0;
	}
	
	.youtube img {
		max-width: 80px;
    	margin-top: 10px;
	}
	
	.arrowcontainer {
		display:none;
	}
	
	.booming h2 {
		font-size:64px;
	}
	
	.booming h2 span {
		font-size:25px;
	}
	
	.video-container {
		padding:40px 0 0;
	}
	
	.video-container h2 {
		margin-top:0;
	}
	
	.kalvijn {
		position:relative;
		max-width: 295px;
	    bottom: -10px;
	    margin: auto;
	    display: block;
	}
	
	.bottom-container {
		padding: 50px 0 210px;
		background-size:cover !important;
	}
	
	.schoolbord {
	    transform: rotate(10deg);
	    max-width: 245px;
	    position: absolute;
	    top: initial;
	    left: calc(50% - 122px);
	    bottom: 50px;
    }
	
	footer .reddiv {
		top:-27px;
	}
	
	.inschrijf-formulier .gform_wrapper .gform_footer input[type=submit] {
		padding:0;
	}
	
	.inschrijf-formulier .gform_wrapper .top_label input.medium {
		padding: 4px 10px !important;
	}
	
	.inschrijf-formulier .screen-reader-text {
		margin-top:25px;
	}
}



.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  z-index:9999999;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -125px -300.6666666667px #ccff00, 139px -334.6666666667px #ff0099, -3px -153.6666666667px #00ff66, -139px 47.3333333333px #00ff11, -157px -268.6666666667px #008cff, -156px -170.6666666667px #ff000d, 226px -199.6666666667px yellow, 99px -414.6666666667px #ff0037, -130px -325.6666666667px #3cff00, 93px -98.6666666667px #00ff2b, 110px -350.6666666667px #fbff00, -39px 32.3333333333px #ea00ff, -44px -59.6666666667px #00ff9d, 122px -299.6666666667px #37ff00, 124px -312.6666666667px #73ff00, 88px -188.6666666667px #ff1100, -234px -387.6666666667px #ff003c, 78px -318.6666666667px #ff9500, 248px -135.6666666667px #00ffd5, -180px -301.6666666667px #ffe100, -169px -60.6666666667px #001eff, -160px 71.3333333333px #00ff0d, -88px -42.6666666667px #ff0066, -33px 57.3333333333px #44ff00, 111px -88.6666666667px #00ff04, 87px -214.6666666667px #ff3700, 137px -343.6666666667px #0084ff, -1px -63.6666666667px #ff0084, -144px 5.3333333333px #ff00ea, -244px -72.6666666667px #ff00a6, 72px -404.6666666667px #cc00ff, 243px -245.6666666667px #0011ff, 87px -298.6666666667px #ff00c4, 28px -388.6666666667px #ffd900, 153px -315.6666666667px #006aff, -83px -189.6666666667px #ff0037, 227px -26.6666666667px #3c00ff, -210px -238.6666666667px #37ff00, -143px -79.6666666667px #008cff, 49px -380.6666666667px #00ccff, 152px -335.6666666667px magenta, 79px -389.6666666667px #aaff00, -28px 60.3333333333px #ffae00, 184px -143.6666666667px #95ff00, 177px -275.6666666667px #0062ff, -90px -150.6666666667px #66ff00, 243px -311.6666666667px #ffea00, 53px -294.6666666667px #51ff00, -180px -101.6666666667px #6a00ff, 145px -44.6666666667px #00eeff, 128px 3.3333333333px #00fbff;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -125px -300.6666666667px #ccff00, 139px -334.6666666667px #ff0099, -3px -153.6666666667px #00ff66, -139px 47.3333333333px #00ff11, -157px -268.6666666667px #008cff, -156px -170.6666666667px #ff000d, 226px -199.6666666667px yellow, 99px -414.6666666667px #ff0037, -130px -325.6666666667px #3cff00, 93px -98.6666666667px #00ff2b, 110px -350.6666666667px #fbff00, -39px 32.3333333333px #ea00ff, -44px -59.6666666667px #00ff9d, 122px -299.6666666667px #37ff00, 124px -312.6666666667px #73ff00, 88px -188.6666666667px #ff1100, -234px -387.6666666667px #ff003c, 78px -318.6666666667px #ff9500, 248px -135.6666666667px #00ffd5, -180px -301.6666666667px #ffe100, -169px -60.6666666667px #001eff, -160px 71.3333333333px #00ff0d, -88px -42.6666666667px #ff0066, -33px 57.3333333333px #44ff00, 111px -88.6666666667px #00ff04, 87px -214.6666666667px #ff3700, 137px -343.6666666667px #0084ff, -1px -63.6666666667px #ff0084, -144px 5.3333333333px #ff00ea, -244px -72.6666666667px #ff00a6, 72px -404.6666666667px #cc00ff, 243px -245.6666666667px #0011ff, 87px -298.6666666667px #ff00c4, 28px -388.6666666667px #ffd900, 153px -315.6666666667px #006aff, -83px -189.6666666667px #ff0037, 227px -26.6666666667px #3c00ff, -210px -238.6666666667px #37ff00, -143px -79.6666666667px #008cff, 49px -380.6666666667px #00ccff, 152px -335.6666666667px magenta, 79px -389.6666666667px #aaff00, -28px 60.3333333333px #ffae00, 184px -143.6666666667px #95ff00, 177px -275.6666666667px #0062ff, -90px -150.6666666667px #66ff00, 243px -311.6666666667px #ffea00, 53px -294.6666666667px #51ff00, -180px -101.6666666667px #6a00ff, 145px -44.6666666667px #00eeff, 128px 3.3333333333px #00fbff;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -125px -300.6666666667px #ccff00, 139px -334.6666666667px #ff0099, -3px -153.6666666667px #00ff66, -139px 47.3333333333px #00ff11, -157px -268.6666666667px #008cff, -156px -170.6666666667px #ff000d, 226px -199.6666666667px yellow, 99px -414.6666666667px #ff0037, -130px -325.6666666667px #3cff00, 93px -98.6666666667px #00ff2b, 110px -350.6666666667px #fbff00, -39px 32.3333333333px #ea00ff, -44px -59.6666666667px #00ff9d, 122px -299.6666666667px #37ff00, 124px -312.6666666667px #73ff00, 88px -188.6666666667px #ff1100, -234px -387.6666666667px #ff003c, 78px -318.6666666667px #ff9500, 248px -135.6666666667px #00ffd5, -180px -301.6666666667px #ffe100, -169px -60.6666666667px #001eff, -160px 71.3333333333px #00ff0d, -88px -42.6666666667px #ff0066, -33px 57.3333333333px #44ff00, 111px -88.6666666667px #00ff04, 87px -214.6666666667px #ff3700, 137px -343.6666666667px #0084ff, -1px -63.6666666667px #ff0084, -144px 5.3333333333px #ff00ea, -244px -72.6666666667px #ff00a6, 72px -404.6666666667px #cc00ff, 243px -245.6666666667px #0011ff, 87px -298.6666666667px #ff00c4, 28px -388.6666666667px #ffd900, 153px -315.6666666667px #006aff, -83px -189.6666666667px #ff0037, 227px -26.6666666667px #3c00ff, -210px -238.6666666667px #37ff00, -143px -79.6666666667px #008cff, 49px -380.6666666667px #00ccff, 152px -335.6666666667px magenta, 79px -389.6666666667px #aaff00, -28px 60.3333333333px #ffae00, 184px -143.6666666667px #95ff00, 177px -275.6666666667px #0062ff, -90px -150.6666666667px #66ff00, 243px -311.6666666667px #ffea00, 53px -294.6666666667px #51ff00, -180px -101.6666666667px #6a00ff, 145px -44.6666666667px #00eeff, 128px 3.3333333333px #00fbff;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -125px -300.6666666667px #ccff00, 139px -334.6666666667px #ff0099, -3px -153.6666666667px #00ff66, -139px 47.3333333333px #00ff11, -157px -268.6666666667px #008cff, -156px -170.6666666667px #ff000d, 226px -199.6666666667px yellow, 99px -414.6666666667px #ff0037, -130px -325.6666666667px #3cff00, 93px -98.6666666667px #00ff2b, 110px -350.6666666667px #fbff00, -39px 32.3333333333px #ea00ff, -44px -59.6666666667px #00ff9d, 122px -299.6666666667px #37ff00, 124px -312.6666666667px #73ff00, 88px -188.6666666667px #ff1100, -234px -387.6666666667px #ff003c, 78px -318.6666666667px #ff9500, 248px -135.6666666667px #00ffd5, -180px -301.6666666667px #ffe100, -169px -60.6666666667px #001eff, -160px 71.3333333333px #00ff0d, -88px -42.6666666667px #ff0066, -33px 57.3333333333px #44ff00, 111px -88.6666666667px #00ff04, 87px -214.6666666667px #ff3700, 137px -343.6666666667px #0084ff, -1px -63.6666666667px #ff0084, -144px 5.3333333333px #ff00ea, -244px -72.6666666667px #ff00a6, 72px -404.6666666667px #cc00ff, 243px -245.6666666667px #0011ff, 87px -298.6666666667px #ff00c4, 28px -388.6666666667px #ffd900, 153px -315.6666666667px #006aff, -83px -189.6666666667px #ff0037, 227px -26.6666666667px #3c00ff, -210px -238.6666666667px #37ff00, -143px -79.6666666667px #008cff, 49px -380.6666666667px #00ccff, 152px -335.6666666667px magenta, 79px -389.6666666667px #aaff00, -28px 60.3333333333px #ffae00, 184px -143.6666666667px #95ff00, 177px -275.6666666667px #0062ff, -90px -150.6666666667px #66ff00, 243px -311.6666666667px #ffea00, 53px -294.6666666667px #51ff00, -180px -101.6666666667px #6a00ff, 145px -44.6666666667px #00eeff, 128px 3.3333333333px #00fbff;
  }
}
@keyframes bang {
  to {
    box-shadow: -125px -300.6666666667px #ccff00, 139px -334.6666666667px #ff0099, -3px -153.6666666667px #00ff66, -139px 47.3333333333px #00ff11, -157px -268.6666666667px #008cff, -156px -170.6666666667px #ff000d, 226px -199.6666666667px yellow, 99px -414.6666666667px #ff0037, -130px -325.6666666667px #3cff00, 93px -98.6666666667px #00ff2b, 110px -350.6666666667px #fbff00, -39px 32.3333333333px #ea00ff, -44px -59.6666666667px #00ff9d, 122px -299.6666666667px #37ff00, 124px -312.6666666667px #73ff00, 88px -188.6666666667px #ff1100, -234px -387.6666666667px #ff003c, 78px -318.6666666667px #ff9500, 248px -135.6666666667px #00ffd5, -180px -301.6666666667px #ffe100, -169px -60.6666666667px #001eff, -160px 71.3333333333px #00ff0d, -88px -42.6666666667px #ff0066, -33px 57.3333333333px #44ff00, 111px -88.6666666667px #00ff04, 87px -214.6666666667px #ff3700, 137px -343.6666666667px #0084ff, -1px -63.6666666667px #ff0084, -144px 5.3333333333px #ff00ea, -244px -72.6666666667px #ff00a6, 72px -404.6666666667px #cc00ff, 243px -245.6666666667px #0011ff, 87px -298.6666666667px #ff00c4, 28px -388.6666666667px #ffd900, 153px -315.6666666667px #006aff, -83px -189.6666666667px #ff0037, 227px -26.6666666667px #3c00ff, -210px -238.6666666667px #37ff00, -143px -79.6666666667px #008cff, 49px -380.6666666667px #00ccff, 152px -335.6666666667px magenta, 79px -389.6666666667px #aaff00, -28px 60.3333333333px #ffae00, 184px -143.6666666667px #95ff00, 177px -275.6666666667px #0062ff, -90px -150.6666666667px #66ff00, 243px -311.6666666667px #ffea00, 53px -294.6666666667px #51ff00, -180px -101.6666666667px #6a00ff, 145px -44.6666666667px #00eeff, 128px 3.3333333333px #00fbff;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

	
