@charset "UTF-8";
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 11, 2012 10:28:49 AM America/New_York */
@font-face {
    font-family: 'JennaSueRegular';
    src: url('fonts/JennaSue-webfont.eot');
    src: url('fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/JennaSue-webfont.woff') format('woff'),
         url('fonts/JennaSue-webfont.ttf') format('truetype'),
         url('fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 21, 2011 12:03:13 PM America/New_York */
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('fonts/ColabMed-webfont.eot');
    src: url('fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabMed-webfont.woff') format('woff'),
         url('fonts/ColabMed-webfont.ttf') format('truetype'),
         url('fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('fonts/ColabBol-webfont.eot');
    src: url('fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabBol-webfont.woff') format('woff'),
         url('fonts/ColabBol-webfont.ttf') format('truetype'),
         url('fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.fontface {font: 60px/68px 'ColaborateThinRegular', Arial, sans-serif;letter-spacing: 0;}

		p.style0 {font: 18px/27px 'JennaSueRegular', Arial, sans-serif;}
		p.style1 {font: 18px/27px 'ColaborateThinRegular', Arial, sans-serif;}
		p.style2 {font: 18px/27px 'ColaborateLightRegular', Arial, sans-serif;}
		p.style3 {font: 18px/27px 'ColaborateRegular', Arial, sans-serif;}
		p.style4 {font: 18px/27px 'ColaborateMediumRegular', Arial, sans-serif;}
		p.style5 {font: 18px/27px 'ColaborateBoldRegular', Arial, sans-serif;}
		
		




html {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body {				
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 12px;
	color: #476DA3;
	height:1300px;
	font-family:'DroidSansRegular', Arial, sans-serif;
 	background: #D8D207;
	
	-webkit-animation-name: sky;
	-webkit-animation-duration: 30s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;	
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: sky;
	-moz-animation-duration: 30s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: infinite;	
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	
	-ms-animation-name: sky;
	-ms-animation-duration: 30s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: infinite;	
	-ms-animation-direction: normal;
	-ms-animation-delay: 0;
	-ms-animation-play-state: running;
	-ms-animation-fill-mode: forwards;

	animation-name: sky;
	animation-duration: 30s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;	
	animation-direction: normal;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: forwards;

	
}

@-webkit-keyframes sky {

	0% {
		background-color: #D8D207;
	}
	
	20% {
		background-color: #8E0E55;
	}

	40% {
		background-color: #61D1BC;
	}
	
	60% {
		background-color: #4C3734;
	}
	
	80% {
		background-color: #D8D207;
	}
	
	100% {
		background-color: #D8D207;
	}

}

@-moz-keyframes sky {

	0% {
		background-color: #D8D207;
	}
	
	20% {
		background-color: #8E0E55;
	}

	40% {
		background-color: #61D1BC;
	}
	
	60% {
		background-color: #4C3734;
	}
	
	80% {
		background-color: #D8D207;
	}
	
	100% {
		background-color: #D8D207;
	}

}

@-ms-keyframes sky {

	0% {
		background-color: #D8D207;
	}
	
	20% {
		background-color: #8E0E55;
	}

	40% {
		background-color: #61D1BC;
	}
	
	60% {
		background-color: #4C3734;
	}
	
	80% {
		background-color: #D8D207;
	}
	
	100% {
		background-color: #D8D207;
	}

}

@keyframes sky {

	0% {
		background-color: #D8D207;
	}
	
	20% {
		background-color: #8E0E55;
	}

	40% {
		background-color: #61D1BC;
	}
	
	60% {
		background-color: #4C3734;
	}
	
	80% {
		background-color: #D8D207;
	}
	
	100% {
		background-color: #D8D207;
	}

}








.inner {
	position: absolute;
	float:none;
	clear:both;
    width: 1000px;
	height: auto;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background:  url(../layout/planet6.png) 0 0 no-repeat;
}
.comingsoon_box{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
.comingsoon {
	position:absolute;
	width:100%;
	height:37px;
	background: url(../layout/ComingSoon4.png) 60px center no-repeat;
	left:52%;
	top: 150px;
	z-index:100;
}
.header{
	width: 100%;
	height: 130px;
	background: #FFFFFF;
}
.greenbin {
	width: 100%;
	height: 130px;
	background:  url(../layout/logo_greenbin.png) center right no-repeat;
}
.footer {
	float:none;
	clear:both;
	width: 100%;
	height: 158px;
	
	padding-top:50px;
	padding-bottom:70px;
	background: url(../layout/CoffeeGreenBean.png) center center no-repeat;
}
.contenuti {
	width: 450px;
	height:750px;
	float: right;
}
.wanna {
	width: 450px;
	height:100px;
	margin-top:200px;
	background: url(../layout/wannanowmore.png) center left no-repeat;
}
.cool {
	color: #FFFFFF;
	font-family: 'JennaSueRegular', Arial, sans-serif;
	font-size: 46px;
	text-align: right;
}
.contact  {
	font-family: 'ColaborateLightRegular', Arial, sans-serif;
	font-size:21px;
	color: #231306;
	margin-top: 20px;
	text-align:left;
	letter-spacing:1px;
	height:31px;
	line-height:31px;
	margin-left:12px;
	padding-left: 58px;
	background: url(../layout/emailus.png) center left no-repeat;
}

.contact a:link, .contact a:visited {
	color:#EEFF10;
	text-decoration: none;
}
.contact a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}

/*Mailchimp form*/
#mc_embed_signup h2.signup {
	color: #FFFFFF;
	font-family: 'ColaboratethinRegular', Arial, sans-serif;
	font-weight: normal;
	font-size:16px;
	text-transform:uppercase;
}
#mc_embed_signup .mc-field-group  {
	color: #FFFFFF;
	font-family: 'ColaboratethinRegular', Arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	text-transform:uppercase;
}

form#mc-embedded-subscribe-form input {
	border:none;
	font-family: 'ColaboratethinRegular', Arial, sans-serif;
	font-weight: normal;
	font-size:17px;
	height:24px;
	line-height:24px;
}
#mc_embed_signup .indicates-required   {
	color: #CC6600;
	font-family: 'ColaborateRegularRegular', Arial, sans-serif  ;
	font-size:24px;
	
}
#mc_embed_signup .button {
	font-family: 'ColaboratethinRegular', Arial, sans-serif;
	height:24px;
	line-height:24px;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
}
#mc_embed_signup .button:hover {
	background:#996666;
}
#mc_embed_signup #mce-success-response  {
	color:#FFFFFF;
}








