



/* -------------- BEGIN COUNTER ---------------------*/

#countbox{
	padding: 250px 0 0 113px;
	color: #fff;
	font-family: Helvetica,sans-serif;
	font-size: 25px;
	width: 320px;
	height: 100px;

}
#days, #hours, #mins, #secs{
	padding-top: 13px;
	margin: 0 7px 0 7px;
	height: 57px;
	width: 60px;
}

#days{
	float: left;
	text-align: center;	
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
	z-index:1;
	
}
	
#hours{	
	float: left;
	text-align: center;
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
	z-index:1;
}

#mins{
	float: left;
	text-align: center;
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
    z-index:1;
}

#secs{
	float: left;
	text-align: center;
	background-image:url('../img/flip.png');
	background-repeat:no-repeat;
    z-index:1;
}

#days span, #hours span, #mins span , #secs span {
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	height: 36px;
	width: 60px;
	margin-top: -12px;
	
}

/* -------------- END COUNTER ---------------------*/



/* -------------- BEGIN SOCIAL MEDIA ---------------------*/

 #social_media{
	height: 30px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
 }
 
#social_media .social_box{
	border:0;
	float:left;
	padding: 0 5px 20px 5px;
	width: 30px;
	height: 30px;

}

img.in {
	border:0;
	position: absolute;
	width: 30px;
	height: 30px;
    z-index: 10;
	}
 
img.out {
	border:0;
	position: absolute;
	width: 30px;
	height: 30px;
}
