.water {
  	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ice {
  	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.gas {
  	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.wrap {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	margin: 0;
	padding: 0;
	min-width:0;
}

.bg {
	z-index:0;
	display:block;
	background: -webkit-linear-gradient(left, #4400AE, #1F5FFF, #00BEAF, #65DF96);
	position: fixed;
	width:300%;
	height:100%;
}

.bg.water {
	margin-left:-100%;
  	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.bg.water.gas {
	margin-left:-200%;
  	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.bg.water.ice {
	margin-left:0%;
  	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}


.container {
	z-index:5;
	position: absolute;
	display: block;
	width: 90%;
	height:70%;
	max-width: 500px;
	text-align:center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.title {
	position: absolute;
	margin: auto;
  	position: absolute;
  	top: 30%; left: 0; bottom: 0; right: 0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 4.5em;
	font-weight:800;
	letter-spacing: 10px;
	color: white;
	text-shadow: 0px 0px 50px rgba(0,0,0,0.4);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.title.ice {
}

.title.water {
}

.title.gas {
}

.expanded {
	opacity:0;
	letter-spacing:50px !important;
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.state {
	margin: auto;
  	position: absolute;
  	top: 50%; left: 0; bottom: 0; right: 0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:800;
	letter-spacing: 6px;
	color: white;
	text-shadow: 0px 0px 40px rgba(0,0,0,0.4);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.down {
	opacity: 0;
	top: 300;
}


.text {
	position: absolute;
	top:300px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1em;
	font-weight:200;
	color: white;
	line-height:1.5;
	margin-top:50px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.down2 {
	opacity: 0;
	top: 350px;
}

.temperature {
	display:block;
	position:absolute;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: .9em;
	font-weight:800;
	color: #108ed8;
	margin: auto;
  	top: 100px; left: 0; bottom: 0; right: 0;
}

.temperature.ice {
	color:#3130d7
}

.temperature.gas {
	color:#32cea3;
}

.tempcontainer {
	position: absolute;
	width: 14px;
	height: 60px;
	margin: auto;
	top: 72px;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);

}

.white.gas {
	height:100px;
}

.white.ice {
	height:10px;
}

.white {
	position:absolute;
	background-color:white;
	width: 14px;
	height: 40px;
	bottom:0 !important;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.thermometer {
	width:30px;
	position:absolute;
	margin: auto;
  	top: 0px; left: -8px; bottom: 30px; right: 0;
}

.line {
	position:absolute;
	width:100%;
	height:1px;
	background-color:white;
	margin: auto;
  	top: -30px; left: 0; bottom: 0; right: 0;
  	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.line.short{
	width:0%;
}

.right {
	display: block;
	position: absolute;
	border-radius:50%;
	border: 3px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	cursor:pointer;
	width:40px;
	height:40px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	right:-30%;
}

.right:hover {
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.left {
	display: block;
	position: absolute;
	border-radius:50%;
	border: 3px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	cursor:pointer;
	width:40px;
	height:40px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	left:-20%;
}

.left:hover {
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faded {
	cursor:initial;
	opacity:0.3;
}

.arrow {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	width:20px;
	height:20px;
}


.mcontainer {
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.mcontainer.ice{
	z-index:2;
	position: fixed;
	margin:auto;
	display: block;
	width: 291px;
	height: 291px;
	text-align:center;
	-webkit-transform-origin: center center;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 22000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    top: 0; left: 0; bottom: 0; right: 0;
}

.mcontainer.water{
	z-index:2;
	position: fixed;
	margin:auto;
	display: block;
	width: 550px;
	height: 450px;
	text-align:center;
	-webkit-transform-origin: center center;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 22000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    top: 0; left: 0; bottom: 0; right: 0;
}

.mcontainer.gas{
	z-index:2;
	position: fixed;
	margin:auto;
	display: block;
	width: 600px;
	height: 450px;
	text-align:center;
	-webkit-transform-origin: center center;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 22000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    top: 0; left: 0; bottom: 0; right: 0;
}

.m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12,.m13,.m14,.m15,.m16,.m17,.m18,.m19{
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.ice > .m1{
	position:absolute;
	top:0; left:60px;
}

.ice > .m2{
	position:absolute;
	top:0; left:120px;
}

.ice > .m3{
	position:absolute;
	top:0; left:180px;
}

.ice > .m4{
	position:absolute;
	top:50; left:30px;
}

.ice > .m5{
	position:absolute;
	top:50; left:90px;
}

.ice > .m6{
	position:absolute;
	top:50; left:150px;
}

.ice > .m7{
	position:absolute;
	top:50; left:210px;
}

.ice > .m8{
	position:absolute;
	top:100; left:0px;
}

.ice > .m9{
	position:absolute;
	top:100; left:60px;
}

.ice > .m10{
	position:absolute;
	top:100; left:120px;
}

.ice > .m11{
	position:absolute;
	top:100; left:180px;
}

.ice > .m12{
	position:absolute;
	top:100; left:240px;
}

.ice > .m13{
	position:absolute;
	top:150; left:30px;
}

.ice > .m14{
	position:absolute;
	top:150; left:90px;
}

.ice > .m15{
	position:absolute;
	top:150; left:150px;
}

.ice > .m16{
	position:absolute;
	top:150; left:210px;
}

.ice > .m17{
	position:absolute;
	top:200; left:60px;
}

.ice > .m18{
	position:absolute;
	top:200; left:120px;
}

.ice > .m19{
	position:absolute;
	top:200; left:180px;
}


.mcontainer.water > .m1,.mcontainer.water > .m3,.mcontainer.water > .m5,.mcontainer.water > .m7,.mcontainer.water > .m9,.mcontainer.water > .m11,.mcontainer.water > .m13,.mcontainer.water > .m15,.mcontainer.water > .m17,.mcontainer.water > .m19{
	-webkit-animation-name: flow1;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
}

.mcontainer.water > .m2,.mcontainer.water > .m4,.mcontainer.water > .m6,.mcontainer.water > .m8,.mcontainer.water > .m10,.mcontainer.water > .m12,.mcontainer.water > .m14,.mcontainer.water > .m16,.mcontainer.water > .m19{
	-webkit-animation-name: flow2;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
}

.gas > .m1, .gas > .m3, .gas > .m5, .gas > .m7, .gas > .m9, .gas > .m11, .gas > .m13, .gas > .m15,.gas > .m17,.gas > .m19{
	-webkit-animation-name: flow3;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
}

.gas > .m2, .gas > .m4, .gas > .m6, .gas > .m8, .gas > .m10, .gas > .m12, .gas > .m14, .gas > .m16,.gas > .m18{
	-webkit-animation-name: flow4;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
}




.water > .m1{
	position: absolute;
  top: 0;
  left: 130px;
}

.water > .m2{
	position:absolute;
	top:-30px; left:260px;
}

.water > .m3{
	position:absolute;
	top:0; left:420px;
}

.water > .m4{
	position:absolute;
	top:90; left:30px;
}

.water > .m5{
	position:absolute;
	top:90; left:150px;
}

.water > .m6{
	  position: absolute;
  top: 90;
  left: 300px;
}

.water > .m7{
	position: absolute;
	  top: 90px;
	  left: 440px;
}

.water > .m8{
	  position: absolute;
  top: 180px;
  left: 0px;

}

.water > .m9{
	  position: absolute;
  top: 170px;
  left: 110px;
}

.water > .m10{
	  position: absolute;
  top: 190px;
  left: 240px;
}

.water > .m11{
	position: absolute;
  top: 180;
  left: 370px;
}

.water > .m12{
	  position: absolute;
  top: 180;
  left: 490px;
}

.water > .m13{
	position:absolute;
	top:280; left:30px;
}

.water > .m14{
	position: absolute;
  	top: 270px;
  	left: 160px;
}

.water > .m15{
	  position: absolute;
  top: 290px;
  left: 300px;
}

.water > .m16{
	position: absolute;
	  top: 280;
	  left: 440px;
}

.water > .m17{
	  position: absolute;
  top: 360px;
  left: 90px;
}

.water > .m18{
	  position: absolute;
  top: 400px;
  left: 210px;
}

.water > .m19{
	position: absolute;
  top: 380;
  left: 380px;
}


.gas > .m1{
	position: absolute;
  top: -60px;
  left: 60px;
}

.gas > .m2{
	position:absolute;
	  top: -140px;
  left: 260px;
}

.gas > .m3{
	position:absolute;
	top: -60px;
  left: 510px;
}

.gas > .m4{
	position:absolute;
	  top: 70px;
  left: -80px;
}

.gas > .m5{
	position:absolute;
	top: 50px;
  left: 110px;
}

.gas > .m6{
	  position: absolute;
    top: 0px;
  left: 300px;
}

.gas > .m7{
	position: absolute;
	    top: 50px;
  left: 440px;
}

.gas > .m8{
	  position: absolute;
  top: 190px;
  left: -150px;

}

.gas > .m9{
	  position: absolute;
    top: 210px;
  left: 50px;
}

.gas > .m10{
	  position: absolute;
  top: 160px;
  left: 240px;
}

.gas > .m11{
	position: absolute;
    top: 180;
  left: 430px;
}

.gas > .m12{
	  position: absolute;
  top: 130px;
  left: 630px;
}

.gas > .m13{
	position:absolute;
	top: 350px;
  left: -30px;
}

.gas > .m14{
	position: absolute;
  	  top: 310px;
  left: 160px;
}

.gas > .m15{
	  position: absolute;
  top: 280px;
  left: 320px;
}

.gas > .m16{
	position: absolute;
	top: 310px;
  left: 550px;
}

.gas > .m17{
	  position: absolute;
  top: 470px;
  left: 90px;
}

.gas > .m18{
	  position: absolute;
    top: 470px;
  left: 270px;
}

.gas > .m19{
	position: absolute;
  top: 390px;
  left: 430px;
}


.molecule {
	display: block;
	position: absolute;
	border-radius:50%;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ice > .branch > .molecule{
	border: 0px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.3);
	width:50px;
	height:50px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform-origin: center center;
    -webkit-animation-name: shake-base;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-play-state: running;
}

.water > .branch > .molecule{
	border: 3px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.2);
	width:55px;
	height:55px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.gas > .branch > .molecule{
	border: 4px solid rgba(255,255,255,0.35);
	background-color: rgba(255,255,255,0);
	width:65px;
	height:65px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hidden {
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes flow1 {
	0% {
    transform: translate(0px, 0px) rotate(0deg); }
    30% {
    transform: translate(7px, 5px) rotate(-0.5deg); }
    80% {
    transform: translate(2px, 8px) rotate(-0.5deg); }
    100% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
}

@-webkit-keyframes flow2 {
	0% {
    transform: translate(0px, 0px) rotate(0deg); }
    20% {
    transform: translate(0px, 8px) rotate(-0.5deg); }
    60% {
    transform: translate(8px, 2px) rotate(-0.5deg); }
    100% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
}

@-webkit-keyframes flow3 {
	0% {
    transform: translate(0px, 0px) rotate(0deg); }
    20% {
    transform: translate(0px, 50px) rotate(-0.5deg); }
    60% {
    transform: translate(60px, 5px) rotate(-0.5deg); }
    100% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
}

@-webkit-keyframes flow4 {
	0% {
    transform: translate(0px, 0px) rotate(0deg); }
    30% {
    transform: translate(40px, 20px) rotate(-0.5deg); }
    80% {
    transform: translate(10px, 60px) rotate(-0.5deg); }
    100% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
}

@-webkit-keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  4% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  6% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  8% {
    transform: translate(0.5px, -0.5px) rotate(-0.5deg); }
  10% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg); }
  12% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  14% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  16% {
    transform: translate(2.5px, -0.5px) rotate(1.5deg); }
  18% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg); }
  20% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg); }
  22% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg); }
  24% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  26% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg); }
  28% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  30% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg); }
  32% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg); }
  34% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg); }
  36% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg); }
  38% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  40% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  42% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  44% {
    transform: translate(-0.5px, 1.5px) rotate(1.5deg); }
  46% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  48% {
    transform: translate(-0.5px, 1.5px) rotate(1.5deg); }
  50% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg); }
  52% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  54% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg); }
  56% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg); }
  58% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg); }
  60% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg); }
  62% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  64% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg); }
  66% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg); }
  68% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg); }
  70% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  72% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg); }
  74% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg); }
  76% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
  78% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg); }
  80% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg); }
  82% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg); }
  84% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  86% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
  88% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg); }
  90% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  92% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg); }
  94% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg); }
  96% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg); }
  98% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg); } }

@media screen and (max-width:800px) {

	.right {
	display: block;
	position: absolute;
	border-radius:50%;
	border: 3px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	cursor:pointer;
	width:40px;
	height:40px;
	top: 500px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	right:30%;
	}

	.left {
		display: block;
		position: absolute;
		border-radius:50%;
		border: 3px solid rgba(255,255,255,1);
		background-color: rgba(255,255,255,0);
		cursor:pointer;
		width:40px;
		height:40px;
		top: 500px;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		left:30%;
	}

}

@media screen and (max-width:500px) {
	.mcontainer.water {
	left:-20%;
	}

	.mcontainer.air {
	left:-40%;
	}


}