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: "Ubuntu Light";
    src: url("Ubuntu-L.otf");
}

@charset 'UTF-8';
/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  src: url('typicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* :before psuedo-selector inserts and styles icon */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Ubuntu Light, 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;
	opacity: 1;
}

.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;
        margin-bottom: 50px;
	background: #8ac63f;
	box-shadow: none;
}

@media screen and (max-width: 350px){
    .header{
        padding-top: 40px;
    }
}

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

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

.header h2 {
	display: none;
}

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

}

.footer{
	width: 100%;
	font-size: 20px;
	font-family: Ubuntu Light;
	margin: 25px 0px 25px;
	color: #fff;
}

.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(190, 190, 190, .95);
}

.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: 4px;
	color: #000;
	font-size: 60px;
	font-family: Ubuntu Light;
}

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

.alter .home p{
	width: 100%;
	color: #000;
	font-family: Ubuntu Light;
	font-size: 22px;
	padding: 0px 8px 0px;
}

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

.alter .home form table .help h3{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin: 0
	text-align: justify;
	font-family: 'Ubuntu Light';
}

.alter .home form label{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	float:left;
	width: 100%;
	text-align: left;
}

.alter .home form select{
	color: rgba(0,0,0,0.75);
	-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: #fff;
	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: 35px;
}


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

.alter .home form table input[type=submit]{
	width: 100%;
	background: #4cd5e7;
	color: #000;
	border: none;
	margin: 0;
	height: 35px;
	font-size: 20px;
	box-shadow: 1px 1px 5px #444;
}

.button{
	max-width: 300px;
	width: 95%;
	background: #91be30 !important;
	color: #fff;
	border: none;
	margin: 0 auto 20px auto;
	height: 35px;
	padding-top: 10px;
	box-shadow: 1px 1px 5px #444;
}


#frm-emailForm-emailForm-send {
	background: #D63C30;
	box-shadow: 1px 1px 5px #444;
}

#frm-smsForm-smsForm-continue {
	background: #DADE1F;
	box-shadow: 1px 1px 5px #444;
}

#frm-smsForm-codeForm-continue {
	background: #DADE1F;
	box-shadow: 1px 1px 5px #444;
}

#frm-singleForm-singleForm-send {
	background: #94BB3D;
	box-shadow: 1px 1px 5px #444;
}

#frm-conditionForm-conditionForm-send {
	background: #75bb1c;
	box-shadow: 1px 1px 5px #444;
}

#frm-loginForm-loginForm-send {
	background: #77CDC8;
	box-shadow: 1px 1px 5px #444;
}

#frm-gamForm-gamForm input[type=Submit] {
	background: #8ac63f;
        font-weight: bold;
	box-shadow: 1px 1px 5px #444;
}

#frm-customForm-customForm-send {
	background: #79CEC9;
	box-shadow: 1px 1px 5px #444;
}


.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);
}

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

.content h2{
	padding-left: 0;
	font-weight: bold;
	font-size: 35px;
	font-family: 'Ubuntu Light';
}

@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: Ubuntu Light;
	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: Ubuntu Light;
	font-size: 28px;
	padding-left: 56px;
	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: 18px;
	line-height: 60px;
}
.social-bttn span.show-for-medium-up{
	font-size: 20px;
	line-height: 76px;
}

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

.social-bttn:visited{
	color: #fff;
}

.google-login{
	background: #df4a32 url('../images/google-login-button.png') no-repeat left top;
	background-size: auto 100%;
        box-shadow: 1px 1px 5px #bbb;
}
.facebook-login{
	background: #3b5998 url('../images/facebook-login-button.png') no-repeat left top;
	background-size: auto 100%;
        box-shadow: 1px 1px 5px #bbb;
}
.twitter-sign-in {
	background: #5ea9dd url('../images/twitter-login-button.png') no-repeat left top;
	background-size: auto 100%;
        box-shadow: 1px 1px 5px #bbb;
}

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

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

.registration-switcher {
    min-width: 200px;
    width: 90%;
    max-width: 45%;
    margin: 15px auto;
    background: rgba(220,220,220,.65);
    /* border-radius: 10px; */
    box-shadow: 0px 1px 10px #bbb;
    padding: 20px 20px 1px 20px;
}

@media only screen and (max-width: 1050px) and (min-width: 641px) {
    .registration-switcher {
	max-width: 60%;
    }
}

@media only screen and (max-width: 640px) {
    .registration-switcher {
	width: 100%;
	max-width: 100%;
	min-width: 320px;
    }
}

.registration-switcher .switch{
	width: 100%;
	color: #595959;
	border: none;
	height: 49px;
	text-align: left;
	margin: 0px auto 20px auto;
	font-size: 16px;
	font-family: Ubuntu Light;
	padding: 19px 0 0 58px;
	cursor: pointer; cursor: hand;
	box-shadow: 1px 1px 5px #444;
	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(20,20,20,.75);
    width: 95% !important;
    max-width: 390px;
    box-shadow: 1px 1px 5px #333;
    margin: 15px auto !important;
    padding: 21px 6px 21px 6px;
}

.payForm{
    background: rgba(255,255,255,.85);
    width: 95% !important;
    max-width: 390px;
    box-shadow: 1px 1px 5px #bbb;
    margin: 15px auto !important;
    padding: 21px 6px 21px 6px;
}

.pay-bttn img{
    margin: 0 0 30px 0;
}

#frm-smsForm-smsForm h2{
	font-size: 29px;
}
#frm-smsForm-smsForm p{
	font-size: 22px;
}

@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: 0px 0px 15px;
    text-align: center;
    min-height: 10px;
    float: left;
}

