/*GENERAL*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background-color: #000;
}
html {
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 22px;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}
.font-smoothing {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.f-light {
	font-weight: 300;
}
.f-normal {
	font-weight: 400;
}
.f-semibold {
	font-weight: 600;
}
.f-bold {
	font-weight: 700;
}
.f-extrabold {
	font-weight: 800;
}
.f-op8 {
	color: rgba(255,255,255,.8);
}
.outterB {
	margin-bottom: 30px;
}
.pic-grayscale {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;*/
	opacity: 0.7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pic-grayscale:hover {
	/*filter: none;
	-webkit-filter: grayscale(0%);*/
	opacity: 1;
}
@media(min-width:768px) {
	p {
		margin: 0 0 35px;
		font-size: 20px;
		line-height: 1.6;
	}
}
a {
	color: #28c3ab;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #176e61;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255,255,255,.2);
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
	background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*NAVBAR*/
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #000;
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
}
@media(min-width:768px) {
	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
		background-color: #000;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
}
/*INTRO*/
.intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	/* background: url(../img/p2.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro img {
	width: 120px;
	height: 120px;
}
.intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro-body .arrow {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	margin: 20px 0 0;
	font-size: 20px;
}
@media(min-width:768px) {
	.intro {
		height: 100%;
		padding: 0;
	}
	.brand-heading {
		font-size: 100px;
	}
	.intro-text {
		font-size: 40px;
	}
	.intro img {
		width: 150px;
		height: 150px;
	}
}
.content-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3;
}
.content-section h2 {
	font-weight: 400;
}
#map {
	width: 100%;
	height: 300px;
}
@media(min-width:768px) {
	.content-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.download-section {
		padding: 100px 0;
	}
	#map {
		height: 400px;
	}
}
/*SECTION*/
#what-we-do {
	/* background: url(../img/p1.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #0183b9;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#what-we-do img {
	width: 190px;
	height: 190px;
	margin-bottom: 0;
}
#what-we-do p {
	font-size: 18px;
	font-weight: 300;
}
@media(min-width:768px) {
	#what-we-do img {
		width: 190px;
		margin-bottom: 15px;
	}
}
#challenge {
	/* background: url(../img/p2.jpg) no-repeat bottom center scroll; */
	background-color: #000;
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#challenge .speech-bubbles {
	/*width:80%;*/
	height:218px;
	margin:0 auto 0;
	text-align: center;
	margin-bottom: 50px;
}
#challenge .speech-1, .speech-2, .speech-3, .speech-4 {
	width:201px;
	height:174px;
	display:inline-block;
	/*float:left;*/
	overflow:hidden;
}
#challenge .speech-1 {
	margin:45px 25px 0 5px;
	background:url("../img/conversation-speech-1.png") no-repeat center center;
}
#challenge .speech-2 {
	margin:60px 0 0 0;
	background:url("../img/conversation-speech-2.png") no-repeat center center;
}
#challenge .speech-3 {
	margin:10px 25px 0 10px;
	background:url("../img/conversation-speech-3.png") no-repeat center center;
}
#challenge .speech-4 {
	margin:55px 0 0 0;
	background:url("../img/conversation-speech-4.png") no-repeat center center;
}
#plan {
	position: relative;
	/* background: url(../img/p1.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #0183b9;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#plan .imgContainer{
	display: block;
	position: absolute;
	z-index: 0;
	top: 42%;
	left: 58%;
	margin-top: -345px;
	margin-left: -747px;
	width: 800px;
	height: 329px;
}
#plan img {
	width: 800px;
	height: 329px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
#plan-1{
	z-index: 11;
	left: 50px;
}
#plan-1.active{   
	-webkit-transform: translate(50px, 0px);
	-moz-transform: translate(50px, 0px);
	-ms-transform:translate(50px, 0px);
	transform: translate(50px, 0px);
}
#plan-2{
	z-index: 11;
	left: 15px;
}
#plan-2.active{   
	-webkit-transform: translate(-40px, 0px);
	-moz-transform: translate(-40px, 0px);
	-ms-transform:translate(-40px, 0px);
	transform: translate(-40px, 0px);
}
#plan-3{
	z-index: 12;
	left: 120px;
}
#plan-4{
	z-index: 13;
	left: 330px;
}
@media(max-width:768px) {
	#plan img {
		width: 300px;
		height: 122px;
	}
}
@media(min-width:768px) and (max-width:992px) {
	#plan img {
		width: 500px;
		height: 206px;
	}
}
#produce {
	position: relative;
	/* background: url(../img/p3.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #efefef;
	color: #282828;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#contact {
	position: relative;
	/* background: url(../img/p5.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #222;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#contact ul.social-medias {
	width: 100%;
	margin: 25px auto;
	list-style: none; 
	padding: 0;
}
#contact ul.social-medias li {
	display: inline-block;
	width: 150px;
}
#our-team {
	/* background: url(../img/p1.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #0183b9;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#our-team img {
	max-width: 100%;
	margin-bottom: 20px;
}
#our-team h5,
#our-team h6 {
	font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#our-team h6 {
	font-size: 12px;
	color: rgba(0,0,0,.8);
}
#our-team img{
	max-width: 100%;
}
#contact ul.social-medias li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: url(../img/twitter.png) no-repeat center top;
	display: block;
	padding-top: 85px;
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
#contact ul.social-medias li a:hover {
	opacity: 1; 
}
#contact ul.social-medias li.pinterest a {
	background-image: url(../img/pinterest.png); 
}
#contact ul.social-medias li.github a {
	background-image: url(../img/github.png); 
}
#contact ul.social-medias li.facebook a {
	background-image: url(../img/facebook.png); 
}
#contact ul.social-medias li.mail a {
	background-image: url(../img/mail.png); 
}
@media(max-width:768px) {
	#our-team img{
		max-width: 50%;
	}
	#contact ul.social-medias li {
		margin-bottom: 20px;
	}
}
#what-done {
	background-color: #eee;
}
#our-client {
	position: relative;
	/* background: url(../img/p3.jpg) no-repeat bottom center scroll;
	background-color: #000; */
	background-color: #efefef;
	color: #282828;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#our-client img {
	width: 100%;
}
#our-client .client div {
	height: 78px;
}
@media(min-width:768px) {
	#our-client .client div {
		height: 115px;
	}
}
/*MAPS*/
.gm-style-iw p.title {
	margin-top: 10px;
}
.overlay{
	display:block;
	text-align:center;
	color:#fff;
	font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;;
	width: 100px;
	height: 100px;
	opacity:0.7;
	background:#282828;
	border:solid 4px #fff;
	border-radius:50%;
	padding:8px;
	padding-top: 38px;
}
.overlay_arrow{
	left:50%;
	margin-left:-16px;
	width:0;
	height:0;
	position:absolute;
}
.overlay_arrow.above{
	bottom:-13px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-top:16px solid #fff;
}
.overlay_arrow.below{
	top:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-bottom:16px solid #fff;
}
/*BUTTON*/
.btn {
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #28c3ab;
	color: #28c3ab;
	background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}
