@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

body {
	background-color: #F1F4F8;
	padding-top: 20px;
}

.form-left, .form-right {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
}


.form-group label.required:after {
	content:" *";
	color:red;
}

.form-group label.error {
	color:red;
	font-weight: normal;
	font-size: 12px;
}

.table-noborder td { 
	border: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

.table-noborder .radio {
	margin-top: 5px;
	margin-bottom: 6px;
}

#footer {
	text-align: center;
	margin-bottom: 50px;
}

.modal-dialog { width: 90%;}

.btnbigspan { font-weight: bold; font-size: 25px;}

.red { color: red;}

.btn { white-space: normal;}

.yanone { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 50px; line-height: 80%;}
.bigmini {  text-transform: uppercase; font-size: 30px; line-height: 80%;}
.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 136px;
	height: 136px;
	padding: 8px;
	padding-top: 20px;
	background: #000;
	border: 2px solid black;
	color: white;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 400%;
	display: inline-block;
	line-height: 50%;
	font-weight: bold;
	float: right;
	margin-left: 10px;
}

.numberCircle span { font-size: 50%;         line-height: 80%; font-weight: normal;}

.graybg { padding: 20px; background-color: #E0E0E0; 	border-radius: 10px;  }


body {
    background: url(../images/background.jpg);
    background-size: 100% auto;
}

.container.offer {
	max-width:850px;
}
#footer, #footer a {
	color:#fff !important;
}
