/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customize by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/

/* Reset */
.fc-panel div, .fc-panel ul, .fc-panel li, .fc-panel span, .fc-panel img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	max-width: none;
}

/* 
 * The dimensions for the Fancy Countdown, dont forget to change also the dimensions for Desktops and Laptops in the jquery.fancyCountdown-responsive.css, 
 * when using the responsive option.
*/
.fc-panel .fc-digitUnit, .fc-panel .fc-colon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	font-family: 'Lilita One', sans-serif; /* The font for the digit, check out google webfonts for more cool fonts */
	margin-right: 5px; /* offset between each unit */
	border: 4px solid; /* Set here the border thickness */
	color: #FFFFFF; /* Set here the color of the font */
	-webkit-border-radius: 3px; /* Border radius - CSS3 */
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff; /* Shadow - CSS3 */
	box-shadow: 0px 1px 0px 0px #ffffff; 
}

.fc-panel .fc-captions {
	margin-top:10px; /* Set here the offset between units and the captions */
	font-family: 'P22Lindum'; /* The font for the captions */
	font-size: 22px; /* Set here the size of the captions */
	color: #c0a172; /* Set here the color of the captions */
	display: block;
	text-align: center;
}

.fc-panel .fc-width {
	width: 70px; /* The width for the digits */
}

.fc-panel .fc-height {
	height: 85px; /* The height for the digits and colon */
	line-height: 85px; /* When change height, change also line-height to the same value */
}

.fc-panel .fc-colon-width {
	width: 20px; /* The width for the colon */
}

.fc-panel .fc-font {
	font-size: 57px; /* The size for the font */
}

.fc-panel .fc-digit-offset {
	top: 30px; /* The top offset between the digits, in previous versions it was the topDigitOffset option */
	bottom: 30px; /* The bottom offset between the digits, in previous versions it was the bottomDigitOffset option */
}


/* 
 * The dimensions for the Fancy Countdown Widget
*/
.fancy-countdown-widget .fc-panel .fc-digitUnit, .fancy-countdown-widget .fc-panel .fc-colon {
	border-width: 1px;
	margin-right: 1px;
}

.fancy-countdown-widget .fc-panel .fc-width {
	width: 20px; /* The width for the digits */
}

.fancy-countdown-widget .fc-panel .fc-height {
	height: 40px; /* The height for the digits and colon */
	line-height: 40px; /* When change height, change also line-height to the same value */
}

.fancy-countdown-widget .fc-panel .fc-colon-width {
	width: 10px; /* The width for the colon */
}

.fancy-countdown-widget .fc-panel .fc-font {
	font-size: 20px; /* The size for the font */
}

.fancy-countdown-widget .fc-panel .fc-digit-offset {
	top: 15px; /* The top offset between the digits, in previous versions it was the topDigitOffset option */
	bottom: 15px; /* The bottom offset between the digits, in previous versions it was the bottomDigitOffset option */
}

.fancy-countdown-widget .fc-panel .fc-captions {
	display: none;
}



/* Do not change anything from here! */

.fc-panel {
	zoom: 1; 
}

.fc-panel:before, .fc-panel:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fc-panel:after { clear: both; }

.fc-panel > div {
	float: left;
}

.fc-panel ul.fc-digits {
	margin: 0px;
	padding: 0px;
	list-style: none;		
}

.fc-panel ul.fc-digits li {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-digitOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-colon > div {
	text-align: center;
}