* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body#main.oi {
	margin: 0;
	background: #f9f9f9;
	overflow: hidden;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

.banner-container {
	position: relative;
	max-width: 1260px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.banner {
	display: flex;
	flex-wrap: wrap;
}

.title-desc {
	display: table;
	color: #ffffff;
	font-weight: 400;
	margin: 0 auto;
	vertical-align: bottom;
}

.info-link {
	display: table;
	text-align: center;
	color: #ffffff;
	width: 80%;
	padding: 20px;
	font-weight: 400;
	margin: 0 auto;
}

#days {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	text-align: center;
	font-size: 4rem;
	color: #fff600;
}

.banner-left-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.linkurl {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 101;
}

div#timer {
	width: 100%;
	color: #fff;
	padding: 10px;
}

.oi-logo {
	background: #e5e5e5 url(assets/img/oi_logo.png) center center no-repeat;
}

.oi-content {
	background: #162a57 url(assets/img/lines.png) right repeat-y;
	background-size: 5%;
}

.title-desc span {
	background: url(assets/img/sport_logo.png) center center no-repeat;
	text-indent: -9999px;
}

.info-link a {
	background: url(assets/img/play-logo-white.svg) center center no-repeat;
	background-size: 90%;
	width: 100px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-indent: -9999px;
}
a.over-url {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (min-width:260px) {
	.title-desc {
		width: 80%;
		padding: 15px;
		text-align: center;
		font-size: 1.5em;
		font-weight: 300;
		line-height: 30px;
		margin-top: 10px;
	}
	.title-desc span {
		background-size: 90%;
		width: 150px;
		height: 50px;
		display: table;
		margin: 0 auto;
	}
	div#timer {
		text-align: center;
		font-size: 2.5em;
	}
	.info-link {
		font-size: 1.2em;
	}
	.oi-logo {
		display: block;
		height: 250px;
		background-size: contain;
	}
	.title-desc div {
		display: block;
		margin-top: 10px;
	}
}

@media (min-width:992px) {
	.oi-logo {
		height: auto;
	}
}

@media (min-width:1260px) {
	.title-desc {
		width: 80%;
		padding: 20px;
		font-size: 2.5em;
		line-height: 50px;
	}
	.title-desc span {
		display: inline-block;
		background-size: 90%;
		width: 180px;
		height: 80px;
		line-height: 100px;
	}
	.title-desc div {
		display: inline;
		margin-top: 0;
	}
	.info-link {
		font-size: 1.5em;
	}
	div#timer {
		text-align: center;
		font-size: 3.5em;
	}
}