/**
 * basic style used for each page
 */

*{
	/*-webkit-appearance: none; this hides radios */
	-webkit-text-size-adjust:none; 
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
}

html, body{
	margin: 0;
	padding: 0;
}
body{
	color: #fff;
	background-color: #262626;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
img{
	border:none;
}
a{
	color: #eee;
}
a.active{
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
a img{
	border: none;
}
.hidden{
	display:none;
}

ul.navi{
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	list-style: none;
}
ul.navi li{
	display: inline;
}
ul.navi li a{
	text-decoration: none;
}


.floatLeft{
	float: left;
}

.button{
	-webkit-appearance: none;
	border:solid 1px #a8a8a8;
	border:solid 1px #fff;
	color: #a8a8a8;
	color: #ddd;
	line-height: 20px;
	padding: 0;
	width: 70px;
	text-align: center;
	background-color: #3b3a3a;
	font-size: 11px;
	cursor: pointer;
	/* rounded corners */
	   -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	        border-radius: 0px; 
}
.button:hover{
	color: #fff;
}

.subscribe_button{
	-webkit-appearance: none;
	border:solid 1px #a8a8a8;
	border:solid 1px transparent;

	color: #a8a8a8;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding: 2px 10px;;
	text-align: center;
	background-color: #a9bf00;
	font-size: 11px;
	cursor: pointer;
	/* rounded corners */
	   -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	        border-radius: 0px; 
}
.subscribe_button:hover{
	color: #fff;
	border:solid 1px #fff;
}

.errorColor{
	color: #b11a37;
}
.agreementBg{
	background-color: #434240;
	background-color: #111;
	padding: 20px 0;
	margin-right: 10px;
	margin: 20px 14px;
}

.inputTf{
	/* rounded corners */
	   -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	        border-radius: 0px; 
}

input.error{
	background-color: #b11a37 !important;
}
label.error,
label.error a{
	color: #b11a37 !important;
}

 
h1, .h1{
	/*font-family: Suedtirol, Arial, sans-serif;*/
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
	
} 
.suedtirol{
	/*font-family: Suedtirol, Arial, sans-serif;*/
}

.textBar{
	height: 27px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 0 10px;
	overflow: visible;
	white-space: nowrap;
}
.textBar.grey{
	background-color: #434240;
}
.textBar.red{
	background-color: #b11a37;
}
.textBar.orange{
	background-color: #f07d00;
}
.textBar.yellow{
	background-color: #f4d100;
}
.textBar.green{
	background-color: #a9bf00;
}
.textBar.blue{
	background-color: #97cdf1;
}
.textBar.silver{
	background-color: #d7d8dc;
	color: #262626;
}
.textBar.white{
	background-color: #fff;
	color: #000;
}

.shiftRight{
	margin-left: 14px;
	padding-right: 20px;
}

#pageWrapper {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
	width: 934px;
	position: relative;
}
#lanNavi{
	position: absolute;
	top: 66px;
	right: 0;
}
#lanNavi ul li a {
	padding-left: 8px;
	color: #999;
}
#lanNavi ul li a.active {
	font-weight: bold;
	color: #fff;
}
#breadcrumbs {
	font-size: 0.9em;
	height: 2em;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
}
#breadcrumbs ul li a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../img/arrow.gif");
	background-origin: padding-box;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
	text-decoration: underline;
}
#breadcrumbs ul li a.active {
	background: none;
	text-decoration: none;
	cursor: default;
}


/* page registration */

#pageRegistration .textBar{
	text-align: center;
}
#pageRegistration .codeBox{
	height: 170px;
	text-align: center;
	background-color: #434240;
}

#pageRegistration .codeBox form{
	position: relative;
	display: inline-block;
}
#pageRegistration .codeBox form .button{
	position: absolute;
	right: 0;
}

#pageRegistration .codeBox .inputTf{
	margin-top: 60px;
	border:solid 1px #fff;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 310px;
	text-align: center;
	background-color: transparent;
	font-size: 24px;
}


/* page welcome */

#pageWelcome #leftBlock{
	width: 620px;
	float: left;
	position: relative;
}
#pageWelcome #rightBlock{
	width: 310px;
	float: right;
}
#pageWelcome #rightBlock .spacer{
	margin-top: 4px;
}
#pageWelcome form{
	margin-left: 36px;
}
#pageWelcome .radio{
	* border:solid 1px #fff;
	width: 16px;	
	* height: 16px;
	margin: 0;
	background-color: transparent;
	float: left;
}
#pageWelcome .inputTf{
	border: none;
	color: #fff;
	height: 25px;
	line-height: 25px;
	width: 230px;
	text-align: left;
	background-color: #434240;
	font-size: 14px;
	padding: 0 5px;
	margin-top: 3px;
}

#pageWelcome .inputTf.defaultValue{
	color: #999;
}

#pageWelcome .leftCol{
	margin-left: -26px;
}
#pageWelcome .itemDist{
	height: 10px;
}

#pageWelcome form .button{
	position: absolute;
	right: 40px;
}
#pageWelcome .textBox{
	padding: 14px 14px;
	background-color: #434240;
	background-color: #303030;
}
/*#pageWelcome .textBox .sponsor{
	position: relative;
	width: 175px;
}
#pageWelcome .textBox .sponsor img{
	position: absolute;
	top: -5px; right: -50;
	
}*/


.sponsorLogo{
	text-align: center;
}
.sponsorLogo .sponsorLogo-text{
	-webkit-appearance: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
	text-align: left;
	text-align: center;
}
.sponsorLogo .sponsorLogo-img{
	display: inline-block;
	vertical-align: top;
}
.sponsorLogo .sponsorLogo-img1{
	padding-top: 15px;
}
.sponsorLogo .sponsorLogo-img2{
	padding-top: 0px;
	margin-left: 15px;
}

.popup{
	display:none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.popup-inner{
	position: relative;
	display: block;
	background-color: #fff;
	color: #000;
	width: 500px;
	max-width: calc(100vw - 140px);
	margin: 60px auto;
	margin-top: 60px;
	padding: 50px;
}
.popup-close{
	position: absolute;
	top: 5px; right: 5px; 
	color: #000;
	padding: 10px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 20px;
	cursor: pointer;
}
.popup-close:hover{
	font-weight: bold;
}