/* jQuery Countdown styles 1.6.1. */

.hasCountdown {
/*	border: 1px solid #ccc;
	background-color: #eee;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 230px;
}
.countdown_rtl {
	direction: rtl;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	text-align: center;
	width: 88%;
}
.countdown_show2 .countdown_section {
	text-align: center;
	width: 33%;
}
.countdown_show3 .countdown_section {
	text-align: center;
	width: 22%;
}
.countdown_show4 .countdown_section {
	text-align: center;
	width: 15%;
}
.countdown_show5 .countdown_section {
	text-align: center;
	width: 15%;
}
.countdown_show6 .countdown_section {
	text-align: center;
	width: 15%;
}
.countdown_show7 .countdown_section {
	text-align: center;
	width: 15%;
}
.countdown_amount {
	text-align: center;

	font-size: 27px;
	line-height: 27px;
	color: #FFF;

	font-weight: bold;
	margin-bottom: 10px;
}
.countdown_descr {
	width: 100%;
}

.countdown_holding span {
	/*color: #7b4e37;*/
}

.countdown_section {
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background-color: rgba(0,0,0,0.15);*/
	/*border: 2px solid rgba(0,0,0,0.10);*/
	/*text-shadow: 2px 2px 0px rgba(0,0,0,0.20);*/
    /*filter: dropshadow(color=rgba(0,0,0,0.20), offx=2, offy=2);*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	color: rgba(255,255,255,0.50);
	border: 2px solid rgba(0,0,0,0.1) !important;
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(28,28,28,0.05)), to(rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(28,28,28,0.05), rgba(0,0,0,0.05));
	background-image: -moz-linear-gradient(top, rgba(28,28,28,0.05), rgba(0,0,0,0.05));
	background-image: -o-linear-gradient(top, rgba(28,28,28,0.05), rgba(0,0,0,0.05));
	background-image: -ms-linear-gradient(top, rgba(28,28,28,0.05), rgba(0,0,0,0.05));
	background-image: linear-gradient(to bottom, rgba(28,28,28,0.05), rgba(0,0,0,0.05));
	-webkit-box-shadow: 0 1px 5px rgba(20,20,20,0.31), inset 0 0 1px 2px rgba(255,255,255,0.16);
	-moz-box-shadow: 0 1px 5px rgba(20,20,20,0.31), inset 0 0 1px 2px rgba(255,255,255,0.16);
	box-shadow: 0 1px 5px rgba(20,20,20,0.31), inset 0 0 1px 2px rgba(255,255,255,0.16);
}

@media only screen and (min-width: 0px) and (max-width: 399px) {
	.hasCountdown{
		padding:0;
		width: 100%;
		text-align: center;
	}

	.countdown_section{
		padding: 15px 5px;
		width: 22% !important;
		margin: 2px;
		display: inline-block !important;
		float: none !important;
	}

	.countdown_row.countdown_show4 {
		padding: 0;
	}
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .hasCountdown{
        padding:0;
        width: 100%;
        text-align: center;
    }

    .countdown_section{
    	padding: 15px 10px;
        width: auto !important;
        display: inline-block !important;
        float: none !important;
    }

}
