/* jQuery Countdown styles 2.0.0. */
/*.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
*/
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
/*.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}*/
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}


/* Estilos AvaiBook Sports */

/*.hasCountdown {
	float:left;
	width: 400px;
	margin: 0px 15px;
	font-weight:normal;
	color: #FFF;
}*/

.countdown-text{
	float:left;
	padding:10px 15px;
	font-size:20px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #FFF;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 2px;
	text-align: center;
	float:left;
}

.countdown-show1 .countdown-section {
	width: 98%;
	border-right:1px solid #CCC;
	}
	.countdown_show1 .countdown_section:last-child{
		border-right:none;
	}
	
.countdown-show2 .countdown-section {
	width: 48%;
	border-right:1px solid #CCC;
	}
	.countdown_show2 .countdown_section:last-child{
		border-right:none;
	}
	
.countdown-show3 .countdown-section,
.countdown-show4 .countdown-section {
	width: 24%;
	padding: 10px 5px;
	margin: .5%;
	border-radius:5px;
	border:1px solid #CCC;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 56%, rgba(0,0,0,1) 64%, rgba(17,17,17,1) 70%, rgba(43,43,43,1) 85%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(56%,rgba(44,44,44,1)), color-stop(64%,rgba(0,0,0,1)), color-stop(70%,rgba(17,17,17,1)), color-stop(85%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 56%,rgba(0,0,0,1) 64%,rgba(17,17,17,1) 70%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 56%,rgba(0,0,0,1) 64%,rgba(17,17,17,1) 70%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 56%,rgba(0,0,0,1) 64%,rgba(17,17,17,1) 70%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 56%,rgba(0,0,0,1) 64%,rgba(17,17,17,1) 70%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
}
	
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}

.countdown-amount {
	font-size: 200%;
}
.countdown-descr {
	display: block;
	width: 100%;
}
