/* Font Face */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@font-face{
	font-family:'NexaBold';
	src:url('../fonts/nexa_bold-webfont.eot');
	src:url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nexa_bold-webfont.woff') format('woff'),
		url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
		url('../fonts/nexa_bold-webfont.svg#NexaBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
/* Global Reset */
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom:20px;
	font-family:NexaBold, arial, helvetica, sans-serif;
	line-height:normal;
	text-transform:uppercase;
}
header, footer, article, section, hgroup, nav, figure{display:block;}
img{vertical-align:top;}
p{margin:0 0 18px;}
ul{list-style:none;}
mark{background:none;}
strong{font-weight:bold;}
a{
	color:#1d1d1d;
	text-decoration:none;
}
a:hover{text-decoration:none;}
/* css3 animation */
#register-section .form .submit,
#contactus .submit,
.socials a,
#nav .donate,
#get-coins .blocks .box,
#details .list li:before,
#details .list li:after{
	transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
}
/*** 
	Main Styles
 ***/
html,body{height:100%;}
body{
	font:300 14px/18px 'Open Sans', arial, helvetica, sans-serif;
	background:#fff;
	min-width:1220px;
	color:#333;
}
.wrapper{
	width:1200px;
	min-width:1200px;
	padding:0 10px;
	margin:0 auto;
	overflow:hidden;
}
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:80;
	padding:26px 0 31px;
	border-bottom:1px solid #666;
}
.logo{
	float:left;
	margin:0;
	text-indent:-9999px;
	background:url(../images/sprites.png) no-repeat 0 -539px;
	height:55px;
	width:143px;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	float:right;
	padding:9px 0 0;
	text-transform:uppercase;
	font:14px/30px NexaBold, arial, helvetica, sans-serif;
}
#nav a{
	color:#1d1d1d;
	float:left;
	padding:2px 0;
}
#nav a:hover{
	text-decoration:none;
	color:#999;
}
#lightbox h3 a,
#get-coins h3 a,
.banner .link a:hover,
#nav .active a{color:#0cf;}
#nav .donate{
	border:2px solid #1d1d1d;
	padding:0 28px;
	margin-left:28px;
	float:left;
}
#nav .donate:hover{
	color:#fff;
	background:#0cf;
	border-color:#0cf;
}
#nav li{
	float:left;
	margin:0 0 0 28px;
}
#nav li:first-child{margin:0;}
#nav ul{float:left;}
#countdown-section{
	padding:188px 0 0;
	background:url(../images/img4.jpg) repeat-x 50% 0 fixed;
	overflow:hidden;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
