.bfh-selectbox .bfh-selectbox-options {
    width: 100%
}

h2 {
    font-weight: bold;
}
label {
    font-weight: normal;
}

body{
	background: #888789;
	background-image:url('../img/square_bg2.png');
	background-repeat:repeat;
	padding-bottom: 20px;
}
.container-narrow {
	margin: 0 auto;
	max-width: 1080px;
}
.centerText{
	text-align: center;
}
.headline{
    margin: 30px 0;
    text-align: center;
}
.headline h1{
	font-size: 72px;
    line-height: 1;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
.title{
	font-size: 72px;
	font-weight: bolder;
    line-height: 1;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
.redtitle{
	color:#D8183D;
	margin-right:-6px;
}
.formErrors{
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 20px;
/*	margin-bottom:-30px;*/
}
.headline h2{
	font-size: 36px;
    line-height: 1;
    color: #D8D8D8;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}
.padTop{
	padding-top:25px;
}
.module{
	padding-left: 15px;
	margin-top: 20px;
	height:240px;
	text-align: left;
}
.module2{
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: left;
}
.module3{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	min-height:155px;
	text-align: left;
}
.mini{
	padding-top: 5px;
}
.text{
	font-family: SkiaCCRegular;
	font-size:18px;
	text-align:center;
}
.textPl{
	font-family: Candara;
	font-size:16px;
	text-align:center;
}
.textCz{
	font-family: Candara;
	font-size:16px;
	text-align:center;
}
.left{
	text-align:right;

}.right{
	text-align: left;
}
.textPl .sliderLabel{
	margin-bottom: -3px;
}
.textCz .sliderLabel{
	margin-bottom: -3px;
}
.sliderLabel{
	font-size:16px;
}
.text p{
	margin-bottom:-3px;
}
.pref{
	height:70px;
}
.spacer{
	padding-bottom:25px;
}
.logo{
/*	padding-left: 15px;
	padding-right: 10px;*/
/*	width:110px;*/
	position:fixed;
	left:10px;
	bottom: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.logo:hover {
     filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.2;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.2;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.2;
}

.logo2{
    position:fixed;
	right:10px;
	bottom: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.logo2:hover {
     filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=20);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.2;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.2;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.2;
}

.link{
	padding:10px;
	cursor:pointer;
}
.linkBlue:hover{
	color:white;
	background-color: #2598BE;
	-moz-box-shadow:    5px 5px 0px 0px #1C7795;
	-webkit-box-shadow: 5px 5px 0px 0px #1C7795;
	box-shadow:         5px 5px 0px 0px #1C7795;
}
.link:hover{
	color:white;
	background: #DF1125;
	-moz-box-shadow:    3px 3px 0px 0px #B41434;
	-webkit-box-shadow: 3px 3px 0px 0px #B41434;
	box-shadow:         3px 3px 0px 0px #B41434;
}
.navigation{
	margin-top:10px;
	font-family: SkiaCCRegular;
	font-size:18px;
}
.navigationPl{
	margin-top:10px;
	font-family: Candara;
	font-size:18px;
}
.navigationCz{
	margin-top:10px;
	font-family: Candara;
	font-size:18px;
}
.instructionsCz{
	font-family: Candara;
	font-size:16px;
	text-align: center;
}
.instructionsPl{
	font-family: Candara;
	font-size:16px;
	text-align: center;
}
.instructions{
	font-family: SkiaCCRegular;
	font-size:18px;
	text-align: center;
}
.navText{
	color:white;
/*	padding-top: 5px;*/
/*	height:25px;*/
	text-align: center;

/*    display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.speksRed{
	color: white;
	background: #DF1125;
	-moz-box-shadow:    3px 3px 0px 0px #B41434;
	-webkit-box-shadow: 3px 3px 0px 0px #B41434;
	box-shadow:         3px 3px 0px 0px #B41434;
}
.dark{
	color:white;
	background-color: #3C3738;
	-moz-box-shadow:    5px 5px 0px 0px #1C1A1A;
	-webkit-box-shadow: 5px 5px 0px 0px #1C1A1A;
	box-shadow:         5px 5px 0px 0px #1C1A1A;
    border-radius: 6px;
}
.beginBtn{
	color:white;
	background-color: #DF1125;
	-moz-box-shadow:    3px 3px 0px 0px #BA1435;
	-webkit-box-shadow: 3px 3px 0px 0px #BA1435;
	box-shadow:         3px 3px 0px 0px #BA1435;
}
.beginBtn:hover{
	color:white;
	text-decoration: none;
	background-color:#E7234A;
	-moz-box-shadow:    3px 3px 0px 0px #A71230;
	-webkit-box-shadow: 3px 3px 0px 0px #A71230;
	box-shadow:         3px 3px 0px 0px #A71230;
}
.submitBtn{
	height:60px;
	width:100px;
	position:fixed;
	right:10px;
	bottom: 10px;
	font-size:20px;
	color:white;
	background-color: #DF1125;
	-moz-box-shadow:    5px 5px 0px 0px #BA1435;
	-webkit-box-shadow: 5px 5px 0px 0px #BA1435;
	box-shadow:         5px 5px 0px 0px #BA1435;
}
.submitBtn:hover{
	color:white;
	text-decoration: none;
	background-color:#EE1A2F;
	-moz-box-shadow:    5px 5px 0px 0px #A71230;
	-webkit-box-shadow: 5px 5px 0px 0px #A71230;
	box-shadow:         5px 5px 0px 0px #A71230;
}
.navBtn:hover{
	color:white;
	text-decoration: none;
	background-color:#EE1A2F;
	-moz-box-shadow:    3px 3px 0px 0px #A71230;
	-webkit-box-shadow: 3px 3px 0px 0px #A71230;
	box-shadow:         3px 3px 0px 0px #A71230;
}
.slider-handle {
	background: #DF1125;
}
@font-face {
    font-family: 'SkiaCCRegular';
    src: url('skia.eot');
    src: url('skia.eot') format('embedded-opentype'),
         url('skia.woff') format('woff'),
         url('skia.ttf') format('truetype'),
         url('skia.svg#SkiaCCRegular') format('svg');
}
@font-face {
	font-family: 'CANDARA';
	src: url('CANDARA.eot');
	src: local('CANDARA'), url('CANDARA.woff') format('woff'), url('CANDARA.ttf') format('truetype');
}