body {
	background: #00b4ff;
	position: fixed;
	color: #333;
	font: 100% Lato, Arial, Sans Serif;
	height: 100vh;

	background: url("../images/bg.mp4") no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#background-wrap {

	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;

}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
	}
}


@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* KEYFRAMES */

@-webkit-keyframes animatenewbubble {
	0% {
height: 0px;
width: 0px;
	}

	15% {
		width: 100px;
		height: auto;
	}
	100% {
		width: 400px;
		height: auto;
}
98% {
	
}
}

@-moz-keyframes animatenewbubble 
	{
		0% {
			height: 0px;
			width: 0px;
		}
		15% {
			width: 100px;
			height: auto;
		}
		100% {
			width: 400px;
			height: auto;
		}
		98% {}
	}

@keyframes animatenewbubble {
	0% {
		height: 0px;
		width: 0px;
			z-index: 10000;

	}
	15% {
		width: 100px;
		height: 100px;
			z-index: 10000;

	}

	100% {
		width: 300px;
		height: 300px;
			z-index: 10000;

	}
	98% {

	z-index: 10000;

	}
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 80s linear forwards, sideWays ease-in-out forwards;
	-moz-animation: animateBubble 80s linear forwards, sideWays  ease-in-out forwards;
		animation: animateBubble 80s linear forwards , sideWays  ease-in-out forwards;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x2 {
    -webkit-animation: animateBubble 75s linear forwards,   ease-in-out forwards;
	-moz-animation: animateBubble 75s linear forwards,  ease-in-out forwards;
	animation: animateBubble 75s linear forwards,   ease-in-out forwards;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x3 {
    -webkit-animation: animateBubble 87s linear forwards, sideWays 2s ease-in-out forwards;
	-moz-animation: animateBubble 87s linear forwards, sideWays 2s ease-in-out forwards;
	animation: animateBubble 87s linear forwards, sideWays 2s ease-in-out forwards;
	
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

.x4 {
    -webkit-animation: animateBubble 91s linear forwards, sideWays 3s ease-in-out forwards;
	-moz-animation: animateBubble 91s linear forwards, sideWays 3s ease-in-out forwards;
	animation: animateBubble 91s linear forwards, sideWays 3s ease-in-out forwards;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x5 {
    -webkit-animation: animateBubble 89s linear forwards, sideWays 4s ease-in-out forwards;
	-moz-animation: animateBubble 89s linear forwards, sideWays 4s ease-in-out forwards;
	animation: animateBubble 89s linear forwards, sideWays 4s ease-in-out forwards;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x6 {
    -webkit-animation: animateBubble 80s linear forwards, sideWays 2s ease-in-out forwards;
	-moz-animation: animateBubble 80s linear forwards, sideWays 2s ease-in-out forwards;
	animation: animateBubble 80s linear forwards, sideWays 2s ease-in-out forwards;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.x7 {
    -webkit-animation: animateBubble 79s linear forwards, sideWays 2s ease-in-out forwards;
	-moz-animation: animateBubble 79s linear forwards, sideWays 2s ease-in-out forwards;
	animation: animateBubble 79s linear forwards, sideWays 2s ease-in-out forwards;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x8 {
    -webkit-animation: animateBubble 81s linear forwards, sideWays 3s ease-in-out forwards;
	-moz-animation: animateBubble 81s linear forwards, sideWays 3s ease-in-out forwards;
	animation: animateBubble 81s linear forwards, sideWays 3s ease-in-out forwards;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x9 {
    -webkit-animation: animateBubble 88s linear forwards, sideWays 4s ease-in-out forwards;
	-moz-animation: animateBubble 88s linear forwards, sideWays 4s ease-in-out forwards;
	animation: animateBubble 88s linear forwards, sideWays 4s ease-in-out forwards;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}


.x10 {
    -webkit-animation: animateBubble 26s linear forwards, sideWays 2s ease-in-out forwards;
	-moz-animation: animateBubble 26s linear forwards, sideWays 2s ease-in-out forwards;
	animation: animateBubble 26s linear forwards, sideWays 2s ease-in-out forwards;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 5%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}




.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}


.newBubble {
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	height: 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	visibility: none;
	z-index: 10000;

}
.newBubble::before {
	content: " ";
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;

	background-color: black;
opacity: 0.2;
}

.xx1 {
	-webkit-animation: animatenewbubble 2s linear 5s forwards ;
	-moz-animation: animatenewbubble 2s linear 5s forwards ;
	animation: animatenewbubble 2s linear 5s forwards;
	left: 50%;
	top: 50%;
	
}


video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	
	background: url("../images/bg.mp4") no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