.aboxd img {
    margin-top: 20px;
    width: 120px;
    height: auto;
}

.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(00, 00, 00, .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(00, 00, 00, .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(00, 00, 00, .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: 'Ubuntu Light';
    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;
}

/* New buttons styles */

.pikto {
    float: left;
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Typicons';
    color: #fff;
}

.registration-switcher p {
    position: absolute;
    top: 14px;
    font-size: 14px !important;
}

#pikto-gam:before {
    content: "\e083";
    font-size: 35px;

}

#gam {
    background-color: #ECC579;
}

#gam p {
    color: #fff;
}

#pikto-email {
    top: 13px;
}

#pikto-email:before {
    content: "\e0a5";
    font-size: 40px;

}

#email {
    background-color: #D9493E;
}

#email p {
    color: #fff;
}

#pikto-sms:before {
    content: "\e05b";
    font-size: 50px;

}

#sms {
    background-color: #D9D72B;
}

#sms p {
    color: #fff;
}

#pikto-single:before {
    content: "\e117";
    font-size: 35px;

}

#single {
    background-color: #8EB735;
}

#single p {
    color: #fff;
}

#pikto-condition:before {
    content: "\e095";
    font-size: 40px;

}

#condition {
    background-color: #75bb1c;
}

#condition p {
    color: #fff;
}

#pikto-fb:before {
    content: '\e0e5';
    font-size: 50px;
}

#fb {
    background-color: #3C68A5;
}

#fb p {
    color: #fff;
}

#pikto-fblike:before {
    content: '\e11c';
    font-size: 40px;
}

#fblike {
    background-color: #3C68A5;
}

#fblike p {
    color: #fff;
}

.fb-like {
    transform: scale(2);
    -ms-transform: scale(2); 
    -webkit-transform: scale(2); 
    -o-transform: scale(2); 
    -moz-transform: scale(2); 
}

#pikto-twitter:before {
    content: "\e0f9";
    font-size: 40px;

}

#twitter {
    background-color: #21BAF2;
}

#twitter p {
    color: #fff;
}

#pikto-linkedin:before {
    content: "\e0f1";
    font-size: 50px;

}

#linkedin {
    background-color: #1089C3;
}

#linkedin p {
    color: #fff;
}

#pikto-google:before {
    content: "\e0eb";
    font-size: 50px;

}

#google {
    background-color: #DF4C35;
}

#google p {
    color: #fff;
}

#pikto-gamRequest:before {
    content: "\e067";
    font-size: 40px;

}

#gamRequest {
    background-color: #4CD5E7;
}

#gamRequest p {
    color: #fff;
}

#pikto-custom:before {
    content: "\e04a";
    font-size: 40px;

}

#custom {
    background-color: #76CDC8;
}

#custom p {
    color: #fff;
}

#pikto-paygate {
    top: 12px;
}

#pikto-paygate:before {
    content: "\e053";
    font-size: 40px;

}

#paygate {
    background-color: #D3AF37;
}

#paygate p {
    color: #fff;
}

#pikto-cart {
    top: 12px;
}

#pikto-cart:before {
    content: "\e0e0";
    font-size: 40px;

}

#cart {
    background-color: #D3AF37;
}

#cart a {
    color: #fff;
}

#snippet-paygateForm-itemSelector #drop {
    color: #000;
    font-size: 12px;
    display: block;
    max-width: 214px;
    background: #fff;
    padding: 5px;
    text-decoration: underline;
}

#snippet-paygateForm-itemSelector a img {
    padding: 0px 5px;
    -webkit-filter: drop-shadow(1px 1px 1px #777);
    filter: drop-shadow(1px 1px 1px #777);
}

#snippet-paygateForm-itemSelector h3 {
    font-size: 20px !important;
    margin-top: 10px;
}

#snippet-paygateForm-itemSelector p {
    font-size: 28px;
}

#snippet-paygateForm-itemSelector p:nth-child(1) {
    width: 214px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 1px 1px 1px #ddd;
}

#snippet-paygateForm-itemSelector p span:nth-child(1) {
    color: #331E61;
}

#snippet-paygateForm-itemSelector p span:nth-child(2) {
    color: #19A4DD;
}

#snippet-paygateForm-itemSelector hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);;
    width: 214px;
    margin: 15px auto !important;
}

.cartButton {
    max-width: 300px;
    height: 45px;
    position: relative;
    margin: 15px auto;
    padding-top: 12px;
    padding-left: 60px;
    text-align: left;
    box-shadow: 1px 1px 5px #444;
}

#cart span:nth-child(2) {
    padding: 12px 60px 0px 0px;
    text-align: left;
    font-size: 16px;
}

#cart span:nth-child(3) {
    display: block;
    font-size: 16px;
    text-align: right;
    margin-top: -21px;
    margin-right: 15px;
}

#cartLink {
    color: #fff;
}

#cartLink:hover {
    color: #fff;
}

#cartLink:visited {
    color: #fff;
}

.paymentCardLogos {
    margin: 20px auto 0px auto;
}

.paymentCardLogos img {
    width: 110px;
    padding: 5px;
}

#loading {
    width: 50px;
    margin: 0 auto;
}

.payment-validation {
    width: 95%;
    max-width: 300px;
    margin: 20px auto 20px auto;
    text-align: center;
    padding: 32px;
    background: rgba(255,255,255,.85);
}

.payment-validation table {
    background: none;
    border: none;
}

.payment-validation tr {
    border-bottom: 1px solid #ccc;
    background: none !important;
}

.payment-validation tr:last-of-type {
    border: none;
}

.payment-validation th {
    text-align: left;
}

.payment-validation tr {
    text-align: right;
}