.content_countdown{
	clear:both;
}
.hided_element{
	visibility:hidden;
}
#title_style h1{
	padding: 0;
	margin:0;
}
#descrip{
	margin: 5px 0 5px 0;
}
.soc_icon_coneiner{
	display:inline-block;
	margin-top:2%;
	width: 100%;
}
.soc_icon_coneiner .soc_icon{
	display: inline-block;
	margin-right: 3%;
}

.soc_icon_coneiner .soc_icon img{
	width:100%;				
	max-height:82px;
}
.countdown{
	width:100%;
}
.countdown > div{
	text-align:center;
	margin-top:2%;
	float:left;
	color:#fff;
	font-size:48px;
	font-weight:bold;
}
.element_container{
	text-align:center;
	display: inline-block;					
}
.time_left{
	border:none;
	display:block;
	padding-bottom: 10%;
	padding-top: 10%;
	padding-left: 25%;
	padding-right: 25%;
	font-weight:bold;
	white-space: nowrap;
}
.time_description{
	display:block;
	text-align:center;
	margin-top:1%;
	margin-bottom:1%;
	font-weight:bold;
	white-space: nowrap;
}
.element_container .time_left,.element_container .time_description{
	text-align: center !important;
} 
.information{
	box-sizing:border-box;
	display:inline-block;
	z-index:999999;
	width:100%;
}
#main_inform_div{
	overflow:hidden;
	box-sizing:border-box;
	display:table;
	position:relative;
	z-index:1000;
}
.aligment{
	display:table-cell;
	width: 10%;
}
	
	
	/*Countdown*/
.countdown figure ul{
	padding:0 !important;
}	
.ClassyCountdown-wrapper{
	width:100%;
}
.ClassyCountdown-wrapper > div {	
    display: inline-block;
    position: relative;
	margin-right:2%;
   
}
.ClassyCountdown-value > span{
	display:block;
}
.ClassyCountdown-value > *{
	line-height: normal !important;
	text-align: center !important;
}
.ClassyCountdown-value > *:before{
	display: none !important;
	content:"" !important;
}
.ClassyCountdown-value > *:after{
	display: none !important;
	content:"" !important;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}	
#countdown{
	height: auto;
}
figure, figcaption {
	display: block;
}
.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {	
	line-height: 108%;
	font-weight: bold;
}
.timeTo *:before,.timeTo *:after{	
	display: none !important;
}
.timeTo figcaption{	
	position: static !important;
}

.timeTo li{	
	line-height: inherit !important;
	padding: 0 !important;
	border:0 !important;
	font-size: inherit !important;
}
.timeTo ul{	
	line-height: inherit !important;
	padding: 0 !important;
	border:0 !important;
	font-size: inherit !important;
}
.timeTo li:before{	
	content: "" !important;
}
.timeTo span {
	vertical-align: top;
}
.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;*/
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.animate > span:after {
		display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}
	
.bar {
	position:relative;
	display:block;
	bottom:3px;
}
.bar:before, .bar:after{
	content:'';
	height:3px; 
	width:0;
	position:absolute;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}
.bar:before {
	left:50%;
}
.bar:after {
	right:50%; 
}

input:focus ~ .bar:before, input:focus ~ .bar:after{
	width:50%;
}

#link_style a{
	text-decoration:none;
}

.countdown_text, .countdown_cta {
	text-align: center;
}

.countdown_text {
	margin: 10px 0 10px 0;
}

.countdown_cta {
	font-weight: 700 !important;
	font-size: 16px;
	padding: 16px 25px 14px 25px !important;
	border: none !important;
	color: #000 !important;
	border-radius: 5px !important;
	transition: all 0.5s !important;
	box-shadow: none !important;
	line-height: 1 !important;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.countdown_cta a {
	color: #000;
	text-decoration: none;
}

.countdown_cta a:hover {
	color: #000 !important;
}

.content_countdown {
	display: flex;
	flex-direction: column;
	align-items: center;
}
