html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
}

@font-face {
	font-family: "Bariol";
	src: url("Bariol_Light.otf");
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Bariol, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.backgroundImage {
	display: inline-flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.not-mobile {
	display: inline-flex;
}

.mobile {
	display: none;
}

@media (max-width: 720px) {
	.not-mobile {
		display: none;
	}
	
	.mobile {
		display: inline-flex;
	}
}

.header {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	/*background: rgba(00,00,00,.75);*/
}

h1 img {
	width: 95%;
	max-width: 170px;
	height: auto;
	margin: 25px auto;
}

@media (max-width: 920px) {
	h1 img {
		margin: 10px auto;
	}
}

.alter .home .header {
	/* use only to hide header text */
	/* display: none;*/
	color: #FFF;
	font-weight: bold;
}

.footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	display: inline-block;
	padding: 10px;
}

.alter .home .footer p {
	width: auto;
	display: inline-block;
	padding: 15px 25px;
	float: right;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.25);
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	text-align: center;
}

.alter .home .footer a {
	color: white;
	text-decoration: underline;
}

.gradient {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: -1;
	height: 100%;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 45%);
	background-image: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 45%);
}

.lang-switcher {
	display: block;
	position: absolute;
	color: #FFF;
	top: 10px;
	z-index: 2;
	text-align: center;
	right: 1%;
	width: 50px;
}

.lang-switcher img {
	width: 35px;
	height: 23px;
	border: 1px solid #999;
	margin: 0 auto;
}

.lang-switcher ul {
	margin-top: 10px;
	padding-top: 4px;
	margin-left: 0px;
	display: none;
	background-color: rgba(0, 0, 0, 0.66);
}

.lang-switcher ul li {
	display: block;
	clear: both;
	width: 50px;
	height: 35px;
	list-style: none;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
}

.error {
	color: red;
}

ul.error {
	list-style: none;
}

.clr {
	clear: both;
}

.alter .home h2 {
	margin: auto;
	color: #FFFFFF;
	padding: 5px;
	padding-bottom: 15px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
}

@media (max-width: 920px) {
	.alter .home h2 {
		font-size: 30px;
		padding: 0px;
		padding-bottom: 5px;
	}
}

.alter .home p {
	width: 100%;
	color: #FFFFFF;
	padding: 5px;
	padding-bottom: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
}

@media (max-width: 920px) {
	.alter .home p {
		padding: 0px;
		font-size: 20px;
	}
}

.alter .home form {
	width: 97%;
	text-align: center;
	margin-left: 1.5%;
}

.alter .home form table {
	margin: 0 auto;
	color: #000;
	background: none;
	border: none;
	width: 100%;
	max-width: 390px;
}

.alter .home form table .help {
	text-align: left;
}

.alter .home form table .help h3 {
	color: #FFFFFF;
	font-size: 1.15em;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	text-align: justify;
	font-family: 'Bariol';
}

.alter .home form label {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: left;
}

.alter .home form select {
	color: rgba(0, 0, 0, 0.75);
	border-radius: 7px;
	-webkit-appearance: none;
	/*Removes default chrome and safari style*/
	-moz-appearance: none;
	/* Removes Default Firefox style*/
	text-indent: 0.01px;
	text-overflow: "";
}

.alter .home form a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
	text-decoration: underline;
	margin-left: 6px;
	border-radius: 7px;
}

.alter .home form table tr:nth-of-type(even) {
	background: none;
}

.alter .home form table td {
	text-align: center;
}

.alter .home form table td.submit {
	width: 20%;
	text-align: right;
}

.alter .home form table input[type=text] {
	border-radius: 7px;
	margin: 0;
	height: 35px;
}

.alter .home form table input[type=number] {
	margin: 0;
	height: 35px;
	border-radius: 7px;
}

.alter .home form table input[type=submit] {
	width: 100%;
	background: #4CD5E7;
	color: #FFF;
	border: none;
	margin: 0;
	height: 35px;
	border-radius: 7px;
	font-size: 1.25em;
}

.button {
	max-width: 300px;
	width: 95%;
	background: #91BE30 !important;
	color: #FFF;
	border: none;
	margin: 0 auto 20px auto;
	height: 35px;
	border-radius: 7px;
	padding-top: 10px;
}