#contactus h2,
#get-coins h2,
#video-section h2,
#details h2,
#promo h2{
	margin:0;
	font-size:40px;
}
#lightbox h3,
#contactus h3,
#get-coins h2+h3,
#video-section h3,
#details h3{
	color:#999;
	font-size:14px;
	font-weight:normal;
	margin-bottom:59px;
}
#countdown-section h1{
	text-align:center;
	font-weight:normal;
	font-size:45px;
}
#countdown-section h2{
	font-size:20px;
	font-weight:normal;
	max-width:884px;
	margin:0 auto 20px;
}
#countdown-section h3{
	font-size:60px;
	color:#0cf;
	font-weight:normal;
	margin-bottom:50px;
}
#countdown-section h3 span{
	color:#fff;
	font-size:35px;
}
#countdown-section .bar{
	background:rgba(0, 0, 0, 0.75);
	overflow:hidden;
	padding:25px 0 15px;
	border-bottom:1px solid #9a9a9a;
}
#countdown-section .bar h4,
#countdown-section .bar h5{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 14px;
	font-weight:normal;
}
#countdown-section .bar h4{font-size:22px;}
#countdown-section .bar h4 strong{
	font-weight:normal;
	color:#edd114;
}
#countdown-section .bar h5 strong{
	font-weight:normal;
	color:#666;
}
.view-project{
	font:12px/22px NexaBold, arial, helvetica, sans-serif;
	color:#0cf;
	position:relative;
	padding:0 0 0 20px;
}
.view-project:after{
	content:'';
	position:absolute;
	left:0;
	top:-4px;
	width:16px;
	height:22px;
	background:url(../images/sprites.png) no-repeat -16px -97px;
}
.view-project:hover:after{background-position:0 -97px;}
.view-project:hover{color:#edd114}
#promo{
	text-align:center;
	padding:75px 0 55px;
	overflow:hidden;
}
.cleanwatercoin-logo{
	display:block;
	text-align:center;
	margin:0 0 26px;
}
#promo h2{
	color:#333;
	border-bottom:1px solid #999;
	padding:0 0 12px;
	margin:0 0 26px;
}
#promo p a,
#promo h2 strong{color:#0cf;}
#promo h2:after{
	content:'';
	margin:13px auto -24px;
	display:block;
	background:url(../images/sprites.png) no-repeat -108px -225px;
	height:23px;
	width:31px;
}
#promo p a:hover{color:#333;}
#details{
	background:url(../images/img5.jpg) repeat-x 50% 30% fixed;
	padding:68px 0 63px;
	text-align:center;
	color:#fff;
}
#details h3{margin:4px 0 102px;}
#details .list{
	padding:0 0 57px;
	font:14px NexaBold, arial, helvetica, sans-serif;
	text-transform:uppercase;
}
#details .list li{
	display:inline-block;
	border:2px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:0 42px 42px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	height:0;
	width:0;
}
#details .list li:first-child{margin-left:0;}
#details .list li:last-child{margin-right:0;}
#details .list span{
	display:block;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:relative;
	margin:86px 0 0 43px;
	white-space:nowrap;
}
#details .list span:after{
	content:'';
	position:absolute;
	left:33px;
	top:-50px;
	background:url(../images/sprites.png) no-repeat -108px -248px;
	height:40px;
	width:40px;
}
#details .list .type span:after{
	background-position:0 -361px;
	height:41px;
	width:44px;
}
#details .list .blocktime span:after{
	background-position:-44px -361px;
	width:41px;
}
#details .list .difficulty span:after{
	background-position:-85px -361px;
	height:38px;
	width:41px;
}
#details .list .blockreward span:after{
	background-position:0 -402px;
	left:36px;
}
#details .list li:after{
	content:'';
	background:#fff;
	height:0;
	width:0;
	position:absolute;
	left:0;
	top:0;
}
#details .list li:hover:after{
	height:152px;
	width:152px;
}
#details .list li:before{
	content:'Scrypt';
	position:absolute;
	left:49px;
	top:66px;
	color:#1d1d1d;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:0 0 0 -9999px;
	z-index:1;
}
#details .list li:hover:before{margin:0;}
#details .list .type:before{
	content:'POS + POW';
	left:41px;
}
#details .list .blocktime:before{
	content:'120 seconds';
	left:32px;
	top:65px;
}
#details .list .difficulty:before{
	content:'Retarget Every Block';
	left:20px;
	top:57px;
	width:120px;
}
#details .list .blockreward:before{
	content:'dynamic starting @ 1000';
	left:13px;
	top:55px;
	width:132px;
}
#details dl{
	margin:0;
	font:14px NexaBold, arial, helvetica, sans-serif;
	text-transform:uppercase;
}
#details dt{
	display:inline;
	position:relative;
	padding:0 0 0 28px;
}
#details dt:first-child{padding:0;}
#details dt:after{
	content:'\2022';
	position:absolute;
	left:11px;
	top:0;
}
#details dd{
	display:inline;
	color:#0cf;
}
#wallet{padding:75px 0 36px;}
#wallet .img{
	float:right;
	width:49%;
	position:relative;
	margin:0 0 0 20px;
}
#wallet .img img{
	display:block;
	height:auto;
	width:100%;
}
#wallet .text{
	height:1%;
	overflow:hidden;
}
#lightbox h2,
#get-water h2,
#wallet .text h2{
	font-size:40px;
	line-height:48px;
	margin:-7px 0 9px;
}
#get-water h2 strong,
#wallet .text h2 strong{
	font-weight:normal;
	color:#0cf;
}
#wallet .text p{margin:0 0 39px;}
#video-section{
	background:url(../images/img6.jpg) repeat-x 50% 0 fixed;
	overflow:hidden;
	padding:44px 0 64px;
	text-align:center;
	color:#fff;
	position:relative;
}
#playbutton{
	width:640px;
	margin:0 auto;
}
#video-section .holder{
	position:absolute;
}
#video-section .wrapper{max-width:640px;}
#video-section h3{margin-bottom:32px;}
#get-water{
	padding:75px 0;
	text-align:center;
}
#get-water h2{margin:0 0 16px;}
#get-water p{margin:0 0 26px;}
.blocks{
	overflow:hidden;
	margin:-17px -17px -4px;
	font-size:13px;
	line-height:18px;
	display:table;
	border-spacing:17px;
	border-collapse:separate;
}
.blocks .box{
	border:2px solid #333;
	vertical-align:top;
	display:table-cell;
	padding:24px 16px 10px;
	width:33%;
}
.blocks a{
	color:#0cf;
	font-weight:bold;
}
.blocks a:hover{color:#333;}
.blocks h3{
	font-weight:normal;
	margin:0 0 22px;
	color:#1d1d1d;
	font-size:24px;
}
.blocks .ico{
	display:block;
	margin:20px auto 36px;
	background:url(../images/sprites.png) no-repeat;
	height:48px;
	width:48px;
}
.blocks .buyadspace-ico{
	background-position:-40px -402px;
	height:39px;
	margin-top:30px;
}
.blocks .exchangebtc-ico{background-position:0 -442px;}
.blocks .businesspartnerships-ico{background-position:0 -119px;}
.banner{
	text-align:center;
	padding:30px 15px 44px;
	border:2px solid #333;
	margin:0 0 28px;
	position:relative;
}
.banner .link{
	font:bold 12px NexaBold,arial, helvetica, sans-serif;
	display:block;
	text-transform:uppercase;
	position:absolute;
	bottom:12px;
	left:0;
	width:100%;
	text-align:center;
}
.banner .link a{color:#999;}
.banner .img{
	display:block;
	max-width:720px;
	margin:0 auto;
}
.banner .img img{
	display:block;
	width:100%;
	height:auto;
}
.banner:after{
	content:'';
	position:absolute;
	bottom:9px;
	right:11px;
	height:43px;
	width:21px;
	background:url(../images/sprites.png) no-repeat -48px -119px;
}
.future-development{text-align:left;}
.future-development h2{text-align:center;}
.future-development li{
	padding:18px 0 0;
	text-indent:18px;
	position:relative;
}
.future-development li:first-child{padding:0;}
.future-development li:after{
	content:'';
	position:absolute;
	left:0;
	top:22px;
	background:url(../images/sprites.png) no-repeat 0 -6px;
	height:9px;
	width:11px;
}
.future-development li:first-child:after{top:5px;}
#get-coins{
	background:url(../images/img7.jpg) repeat-x 50% 0 fixed;
	padding:44px 0 52px;
	text-align:center;
	color:#fff;
}
#get-coins h2+h3{margin-bottom:46px;}
#get-coins h3 a:hover{color:#fff;}
.blocks .minepools-ico{
	height:58px;
	width:66px;
	background-position:-66px -167px;
    margin-bottom:47px;
}
.blocks .box:hover .minepools-ico{background-position:0 -167px;}
.blocks .cleanwaterfaucet-ico{
	height:69px;
	width:54px;
	background-position:-54px -225px;
}
.blocks .box:hover .cleanwaterfaucet-ico{background-position:0 -225px;}
.blocks .exchangebtc2-ico{
	height:67px;
	width:70px;
	background-position:-70px -294px;
}
.blocks .box:hover .exchangebtc2-ico{background-position:0 -294px;}
#get-coins .blocks .box{
	font-size:14px;
	line-height:18px;
	border-color:#fff;
}
#get-coins .blocks .box:hover{
	background:#fff;
	color:#333;
}
#get-coins .blocks h3{color:#fff;}
#get-coins .blocks .box:hover h3{color:#333;}
#get-coins .blocks h4{
	font-size:16px;
	color:#0cf;
	font-weight:normal;
	margin-bottom:10px;
}
#get-coins .blocks p{margin-bottom:30px;}
#register-section{padding:75px 0;}
#register-section .form{
	border:2px solid #333;
	padding:29px 39px 29px 93px;
	position:relative;
	overflow:hidden;
}
#register-section .form:after{
	content:'';
	position:absolute;
	left:28px;
	top:38px;
	width:40px;
	height:40px;
	background:url(../images/sprites.png) no-repeat -69px -119px;
}
#register-section .form .text{
	float:left;
	width:46%;
	font-size:12px;
	line-height:18px;
	color:#666;
}
#register-section .form .set{
	float:right;
	width:25%;
	padding:0 20% 0 5%;
	background:#1d1d1d;
	position:relative;
	height:57px;
}
#register-section .form .text h3{
	font-size:18px;
	font-weight:normal;
	margin:0;
	color:#1d1d1d;
}
#register-section .form .text p{margin:0;}
#register-section .form .submit{
	position:absolute;
	right:0;
	top:0;
	height:57px;
	color:#fff;
	cursor:pointer;
	background:#333;
	text-transform:uppercase;
	font:14px NexaBold,arial, helvetica, sans-serif;
	width:170px;
	text-align:center;
}
#register-section .form .submit:hover{background:#0cf;}
#register-section .form .txt{
	background:none;
	padding:14px 0 17px;
	color:#999;
	font:300 18px 'Open Sans', arial, helvetica, sans-serif;
	width:100%;
}
#contactus .form .email .inner:after,
#register-section .form .set:after{
	content:'';
	position:absolute;
	left:24px;
	top:24px;
	background:url(../images/sprites.png) no-repeat -32px -97px;
	height:10px;
	width:16px;
}
#contactus{
	background:#333;
	padding:46px 0 36px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
