/*
  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-panel2 div,
.fc-panel2 ul,
.fc-panel2 li,
.fc-panel2 span,
.fc-panel2 img {
	margin: 0;
	padding: 0 !important;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	max-width: none;
}

.fc-panel2
.fc-digitUnit2,
.fc-panel2
.fc-colon2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	font-family: 'Lilita One', sans-serif !important; /* The font for the digit, check out google webfonts for more cool fonts */
	margin-right: 0px; /* offset between each unit */
	border: 0px solid; /* Set here the border thickness */
	color: #ee4d39 !important;   /* 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-panel2
.fc-captions2 {
	margin-top:4px; /* Set here the offset between units and the captions */
	font-family: Myriad Pro, sans-serif; /* The font for the captions */
	font-size: 16px; /* Set here the size of the captions */
	color: #ee4d39; /* Set here the color of the captions */
	display: block;
	text-align: center;
}

.fc-panel2
.fc-width2 {
	width: 35px; /* The width for the digits */
}

.fc-panel2
.fc-height2 {
	height: 50px; /* The height for the digits and colon */
	line-height: 45px; /* When change height, change also line-height to the same value */
}

.fc-panel2
.fc-colon-width2 {
	width: 35px; /* The width for the colon */
  margin-top:8px;
}

.fc-panel2
.fc-font2 {
	font-size: 37px; /* The size for the font */
	font-family: 'Lilita One', sans-serif !important; /* The font for the digit, check out google webfonts for more cool fonts */
	color: #ee4d39 !important;   /* Set here the color of the font */
  margin-left:-4px;
}

.fc-panel2
.fc-digit-offset2 {
	top: 00px; /* The top offset between the digits, in previous versions it was the topDigitOffset option */
	bottom: 00px; /* The bottom offset between the digits, in previous versions it was the bottomDigitOffset option */
}



/* Do not change anything from here! */

.fc-panel2 {
	zoom: 1;
}

.fc-panel2:before,
.fc-panel2:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fc-panel2:after { clear: both; }

.fc-panel2 > div {
	float: left;
}

.fc-panel2 ul.fc-digits2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fc-panel2 ul.fc-digits2 li {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

.fc-panel2 .fc-digitOverlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fc-panel2 .fc-colon2 > div {
	text-align: center;
}
