* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background-attachment: fixed;
	background-position: top;
	background: url(/assets/images/salesbg.png) top center repeat-x;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 100%;
}

@media screen and (max-width: 700px) {
	body {
		min-width: 320px;
		max-width: 760px;
		overflow-x: hidden
	}
}

a {
	text-decoration: none;
	color: #04baca;
}

a:hover {
	text-decoration: none;
	color: #FF7800;
}

.feedback {
	position: fixed;
	bottom: 0;
	right: 0;
}

.makeorange {
	color: #e1810b;
}

a.small-login-link {
	font-size: 11px;
	float: left;
	clear: both;
}

#topbanner {
	height: 100%;
	margin: 0 auto;
	border: 0px solid #4a4949;
	float: center;
	background: url(/assets/images/salesbg-picture.jpg) top left scroll;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#topmenu {
	background-color: #3e3e3e;
	height: 85px;
	width: 100%;
	border-bottom: 1px #0cd7e0 solid;
	clear: both;
}

#topleft {
	float: left;
	width: 50%;
	border: 0px #000000 solid;
}

#bottomleft {
	float: left;
	width: 50%;
	border: 0px #000000 solid;
	clear: both;
}

#bottomleft h2 {
	text-align: left;
	color: #ffffff;
	font-size: 24px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding: 0;
}

.display-desktop {
	display: block !important;
}

.display-mobile {
	display: none;
}

#content {
	margin-top: 0px;
}

@media screen and (min-height: 1251px) {
	#content {
		margin-top: -740px;
	}
}

@media screen and (min-height: 1000px) and (max-height: 1250px) and (min-width: 799px) {
	#content {
		margin-top: -500px;
	}
}

@media screen and (min-height: 900px) and (max-height: 999px) and (min-width: 799px) {
	#content {
		margin-top: -340px;
	}
}

@media screen and (min-height: 800px) and (max-height: 899px) and (min-width: 799px) {
	#content {
		margin-top: -240px;
	}
}

@media screen and (min-height: 700px) and (max-height: 799px) and (min-width: 799px) {
	#content {
		margin-top: -140px;
	}
}

/* @media screen and  (min-height: 600px) and (max-height: 699px){
	#content{
		margin-top:-40px;
	}
} */

@media screen and (max-width: 800px) {

	#topbanner {
		height: 750px;
		margin: 0 auto;
		border: 0px solid #4a4949;
		float: none;
		background: #04baca url(/assets/images/SplashScreen.jpg) top 100px center scroll no-repeat;
		background-size: contain;

	}

	#topbanner h1 {
		display: none;
	}

	.display-desktop {
		display: none !important;
	}

	.display-mobile {
		margin: 0 auto;
		display: block !important;
	}

	#topleft-mobile {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		border: 0px #000000 solid;
	}

	#bottomleft-mobile {
		float: none;
		margin: 0 auto;
		width: 100%;
		border: 0px #000000 solid;
		text-align: center;
		clear: both;
	}

	#bottomleft-mobile h2 {
		text-align: center;
		color: #ffffff;
		font-size: 24px;
		margin-top: 35px;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 0;
		padding: 0;
	}

	#topmenu {
		height: 60px;
	}
}

.small-input {
	height: 28px;
	width: 120px;
	font-size: 12px;
}

#trusted {
	float: left;
	width: 630px;
	border: 0px #000000 solid;
	clear: both;
	text-align: left;
	margin-top: 20px;
}

#leftside {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#leftside h1 {
	text-align: left;
	color: #ffffff;
	font-size: 36px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding: 0;
}

#content-2 {
	background-color: #ebebeb;
	width: 100%;
	height: 190px;
	clear: both;
}

#contain-2 {
	width: 960px;
	margin: 0 auto;
	float: center;
	padding-top: 50px;
}

/******* Generic elements *********/

.button-set {
	width: 500px;
	margin: 5px 0px 20px 0px;
}

.button-set-2 {
	width: 500px;
	margin: 5px 0px 20px 0px;
	float: right;
}

.home-header-2 {
	width: 450px;
	margin: 5px 0px 20px 0px;
	float: left;
}


.orstyle {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

.orstyle-2 {
	float: right;
	margin-top: 25px;
	margin-left: 10px;
}

a.login-medium {
	background: url(/assets/images/buttons/login-button-medium-orange.png) no-repeat;
	height: 58px;
	width: 128px;
	display: block;
	cursor: hand;
}

a.login-medium:hover {
	background: url(/assets/images/buttons/login-button-medium-orange-hover.png) no-repeat;
	height: 58px;
	width: 128px;
	display: block;
	cursor: hand;
}

a.startclub-large {
	background: url(/assets/images/buttons/startclub-button-large-green.png) no-repeat;
	height: 68px;
	width: 268px;
	display: block;
	cursor: hand;
}

a.startclub-large:hover {
	background: url(/assets/images/buttons/startclub-button-large-green-hover.png) no-repeat;
	height: 68px;
	width: 268px;
	display: block;
	cursor: hand;
}

#trusted-mobile {
	display: none;
}


@media screen and (max-width: 770px) {

	#leftside {
		width: 100%;
	}

	.button-set {
		min-width: 320px;
		max-width: 100% !important;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		margin-top: 365px;
		padding: 0;
	}

	.myitem {
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
		min-width: 320px;
		max-width: 100% !important;
		clear: both;
	}

	#bottomleft-mobile .myitem {
		padding-left: 20px;
	}

	.button-set .myitem a {
		text-align: center;
	}

	a.startclub-large,
	a.login-medium,
	a.startclub-large:hover,
	a.login-medium:hover {
		text-align: center;
		background: none;
		width: 100%;
		padding: 0;
	}

	#trusted-mobile {
		width: 100%;
		clear: both;
		display: block;
		margin: 0 auto;
		float: none;
	}

	#trusted-mobile img {
		width: 100%;
	}
}

