#wrapper .content {
	position: relative;
	height: 680px;
}

.games {
	top: 194px;
	height: 380px;
}

.games .new {
	background-image: url(assets/new.png);
	width: 113px;
	height: 126px;
	position: absolute;
}

.games .item {
	width: 480px;
}

.games .share {
	display: block;
	height: 60px;
	background-color: #f76806;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}

.games .share span {
	display: block;
}

.games .share:link,
.games .share:visited {
	color: #FFF;
	text-decoration: none;
}

/* Promos */
.promos {
	background-color: #961e59;
	height: 280px;
	position: relative;
}

.promos .items {
	margin-top: 25px;
}

.promos .item {
	width: 520px;
}

.promos .options {
	width: 520px;
	height: 230px;
	position: absolute;
	font-size: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.no-touch .promos .options:hover,
.touch .promos .item.hover .options {
	opacity: 1;
}

.promos .options > div {
	padding: 0 0 0 25px;
}

.promos .options span,
.promos .options a {
	text-align: left;
	width: 220px;
	margin: 10px 20px 10px 0;
	display: inline-block;
}

/* Desktop */
@media only screen and (min-width: 641px) {
	#wrapper .content {
		background: no-repeat center top url(assets/bg.jpg);
	}

	.games .share {
		font-size: 24px;
	}

	.promos.length-1 {
		background-image: url(assets/promo-bg-single-narrow.jpg);
		background-position: center top;
	}

	.promos.length-1 .items {
		text-align: center;
	}

	.promos.length-1 .item {
		display: inline-block;
		float: none;
	}
}

/* Special promos break point */
@media only screen and (min-width: 1260px) {
	.promos.length-1 {
		background-image: url(assets/promo-bg-single-wide.jpg);
		background-position: left top;
	}

	.promos.length-1 .item {
		display: block;
	}
}

/* Mobile */
@media only screen and (max-width: 640px) {
	#wrapper .content {
		background: no-repeat center top url(assets/mobile-bg.jpg);
	}

	.games .share {
		font-size: 36px;
	}
}

