/*
 Mio CSS
*/

/*grafica globale*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

/*Per Scrollspy*/
body {
  position: relative;
}

.padding50{
	padding: 50px 0px;
}
.padding20{
	padding: 20px 0px;
}
.margin50{
	margin: 50px auto;
}
.margin30{
	margin-top: 30px;
	margin-bottom:30px;
}

.img-md{
	margin:20% auto;
	border-radius:6px;
	box-shadow: 1px 2px 0 rgba(100, 100, 200, 0.6);
}

/*Menu*/
nav.navbar-default{
	background: #00a6e9;
	border: #00a6e9;
}
/*Elementi testuali*/
.evidence {
  color: #f9a000;
  font-size: 1.2em;
}
/*header*/
header{
	background: url('../img/sfondo-acqua-bsv.png') repeat-x fixed center top #00a6e9;
}
.navbar-brand{
	font-family:"Ubuntu 700", Helvetica, san-serif;
	font-weight:600;
}
.btn-more{
	margin-top:30px;
}
/*contenuto-sezioni*/
.row-blu{
	background:#09f;
	color:#eee;
}
.tit-p-white{
	background:#09f;
	color:#eee;
	border-radius:8px;
	padding:10px 0px;
	margin-top:30px;
	margin-bottom:30px;

}

#testimonials-rotate{
	min-height:300px;
}

#servizio li{
	background: url('../img/check-orange.png') no-repeat left top;
	padding-left: 36px;
	margin:10px 0px;
	list-style: none outside none;
}

/*form Aweber*/
.contenitore-form-aweber {
	padding:40px 30px;
	border-radius:30px;
	background-color:#00a6e9;
}
.contenitore-form-aweber a{
	color:#ccc;
}
.contenitore-form-aweber h2{
	color:#ffcc00;
	font-weight:700;
}
.contenitore-form-aweber lead{
	font-weight:700;
}
.contenitore-form-aweber .checkbox{
	display:inline !important;
	min-height:0 !important;
}

.form-header p{
	font-size:1.2em;
}


.message_sent{
}
	.message_sent p a{
		background:#009ee5;
		display:block;
		text-align:center;
		padding:5px 7px;
	}


/*responsive*/
@media (max-width: 768px){
	.navbar-brand img {
	max-width:190px;	
	}
	.btn {
	padding: 6px 4px;
	}

}