/*------------------------------------------------*/
/* Basic styles */ 
/* Designed and coded by HeroWP.com*/
/* Don't forget to visit us daily for tons of freebies:
	-PSD Templates
	-Wordpress Plugins
	-Wordpess Themes
	-HTML Designs
	-& many more!
	
*/
/*------------------------------------------------*/

body{
	font-family:Arial, verdana, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bg.jpg) top center no-repeat #000;
}
table.dark {
	border-collapse:collapse;
	border: 1px solid #1a1a1a;
	width:100%}

table.dark th {
	color:#d6d6d6;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size:75%;
	text-transform:uppercase;
	letter-spacing:0.13em;
	padding:7px;
	    background: linear-gradient(rgba(48,48,48,0.9), rgba(48,48,48,0.6));
	border-bottom:1px solid #000;
	text-align:left;}
	
table.dark td {
	
	font-size:80%;
	padding:7px;
	background-repeat: repeat-x;
	border:1px solid #1a1a1a;}

table.dark h4 {
	color:#efefef;
	font-size:140%;
	font-weight:normal;
	margin:0px;}
h2{
	margin-bottom: 0px; 
}
#auth{
    position: relative;
    width: 100%;
    float: left;
}
#auth h2{
    margin: 0px;
}
.overlay{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.stat-1, .stat-2, .stat-3 {
	display: block;
	float: left;
	text-align:left;
	line-height:5px;
	white-space: nowrap;
}
.stat-1 {
	width:33.33333%
}
.stat-2 {
	width:33.33333%
}
.stat-3 {
	width:33.33333%
}
.stat-3  p{
  white-space: nowrap;
}
.stat-h1 {
	color:#ff9c00;
	font-size:22px;
	font-weight: 100;
}
.image-align{
		margin-top: 15px;
}
.head-1 img{
float: left;
padding-right: 30px;
}
.head-1 p{
margin-top: -30px;
font-size:14px;
}
h2 {
padding-bottom: 20px;
}
.stat-3 p:nth-of-type(1n+10) {
display: none;
}
.rights-logo{
    position: absolute;
    padding-left: 5px;
    margin-top: -3px;
}

@media (min-width: 1200px){
	.container {
		width:100%;
	}
}

#wrap{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
	display:table;
	position: relative;
	z-index:10000;
}

#defaultCountdown{
	z-index:2;
	margin:0 auto;
	display:table;
	position:relative;
}

.countdown-row {
	margin:0 auto;
	width:100%;
	display:table;
	text-align:center;
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:120px;
	height:120px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:solid 1px #fff;
	text-align:center;
	margin:40px 20px;
}

.countdown-amount {
    font-size: 60px;
	font-weight:700;
	line-height:120px;
}
.countdown-period {
    display: block;
	line-height:60px;
	color:#ff9c00;
	font-size:18px;
	font-weight:100;
}
h1{	
	margin-top: 0px;
	font-size:56px;
	font-weight:300;
	text-align:left;
}

h1 span{
	font-size:32px;
}

.yellow{
	color:#ff9c00;
	font-size:50px;
}

p{
	font-size:13px;
	font-weight:100;
}

form{
	margin:0 auto;
	display:table;
}

input[type="text"]{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:rgba(255,255,255,.1);
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border:none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height:53px;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	padding-left:20px;
	width:265px;
}

input[type="submit"]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial;
	background: #ff9c00;
	color: #000;
	border: none;
	font-size: 16px;
	padding: 10px 25px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
	font-weight:bold;
}
button[type="submit"]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Arial;
	background: #ff9c00;
	color: #000;
	border: none;
	font-size: 16px;
	padding: 10px 25px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
	font-weight:bold;
}
input[type="submit"]:hover{
	color: #FFF;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top:30px;
}


/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (min-width: 561px) and (max-width: 720px) {
	
	.countdown-section {
		margin:5px;
	}

}

@media (max-width: 600px){
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:75px;
		height:75px;
		margin:6px;
	}
	
	.countdown-amount {
		font-size: 32px;
		font-weight:700;
		line-height:74px;
	}
	
}

@media (max-width: 800px){
	h1 {
		margin-bottom: 25px;
	}
		.head-1 p{
	margin-top: 0;
	font-size:14px;
	}
	.auth{top: 0px;
    position: absolute;}
	
	.head-1 p {
    font-size: 14px;
	}
	.stat-1, .stat-2, .stat-3 {

	float: none;
	text-align:left;
	line-height:4px;
	}
	.stat-2, .stat-3 {
	margin-left: 0px;
	}	
	.stat-h1 {
	font-size: 18px;
	}
	p{
	font-size:12px;
	font-weight:100;
	}
	.head-1  img{
	padding-right: 0px;
	}
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:56px;
		height:56px;
		margin:2px;
	}
	
	.countdown-amount {
		font-size: 24px;
		font-weight:700;
		line-height:58px;
	}
	
	.image-align{
		display: none;
	}
	.auth{
		display: none!important;
	}
	
	h1,.yellow{
		font-size:32px;
	}	
	
	h1 span{
	font-size:18px;
	}
	
	input[type="text"]{
		width:120px;
		font-size:14px;
		padding-left:5px;
	}	
	
	input[type="submit"]{
		left:-3px;
		top:5px;
	}
	
}
@media (max-device-width: 480px){
	.head-1 p {
    font-size: 14px;
	}
	.head-1 p{
	margin-top: 0;
	font-size:14px;
	}
	.stat-1, .stat-2, .stat-3 {
	display: block;
	float: none;
	text-align:left;
	line-height:4px;
	}
	.stat-2, .stat-3 {
	margin-left: 0px;
	}	
	.stat-h1 {
	font-size: 18px;
	}
	p{
	font-size:12px;
	font-weight:100;
	}
	.head-1  img{
	padding-right: 0px;
	}
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:56px;
		height:56px;
		margin:2px;
	}
	
	.countdown-amount {
		font-size: 24px;
		font-weight:700;
		line-height:58px;
	}
	
	.image-align{
		display: none;
	}
	
	h1,.yellow{
		font-size:32px;
	}	
	
	h1 span{
	font-size:18px;
	}
	
	input[type="text"]{
		width:150px;
		font-size:14px;
		padding-left:5px;
	}	
	
	input[type="submit"]{
		left:-3px;
		top:5px;
	}
	
}