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

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: 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: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../images/bg.jpg') top;
	-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;
}

.header{
	width: 100%;
	padding-top: 10px;
}


h1 img{
	max-width: 300px;
	height: auto;
}

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


.header h2{
	/* use only to hide header text */
	/* display: none; */
	max-height: 0px;
}

.footer{
	width: 100%;
	/* background: #ececec url('../images/footer.png') repeat-x left top; */
}

.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: 0px;
	max-height: 0px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
}

.alter .home p{
	width: 100%;
	color: #000;
	font-size: 1em;
}

.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: #000;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	text-align: justify;
}

.alter .home form label{
	color: #000;
	font-size: 1em;
	font-weight: 100;
	float:left;
}

.alter .home form a{
	color: #000;
	font-size: 1em;
	font-weight: 100;
	text-decoration: underline;
	margin-left: 6px;
}

.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: #91be30;
	color: #fff;
	border: none;
	margin: 0;
	height: 35px;
        border-radius: 7px;
}

.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: #9b1710;
}

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

#frm-singleForm-singleForm-send {
	background: #91be30;
}

#frm-conditionForm-conditionForm-send {
	background: #9b9b9b;
}

.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: 0px auto 20px auto;
	text-align: justify;
	padding: 2em;
        background: rgba(255, 255, 255, .6);
	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;
}

@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-size: 28px;
        padding-left: 2em;
        margin: 20px auto;
        margin-bottom: 1em;
        display: block;
        width: 380px;
        height: 82px;
        max-width: 90%;
        background: url('../images/facebook-login-button.png') no-repeat left top;
        background-size: 100%;
	cursor: pointer; cursor: hand;
}

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

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

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

.twitter-sign-in {
    display: block;
    margin: 2em auto;
    width: 160px;
    height: 26px;
    background: url('../images/twitter-sing-in.png') no-repeat;
    background-size: contain;
    color: #fff;
    line-height: 26px;
    text-align: left;
    padding-left: 3.5em;
}

.social-bttn {
        color: #fff;
        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;
}

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

.registration-switcher .switch{
	width: 100%;
	color: #000;
	border: none;
	height: 49px;
	text-align: left;
	margin: 0px auto 20px auto;
	font-size: 14px;
        padding: 1.2em 0 0 80px;
	cursor: pointer; cursor: hand;
	box-shadow: 5px 5px 4px #888888; 
        border-radius: 10px;
	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;
}

.registration-items{
	background: rgba(255, 255, 255, .6);
	width: 95%;
	margin: 15px auto;
	max-width: 390px;
	border-radius: 10px;
}

.registration-item{
	padding-bottom: 5px;
}

#registration-item-fb{
	padding-top: 15px;
}

@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;
    }
    .registration-items{
        border-radius: 0px;
        width: 100%;
        max-width: 350px;
    }
}


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

.aboxa{
	max-width: 480px;
        margin: 30px auto 30px auto;
}

.aboxa ul{
	color: #727374;
	font-size: 2em;
	line-height: 1.4em;
}

@media screen and (max-width: 640px){
    .aboxa{
        max-width: 300px;
    }
    .aboxa ul{
        font-size: 1.8em;
    }
}

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

.aboxb img{
    max-width: 84px;
    float: right;
    margin-right: 20px;
}

.aboxc img{
    max-width: 84px;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
}

.row.pos-1 {
	/* background: rgba(255, 255, 255, .8); */
	/* 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; */
}
.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;
    }
}
.ablock.large-4.medium-4.small-4 {
	/* border: 5px solid rgba(101, 29, 45, .5); */
}

.backgroundImage {
    opacity: 1;
}

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

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

.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;
    background: none;
    padding: 0px;
}

#frm-conditionForm-conditionForm input[type=submit] {
    background: #9B9B9B;
}
