@charset "utf-8";
/* CSS Document */

#cellPage {
	background-image:	url('../images/bg_goal-square.png');
	background-repeat:	no-repeat;
	background-position:center top;	
}

#cellContent,
.inner {
	position:			relative;
	
	max-width:			970px;

	margin:				0 auto 0 auto;
	
	padding:			50px 10px 80px 10px;
	
}

#cellContent:after {
	display:			block;
	content:			' ';
	clear:				both;
}
	
article .twoby {
}

@media (min-width: 990px) {
	article .twoby {
		-webkit-column-count:2;
		-moz-column-count:	2;
		column-count:		2;	
		
		-webkit-column-gap:	30px;
		-moz-column-gap:	30px;
		column-gap:			30px;	
	}
}

article.lhs {
	float:				left;
	
	width:				550px;

	margin:				0 0 0 0;
	padding:			0;	
}

article.rhs {
	float:				right;
	
	width:				330px;

	margin:				0 0 0 90px;
	padding:			0;	
}

article.rhs #logowrap {
	display:			block;
	
	max-width:			330px;
	
	margin:				0 auto;
	padding:			0;
	
	font-size:			0;
	line-height: 		0;
	box-shadow:			5px 5px 10px rgba(0,0,0,1); 
}

article.terms,
article .darkwrap {
	margin:				0 0 5px 0;
	padding:			10px;
	
	background-color:	rgb(0,0,0,0.66);
}

article #winh1 {
	text-indent:		-9999px;
	width:				100%;
	height:				1px;
	overflow: 			hidden;

	margin:				0 0 20px 0;
	padding:			44% 0 0 0;
	
	line-height:		0;
	
	background-image:	url('../images/text_win.png');
	background-repeat:	no-repeat;
	background-position:center top;	
	background-size:	contain;	
}

article #footyh2 {
	text-align: 		left;
	text-indent:		-9999px;
	width:				100%;
	height:				1px;
	overflow: 			hidden;
	
	margin:				0;
	padding:			40% 0 0 0;
	
	line-height:		0;
	text-shadow: 		none;
	
	background-image:	url('../images/text_the-ultimate-footy-experience.png');
	background-repeat:	no-repeat;
	background-position:center top;	
	background-size:	contain;	
}

article #prizelist {
	font-size:			60px;
	font-weight:		900;
	color:				#FFF;
	line-height: 		150px;
	
	text-align: 		center;
	vertical-align: 	top;
	
	text-shadow: 		1px 1px 10px rgba(0,0,0,1);
}

article #prizelist img {
	display:			inline-block;
	vertical-align:		middle;
}

article form p {
	margin:				0 0 5px 0;
	font-size:			12px;
}

a.btn,
a:link.btn,
a:visited.btn {
	display:			block;
	box-sizing: 		border-box;
	
	width:				100%;
	
	margin:				10px 0;	
	padding:			10px;
	
	font-family:		Raleway, sans-serif;
	font-weight:		900;
	line-height:		120%;
	font-size:			14px;
	color:				#FFF;
	text-align:			center;
	text-decoration:	none;
	text-transform: 	uppercase;
	
	border-radius:		0;
	
	outline:			none;	

	cursor:				pointer;
	
	border:				1px solid #666666;
	background-color:	#666666;
	
	box-shadow:			5px 5px 10px rgba(0,0,0,1); 
}

a.btn:active,
a.btn:focus,
a.btn:hover {
	border:				1px solid #ED1B2E !important;	
	color:				#FFF !important;
	background-color:	#ED1B2E !important;
}


footer {
	position:			fixed;
	z-index:			20;	
	left:				0;
	bottom:				0;

	
	margin:				0;
	padding:			0;
	
	width:				100%;
	height:				60px;
    
    text-align:         center;
}

footer img {
	position:			absolute;
	bottom:				10px;
	left:				0;
	
	width:				150px;
	height:				auto;
}

@media (min-width: 1280px) {
	footer img {
		left:				auto;
		right:				0;
	}
}

@media (min-width: 1440px) {
	footer img {
		width:				200px;
	}
}

@media (min-width: 1920px) {
	footer img {
		width:				250px;
	}
}