/* @import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900); */
@import url("../webfonts/B612/stylesheet.css");
html, body {
  background: #242424;
}

.calendar {
	font-family: "B612";
	width: 200px;
	height: 200px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px #222, -5px 7px 0px 3px #726a57, -12px 13px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 1px;
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
	/* [disabled]left: -12px; */
}
.calendar:before {
	content: '';
	position: absolute;
	border-left: 200px solid transparent;
	border-bottom: 30px solid rgba(0, 0, 0, 0.1);
	bottom: 0px;
}

.month {
	width: 100%;
	background: linear-gradient(to right, #BF4B0D, #DC9D79 75%);
	background: -webkit-linear-gradient(left, #BF4B0D, #DC9D79 75%);
	background: -moz-linear-gradient(left, #BF4B0D, #DC9D79 75%);
	height: 40px;
	color: white;
	box-shadow: 0px 5px 5px #ddd;
	position: relative;
	left: 0px;
}
.month:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 60px;
  top: 5px;
  border-radius: 50%;
  background: #4d0000;
  box-shadow: 60px 0px 0px #4d0000;
}
.month:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 20px;
	background: #555;
	border-radius: 20% 20% 0 0;
	left: 61px;
	top: -8px;
	box-shadow: 0px -2px 0px #777, -1px 0px 2px #777, 0px 3px 0px #4d0000, 60px 0px 0px #555, 60px -2px 0px #777;
}
.month .month-name {
	padding-left: 10px;
	font-size: 19px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
}

.number {
	text-align: center;
	margin-top: -24px;
	font-size: 150px;
	color: #2d2d2d;
	font-weight: 700;
	padding-top: 21px;
}

.two {
  width: 150px;
  height: 150px;
  background: #222;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.caltwo {
	width: 200px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background: #383838;
	color: #eaeaea;
	position: relative;
	font-family: "B612";
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
	top: -27px;
	text-align: center;
}

.daytwo {
	font-size: 18px;
	letter-spacing: 7px;
	font-weight: 300;
	margin-bottom: -2px;
	padding-left: 5px;
	text-align: center;
}

.monthtwo {
	font-size: 16px;
	font-weight: 400;
	color: #ec641c;
	letter-spacing: 5px;
	word-spacing: 5px;
	margin-top: 6px;
	margin-left: 6px;
}

.clock {
	width: 150px;
	height: 30px;
	background: #eaeaea;
	margin-top: -29px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	line-height: 30px;
	text-align: center;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.time {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: -4px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #666;
	letter-spacing: 5px;
}

.meter {
	width: 300px;
	position: relative;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	top: -23px;
}
.meter:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  left: 150px;
  top: 0px;
  background: #aaa;
}
.meter:after {
	content: "Balkenuhr";
	position: absolute;
	top: -25px;
	font-family: "B612";
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.4;
	font-size: 12px;
	letter-spacing: 5px;
	color: #FFFFFF;
}

.timer {
  margin: 5px 0;
}

.hours {
	height: 5px;
	background: #2B6508;
	border-bottom: 0px solid #434343;
	
}

.minutes {
  height: 4px;
  width: 1px;
  background: #eaeaea;
  border-bottom: 1px solid #333;
}
.minutes:before {
  position: absolute;
  content: '';
  left: 150px;
  width: 1px;
  height: 5px;
  background: #333;
}

.seconds {
  height: 4px;
  width: 1px;
  background: #ec641c;
}