@media only screen and (min-device-width : 370px) and (max-device-width : 736px) {

	#topbanner {
		height: 820px;

	}

	.button-set {
		min-width: 320px;
		max-width: 100% !important;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		margin-top: 425px;
		padding: 0;
	}
}


@media only screen and (device-width : 320px) and (max-device-width : 568px) {
	#bottomleft-mobile .myitem {
		padding-left: 10px;
	}

	.button-set {
		margin-top: 350px;
	}
}

p.spacing {
	line-height: 150%;
}

p.small-text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	margin-top: 10px;
	padding: 4px;
	line-height: 180%;
}

.left-contain {
	width: 45%;
	float: left;
	padding-right: 5px;
	margin-bottom: 20px;
}

.left-contain img,
.right-contain img {
	max-width: 100%;
}

.right-contain {
	width: 45%;
	float: right;
	padding-left: 5px;
	margin-bottom: 20px;
}

.left-contain-shorter {
	width: 40%;
	float: left;
	padding-right: 5px;
	margin-bottom: 20px;
}

.right-contain-larger {
	width: 55%;
	float: right;
	padding-left: 5px;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 10px;
}

h3.nobuff {
	margin-bottom: 2px;
}


.newsbox {
	height: 175px;
	width: 100%;
	border: #acacac 1px solid;
	padding: 0px;
	-webkit-box-shadow: 4px -2px #f6f6f6, -4px -2px 2px #f6f6f6;
	-moz-box-shadow: 4px -2px 2px #f6f6f6, -4px -2px 2px #f6f6f6;
	box-shadow: 4px -2px 2px #f6f6f6, -4px -2px 2px #f6f6f6;
}



.newsboxmiddle {
	height: 175px;
	width: 100%;
	border-left: #acacac 1px solid;
	border-right: #acacac 1px solid;
	border-bottom: #acacac 0px solid;
	-webkit-box-shadow: 4px 0px #f6f6f6, -4px 5px 3px #f6f6f6;
	-moz-box-shadow: 4px 0px 2px #f6f6f6, -4px 5px 3px #f6f6f6;
	box-shadow: 4px 0px 2px #f6f6f6, -4px 5px 3px #f6f6f6;
	padding: 0px;
}

.newsbox2 {
	height: 175px;
	width: 100%;
	border: #acacac 1px solid;
	-webkit-box-shadow: 4px 0px #f6f6f6, -4px 5px 3px #f6f6f6;
	-moz-box-shadow: 4px 0px 2px #f6f6f6, -4px 5px 3px #f6f6f6;
	box-shadow: 4px 0px 2px #f6f6f6, -4px 5px 3px #f6f6f6;
	padding: 0px;
}

.newsitem {
	padding: 20px;
}

.newsitem h4 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #04baca;
	padding-bottom: 5px;
}

.newsitem p {
	color: #3e3e3e;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

.newsitem .timetext {
	color: #a1a1a1;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	padding-bottom: 5px;
}


.boxbg {
	background: url(/assets/images/box-bottom-border.png) top left repeat-x;
	height: 22px;
	padding: 0;
	margin-top: -24px;
}

table.leader-home {
	width: 100%;
	border: #acacac 1px solid;
	padding: 0px;
	border-collapse: collapse;
	-webkit-box-shadow: 4px -2px #f6f6f6, -4px -2px 2px #f6f6f6;
	-moz-box-shadow: 4px -2px 2px #f6f6f6, -4px -2px 2px #f6f6f6;
	box-shadow: 4px -2px 2px #f6f6f6, -4px -2px 2px #f6f6f6;

}

table.leader-home tr {
	height: 75px;
	border: #acacac 1px solid;
	background: url(/assets/images/box-bottom-border.png) bottom left repeat-x;
}

table.leader-home td.rank {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #949494;
	font-size: 22px;
	text-align: center;
	width: 20px;
	padding: 0 10px 0px 10px;
}

table.leader-home td.punter h4 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #04baca;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
}

.betsince {
	color: #a1a1a1;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

.betsincedark {
	color: #3e3e3e;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

.rightal {
	text-align: right;
	padding-right: 5px;
}

.roi {
	color: #a1a1a1;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	margin-top: -5px;
}

.roival {
	color: #04baca;
	font-size: 26px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

.pointerhandonly {
	cursor: hand;
	cursor: pointer;
}

.taketour {
	float: right;
	margin: 20px -50px 0 0;
	display: inline;
}


@media screen and (max-width: 800px) {
	#mobilehomead {
		display: none;
	}

	.left-contain {
		width: 97%;
		float: none;
		padding: 5px;
		margin-bottom: 20px;
	}

	.left-contain img,
	.right-contain img {
		max-width: 97%;
	}

	.right-contain {
		width: 97%;
		float: none;
		padding: 5px;
		margin-bottom: 20px;
	}

	.left-contain-shorter {
		width: 97%;
		float: none;
		padding: 5px;
		margin-bottom: 20px;
	}

	.right-contain-larger {
		width: 97%;
		float: none;
		padding: 5px;
		margin-bottom: 20px;
	}

	#content-2 {
		display: none;
	}

	.newsbox {
		width: 100%;
	}

	.newsitem {
		padding: 20px;
	}

	table.leader-home {
		width: 98%;
	}

	#bottomad {
		display: none;
	}


}