#frm-emailForm-emailForm-send {
	background: #D63C30;
}

#frm-smsForm-smsForm-continue {
	background: #DADE1F;
}

#frm-smsForm-codeForm-continue {
	background: #DADE1F;
}

#frm-singleForm-singleForm-send {
	background: #94BB3D;
}

#frm-conditionForm-conditionForm-send {
	background: #4ED729;
}

#frm-loginForm-loginForm-send {
	background: #77CDC8;
}

#frm-gamForm-gamForm-send {
	background: #ECC579;
}

#frm-customForm-customForm-send {
	background: #79CEC9;
}

.alter .home form table td {
	/* padding-top: 2px; */
	padding-bottom: 5px;
}

.alter .home form table td.img-help {
	padding: 0;
}

.alter .home form table td.img-help img {
	max-width: 380px;
	width: 100%;
}

.alter .home form table input[type=checkbox] {
	margin: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.content {
	width: 95%;
	max-width: 1000px;
	margin: 20px auto 20px auto;
	text-align: justify;
	padding: 2em;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 10px;
}

.content h1 {
	padding-left: 0;
	font-weight: bold;
	font-size: 2.2em;
}

.content h2 {
	padding-left: 0;
	font-weight: bold;
	font-size: 2.2em;
	font-family: 'Bariol';
}

@media only screen and (orientation: landscape) {
	/* landscape styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* High-res styles go here */
	body {
		font-size: 10px;
	}
	
	.home form table .help h3 {
		font-size: 1.2em;
	}
}

@media only screen and (max-resolution: 192dpi) {
	/* High-res styles go here */
	body {
		font-size: 10px;
	}
	
	.home form table .help h3 {
		font-size: 1.2em;
	}
}

.fb-login {
	color: #FFF;
	font-family: bariol;
	font-size: 28px;
	padding-left: 2em;
	margin: 20px auto;
	margin-bottom: 1em;
	display: block;
	width: 380px;
	height: 71px;
	max-width: 90%;
	background: url('../images/facebook-login-button.png') no-repeat left top;
	background-size: 100%;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
}

.fb-login span.show-for-small-only {
	font-size: 22px;
	line-height: 62px;
}

.fb-login span.show-for-medium-up {
	font-size: 27px;
	line-height: 76px;
}

.fb-login:hover {
	color: #FFF;
}

.social-bttn {
	color: #FFF;
	font-family: bariol;
	font-size: 28px;
	padding-left: 2em;
	margin: 30px auto;
	display: block;
	width: 380px;
	max-width: 90%;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
}

.social-bttn span.show-for-small-only {
	font-size: 20px;
	line-height: 60px;
}

.social-bttn span.show-for-medium-up {
	font-size: 24px;
	line-height: 76px;
}

.social-bttn:hover {
	color: #FFF;
}

.google-login {
	background: #DF4A32 url('../images/google-login-button.png') no-repeat left top;
	background-size: auto 100%;
}

.facebook-login {
	background: #3B5998 url('../images/facebook-login-button.png') no-repeat left top;
	background-size: auto 100%;
}

.twitter-sign-in {
	background: #5EA9DD url('../images/twitter-login-button.png') no-repeat left top;
	background-size: auto 100%;
}

.linkedin-sign-in {
	background: #006699 url('../images/linkedin-login-button.png') no-repeat left top;
	background-size: auto 100%;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	line-height: 0.8rem;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select, textarea {
	margin: 0;
	border-radius: 7px;
}

.registration-switcher {
	min-width: 200px;
	width: 90%;
	max-width: 65%;
	margin: 15px auto;
	/*background: rgba(00,00,00, .3);*/
	border-radius: 10px;
	padding: 20px 20px;
}

@media (max-width: 920px) {
	.registration-switcher {
		margin: 0px auto;
		padding: 10px 20px;
	}
}

.registration-switcher .switch {
	width: 100%;
	color: #595959;
	border: none;
	height: 49px;
	text-align: left;
	margin: 0px auto 20px auto;
	font-size: 1rem;
	font-family: Bariol;
	padding: 1.2em 0 0 70px;
	cursor: pointer;
	cursor: hand;
	/* box-shadow: 5px 5px 4px #888888; */
	border-radius: 5px;
	max-width: 300px;
}

.registration-switcher .fb-login {
	float: left;
	margin: 0 0 20px 0;
}

.registration-switcher.column-2 {
	height: 160px;
}

.registration-switcher.column-3 {
	height: 230px;
}

.registration-switcher.column-4 {
	height: 300px;
}

.registration-switcher.column-5 {
	height: 370px;
}

.regForm {
	background: rgba(0, 0, 0, 0.75);
	width: 95% !important;
	max-width: 390px;
	border-radius: 10px;
	margin: 15px auto !important;
	padding: 5px 6px 21px 6px;
}

#frm-smsForm-smsForm h2 {
	font-size: 1.8em;
}

#frm-smsForm-smsForm p {
	font-size: 1.4em;
}

