/* *************************************************
                    Таймер фрилича
************************************************** */

.freeleech-container {
	margin-left: -110px;
}

.countdownHolder{
	width:300px;
	margin: 5px auto 0 auto; 
	font-size: 35px;
	text-align:center;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/* Можно использовать эти классы для скрытия частей счетчика, которые не нужны */

.countDays{ display:none !important; }
.countDiv2{ display:none !important; }

.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:''; 
}

.countDiv:after{
	top:0.9em;
}

.time-unit {
  display: inline-block; 
  text-align: center;   
  vertical-align: top;   
}

.countName {
	display: block;
	font-size: 12px; /* Размер шрифта для подписей */
	color: #555; /* Цвет текста подписей */
	margin-top: -18px; 
	letter-spacing: normal; 
}

.freeleech-title {
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}

.freeleech-title a {
    text-decoration: none;
}

.freeleech-countdown {
	margin: 0 auto;
}