/*
Smart Timer And Counter v2.6
http://www.smartplugins.info/plugin/javascript/smart-timer-and-counter/

Copyright 2008 - 2013 Milan Petrovic (email: milan@gdragon.info)

http://www.dev4press.com
http://www.millan.rs
*/

/* Core */
.smart-timer-and-counter .stc-group-label.stc-label-top {
	margin-top:3px;
	margin-bottom:7px
}
.smart-timer-and-counter .stc-group-label.stc-label-bottom {
	margin-top:7px;
	margin-bottom:3px
}
.smart-timer-and-counter .stc-digit {
	display:inline-block
}
.smart-timer-and-counter .stc-divider-dot, .smart-timer-and-counter .stc-divider-space, .smart-timer-and-counter .stc-divider-period, .smart-timer-and-counter .stc-divider-line, .smart-timer-and-counter .stc-divider-colon {
	position:relative
}
.smart-timer-and-counter .stc-divider-dot:after, .smart-timer-and-counter .stc-divider-period:after, .smart-timer-and-counter .stc-divider-colon:before, .smart-timer-and-counter .stc-divider-colon:after {
	opacity:1;
	background-color:#000;
	border-radius:50%;
	content:"";
	height:5px;
	width:5px;
	left:50%;
	top:66%;
	margin-left:-3px;
	position:absolute
}
.smart-timer-and-counter .stc-divider-dot:before {
	top:50%
}
.smart-timer-and-counter .stc-divider-colon:before {
	top:33%
}
.smart-timer-and-counter .stc-divider-line:after {
	opacity:1;
	background-color:#000;
	border-radius:100%;
	content:"";
	height:50%;
	width:2px;
	left:50%;
	top:25%;
	margin-left:-1px;
	position:absolute
}
.smart-timer-and-counter .stc-divider-dot.stc-off:after, .smart-timer-and-counter .stc-divider-dot.stc-off:before, .smart-timer-and-counter .stc-divider-period.stc-off:after, .smart-timer-and-counter .stc-divider-colon.stc-off:before, .smart-timer-and-counter .stc-divider-colon.stc-off:after, .smart-timer-and-counter .stc-divider-line.stc-off:after {
	opacity:.1
}
/* Skins */
.stc-skin-animated {
	font-size:14px;
	line-height:21px
}
.stc-skin-animated .sct-after {
	clear:both
}
.stc-skin-animated .stc-group, .stc-skin-animated .stc-divider {
	float:left;
	position:relative;
	text-align:center
}
.stc-skin-animated .stc-group-digits, .stc-skin-animated .stc-group-label {
	clear:both
}
.stc-skin-animated .stc-divider-dot, .stc-skin-animated .stc-divider-space, .stc-skin-animated .stc-divider-period, .stc-skin-animated .stc-divider-colon, .stc-skin-animated .stc-divider-line {
	height:4.2em
}
.stc-skin-animated .stc-group-digits {
	overflow:auto
}
.stc-skin-animated .stc-digit {
	display:block;
	float:left;
	font-size:3em;
	height:1.4em;
	line-height:1em;
	position:relative;
	overflow:hidden;
	width:1.2em
}
.stc-skin-animated .stc-digit span {
	position:relative;
	padding:.2em;
	width:.8em;
	top:0;
	display:block
}
.stc-skin-animated .stc-digit span.stc-prev {
	position:absolute;
	top:-1.4em
}
.stc-skin-animated .stc-digit span.stc-next {
	position:absolute;
	top:1.4em
}
.stc-skin-animated.stc-style-crystal-light {
	font-weight:700;
	color:#111111
}
.stc-skin-animated.stc-style-crystal-light .stc-group {
	border-radius:8px;
	border:2px solid rgba(192, 192, 192, 0.9)
}
.stc-skin-animated.stc-style-crystal-light .stc-digit {
	border-right:1px solid rgba(192, 192, 192, 0.9)
}
.stc-skin-animated.stc-style-crystal-light .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-crystal-light .stc-group-digits {
	border-radius:6px 6px 0 0;
	background-color:rgba(224, 224, 224, .5);
	padding:0
}
.stc-skin-animated.stc-style-crystal-light .stc-group-label {
	border-radius:0 0 6px 6px;
	border-top:1px solid rgba(192, 192, 192, 0.9);
	margin:0!important;
	padding:.3em;
	background-color:rgba(240, 240, 240, .8)
}
.stc-skin-animated.stc-style-crystal-dark {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-animated.stc-style-crystal-dark .stc-group {
	border-radius:9px;
	border:2px solid rgba(32, 32, 32, 0.9)
}
.stc-skin-animated.stc-style-crystal-dark .stc-digit {
	border-right:1px solid rgba(32, 32, 32, 0.9)
}
.stc-skin-animated.stc-style-crystal-dark .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-crystal-dark .stc-group-digits {
	border-radius:6px 6px 0 0;
	background-color:rgba(32, 32, 32, .6);
	padding:0
}
.stc-skin-animated.stc-style-crystal-dark .stc-group-label {
	border-radius:0 0 6px 6px;
	border-top:1px solid rgba(32, 32, 32, 0.9);
	margin:0!important;
	padding:.3em;
	background-color:rgba(32, 32, 32, .8)
}
.stc-skin-animated.stc-style-chrome-light {
	font-weight:700;
	color:#000000
}
.stc-skin-animated.stc-style-chrome-light .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #000000;
	padding:0;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=0)
}
.stc-skin-animated.stc-style-chrome-light .stc-digit {
	border-right:2px solid #000000
}
.stc-skin-animated.stc-style-chrome-light .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-chrome-dark {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-animated.stc-style-chrome-dark .stc-group-digits {
	text-shadow:1px 1px 0 rgba(128, 128, 128, 0.8);
	border-radius:6px;
	border:3px solid #FFFFFF;
	padding:0;
	background:rgb(23,23,23);
	background:-moz-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(23, 23, 23, 1)), color-stop(50%, rgba(34, 34, 34, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(17, 17, 17, 1)));
	background:-webkit-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-o-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-ms-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#111111", GradientType=0)
}
.stc-skin-animated.stc-style-chrome-dark .stc-digit {
	border-right:2px solid #FFFFFF
}
.stc-skin-animated.stc-style-chrome-dark .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-chrome-green {
	font-weight:700;
	color:#013700
}
.stc-skin-animated.stc-style-chrome-green .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #013700;
	padding:0;
	background:rgb(191,210,85);
	background:-moz-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 210, 85, 1)), color-stop(50%, rgba(142, 185, 42, 1)), color-stop(51%, rgba(114, 170, 0, 1)), color-stop(100%, rgba(158, 203, 45, 1)));
	background:-webkit-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-o-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-ms-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:linear-gradient(to bottom, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfd255", endColorstr="#9ecb2d", GradientType=0)
}
.stc-skin-animated.stc-style-chrome-green .stc-digit {
	border-right:2px solid #013700
}
.stc-skin-animated.stc-style-chrome-green .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-chrome-sky {
	font-weight:700;
	color:#003B71
}
.stc-skin-animated.stc-style-chrome-sky .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #003B71;
	padding:0;
	background:rgb(184,225,252);
	background:-moz-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(184, 225, 252, 1)), color-stop(10%, rgba(169, 210, 243, 1)), color-stop(25%, rgba(144, 186, 228, 1)), color-stop(37%, rgba(144, 188, 234, 1)), color-stop(50%, rgba(144, 191, 240, 1)), color-stop(51%, rgba(107, 168, 229, 1)), color-stop(83%, rgba(162, 218, 245, 1)), color-stop(100%, rgba(189, 243, 253, 1)));
	background:-webkit-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-o-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-ms-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:linear-gradient(to bottom, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8e1fc", endColorstr="#bdf3fd", GradientType=0)
}
.stc-skin-animated.stc-style-chrome-sky .stc-digit {
	border-right:2px solid #003B71
}
.stc-skin-animated.stc-style-chrome-sky .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-gradient-white {
	font-weight:700;
	color:#000000
}
.stc-skin-animated.stc-style-gradient-white .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	padding:0;
	background:rgb(221,221,221);
	background:-moz-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 1)), color-stop(0%, rgba(221, 221, 221, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
	background:-webkit-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background:-o-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background:-ms-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background:linear-gradient(to bottom, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 221, 221, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#dddddd", GradientType=0)
}
.stc-skin-animated.stc-style-gradient-white .stc-digit {
	border-right:1px solid #FFFFFF
}
.stc-skin-animated.stc-style-gradient-white .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-gradient-black {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-animated.stc-style-gradient-black .stc-group-label {
	color:#000000
}
.stc-skin-animated.stc-style-gradient-black .stc-group-digits {
	text-shadow:1px 1px 0 rgba(128, 128, 128, 0.8);
	border-radius:6px;
	padding:0;
	background:rgb(119,119,119);
	background:-moz-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(119, 119, 119, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119, 119, 119, 1)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
	background:-webkit-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(119, 119, 119, 1) 100%);
	background:-o-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(119, 119, 119, 1) 100%);
	background:-ms-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(119, 119, 119, 1) 100%);
	background:linear-gradient(to bottom, rgba(119, 119, 119, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(119, 119, 119, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#777777", GradientType=0)
}
.stc-skin-animated.stc-style-gradient-black .stc-digit {
	border-right:1px solid #000000
}
.stc-skin-animated.stc-style-gradient-black .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-button-gold {
	font-weight:700;
	color:#DD6904
}
.stc-skin-animated.stc-style-button-gold .stc-digit {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
	border-radius:4px;
	border:1px solid #DDB804;
	background:rgb(255,214,94);
	background:-moz-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 214, 94, 1)), color-stop(100%, rgba(254, 191, 4, 1)));
	background:-webkit-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
	background:-o-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
	background:-ms-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
	background:linear-gradient(to bottom, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd65e", endColorstr="#febf04", GradientType=0);
	margin-right:3px;
	box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 0 rgba(255, 255, 255, 0.4) inset, -1px 0 0 0 rgba(255, 255, 255, 0.4) inset
}
.stc-skin-animated.stc-style-button-gold .stc-digit:last-child {
	margin-right:0
}
.stc-skin-animated.stc-style-button-red {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-animated.stc-style-button-red .stc-group-label {
	color:#BF0404
}
.stc-skin-animated.stc-style-button-red .stc-digit {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
	border-radius:4px;
	border:1px solid #BF0404;
	background:rgb(255,48,25);
	background:-moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 48, 25, 1)), color-stop(100%, rgba(207, 4, 4, 1)));
	background:-webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background:-o-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background:-ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
	background:linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3019", endColorstr="#cf0404", GradientType=0);
	margin-right:3px;
	box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 0 rgba(255, 255, 255, 0.4) inset, -1px 0 0 0 rgba(255, 255, 255, 0.4) inset
}
.stc-skin-animated.stc-style-button-red .stc-digit:last-child {
	margin-right:0
}
.stc-skin-animated.stc-style-button-blue {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-animated.stc-style-button-blue .stc-group-label {
	color:#0B3176
}
.stc-skin-animated.stc-style-button-blue .stc-digit {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
	border-radius:4px;
	border:1px solid #0B3176;
	background:rgb(64,111,158);
	background:-moz-linear-gradient(top, rgba(64, 111, 158, 1) 0%, rgba(14, 86, 158, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 111, 158, 1)), color-stop(100%, rgba(14, 86, 158, 1)));
	background:-webkit-linear-gradient(top, rgba(64, 111, 158, 1) 0%, rgba(14, 86, 158, 1) 100%);
	background:-o-linear-gradient(top, rgba(64, 111, 158, 1) 0%, rgba(14, 86, 158, 1) 100%);
	background:-ms-linear-gradient(top, rgba(64, 111, 158, 1) 0%, rgba(14, 86, 158, 1) 100%);
	background:linear-gradient(to bottom, rgba(64, 111, 158, 1) 0%, rgba(14, 86, 158, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#406f9e", endColorstr="#0e569e", GradientType=0);
	margin-right:3px;
	box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 0 rgba(255, 255, 255, 0.4) inset, -1px 0 0 0 rgba(255, 255, 255, 0.4) inset
}
.stc-skin-animated.stc-style-button-blue .stc-digit:last-child {
	margin-right:0
}
.stc-skin-animated.stc-style-crystal-white {
	font-weight:700;
	color:#000000
}
.stc-skin-animated.stc-style-crystal-white .stc-group {
	border-radius:8px;
	border:2px solid rgba(255, 255, 255, 0.9)
}
.stc-skin-animated.stc-style-crystal-white .stc-digit {
	border-right:1px solid rgba(232, 232, 232, 0.9);
	text-shadow:1px 1px 0 #FFFFFF
}
.stc-skin-animated.stc-style-crystal-white .stc-digit:last-child {
	border-right:none
}
.stc-skin-animated.stc-style-crystal-white .stc-group-digits {
	border-radius:6px 6px 0 0;
	background-color:rgba(240, 240, 240, .7);
	padding:0
}
.stc-skin-animated.stc-style-crystal-white .stc-group-label {
	border-radius:0 0 6px 6px;
	border-top:1px solid rgba(255, 255, 255, 0.9);
	margin:0!important;
	padding:.3em;
	background-color:rgba(255, 255, 255, .8)
}
.stc-skin-animated.stc-style-chrome-red {
	font-weight:700;
	color:#5F0000
}
.stc-skin-animated.stc-style-chrome-red .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #5F0000;
	padding:0;
	background:rgb(224,0,0);
	background:-moz-linear-gradient(top, rgba(224, 0, 0, 1) 0%, rgba(255, 73, 73, 1) 50%, rgba(237, 0, 0, 1) 51%, rgba(173, 0, 0, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 0, 0, 1)), color-stop(50%, rgba(255, 73, 73, 1)), color-stop(51%, rgba(237, 0, 0, 1)), color-stop(100%, rgba(173, 0, 0, 1)));
	background:-webkit-linear-gradient(top, rgba(224, 0, 0, 1) 0%, rgba(255, 73, 73, 1) 50%, rgba(237, 0, 0, 1) 51%, rgba(173, 0, 0, 1) 100%);
	background:-o-linear-gradient(top, rgba(224, 0, 0, 1) 0%, rgba(255, 73, 73, 1) 50%, rgba(237, 0, 0, 1) 51%, rgba(173, 0, 0, 1) 100%);
	background:-ms-linear-gradient(top, rgba(224, 0, 0, 1) 0%, rgba(255, 73, 73, 1) 50%, rgba(237, 0, 0, 1) 51%, rgba(173, 0, 0, 1) 100%);
	background:linear-gradient(to bottom, rgba(224, 0, 0, 1) 0%, rgba(255, 73, 73, 1) 50%, rgba(237, 0, 0, 1) 51%, rgba(173, 0, 0, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e00000", endColorstr="#ad0000", GradientType=0)
}
.stc-skin-animated.stc-style-chrome-red .stc-digit {
	border-right:2px solid #5F0000
}
.stc-skin-animated.stc-style-chrome-red .stc-digit:last-child {
	border-right:none
}
.stc-skin-circular .sct-after {
	clear:both
}
.stc-skin-circular .stc-group, .stc-skin-circular .stc-divider {
	float:left;
	text-align:center;
	position:relative
}
.stc-skin-circular .stc-group-digits, .stc-skin-circular .stc-group-label {
	clear:both
}
.stc-skin-circular .stc-group-label {
	font-weight:700;
	font-size:1.1em
}
.stc-skin-inline.stc-style-bold {
	font-weight:700
}
.stc-skin-inline.stc-style-bold-digits .stc-group-digits {
	font-weight:700
}
.stc-skin-inline.stc-style-bold-labels .stc-group-label {
	font-weight:700
}
.stc-skin-inline.stc-style-white {
	background-color:#fff;
	color:#000;
	border-radius:3px 3px 3px 3px;
	font-weight:700;
	padding:2px 5px
}
.stc-skin-inline.stc-style-black {
	background-color:#000;
	color:#fff;
	border-radius:3px 3px 3px 3px;
	font-weight:700;
	padding:2px 5px
}
.stc-skin-simple {
	font-size:14px;
	line-height:21px
}
.stc-skin-simple .sct-after {
	clear:both
}
.stc-skin-simple .stc-group, .stc-skin-simple .stc-divider {
	float:left;
	text-align:center
}
 @media (max-width: 768px) {
	 .stc-skin-simple .stc-group {
	 	width:20%;
	 }
	 #my-counter-example{
	 	width: 100%;
	 }
 }
.stc-skin-simple .stc-group-digits, .stc-skin-simple .stc-group-label {
	clear:both
}
.stc-skin-simple .stc-group-digits {
	height:2.5em;
	line-height:2em;
	padding:.5em 1em
}
.stc-skin-simple .stc-divider-dot, .stc-skin-simple .stc-divider-space, .stc-skin-simple .stc-divider-period, .stc-skin-simple .stc-divider-colon, .stc-skin-simple .stc-divider-line {
	height:5em
}
.stc-skin-simple .stc-digit {
	font-size:1.5em
}
.stc-skin-simple.stc-style-plain-white {
	color:#222222
}
.stc-skin-simple.stc-style-plain-white .stc-group-digits {
	background-color:#FFFFFF
}
.stc-skin-simple.stc-style-plain-white .stc-group-label {
	background-color:#FFFFFF;
	font-size:.8em;
	line-height:1.5em;
	margin-left:.75em;
	margin-right:.75em
}
.stc-skin-simple.stc-style-elegant-white {
	font-weight:700;
	color:#222222
}
.stc-skin-simple.stc-style-elegant-white .stc-group-digits {
	background-color:#FFFFFF;
	box-shadow:0 0 2px rgba(64, 64, 64, .5);
	border-radius:5px
}
.stc-skin-simple.stc-style-elegant-white .stc-group-label {
	background-color:#FFFFFF;
	box-shadow:0 0 2px rgba(64, 64, 64, .5);
	border-radius:5px;
	font-size:.8em;
	line-height:1.5em;
	margin-left:.75em;
	margin-right:.75em
}
.stc-skin-simple.stc-style-elegant-white .stc-divider-dot:after, .stc-skin-simple.stc-style-elegant-white .stc-divider-period:after, .stc-skin-simple.stc-style-elegant-white .stc-divider-colon:before, .stc-skin-simple.stc-style-elegant-white .stc-divider-colon:after, .stc-skin-simple.stc-style-elegant-white .stc-divider-line:after {
	background-color:#FFFFFF;
	box-shadow:0 0 2px rgba(64, 64, 64, .7)
}
.stc-skin-simple.stc-style-crystal-light {
	font-weight:700;
	color:#111111
}
.stc-skin-simple.stc-style-crystal-light .stc-group-digits {
	border-radius:6px 6px 0 0;
	background-color:rgba(224, 224, 224, .5);
	padding:.5em 1.5em
}
.stc-skin-simple.stc-style-crystal-light .stc-group-label {
	border-radius:0 0 6px 6px;
	border-top:1px solid rgba(192, 192, 192, 0.9);
	margin:0!important;
	padding:.3em;
	background-color:rgba(240, 240, 240, .8)
}
.stc-skin-simple.stc-style-crystal-dark {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-simple.stc-style-crystal-dark .stc-group-digits {
	border-radius:6px 6px 0 0;
	background-color:rgba(32, 32, 32, .6);
	padding:.5em 1.5em
}
.stc-skin-simple.stc-style-crystal-dark .stc-group-label {
	border-radius:0 0 6px 6px;
	border-top:1px solid rgba(32, 32, 32, 0.9);
	margin:0!important;
	padding:.3em;
	background-color:rgba(32, 32, 32, .8)
}
.stc-skin-simple.stc-style-chrome-light {
	font-weight:700;
	color:#000000
}
.stc-skin-simple.stc-style-chrome-light .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #000000;
	padding:.5em 1.2em;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:-ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=0)
}
.stc-skin-simple.stc-style-chrome-dark {
	font-weight:700;
	color:#FFFFFF
}
.stc-skin-simple.stc-style-chrome-dark .stc-group-digits {
	text-shadow:1px 1px 0 rgba(128, 128, 128, 0.8);
	border-radius:6px;
	border:3px solid #FFFFFF;
	padding:.5em 1.2em;
	background:rgb(23,23,23);
	background:-moz-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(23, 23, 23, 1)), color-stop(50%, rgba(34, 34, 34, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(17, 17, 17, 1)));
	background:-webkit-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-o-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:-ms-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
	background:linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#111111", GradientType=0)
}
.stc-skin-simple.stc-style-chrome-green {
	font-weight:700;
	color:#013700
}
.stc-skin-simple.stc-style-chrome-green .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #013700;
	padding:.5em 1.2em;
	background:rgb(191,210,85);
	background:-moz-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 210, 85, 1)), color-stop(50%, rgba(142, 185, 42, 1)), color-stop(51%, rgba(114, 170, 0, 1)), color-stop(100%, rgba(158, 203, 45, 1)));
	background:-webkit-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-o-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:-ms-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
	background:linear-gradient(to bottom, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfd255", endColorstr="#9ecb2d", GradientType=0)
}
.stc-skin-simple.stc-style-chrome-sky {
	font-weight:700;
	color:#003B71
}
.stc-skin-simple.stc-style-chrome-sky .stc-group-digits {
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	border-radius:6px;
	border:3px solid #003B71;
	padding:.5em 1.2em;
	background:rgb(184,225,252);
	background:-moz-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(184, 225, 252, 1)), color-stop(10%, rgba(169, 210, 243, 1)), color-stop(25%, rgba(144, 186, 228, 1)), color-stop(37%, rgba(144, 188, 234, 1)), color-stop(50%, rgba(144, 191, 240, 1)), color-stop(51%, rgba(107, 168, 229, 1)), color-stop(83%, rgba(162, 218, 245, 1)), color-stop(100%, rgba(189, 243, 253, 1)));
	background:-webkit-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-o-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:-ms-linear-gradient(top, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
	background:linear-gradient(to bottom, rgba(184, 225, 252, 1) 0%, rgba(169, 210, 243, 1) 10%, rgba(144, 186, 228, 1) 25%, rgba(144, 188, 234, 1) 37%, rgba(144, 191, 240, 1) 50%, rgba(107, 168, 229, 1) 51%, rgba(162, 218, 245, 1) 83%, rgba(189, 243, 253, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8e1fc", endColorstr="#bdf3fd", GradientType=0)
}
.stc-skin-simple.stc-style-metallic-orange {
	font-weight:700
}
.stc-skin-simple.stc-style-metallic-orange .stc-group-digits {
	/*border:solid 1px rgba(255, 153, 0, 1);*/
	border-radius:4px;
	padding:.2em 1.5em 1.5em 1.5em;
	text-shadow:0 1px 1px rgba(140, 74, 4, 1);
	color:#FFFFFF;
	background-color: #ed5f13; 
	/*background-image:-webkit-linear-gradient(top, rgba(255, 187, 52, 1) 0%, rgba(255, 167, 52, 1) 25%, rgba(255, 141, 2, 1) 55%, rgba(255, 112, 2, 1) 100%);
	background-image:-moz-linear-gradient(top, rgba(255, 187, 52, 1) 0%, rgba(255, 167, 52, 1) 25%, rgba(255, 141, 2, 1) 55%, rgba(255, 112, 2, 1) 100%);
	background-image:-ms-linear-gradient(top, rgba(255, 187, 52, 1) 0%, rgba(255, 167, 52, 1) 25%, rgba(255, 141, 2, 1) 55%, rgba(255, 112, 2, 1) 100%);
	background-image:-o-linear-gradient(top, rgba(255, 187, 52, 1) 0%, rgba(255, 167, 52, 1) 25%, rgba(255, 141, 2, 1) 55%, rgba(255, 112, 2, 1) 100%);
	background-image:linear-gradient(top, rgba(255, 187, 52, 1) 0%, rgba(255, 167, 52, 1) 25%, rgba(255, 141, 2, 1) 55%, rgba(255, 112, 2, 1) 100%);
	box-shadow:0 1px 0 0 rgba(255, 235, 186, 1)inset, 0 5px 0 0 rgba(213, 96, 0, 1), 0 6px 3px 0 rgba(122, 122, 122, 1)*/
}
.stc-skin-simple.stc-style-metallic-orange .stc-group-label {
	color:#ed5f13;
	font-size:1em
}
.stc-skin-simple.stc-style-metallic-blue {
	font-weight:700
}
.stc-skin-simple.stc-style-metallic-blue .stc-group-digits {
	border:solid 1px rgba(0, 123, 255, 1);
	border-radius:5px;
	padding:.5em 1.5em;
	text-shadow:0 1px 1px rgba(4, 42, 138, 1);
	color:#FFFFFF;
	background-image:-webkit-linear-gradient(top, rgba(54, 191, 255, 1) 5%, rgba(54, 161, 255, 1) 25%, rgba(3, 167, 255, 1) 55%, rgba(3, 175, 255, 1) 100%);
	background-image:-moz-linear-gradient(top, rgba(54, 191, 255, 1) 5%, rgba(54, 161, 255, 1) 25%, rgba(3, 167, 255, 1) 55%, rgba(3, 175, 255, 1) 100%);
	background-image:-ms-linear-gradient(top, rgba(54, 191, 255, 1) 5%, rgba(54, 161, 255, 1) 25%, rgba(3, 167, 255, 1) 55%, rgba(3, 175, 255, 1) 100%);
	background-image:-o-linear-gradient(top, rgba(54, 191, 255, 1) 5%, rgba(54, 161, 255, 1) 25%, rgba(3, 167, 255, 1) 55%, rgba(3, 175, 255, 1) 100%);
	background-image:linear-gradient(top, rgba(54, 191, 255, 1) 5%, rgba(54, 161, 255, 1) 25%, rgba(3, 167, 255, 1) 55%, rgba(3, 175, 255, 1) 100%);
	box-shadow:0 1px 0 0 rgba(186, 219, 255, 1)inset, 0 5px 0 0 rgba(0, 102, 212, 1), 0 6px 3px 0 rgba(122, 122, 122, 1)
}
.stc-skin-simple.stc-style-metallic-blue .stc-group-label {
	color:#0031D5;
	font-size:1.2em
}
.stc-skin-simple.stc-style-metallic-red {
	font-weight:700
}
.stc-skin-simple.stc-style-metallic-red .stc-group-digits {
	border:solid 1px rgba(255, 0, 0, 1);
	border-radius:5px;
	padding:.5em 1.5em;
	text-shadow:0 1px 1px rgba(138, 4, 4, 1);
	color:#FFFFFF;
	background-image:-webkit-linear-gradient(top, rgba(250, 73, 73, 1) 5%, rgba(245, 56, 49, 1) 25%, rgba(245, 35, 35, 1) 55%, rgba(255, 20, 3, 1) 100%);
	background-image:-moz-linear-gradient(top, rgba(250, 73, 73, 1) 5%, rgba(245, 56, 49, 1) 25%, rgba(245, 35, 35, 1) 55%, rgba(255, 20, 3, 1) 100%);
	background-image:-ms-linear-gradient(top, rgba(250, 73, 73, 1) 5%, rgba(245, 56, 49, 1) 25%, rgba(245, 35, 35, 1) 55%, rgba(255, 20, 3, 1) 100%);
	background-image:-o-linear-gradient(top, rgba(250, 73, 73, 1) 5%, rgba(245, 56, 49, 1) 25%, rgba(245, 35, 35, 1) 55%, rgba(255, 20, 3, 1) 100%);
	background-image:linear-gradient(top, rgba(250, 73, 73, 1) 5%, rgba(245, 56, 49, 1) 25%, rgba(245, 35, 35, 1) 55%, rgba(255, 20, 3, 1) 100%);
	box-shadow:0 1px 0 0 rgba(252, 156, 156, 1)inset, 0 5px 0 0 rgba(176, 0, 0, 1), 0 6px 3px 0 rgba(122, 122, 122, 1)
}
.stc-skin-simple.stc-style-metallic-red .stc-group-label {
	color:#B00000;
	font-size:1.2em
}
.stc-skin-simple.stc-style-metallic-gray {
	font-weight:700
}
.stc-skin-simple.stc-style-metallic-gray .stc-group-digits {
	border:solid 1px #cfcfcf;
	border-color:#cfcfcf #bdbdbd #f0f0f0 #bdbdbd;
	padding:.5em 1.5em;
	border-radius:5px;
	color:#646464;
	text-shadow:0 1px 0 #FFFFFF;
	background-color:rgba(255, 255, 255, 1);
	background-image:-webkit-linear-gradient(top, rgba(240, 240, 240, 1) 16%, rgba(209, 209, 209, 1) 100%);
	background-image:-moz-linear-gradient(top, rgba(240, 240, 240, 1) 16%, rgba(209, 209, 209, 1) 100%);
	background-image:-ms-linear-gradient(top, rgba(240, 240, 240, 1) 16%, rgba(209, 209, 209, 1) 100%);
	background-image:-o-linear-gradient(top, rgba(240, 240, 240, 1) 16%, rgba(209, 209, 209, 1) 100%);
	background-image:linear-gradient(top, rgba(240, 240, 240, 1) 16%, rgba(209, 209, 209, 1) 100%);
	box-shadow:0 5px 0 0 rgba(161, 161, 161, 1), 0 5px 0 0 rgba(235, 235, 235, 1), 0 6px 3px 0 rgba(219, 219, 219, 1)
}
.stc-skin-simple.stc-style-metallic-gray .stc-group-label {
	color:#646464;
	font-size:1.2em
}
.stc-skin-simple.stc-style-round-gray .stc-group-digits {
	background-color:#f7f7f7;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image:-webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image:-moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image:-ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image:-o-linear-gradient(top, #f7f7f7, #e7e7e7);
	height:4em;
	width:4em;
	line-height:4em;
	border-radius:50%;
	box-shadow:0 2px 6px #878787, inset 0 2px 2px #FFFFFF;
	padding:1em;
	margin:1em;
	position:relative
}
.stc-skin-simple.stc-style-round-gray .stc-group-digits:before {
	background:none repeat scroll 0 0 #EEEEEE;
	border-radius:50% 50% 50% 50%;
	border-top:2px solid #DDDDDD;
	bottom:-1em;
	box-shadow:0 6px 32px #DDDDDD inset;
	content:"";
	display:block;
	left:-1em;
	position:absolute;
	right:-1em;
	top:-1em;
	z-index:-1
}
.stc-skin-simple.stc-style-round-gray .stc-digit {
	font-size:2.2em;
	font-weight:700
}
.stc-skin-simple.stc-style-round-gray .stc-divider-dot, .stc-skin-simple.stc-style-round-gray .stc-divider-space, .stc-skin-simple.stc-style-round-gray .stc-divider-period, .stc-skin-simple.stc-style-round-gray .stc-divider-colon, .stc-skin-simple.stc-style-round-gray .stc-divider-line {
	height:8em
}
.stc-skin-simple.stc-style-round-gray {
	padding:1em;
	background-color:#F8F8F8;
	border-radius:1em;
	z-index:0;
	position:relative;
	border:4px solid #878787;
	overflow:hidden
}
.stc-skin-simple.stc-style-round-gray .stc-digits-3 .stc-digit {
	font-size:1.8em
}
.stc-skin-simple.stc-style-round-gray .stc-digits-4 .stc-digit {
	font-size:1.5em
}
.stc-skin-simple.stc-style-round-gray .stc-group:before {
	border-bottom:4px solid #878787;
	content:"";
	display:block;
	height:1px;
	margin-left:-1em;
	position:absolute;
	top:50%;
	width:11em;
	z-index:-1
}
.stc-skin-simple.stc-style-round-gray .stc-group-label {
	font-size:.8em;
	position:absolute;
	width:10.2em;
	z-index:2;
	color:#878787
}
.stc-skin-simple.stc-style-round-gray .stc-group-label.stc-label-top {
	margin-bottom:0;
	margin-top:0;
	top:3.6em
}
.stc-skin-simple.stc-style-round-gray .stc-group-label.stc-label-bottom {
	margin-top:-4.1em;
	margin-bottom:0
}
.stc-skin-custom .stc-group-label.stc-label-top {
	margin-top:2px;
	margin-bottom:4px
}
.stc-skin-custom .stc-group-label.stc-label-bottom {
	margin-top:4px;
	margin-bottom:2px
}
.stc-skin-custom {
	font-size:14px;
	line-height:21px
}
.stc-skin-custom .sct-after {
	clear:both
}
.stc-skin-custom .stc-group, .stc-skin-custom .stc-divider {
	float:left;
	position:relative;
	text-align:center
}
.stc-skin-custom .stc-group-digits, .stc-skin-custom .stc-group-label {
	clear:both
}
.stc-skin-custom .stc-divider-dot, .stc-skin-custom .stc-divider-space, .stc-skin-custom .stc-divider-period, .stc-skin-custom .stc-divider-colon, .stc-skin-custom .stc-divider-line {
	height:4.2em
}
.stc-skin-custom .stc-group-digits {
	overflow:auto
}
.stc-skin-custom .stc-digit {
	display:block;
	float:left;
	font-size:3em;
	height:1.4em;
	line-height:1em;
	position:relative;
	overflow:hidden;
	width:1.2em
}
.stc-skin-custom .stc-digit span {
	position:relative;
	padding:.2em;
	width:.8em;
	top:0;
	display:block
}
.stc-skin-custom .stc-digit span.stc-prev {
	position:absolute;
	top:-1.4em
}
.stc-skin-custom .stc-digit span.stc-next {
	position:absolute;
	top:1.4em
}
.stc-skin-custom .stc-digit.stc-custom-chrome-64 div {
	background-image:linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(64, 64, 64, 0.1) 0%);
	background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(64, 64, 64, 0.1) 0%);
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(64, 64, 64, 0.1) 0%);
	background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(64, 64, 64, 0.1) 0%);
	background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(64, 64, 64, 0.1) 0%)
}
.stc-skin-custom .stc-digit.stc-custom-chrome-128 div {
	background-image:linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(128, 128, 128, 0.1) 0%);
	background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(128, 128, 128, 0.1) 0%);
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(128, 128, 128, 0.1) 0%);
	background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(128, 128, 128, 0.1) 0%);
	background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(128, 128, 128, 0.1) 0%)
}
.stc-skin-custom .stc-digit.stc-custom-chrome-255 div {
	background-image:linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 0%);
	background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 0%);
	background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 0%);
	background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 0%);
	background-image:-ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 0%)
}
.stc-skin-custom .stc-digit.stc-custom-linear-64 div {
	background-image:linear-gradient(to bottom, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%);
	background-image:-moz-linear-gradient(top, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%);
	background-image:-webkit-linear-gradient(top, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%);
	background-image:-o-linear-gradient(top, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%);
	background-image:-ms-linear-gradient(top, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%)
}
.stc-skin-custom .stc-digit.stc-custom-linear-128 div {
	background-image:linear-gradient(to bottom, rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.5) 100%);
	background-image:-moz-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.5) 100%);
	background-image:-webkit-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.5) 100%);
	background-image:-o-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.5) 100%);
	background-image:-ms-linear-gradient(top, rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.5) 100%)
}
.stc-skin-custom .stc-digit.stc-custom-linear-255 div {
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%)
}

/* Responsive */
@media screen and (max-width: 960px) {
.stc-skin-simple, .stc-skin-circular, .stc-skin-animated, .stc-skin-custom {
font-size:13px
}
}
@media screen and (max-width: 800px) {
.stc-skin-simple, .stc-skin-animated, .stc-skin-custom {
font-size:11px
}
.stc-skin-circular {
font-size:12px
}
}
@media screen and (max-width: 480px) {
.stc-skin-simple, .stc-skin-animated, .stc-skin-custom {
font-size:9px
}
.stc-skin-circular {
font-size:11px
}
}
@media screen and (max-width: 320px) {
.stc-skin-simple, .stc-skin-animated, .stc-skin-custom {
font-size:8px
}
.stc-skin-circular {
font-size:10px
}
}
