#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;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x11 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 105%;
	top: 25%;
	
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

.x12 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 3.5s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 3.5s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 3.5s ease-in-out infinite alternate;
	
	left: 70%;
	top: 50%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x13 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
	
	left: 65%;
	top: 85%;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x14 {
    -webkit-animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 45%;
	top: 15%;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.x15 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 5s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 5s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 5s ease-in-out infinite alternate;
	
	left: -15%;
	top: 25%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x16 {
    -webkit-animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 12%;
	top: 76%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x17 {
    -webkit-animation: animateBubble 38s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 38s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 38s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 55%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x18 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 35%;
	top: 85%;
	
	-webkit-transform: scale(0.36);
	-moz-transform: scale(0.36);
	transform: scale(0.36);
}

.x19 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 90%;
	top: 75%;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.x20 {
    -webkit-animation: animateBubble 32s linear infinite, sideWays 5s ease-in-out infinite alternate;
	-moz-animation: animateBubble 32s linear infinite, sideWays 5s ease-in-out infinite alternate;
	animation: animateBubble 32s linear infinite, sideWays 5s ease-in-out infinite alternate;
	
	left: -10%;
	top: 75%;
	
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

/* OBJECTS */

.bubble {
	background-image: url(../images/copil/bubble.png);
	background-size: 105% 105%;
    background-position: center;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble-shadow-pink {
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(247, 194, 194, 0.75);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(247, 194, 194, 0.75);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(247, 194, 194, 0.75);
}

.bubble-shadow-yellow {
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 235, 59, 0.75);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 235, 59, 0.75);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 235, 59, 0.75);
}

.bubble-shadow-blue {
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(61, 191, 186, 0.41);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(61, 191, 186, 0.41);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(61, 191, 186, 0.41);
}

.bubble:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}