.btn-circle {
	width: 40px;
	height: 40px;
	margin-top: 15px;
	padding: 3px 10px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 25px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {    
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.btn-white,
.btn-white:hover,
.btn-white:active {
	background-color: #fff;
	color: #208bc0;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}
.btn-white:hover {
	background-color: #282828;
	color: #208bc0;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:active {
	background-color: #2789ba;
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}
.btn-blue:hover {
	background-color: #282828;
	color: #208bc0;
}
/*FORM*/
.form-control {
	background-color: transparent;
	border: 2px solid rgba(39,137,186,0.5);
	-webkit-box-shadow: none; 
	box-shadow: none; 
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none;
}
/*EFFECT*/
.spin {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 25000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 25000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 25000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-transition: rotate(3600deg);
}
.wave1{
	/*animation*/
	-webkit-animation:wave 5.33333s 0.1s infinite linear;
	-moz-animation:wave 5.33333s 0.1s infinite linear;
	-ms-animation:wave 5.33333s 0.1s infinite linear;
	-o-animation:wave 5.33333s 0.1s infinite linear;
	animation:wave 5.33333s 0.1s infinite linear;
}
.wave2{
	/*animation*/
	-webkit-animation:wave 6.33333s 0.1s infinite linear;
	-moz-animation:wave 6.33333s 0.1s infinite linear;
	-ms-animation:wave 6.33333s 0.1s infinite linear;
	-o-animation:wave 6.33333s 0.1s infinite linear;
	animation:wave 6.33333s 0.1s infinite linear;
}
.wave3{
	/*animation*/
	-webkit-animation:wave 4.33333s 0.1s infinite linear;
	-moz-animation:wave 4.33333s 0.1s infinite linear;
	-ms-animation:wave 4.33333s 0.1s infinite linear;
	-o-animation:wave 4.33333s 0.1s infinite linear;
	animation:wave 4.33333s 0.1s infinite linear;
}
.wave4{
	/*animation*/
	-webkit-animation:wave 7.33333s 0.1s infinite linear;
	-moz-animation:wave 7.33333s 0.1s infinite linear;
	-ms-animation:wave 7.33333s 0.1s infinite linear;
	-o-animation:wave 7.33333s 0.1s infinite linear;
	animation:wave 7.33333s 0.1s infinite linear;
}
@-webkit-keyframes wave{
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	}
}
@-moz-keyframes wave{
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
		-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
		-moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	}
}
/*COFFEE SYSTEM*/
.es {
	height: 250px;
	margin-bottom: 80px;
}
#animation * {
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box; 
}
#animation { 
	position: absolute;
	top: 60%;
	left: 50%;
	margin-top: 20px;
}
.filter {
	animation: filter 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: filter 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	width: 30px;
	height: 20px;
	border-radius: 5px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: rgba(218,216,212,1);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:30px;
	margin-left: 60px;
	z-index: 1;
}
.filter:after {
	content:"";
	background-color: rgba(60,56,52,1);
	width: 65px;
	height: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	position: absolute;
	margin-left: 13px;
	margin-top: 3px;
	z-index: -10;
}
.filter .espresso {
	background-color: rgba(60,56,52,0.8);
	animation: espresso 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: espresso 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	position: absolute;
	width: 3px;
	height: 18px;
	top: 23px;
	left: 13px;
}
.filter .spigot {
	position: absolute;
	width: 5px;
	height: 6px;
	background-color: rgba(60,56,52,1);
	margin-left: 12px;
	margin-top: 18px;
	z-index: -1;
}
.grounds {
	width: 50px;
	height: 96px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 180px;
	margin-top: -45px;
	background-color: rgba(178, 137, 93,1);
	border-top: 6px solid rgba(60,56,52,0.6);
	border-bottom: 6px solid rgba(60,56,52,0.6);
	border-radius: 3px;
	border-top-left-radius: 13px;
	animation: grounds 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: grounds 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.grounds .contents {
	width: 10px;
	height: 40px;
	margin-top: -43px;
	margin-left: 10px;
	overflow: hidden;
	position: absolute;
	animation: groundsPour 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: groundsPour 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.grounds .contents div {
	position: absolute;
	animation: groundsPourGrounds 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: groundsPourGrounds 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	width: 40px;
	height: 20px;
	bottom: 0;
	right: 0;
	margin-left: 5px;
	border-top: 5px solid rgba(60,56,52,1);
	border-right: 5px solid rgba(60,56,52,1);
	border-top-right-radius: 20px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
.grounds .label {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -23px;
	margin-top: -14px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
    /*border-top-left-radius: 0;
    border-bottom-right-radius: 0;*/
    line-height: 30px;
    text-align: center;
}
.grounds .label span {
	color: rgba(60,56,52,0.6);
	margin-left: -21px;
	margin-top: -4px;
	font-family: Courier;
	position: absolute;
}
.kettle {
	position: absolute;
	animation: kettle 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: kettle 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: 60px;
	width: 80px;
	height: 60px;
}
.kettlecontents {
	animation: waterPour 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: waterPour 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	/*z-index: -1;*/
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	margin-left: -13px;
	margin-top: -135px;
	top: 50%;
	left: 50%;
}
.kettlecontents div {
	position: absolute;
	right: 0;
	top: 5px;
	width: 50px;
	height: 50px;
	animation: water 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: water 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	border-top: 10px solid rgba(2,125,255,0.7);
	border-left: 10px solid rgba(2,125,255,0.7);
	border-top-left-radius: 50px;
	/*z-index: -1;*/
}
.kettle:before {
	content:"";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 80px;
	height: 60px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgba(218,216,212,1);
	border-bottom: 5px solid rgba(60,56,52,1);
}
.kettle .spout {
	width: 12px;
	border-bottom: 30px solid rgba(218,216,212,1);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
	margin-left: -5px;
}
.kettle .handle {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 40px;
	border: 8px solid rgba(60,56,52,1);
	z-index: -1;
	margin-left: 45px;
	margin-top:-5px;
}
.kettle .lid {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(60,56,52,1);
	left: 35px;
	top: -6px;
	z-index: -1;
}
.cup {
	width: 25px;
	height: 20px;
	background-color: rgba(255,74,83,1);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 25px;
	margin-left: -12px;
	z-index: 10;
	animation: cup 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: cup 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.cup:after {
	content:"";
	width: 15px;
	height: 10px;
	/*background-color: rgba(2,74,83,1);*/
	border-top: 3px solid rgba(255,74,83,1);
	border-right: 3px solid rgba(255,74,83,1);
	border-bottom: 3px solid rgba(255,74,83,1);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: 5px;
	z-index: 11;
}
.smoke {
	width: 25px;
	height: 20px;
	/*background-color: rgba(0,0,0,0.4);*/
	position: absolute;
	top: 50%;
	left: 50%;
	animation: cup 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: cup 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.smoke-1 {
	width: 5px;
	height: 20px;
	background-color: rgba(0,0,0,0.17);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 2px;
	margin-left: -9px;
	border-radius: 20px;
	animation: smoke 8s linear infinite normal none;
	-webkit-animation: smoke 8s linear infinite normal none; 
}
.smoke-2 {
	width: 5px;
	height: 20px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 5px;
	margin-left: -2px;
	border-radius: 20px;
	animation: smoke 8s linear infinite normal none;
	-webkit-animation: smoke 8s linear infinite normal none; 
}
.smoke-3 {
	width: 5px;
	height: 20px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: 5px;
	border-radius: 20px;
	animation: smoke 8s linear infinite normal none;
	-webkit-animation: smoke 8s linear infinite normal none; 
}
.machine {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 125px;
	height: 160px;
	margin-top: -80px;
	margin-left: -200px;
	animation: machineBody 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: machineBody 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.machine .base {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	background-color: rgba(60,56,52,1);
	border-top: 10px solid rgba(218,216,212,1);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.machine .status {
	position: absolute;
	top: 23px;
	left: 18px;
	z-index: 10;
}
.machine .status div {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
}
.machine .status .on {
	background-color: rgba(134,255,195,1);
	animation: greenlight 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: greenlight 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.machine .status .off {
	background-color: rgba(255,74,83,1);
	animation: redlight 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: redlight 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.machine .verticalStructure {
	position: absolute;
	bottom: 25px;
	border-left: 20px solid rgba(60,56,52,1);
	border-top: 10px solid rgba(60,56,52,1);
	width: calc(100% - 20px);
	height: 80px;
	z-index: 1;
}
.machine .head {
	position: absolute;
	background-color: rgba(218,216,212,1);
	border-top: 10px solid rgba(60,56,52,1);
	width: 100%;
	height: 30px;
	bottom: 0;
	margin-bottom: 115px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.machine .lid {
	position: absolute;
	top:0;
	left: 50%;
	width: 60px;
	height: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: rgba(60,56,52,1);
	margin-top: 0px;
	margin-left: -30px;
	-webkit-transform-origin: 2px center;
	transform-origin: 2px center;
	animation: machineLid 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
	-webkit-animation: machineLid 8s cubic-bezier(0.50, 0.10, 0.50, 0.95) 0s infinite normal none;
}
.machine .steamer {
	position: absolute;
	width: 60px;
	height: 15px;
	border-right: 5px solid rgba(218,216,212,1);
	border-top: 5px solid rgba(218,216,212,1);
	border-top-right-radius: 10px;
	margin-top: 30px;
	margin-left: 90px;
}
.machine .back {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	background-color: rgba(60,56,52,1);
	margin-top: 26px;
	margin-left: -20px;
	z-index: -1;
}
.machine .spout {
	width: 40px;
	position: absolute;
	border-top: 10px solid rgba(60,56,52,1);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	margin-top: 55px;
	margin-left: 32px;
}
.machine .steamer:after {
	content: ".";
	width: 20px;
	height: 25px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: rgba(60,56,52,1);
	margin-left: 23px;
	margin-top: 5px;
	position: absolute;
	-webkit-transform: scale( 0.5 , 1 );
	-moz-transform: scale( 0.5 , 1 );
	-ms-transform: scale( 0.5 , 1 );
	-o-transform: scale( 0.5 , 1 );
	transform: scale( 0.5 , 1 );
}
@keyframes kettle {
	100% { } 
	18% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	90% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
	86% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	41% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	14% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
	37% { -webkit-transform: translate( 0px , -120px ) rotate(-45deg); -moz-transform: translate( 0px , -120px ) rotate(-45deg); -ms-transform: translate( 0px , -120px ) rotate(-45deg); -o-transform: translate( 0px , -120px ) rotate(-45deg); transform: translate( 0px , -120px ) rotate(-45deg);} 
	22% { -webkit-transform: translate( 0px , -120px ) rotate(-45deg); -moz-transform: translate( 0px , -120px ) rotate(-45deg); -ms-transform: translate( 0px , -120px ) rotate(-45deg); -o-transform: translate( 0px , -120px ) rotate(-45deg); transform: translate( 0px , -120px ) rotate(-45deg);} 
	0% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
}
@-webkit-keyframes kettle {
	100% { } 
	18% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	90% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
	86% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	41% { -webkit-transform: translate( 0px , -120px ) rotate(0deg); -moz-transform: translate( 0px , -120px ) rotate(0deg); -ms-transform: translate( 0px , -120px ) rotate(0deg); -o-transform: translate( 0px , -120px ) rotate(0deg); transform: translate( 0px , -120px ) rotate(0deg);} 
	14% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
	37% { -webkit-transform: translate( 0px , -120px ) rotate(-45deg); -moz-transform: translate( 0px , -120px ) rotate(-45deg); -ms-transform: translate( 0px , -120px ) rotate(-45deg); -o-transform: translate( 0px , -120px ) rotate(-45deg); transform: translate( 0px , -120px ) rotate(-45deg);} 
	22% { -webkit-transform: translate( 0px , -120px ) rotate(-45deg); -moz-transform: translate( 0px , -120px ) rotate(-45deg); -ms-transform: translate( 0px , -120px ) rotate(-45deg); -o-transform: translate( 0px , -120px ) rotate(-45deg); transform: translate( 0px , -120px ) rotate(-45deg);} 
	0% { -webkit-transform: rotate(0deg) translate( 0px , 0px ); -moz-transform: rotate(0deg) translate( 0px , 0px ); -ms-transform: rotate(0deg) translate( 0px , 0px ); -o-transform: rotate(0deg) translate( 0px , 0px ); transform: rotate(0deg) translate( 0px , 0px );} 
}
@keyframes machineBody {
	100% { margin-left: -200px;} 
	90% { margin-left: -200px;} 
	86% { margin-left: -62px;} 
	18% { margin-left: -62px;} 
	14% { margin-left: -200px;} 
	0% { margin-left: -200px;} 
}
@-webkit-keyframes machineBody {
	100% { margin-left: -200px;} 
	90% { margin-left: -200px;} 
	86% { margin-left: -62px;} 
	18% { margin-left: -62px;} 
	14% { margin-left: -200px;} 
	0% { margin-left: -200px;} 
}
@keyframes machineLid {
	100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	43% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	39% { -webkit-transform: rotate(-105deg); -moz-transform: rotate(-105deg); -ms-transform: rotate(-105deg); -o-transform: rotate(-105deg); transform: rotate(-105deg);} 
	0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	18% { -webkit-transform: rotate(-105deg); -moz-transform: rotate(-105deg); -ms-transform: rotate(-105deg); -o-transform: rotate(-105deg); transform: rotate(-105deg);} 
	14% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
}
@-webkit-keyframes machineLid {
	100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	43% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	39% { -webkit-transform: rotate(-105deg); -moz-transform: rotate(-105deg); -ms-transform: rotate(-105deg); -o-transform: rotate(-105deg); transform: rotate(-105deg);} 
	0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
	18% { -webkit-transform: rotate(-105deg); -moz-transform: rotate(-105deg); -ms-transform: rotate(-105deg); -o-transform: rotate(-105deg); transform: rotate(-105deg);} 
	14% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);} 
}
@keyframes filter {
	100% { -webkit-transform: translate( 0px , 0px );} 
	90% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
	86% { -webkit-transform: translate( 0px , -45px ); -moz-transform: translate( 0px , -45px ); -ms-transform: translate( 0px , -45px ); -o-transform: translate( 0px , -45px ); transform: translate( 0px , -45px );} 
	82% { -webkit-transform: translate( -75px , -45px ); -moz-transform: translate( -75px , -45px ); -ms-transform: translate( -75px , -45px ); -o-transform: translate( -75px , -45px ); transform: translate( -75px , -45px );} 
	36% { -webkit-transform: translate( -75px , -45px ); -moz-transform: translate( -75px , -45px ); -ms-transform: translate( -75px , -45px ); -o-transform: translate( -75px , -45px ); transform: translate( -75px , -45px );} 
	32% { -webkit-transform: translate( 60px , -45px ); -moz-transform: translate( 60px , -45px ); -ms-transform: translate( 60px , -45px ); -o-transform: translate( 60px , -45px ); transform: translate( 60px , -45px );} 
	28% { -webkit-transform: translate( 60px , 0px ); -moz-transform: translate( 60px , 0px ); -ms-transform: translate( 60px , 0px ); -o-transform: translate( 60px , 0px ); transform: translate( 60px , 0px );} 
	14% { -webkit-transform: translate( 60px , 0px ); -moz-transform: translate( 60px , 0px ); -ms-transform: translate( 60px , 0px ); -o-transform: translate( 60px , 0px ); transform: translate( 60px , 0px );} 
	10% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
	0% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
}
@-webkit-keyframes filter {
	100% { -webkit-transform: translate( 0px , 0px );} 
	90% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
	86% { -webkit-transform: translate( 0px , -45px ); -moz-transform: translate( 0px , -45px ); -ms-transform: translate( 0px , -45px ); -o-transform: translate( 0px , -45px ); transform: translate( 0px , -45px );} 
	82% { -webkit-transform: translate( -75px , -45px ); -moz-transform: translate( -75px , -45px ); -ms-transform: translate( -75px , -45px ); -o-transform: translate( -75px , -45px ); transform: translate( -75px , -45px );} 
	36% { -webkit-transform: translate( -75px , -45px ); -moz-transform: translate( -75px , -45px ); -ms-transform: translate( -75px , -45px ); -o-transform: translate( -75px , -45px ); transform: translate( -75px , -45px );} 
	32% { -webkit-transform: translate( 60px , -45px ); -moz-transform: translate( 60px , -45px ); -ms-transform: translate( 60px , -45px ); -o-transform: translate( 60px , -45px ); transform: translate( 60px , -45px );} 
	28% { -webkit-transform: translate( 60px , 0px ); -moz-transform: translate( 60px , 0px ); -ms-transform: translate( 60px , 0px ); -o-transform: translate( 60px , 0px ); transform: translate( 60px , 0px );} 
	14% { -webkit-transform: translate( 60px , 0px ); -moz-transform: translate( 60px , 0px ); -ms-transform: translate( 60px , 0px ); -o-transform: translate( 60px , 0px ); transform: translate( 60px , 0px );} 
	10% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
	0% { -webkit-transform: translate( 0px , 0px ); -moz-transform: translate( 0px , 0px ); -ms-transform: translate( 0px , 0px ); -o-transform: translate( 0px , 0px ); transform: translate( 0px , 0px );} 
}
@keyframes grounds {
	100% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	28% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	24% { -webkit-transform: translate(0px,-30px) rotate(-100deg);} 
	18% { -webkit-transform: translate(0px,-30px) rotate(-100deg);} 
	14% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	0% { } 
}
@-webkit-keyframes grounds {
	100% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	28% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	24% { -webkit-transform: translate(0px,-30px) rotate(-100deg);} 
	18% { -webkit-transform: translate(0px,-30px) rotate(-100deg);} 
	14% { -webkit-transform: translate( 0px , 0px ) rotate(0deg); -moz-transform: translate( 0px , 0px ) rotate(0deg); -ms-transform: translate( 0px , 0px ) rotate(0deg); -o-transform: translate( 0px , 0px ) rotate(0deg); transform: translate( 0px , 0px ) rotate(0deg);} 
	0% { } 
}
@keyframes groundsPour {
	100% { width: 0px; margin-left: 10px;} 
	27% { width: 0px; margin-left: 10px;} 
	23% { width: 0px; margin-left: -33px;} 
	19% { width: 43px; margin-left: -33px;} 
	15% { width: 0px; margin-left: 10px;} 
	0% { width: 0px; margin-left: 10px;} 
}
@-webkit-keyframes groundsPour {
	100% { width: 0px; margin-left: 10px;} 
	27% { width: 0px; margin-left: 10px;} 
	23% { width: 0px; margin-left: -33px;} 
	19% { width: 43px; margin-left: -33px;} 
	15% { width: 0px; margin-left: 10px;} 
	0% { width: 0px; margin-left: 10px;} 
}
@keyframes groundsPourGrounds {
	100% { margin-right: 0px;} 
	27% { margin-right: -43px;} 
	23% { margin-right: -43px;} 
	19% { margin-right: 0px;} 
	15% { margin-right: 0px;} 
	0% { margin-right: 0px;} 
}
@-webkit-keyframes groundsPourGrounds {
	100% { margin-right: 0px;} 
	27% { margin-right: -43px;} 
	23% { margin-right: -43px;} 
	19% { margin-right: 0px;} 
	15% { margin-right: 0px;} 
	0% { margin-right: 0px;} 
}
@keyframes waterPour {
	100% { height: 0px; margin-top: -75px;} 
	37% { height: 0px; margin-top: -75px;} 
	33% { height: 60px; margin-top: -135px;} 
	26% { height: 60px; margin-top: -135px;} 
	0% { height: 0px; margin-top: -135px;} 
	18% { height: 0px; margin-top: -135px;} 
}
@-webkit-keyframes waterPour {
	100% { height: 0px; margin-top: -75px;} 
	37% { height: 0px; margin-top: -75px;} 
	33% { height: 60px; margin-top: -135px;} 
	26% { height: 60px; margin-top: -135px;} 
	0% { height: 0px; margin-top: -135px;} 
	18% { height: 0px; margin-top: -135px;} 
}
@keyframes water {
	100% { margin-top: -60px;} 
	37% { margin-top: -60px;} 
	33% { margin-top: 0px;} 
	26% { margin-top: 0px;} 
	0% { margin-top: 0px;} 
	18% { margin-top: 0px;} 
}
@-webkit-keyframes water {
	100% { margin-top: -60px;} 
	37% { margin-top: -60px;} 
	33% { margin-top: 0px;} 
	26% { margin-top: 0px;} 
	0% { margin-top: 0px;} 
	18% { margin-top: 0px;} 
}
@keyframes espresso {
	100% { height: 0px; margin-top: 18px;} 
	70% { height: 0px; margin-top: 18px;} 
	67% { height: 18px; margin-top: 0px;} 
	55% { height: 18px; margin-top: 0px;} 
	52% { height: 0px; margin-top: 0px;} 
	0% { height: 0px; margin-top: 0px;} 
}
@-webkit-keyframes espresso {
	100% { height: 0px; margin-top: 18px;} 
	70% { height: 0px; margin-top: 18px;} 
	67% { height: 18px; margin-top: 0px;} 
	55% { height: 18px; margin-top: 0px;} 
	52% { height: 0px; margin-top: 0px;} 
	0% { height: 0px; margin-top: 0px;} 
}
@keyframes greenlight {
	100% { opacity: 0.25;} 
	70% { opacity: 0.25;} 
	67% { opacity: 1;} 
	52% { opacity: 1;} 
	49% { opacity: 0.25;} 
	0% { opacity: 0.25;} 
}
@-webkit-keyframes greenlight {
	100% { opacity: 0.25;} 
	70% { opacity: 0.25;} 
	67% { opacity: 1;} 
	52% { opacity: 1;} 
	49% { opacity: 0.25;} 
	0% { opacity: 0.25;} 
}
@keyframes redlight {
	100% { opacity: 1;} 
	70% { opacity: 1;} 
	67% { opacity: 0.25;} 
	52% { opacity: 0.25;} 
	49% { opacity: 1;} 
	0% { opacity: 1;} 
}
@-webkit-keyframes redlight {
	100% { opacity: 1;} 
	70% { opacity: 1;} 
	67% { opacity: 0.25;} 
	52% { opacity: 0.25;} 
	49% { opacity: 1;} 
	0% { opacity: 1;} 
}
@keyframes cup {
	100% { margin-left: -300px;} 
	90% { margin-left: -300px;} 
	86% { margin-left: -12px;} 
	18% { margin-left: -12px;} 
	14% { margin-left: -300px;} 
	0% { margin-left: -300px;} 
}
@-webkit-keyframes cup {
	100% { margin-left: -300px;} 
	90% { margin-left: -300px;} 
	86% { margin-left: -12px;} 
	18% { margin-left: -12px;} 
	14% { margin-left: -300px;} 
	0% { margin-left: -300px;} 
}
@keyframes smoke {
	100% { opacity: 1;} 
	90% { opacity: 0;} 
	86% { opacity: 0;} 
	18% { opacity: 0;} 
	14% { opacity: 0;} 
	0% { opacity: 1;} 
}
@-webkit-keyframes smoke {
	100% { opacity: 1;} 
	90% { opacity: 0;} 
	86% { opacity: 0;} 
	18% { opacity: 0;} 
	14% { opacity: 0;} 
	0% { opacity: 1;} 
}
/*LOADER*/
.loader {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #111;
	z-index: 9999;
}
.loader .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.loader .boxes .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	width: 25px;
}
.loader .boxes .box .sides {
	position: relative;
	width: 100%;
	height: 100%;
}
.loader .boxes .box .sides div {
	position: absolute;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	width: 25px;
}
.loader .boxes .box .sides .front {
	background-color: #176d97;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: flip 1.5s linear infinite;
	animation: flip 1.5s linear infinite;
}
.loader .boxes .box .sides .back {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.7);
	-webkit-animation: flip 1.5s linear infinite;
	animation: flip 1.5s linear infinite;
}
.loader .boxes .box:first-child .sides div {
	border-radius: 6px 0 0 6px;
}
.loader .boxes .box:last-child .sides div {
	border-radius: 0 6px 6px 0;
}
.loader .boxes .box:nth-child(1) .sides div {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}
.loader .boxes .box:nth-child(2) .sides div {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}
.loader .boxes .box:nth-child(3) .sides div {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}
.loader .boxes .box:nth-child(4) .sides div {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
.loader .boxes .box:nth-child(5) .sides div {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
}
.loader .boxes .box:nth-child(6) .sides div {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}
.loader .boxes .box:nth-child(7) .sides div {
	-webkit-animation-delay: 350ms;
	animation-delay: 350ms;
}
.loader .boxes .box:nth-child(8) .sides div {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}
.loader .boxes .box:nth-child(9) .sides div {
	-webkit-animation-delay: 450ms;
	animation-delay: 450ms;
}
.loader .boxes .box:nth-child(10) .sides div {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	20% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	50% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	80% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}
@keyframes flip {
	0% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	20% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	50% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	80% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

