@font-face {
		font-family: HPSimplified;
		src: url("../fonts/HPSimplified_Rg.ttf");
}

body {
	margin: 0;
	padding: 0;
	font-family: HPSimplified;
	color: #424242;
}

.wrapper {
	width: 1920px;
	height: 1080px;
	position: absolute;
}

.slide {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 1920px;
	height: 1080px;

	background-repeat: no-repeat;

	-webkit-transition: opacity 1s ease-in;
	 -moz-transition: opacity 1s ease-in;
		-ms-transition: opacity 1s ease-in;
		 -o-transition: opacity 1s ease-in;
				transition: opacity 1s ease-in;
}

.text {
	width: 1350px;
	text-align: center;
	font-size: 60px;
}

.number {
	width: 1350px;
	text-align: center;
	font-size: 170px;
	line-height: 1;
	margin: 30px auto 70px auto;
}

.number .num {
	width: 88px;
	height: 126px;
	overflow: hidden;
	display: inline-block;
	margin-right: -30px;
}

.number .num .wrap {
	position: relative;
}

.number .num span {
	display: block;
	margin-top: -25px;
	margin-bottom: -45px;
}

.live_image {
	margin-top: 230px;
	margin-left: 80px;
	width: 1100px;
}

span.exp {
	color: #128b9c;
}

span.full {
	color: #128b9c;
	position: relative;
}

span.full::after { 
  content: "PLNÝ / FULL";
  background-color: #be4d8f;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  padding: 2px;
  bottom: -18px;
  margin-left: 10px;
  display: block;
  left: 0;
  width: 155px;
  letter-spacing: 2px;
}

span.next {
	color: #b9241e;
}

.headline {
	font-size: 90px;
}

.entries {
	font-size: 70px;
	line-height: 1.4;
}