

		.clock span {
			font-size: 25px;
		}
		.screen {
			color: #ffffff;
			overflow: hidden;
		}
		.clock2.is-off {
		  -webkit-animation: is-off 2s linear infinite !important;
				  animation: is-off 2s linear infinite !important;
		}
		a.switcher {
			display: block;
			position: relative;
			text-decoration: none;
			z-index: 999999999999;
			width: 16px;
			height: 16px;
			background: transparent;
			border: 2px solid #fff;
			border-radius: 50%;
			opacity: 0.15;
			-webkit-transition: opacity 0.15s;
			transition: opacity 0.95s;
		}
		.clock2 span {
			font-size: 25px;
		}
		.screen2 {
		  position: relative;
		  z-index: 1;
		  width: 100%; 
		  height: 100%;
		  color: #fff;
		  overflow: hidden;
		}
		.clock2 {
		  display: block;
		  z-index: 9;
		  text-align: center;
		  margin: auto;
		  cursor: default;
		}
		.clock2 span {
		  display: block;
		  position: relative;
		  line-height: 1;
		}
		.clock2.is-off {
		  -webkit-animation: is-off 2s linear infinite !important;
				  animation: is-off 2s linear infinite !important;
		}
		
		.glitch .clock2 {
		  -webkit-transform: skewX(0deg) scaleY(1);
				  transform: skewX(0deg) scaleY(1);
		  -webkit-animation: clock-bag 4s linear infinite;
				  animation: clock-bag 4s linear infinite;
		}
		.glitch .clock2 span:before,
		.glitch .clock2 span:after {
		  display: block;
		  content: attr(data-time);
		  position: absolute;
		  top: 0;
		  color: #fff;
		  background: #111;
		  overflow: hidden;
		  width: 720px;
		  height: 128px;
		  clip: rect(0, 900px, 0, 0);
		}
		.glitch .clock2 span:before {
		  left: -2px;
		  text-shadow: 2px 0 #00f;
		  -webkit-animation: c2 1s infinite linear alternate-reverse;
				  animation: c2 1s infinite linear alternate-reverse;
		}
		.glitch .clock2 span:after {
		  left: 3px;
		  text-shadow: -2px 0 #f00;
		  -webkit-animation: c1 2s infinite linear alternate-reverse;
				  animation: c1 2s infinite linear alternate-reverse;
		}
	