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

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

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

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

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	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;
        background: #028dcc;
	opacity: 1;
}

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

.mobile{
	display: none;
}

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

.header{
	width: 320px;
    margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	background: none;
	box-shadow: none;
}
.header p {
	padding: 0;
}
h1 img{
	width: 95%;
	max-width: 320px;
	height: auto;
}

@media screen and (max-width: 640px){
    h1 img{
	max-width: 320px;
    }
}

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

}

.footer{
	width: 100%;
	font-size: 32px;
	font-family: Bariol;
	font-weight: bold;
	margin: 25px 0px 25px;
	display: none;
}

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

.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, .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 {
	color: #ffffff;
	font-size: 42px;
	font-family: Montserrat-Bold,Arial,sans-serif;
}

@media (max-width: 920px) {
    .alter .home h2{
	font-size: 32px;
	}
}

@media screen and (max-width: 640px){
	.alter .home h2 {
		margin-top: 0px;
	}
}

.alter .home p{
	width: 100%;
	color: #000;
	font-family: Montserrat-Regular,Arial,sans-serif;
	font-size: 16px;
}

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

.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;
	display: none;
}

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

.alter .home form label{
	color: #ffffff;
	font-size: 16px;
	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: 16px;
	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]{
	margin: 0;
	height: 50px;
	background: #028dcc;
	color: #fff;
	border-radius: 0px;
	border: 1px solid #fff;
}


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

.alter .home form table input[type=submit]{
	width: 100%;
    background: #4cd5e7;
    color: #f44a5e;
    border: none;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Montserrat-Bold,Arial,sans-serif;
    border-radius: 2px;
}
#frm-smsForm-smsForm input[type=submit] {
    background: #fff;
}
.intl-tel-input .flag-dropdown {
    display: none;
}
.alter .intl-tel-input input {
    padding-left: 8px;
}
@media screen and (max-width: 640px){
	.alter .home form table input[type=submit]{
		margin-top: 0px;
	}
}

.button{
	max-width: 300px;
	width: 95%;
	background: #fff !important;
	color: #f44a5e !important;
	border: none;
	margin: 0 auto 20px auto;
	height: 50px;
	border-radius: 2px;
	padding-top: 15px !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Montserrat-Bold,Arial,sans-serif;
}


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

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

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

#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: 8px;
	margin-bottom: 8px;
}

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

.content h1{
	padding-left: 0;
	font-weight: bold;
	font-size: 35px;
}

.content h2{
	padding-left: 0;
	font-weight: bold;
	font-size: 35px;
	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: 19px;
	}
}

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

.fb-login{
	color: #fff;
	font-family: bariol;
	font-size: 28px;
	padding-left: 32px;
	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: 32px;
	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: 13px;
}

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;
	border-radius: 10px;
	padding: 20px 20px;
}

.registration-switcher .switch{
	width: 100%;
	color: #595959;
	border: none;
	height: 49px;
	text-align: left;
	margin: 0px auto 20px auto;
	font-size: 16px;
	font-family: Bariol;
	padding: 19px 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{
	width: 95% !important;
	max-width: 390px;
	border-radius: 10px;
	margin: 0px auto !important;
	padding: 5px 6px 21px 6px;
        background: none;
	box-shadow: none;
}
#frm-smsForm-smsForm h2{
	font-size: 29px;
}
#frm-smsForm-smsForm p{
	font-size: 22px;
	color: #fff;
}

@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;
}

@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{
}

.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 { 
	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 {
	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 {
	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(00,00,00, .75);
    padding: 16px;
    display: block;
    color: #ffffff;
    font-size: 2em;
    font-family: 'Bariol';
    line-height: 24px;
    border-style: solid;
    border-color: rgba(91, 91, 91, .75);
    border-width: 1px;
}

.ab-feed-item img{
    float: left;
    margin-right: 16px;
}
.ab-feed-item span{
    float: left;
    display: block;
    clear: right;
    width: 60%;
    text-align: left;
}

.reg-bottom {
	color: #fff !important;
	font-style: italic;
	margin-top: -10px;
	display: block;
}

.ad-h2 {
	color: #ffffff;
	font-size: 42px;
	font-family: Montserrat-Bold,Arial,sans-serif;
}

.ad-p {
	width: 100%;
	color: #fff;
	font-family: Montserrat-Regular,Arial,sans-serif;
	font-size: 16px;
}

.ad-reg-button {
    width: 300px;
    background: #fff;
    color: #f44a5e;
    border: none;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Montserrat-Bold,Arial,sans-serif;
    border-radius: 2px;
    display: flex;
    margin: 0px auto;
    align-items: center;
    padding: 0px 58px;
}

.ad-reg-button:hover {
    color: #f44a5e;
}

.ad-reg-button:hover {
    color: #f44a5e;
}

.ad-reg-button:visited {
    color: #f44a5e;
}

.ad-a-bottom {
	width: 100%;
	color: #fff;
	font-family: Montserrat-Regular,Arial,sans-serif;
	font-size: 16px;
}

.ad-a-bottom:hover {
	color: #fff;
}

.ad-a-bottom:visited {
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
	font-style: italic;
	text-align: center;
	opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #fff;
	font-style: italic;
	text-align: center;
	opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #fff;
	font-style: italic;
	text-align: center;
	opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #fff;
	font-style: italic;
	text-align: center;
	opacity:  0.5;
}