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

@font-face {
    font-family: "Bariol";
    src: url("Tele-GroteskUlt.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;
	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-top: 100px;
	box-shadow: none;
	background: none;
}


.header h1 img{
	width: 95%;
	max-width: 242px;
	height: 118px;
}

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


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

}

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

}

.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, .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: 4px;
	color: #ffffff;
	font-size: 8em;
	font-family: Bariol;
	display: none;
}

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

.alter .home p{
	width: 100%;
	color: #fff;
	font-family: Bariol;
	font-size: 20px;
}

.alter .home h3{
	color: #fff;
	font-family: "Bariol";
}

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

.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: #000;
	border: none;
	margin: 0;
	height: 35px;
        border-radius: 7px;
	font-size: 1.25em;
}

.button{
	max-width: 300px;
	width: 95%;
	background: #de1a23 !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 input[type=Submit] {
	background: #fff;
}

#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, .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{
        width: 370px;
	margin: 50px auto;
	border-radius: 10px;
	padding: 20px 20px;
	background-color: rgba(0, 0, 0, .75);
	box-shadow: none;
}

.registration-switcher .switch{
	width: 300px;
	color: #fff;
	border: none;
	height: 49px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-size: 1rem;
	font-family: Bariol;
        padding: 1.2em 0 0 70px;
	cursor: pointer; cursor: hand;
	box-shadow: none;
	border-radius: 5px;
	max-width: 300px;
}
.registration-switcher p {
    top: 9px;
    left: 68px;
    font-size: 16px !important;
}

#condition {
	background-color: #000;
        border: 3px solid #fff;
}

.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(00,00,00, .75);
	width: 95% !important;
	max-width: 390px;
	border-radius: 10px;
	margin: 15px auto !important;
	padding: 5px 6px 21px 6px;
	box-shadow: none;
}
#frm-smsForm-smsForm h2{
	font-size: 1.8em;
}
#frm-smsForm-smsForm p{
	font-size: 1.4em;
}

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

@media screen and (max-width: 360px){
    .registration-switcher{
	width: 105%;
	border-radius: 0px;
	margin-left: -10px;
	background-color: rgba(0, 0, 0, .75);
    }
    .regForm{
        border-radius: 0px;
        width: 100% !important;
        max-width: 350px;
	margin: 15px 0px !important;
    }
}
.switchItem form span.regItemClose {
    display: none;
}

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

.aboxd {
	margin: 50px auto;
    background-color: rgba(0, 0, 0, .75);
    width: 370px;
	border-radius: 10px;
}

.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: 1em;
    display: block;
    color: #ffffff;
    font-size: 2em;
    font-family: 'Bariol';
    line-height: 1.5em;
    border-style: solid;
    border-color: rgba(91, 91, 91, .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;
}

@media screen and (max-width: 360px) {
.img-tricolor {
	width: 90%;
}

.aboxd {
	margin: 50px auto;
    background-color: rgba(0, 0, 0, .75);
    width: 320px;
	border-radius: 10px;
}
}