/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
@import url(//fonts.googleapis.com/css?family=Roboto:300,700,500,300italic);

body {
	font-family: 'Roboto', 'sans-serif';
	background: none;
}
strong {
	color: #5CB85C;
}

h1{
	color: #ff9900;
	font-weight: 700;
	margin:40px 0;
	font-size:50px;
}
h2, .h2{
	color:#ff9900;
	margin:0px 0 30px 0;
}

.full {
  background: #f8f8f8 url(../img/sfondo-acqua-bsv.png) repeat-x fixed left top; 
}

.main {
	background: #fff;
	color: #888;
	box-shadow: 0 0 50px #ccc;
}
.col-pad {
	padding: 1.5em 3em;
}
.form_lp .glyphicon {
	font-size: 7em;
}
.top-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #eee;
	color: #555;
}
.row {
	padding-top: 20px;
}
.tel {
	float: right;	
}
.motivi {
	margin-bottom: 30px;
}
.motivi .glyphicon {
	color: #5CB85C;
	font-size: 3em;
}
.footer {
	margin-top: 30px;
	padding: 20px;
	bottom: 0px;
	/*background: #eee;	*/
}

.spacer {
    margin: 30px 0 0 0;
}

#formGuida{
	padding:20px 25px;
	background:#eee;
	border:1px solid #ccc;
}

input.error:not([type="submit"]) {
    border: 1px solid #cc0000;
}
input.error[type="checkbox"] + label, input.error[type="radio"] + label,
input.error[type="checkbox"] + small, input.error[type="radio"] + small {
    color: #cc0000;
}