
.countdown{
    list-style: none;
    padding: 0;
    display: block;
    white-space: nowrap;
    margin: 14px 0px;
}
ul.countdown li{
	display: inline-block;
}
.countdown li > .counter-style{
  box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    margin-top: 0px;
    color: #f1c40f;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    opacity: 1;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-shadow: none;
    box-shadow: none;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: solid;
    border-color: #f1c40f;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;  
    border-bottom-left-radius: 50%;
    background: none;
}
.smalltext{
  -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    color: #7f8c8d;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
    /*width: 72px;*/
    line-height: 14px;
    text-shadow: none;
    box-shadow: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background-color: transparent;
}
.counter-width{
	width: 20px;
}


/*Count Down Clock 3 CSS Start*/
#countdown{
	width: 465px;
	height: 112px;
	text-align: center;
    margin: 0 auto;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	padding: 24px 0;
	position: relative;
        top: 0; bottom: 0; left: 0; right: 0;
}

#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 26px; right: -10px;
}

#countdown .tiles{
	position: relative;
	z-index: 1;
}

#countdown .tiles > span{
	width: 92px;
	max-width: 92px;
	font: bold 48px;
	text-align: center;
	color: #111;
	background-color: #ddd;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 0px 0;
	display: inline-block;
	position: relative;
        font-size: 30px;
}

#countdown .tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown .tiles > span:after{
	content:"";
	width: 100%;
	
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: relative;
        bottom: -3px;
}

#countdown .labels li{
	width: 102px;
	font: bold 15px;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

/*Count Down Clock 3 CSS End*/

/*Count Down Clock 4 CSS Start*/

.clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #EAEAEA;
        box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 12px;
}

/*Count Down Clock 4 CSS End*/

/*Count Down Clock 5 CSS Start*/
figure, figcaption {
	display: block;
}

.timeTo .transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
}

.timeTo span {
	vertical-align: top;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
        text-transform: capitalize;
	line-height: 80%;
	font-weight: normal;
	color: #888;
        padding: 3px;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*Count Down Clock 5 CSS End*/

/*Count Down Clock 6 CSS Start*/
.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25% - 30px);
    margin: 0px -4px 0px 0px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
width: 70%;
position: absolute;
top: 50%;
text-align: center;
left: 0;
display: block;
font-size: 100% !important;
}

/*Count Down Clock 6 CSS End*/


/*Count Down Clock 7 CSS Start*/
.headerTimers {
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
}

.headerTimers .counterDay,
.headerTimers .counterHour,
.headerTimers .counterMinute,
.headerTimers .counterSecond {
    display: inline-block;
    border-radius: 0.2em;
    padding: 10px 10px 5px;
    font-weight: 600;
    cursor: pointer;
}

.headerTimers .counterDay:hover p.days,
.headerTimers .counterHour:hover p.hours,
.headerTimers .counterMinute:hover p.minutes,
.headerTimers .counterSecond:hover p.seconds {
    color: #22313f;
    background: #EEEEEE !important;
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.headerTimers .counterDay p.timeRefDays,
.headerTimers .counterHour p.timeRefHours,
.headerTimers .counterMinute p.timeRefMinutes,
.headerTimers .counterSecond p.timeRefSeconds {
    display: block;
    margin: 0;
    text-transform: capitalize;
    font-size: 10px;
}
/*Count Down Clock 7 CSS End*/

/*Count Down Clock 8 CSS Start*/
.brandingCounter{
    text-align: center;
}
.counterDayss:hover p.dayss, .counterHourss:hover p.hourss, .counterMinutess:hover p.minutess, .counterSecondss:hover p.secondss {
     webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
/*Count Down Clock 8 CSS End*/