#contactus h2+h3{margin-bottom:40px;}
#contactus .phones{
	text-align:center;
	text-transform:uppercase;
	font:18px NexaBold,arial, helvetica, sans-serif;
	color:#f6f6f6;
	margin-bottom:43px;
}
#contactus .phones dt{
	position:relative;
	padding:0 2px 0 22px;
	display:inline;
}
#contactus .phones dd{
	display:inline;
	color:#0cf;
}
#contactus .phones dt:after{
	content:'\2022';
	position:absolute;
	left:8px;
	top:0;
}
#contactus .phones dt:first-child{padding-left:50px;}
#contactus .phones dt:first-child:after{
	content:'';
	height:28px;
	width:30px;
	background:url(../images/sprites.png) no-repeat -109px -119px;
	top:-3px;
}
#contactus .form .set{
	margin:-20px -20px 6px;
	display:table;
	border-spacing:20px;
	border-collapse:separate;
	width:100%;
}
#contactus .form{
	margin-bottom:40px;
	overflow:hidden;
}
#contactus .form .field{
	display:table-cell;
	width:33%;
	vertical-align:top;
}
#contactus .form .inner{position:relative;}
#contactus .form .txt{
	width:82%;
	padding:15px 5% 15px 13%;
	background:#1d1d1d;
	color:#999;
	font:300 18px 'Open Sans', arial, helvetica, sans-serif;
}
#contactus .form .fname .inner:after{
	content:'';
	position:absolute;
	left:16px;
	top:22px;
	background:url(../images/sprites.png) no-repeat -48px -97px;
	width:16px;
	height:15px;
}
#contactus .form .email .inner:after{left:15px;}
.outtaHere{
	position:absolute;
	left:-3000px;
}
#select-help{width:100%;}
.selectArea{
	position:relative;
	height:57px;
	float:left;
	color:#999;
	font:300 18px/57px 'Open Sans', arial, helvetica, sans-serif;
	background:#1d1d1d;
}
.selectArea .left{display:none;}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#contactus .submit span:after,
.selectArea a.selectButton:after{
	content:'';
	position:absolute;
	right:18px;
	top:26px;
	background:url(../images/sprites.png) no-repeat -20px 0;
	height:6px;
	width:10px;
}
.selectArea a.selectButton:before{
	content:'';
	position:absolute;
	left:17px;
	top:21px;
	background:url(../images/sprites.png) no-repeat -64px -97px;
	height:16px;
	width:16px;
}
.selectArea .center{
	display:block;
	padding:0 10% 0 13%;
	text-align:left;
}
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	background-color:#1d1d1d;
	display:block;
	z-index:30;
	font-size:14px;
}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{overflow:hidden;}
.optionsDivVisible ul li{
	float:left;
	width:100%;
}
.optionsDivVisible a{
	color:#999;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:8px 15px;
}
.optionsDivVisible a:hover{
	background-color:#666;
	color:#fff;
}
#contactus .submit{
	display:block;
	margin:0 auto;
	width:276px;
	font:14px/57px NexaBold,arial, helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#666;
	text-align:center;
}
#contactus .submit:hover{background:#0cf;}
#contactus .submit span{
	position:relative;
	padding-left:28px;
}
#contactus .submit span:after{
	width:15px;
	height:16px;
	background-position:-80px -97px;
	left:0;
	top:0;
}
.socials{
	margin:0 0 40px;
	text-align:center;
}
.socials li{
	display:inline-block;
	margin:0 0 0 3px;
}
.socials li:first-child{margin:0;}
.socials a{
	display:block;
	width:35px;
	height:34px;
	background:url(../images/ico-socials.png) no-repeat;
	text-indent:-9999px;
}
.socials a:hover{background-position:-35px 0;}
.socials .facebook{background-position:0 -34px;}
.socials .facebook:hover{background-position:-35px -34px;}
.socials .irc{background-position:0 -68px;}
.socials .irc:hover{background-position:-35px -68px;}
.socials .reddit{background-position:0 -102px;}
.socials .reddit:hover{background-position:-35px -102px;}
.socials .instagram{background-position:0 -136px;}
.socials .instagram:hover{background-position:-35px -136px;}
.back-top{
	color:#999;
	position:relative;
	padding-right:16px;
	text-transform:uppercase;
	font:14px NexaBold,arial, helvetica, sans-serif;
}
.back-top:hover{color:#fff;}
.back-top:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	height:6px;
	width:10px;
	background:url(../images/sprites.png) no-repeat -10px 0;
}
.back-top:hover:after{background-position:0 0;}
#footer{
	background:#0cf;
	padding:28px 0 20px;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}
