/*------------------------------------------------*/
/* 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;
}
.copyright a:hover{
  color:#f00;
}

.olimp a.redes{
  background:#185cc5;
}
.olimp a.redes:hover{
  background:#124ba2;
}
.olimp a:hover{
  color: #185cc5;
}
.maps{
  opacity: 0.5;
}
.maps:hover{
  opacity: 1;
}
a:hover{color:#f00}

a.redes, a.redes2, a.redes3, a.redes4{ background:#333; color:#999;  width: 25px;text-align: center; height: 25px; display:inline-block; margin: 0 5px ;}
a.redes2:hover{ background:#33ccff; color:#FFF}
a.redes:hover{ background:#185cc5; color:#FFF}
a.redes3:hover{ background:#ff0070; color:#FFF;}
a.redes4:hover{ background:#f00; color:#FFF;}
.overlay{
	background:rgba(0,0,0,0.5) url(../images/pattern.png);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.op1{ display:none;}
.op2{ display: inline;}
.logo-planeta{
	float:right;
	max-width: 239px;
    width: 100%;
}
.frase-planeta{
	float:left;
	max-width: 450px;
    width: 100%;}
	

@media (min-width: 732px){
	.container {
		width:732px;
	}
}

#wrap{
	z-index:10000;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#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;
}

.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 85px;
}

h1{
	font-size:3em;
	font-weight:300;
	text-align:center;
	line-height: 0.9em;
}

h1 span{
	font-size:0.7em;
}

.yellow{
	color:#ff9c00;
	font-size:56px;
}

p{
	font-size:1em;
	line-height:30px;
	text-align:center;
	font-weight:100;
	line-height:1.5em;
	letter-spacing:0.025em;
}

form{
	margin:0 auto;
	display:table;
	margin-top:50px;
}
.col-xs-6.frase {
    margin-top: 5px;
}

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:'Oswald', 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: 'Oswald', Arial;
	background: #ff9c00;
	color: #000;
	border: none;
	font-size: 24px;
	font-weight: 500;
	padding: 12px 30px;
	position: relative;
	top: 3px;
	left: -10px;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
}

input[type="submit"]:hover{
	color: #FFF;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:1em;
margin-top:30px;
}


/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (min-width: 561px) and (max-width: 720px) {
	
	.countdown-section {
		margin:5px;
	}

}

@media (max-width: 650px){
	
	.logo-planeta{
	float:none;
    width: 100%;
}
.frase-planeta{
	float:none;
	max-width: 239px;
	}
	
	.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: 420px){
	#wrap{
	position: relative;
	background: rgba(0,0,0,0.5);
	}
	.overlay{
	background: none;
	position:absolute;
	bottom:none;
	overflow:hidden;
}
.op1{ display:block;}
.op2{ display:none;}
#video_background{ display:none; visibility: hidden;}
	
	.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:18px;
	}
	
	input[type="text"]{
		width:150px;
		font-size:14px;
		padding-left:5px;
	}	
	
	input[type="submit"]{
		left:-3px;
		top:5px;
	}
	
}
@media (max-width: 900px) and (orientation:landscape){
	.image-align{padding-top: 30px;}
	#wrap{
	overflow: auto;
	}
	.overlay{
	position:relative;
	overflow: auto;
}}