html{
	width: 100%;
}
body{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #676767;
	line-height: 1.7em;
	font-weight: 300;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	color: inherit;
	font-weight: 700;
}
p,ul,a{
	color: inherit;
}




h1{
	font-weight: 300;
	line-height:1.2em;
	font-size:60px;

	
}
h2{
	 
	color: #656565;
	font-weight: 300;
	line-height:1.2em;
	font-size: 28px;
}
h3{
	 	
	font-weight: 300;
}
h4{
	 	
	font-weight: 700;
}



#page{
	position: relative;
	z-index: 1;
}
/* General Button Style */
.btn{
	position: relative;
	display:inline-block;
	background: transparent;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid #7ab1ea;
	padding: 10px 80px;
	color: #7ab1ea;
	transition: all .4s ease-out;
	
}

.btn.white {
	color: white;
	border: 1px solid white;
}
.btn.white:hover{
	background-color:#fff;
	color: #7ab1ea;
}

p.prezzo-base strong {
	border-bottom: 0;
	font-size: 30px;
}

p strong {
	border-bottom: 2px solid rgba(122, 177, 234, 0.54);
    margin-bottom:0px;
    padding-bottom: 0px;
	
}