/*------------------------------------------------*/
/* 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:'Oswald', Arial;
	color:#fff;
	background:url(../images/bg3.jpg) top center no-repeat #000;
}

.overlay{
	background:rgba(0,0,0,.15);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

.circular {
padding: 0; 
width: 420px; 
height: 420px; 
background: url(../images/guertel-gelbgold-1.jpg); 
border: 1px solid #fff; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%; 
-moz-border-radius: 50%; 
border-radius: 50%;
margin:40px auto 170px auto;
}

.logo {
    width: 350px;
}


}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	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:56px;
		height:56px;
	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: 24px;
		font-weight:700;
		line-height:58px;
	}
	
.countdown-period {
    display: block;
	line-height:60px;
	color:#000;
	font-size:18px;
	font-weight:bold;
}

.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 20px;
}

h1{
	font-size:30px;
	font-weight:300;
	text-align:center;
}

h1 span{
	font-size:32px;
	color:#fff;
}

.yellow{
	color:#cdad00;
	font-size:30px;
}

p{
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-weight:100;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top:50px;
}


/*------------------------------------------------*/
/* 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;
	}
	.circular {
		width: 250px; 
		height: 250px; 
		background: url(../images/guertel-gelbgold-1-small.jpg); 
		margin:100px auto 250px auto;
	}
	
}

@media (max-width: 420px){
	
	.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{
		padding-top: 20px;
		width:30%;
	}
	
	h1,.yellow{
		font-size:32px;
	}	
	
	h1 span{
	font-size:24px;
	}
	.logo {
		width:250px;
	}
	.circular {
		width: 250px; 
		height: 250px; 
		background: url(../images/guertel-gelbgold-1-small.jpg); 
		margin:100px auto 250px auto;
	}
	
	
}