@media screen and (max-width: 640px) {
	.registration-switcher {
		max-width: 90%;
		width: 330px;
	}
}

@media screen and (max-width: 360px) {
	.registration-switcher {
		max-width: 100%;
		width: 100%;
		border-radius: 0px;
	}
	
	.regForm {
		border-radius: 0px;
		width: 100% !important;
		max-width: 350px;
		margin: 15px 0px !important;
	}
}

/* ad styles */
.ablock {
	padding: 15px;
	text-align: center;
	min-height: 10px;
	float: left;
}

.aboxa {
	max-width: 1000px;
	border-radius: 6px;
	margin: 15px auto 0 auto;
}

.aboxb img {
	max-width: 575px;
	margin: 0px auto;
}

@media screen and (max-width: 1050px) {
	.aboxa {
		max-width: 100%;
		border: none;
		border-radius: 0px;
		margin: 10px auto;
	}
}

.aboxb, .aboxc {
	padding: 15px;
	text-align: center;
	min-height: 10px;
	float: left;
}

.ab-site .header {
	display: none;
}

.adSiteFullScreen {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.adSiteFullScreenSmall {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

@media only screen and (orientation: portrait) {
	.adSiteFullScreen {
		display: none;
	}
	
	.adSiteFullScreenSmall {
		display: block;
	}
}

.row.pos-1 {
	/* background: rgba(0, 0, 0, 0.3); */
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	float: none;
	/* max-width: 768px !important;  */
	/* border: 5px solid rgba(101, 29, 45, .5); */
	/* box-shadow: 10px 10px 5px #000000; */
}

.row.pos-2 {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	float: none;
	/* max-width: 768px !important;  */
	/* border: 5px solid rgba(101, 29, 45, .5); */
	/* box-shadow: 10px 10px 5px #000000; */
}

.row.pos-3 {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	float: none;
	/* max-width: 768px !important;  */
	/* border: 5px solid rgba(101, 29, 45, .5); */
	/* box-shadow: 10px 10px 5px #000000; */
}

.ablock.large-4.medium-4.small-4 {
	/* border: 5px solid rgba(101, 29, 45, .5); */
}

.ab-feed-item {
	background: rgba(0, 0, 0, 0.75);
	padding: 1em;
	display: block;
	color: #FFFFFF;
	font-size: 2em;
	font-family: 'Bariol';
	line-height: 1.5em;
	border-style: solid;
	border-color: rgba(91, 91, 91, 0.75);
	border-width: 1px;
}

.ab-feed-item img {
	float: left;
	margin-right: 1em;
}

.ab-feed-item span {
	float: left;
	display: block;
	clear: right;
	width: 60%;
	text-align: left;
}
.backgroundImage {
    opacity: 1;
}

.header {
    box-shadow: none;
    background: none;
}

.header h1 img {
    width: 95%;
    max-width: 170px;
    height: auto;
    margin: 25px auto;
}

.registration-switcher {
    box-shadow: none;
    background: none;
}

.alter .home .switch {
    line-height: 19px;
}

.alter .home .switch p {
    color: #fff;
    top: 14px;
    font-size: 14px !important;
    font-family: Ubuntu Light, Arial, sans-serif;
    line-height: 19px;
}

.alter .home form label {
    font-size: 15px;
    width: auto;
}

.alter .home form table input[type=submit] {
    background: none;
    height: 44px;
    font-size: 18px;
    font-family: Ubuntu Light, Arial, sans-serif;
}

.regForm {
    box-shadow: none;
}