#footer .logo{
	float:left;
	background:url(../images/sprites.png) no-repeat 0 -490px;
	height:49px;
	width:127px;
	margin:0;
}
#footer p{margin:0;}
#footer .holder{
	text-align:right;
	float:right;
	padding:5px 0 0;
}
#footer .holder a{
	font-weight:bold;
	color:#333;
}
#footer .holder a:hover{color:#fff;}
#lightbox{
	background:#fff;
	width:926px;
	padding:50px 0 45px;
	text-align:center;
	position:absolute;
	left:0;
	z-index:82;
	top:-9999px;
}
#lightbox h3 a:hover{color:#1d1d1d;}
#lightbox h3{margin-bottom:37px;}
#lightbox .btn-holder{margin-bottom:27px;}
#lightbox dl{
	font-size:20px;
}
#lightbox dd{
	font-weight:bold;
	font-size:26px;
	margin:10px 0 25px;
}
#fader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	background:rgba(0, 0, 0, 0.8);
	z-index:81;
}
#register-section .thanks{
	float:right;
	color:#999;
	font:24px/57px NexaBold,arial, helvetica, sans-serif;
	margin:0;
	width:50%;
	display:none;
	text-align:center;
	text-transform:uppercase;
}
#contactus .thanks{
	padding:0 0 40px;
	font:24px NexaBold,arial, helvetica, sans-serif;
	text-transform:uppercase;
	color:#f6f6f6;
	display:none;
}
#contactus .thanks strong{
	display:block;
	font-weight:normal;
}
#contactus .thanks span{
	display:block;
	color:#999;
	font-size:16px;
}
.mobile #get-coins,
.mobile #video-section,
.mobile #details,
.mobile #countdown-section{
	background-attachment:scroll;
	background-position:50% 50%;
}
.submit{-webkit-appearance: none;}

.pool-link{color:#fff;font-weight:normal;}
