html{
	margin:0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	text-align: center;

}
body.lp{
	background:url(../img/bg-body.jpg) center top repeat-y;
}

.visore img {
  max-width: 100%;
}
header{
	-webkit-box-shadow: 0px 0px 8px 3px rgba(15, 15, 15, 0.2);
	-moz-box-shadow:    0px 0px 8px 3px rgba(15, 15, 15, 0.2);
	box-shadow:         0px 0px 8px 3px rgba(15, 15, 15, 0.2);
	position: relative;
	z-index: 10;
}

.header-content{
	width:920px;
	margin:0 auto;
	text-align: left;
}
.header-content img{
	padding: 8px 3%;
}
h1{
	font-family: "SkyTextMedium-Regular", Arial, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color:#000;
	text-align: center;
}

.clear{
	clear: both;
}
/*.visore img.big, .visore img.medium{
	display:none;
	height:0;
	border:0;
	margin:0;
	padding:0;
}

@media only screen and (min-width:1000px){
	.visore img.small{
		display: none;
		height:0;
		border:0;
		margin:0;
		padding:0;
	}
	.visore img.medium{
		display: inline-block;
		height: auto;
	}
}

@media only screen and (min-width:1160px){
	.visore img.big{
		display:inline-block;
		height: auto;
	}
	.visore img.medium{
		display: none;
		height:0;
		border:0;
		margin:0;
		padding:0;
	}
}
*/
.content{
	width: 920px;
	margin:35px auto;
	font-family: "SkyTextMedium-Regular", Arial, Tahoma, Verdana, sans-serif;
}


.text, .form{
	width:100%;
	max-width: 760px;
	margin:auto;
	float: none;
	text-align: left;
}
.gruppo{
	width: 50%;
	float: left;
	text-align: left;
}
.text{
	margin: 0 auto;
	padding:0 2%;
}
.text p{
	color:#4f4f4f;
}
.text-thankyou p{
	color:#373231;
	font-size: 26px;
	padding-top:35px;
}
.text p.black{
	color:#000000;
}
.tel{
	text-decoration: none;
	color:#000000;
}
.form {
	width: 100%;
	margin-top: 30px;
	padding-top:10px;
	padding-bottom: 20px;
	text-align: center;
/*	-webkit-box-shadow: 0px 0px 8px 3px rgba(15, 15, 15, 0.2);
	-moz-box-shadow:    0px 0px 8px 3px rgba(15, 15, 15, 0.2);
	box-shadow:         0px 0px 8px 3px rgba(15, 15, 15, 0.2);*/
	min-height: 200px;
}
.form label{
	display: block;
	margin: 15px 10% 0;
}
.form input, select{

    border-bottom: 2px solid #e6e6e6 !important;
	border:none;
	width: 82%;
    margin: 3px 5% 20px 10%;
    height: 21px;
    padding:0;
    background: #fff;
    padding-bottom: 8px;
    font-size: 15px;

}
.form button{
	background-color: #3752a0;
    /* font-family: 'SkyTextRegular' !important; */
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 60%;
    padding: 12px 2rem;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form button:hover{
	background-color: #5675d0;
    color: white !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.testo_campi{
	width: 100%;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
}

.error {color:#F00}

.form input.error {
    border-bottom: 2px solid #F00 !important;
    border: none;
}

input[type="text"].error {
   color:#f00 !important;
}

.form label {
    display: block;
	margin: -20px 10% 0;
	font-size: 12px;
	float: right;
}
.center_img{
	width: 100%;
	text-align: center;
	margin-top:30px;
	display: none;
}

.center_txt{
	width: 100%;
	text-align: center;
}


.testo_campi.desktop{
	display: block;
}
.testo_campi.mobile{
	display:none;
}

.form-text {
	font-size: 15px;
	color:#0074af;
	font-family: "SkyTextMedium-Regular";
	margin-top: 0px;
}

.vantaggi-text {
	color:#0074af;
	font-size: 20px;
	line-height: 25px;
	font-family: "SkyTextMedium-Regular";
	text-align: left;
	padding-left:45px;
	width: auto;
	margin-top: 20px;
}

.vantaggi-line {
	width: 100%;
	position: relative;
	height: 21px;
	margin-bottom: 20px;
	background: url(/etc/designs/sky/library/statics/author_sky/landing/cmn-landing/sep.png) center top no-repeat;
}

.vantaggi-line div {
	width: 100%;
	height: 1px;
	background-color: #1381c5;
	position: absolute;
	top: 8px;
}

.vantaggi-line span {
	background-color: #fff;
	font-size: 15px;
	color:#1381c5;
	width: 215px;
	font-family: "SkyText-Regular";
	position: relative;
	z-index: 1;
	display: inline-block;
}

/*.vantaggi-item {
	background-color: #f8f8f8;
	border: 1px solid #efefef;
	width: 280px;
	height: 305px;
	padding: 10px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 10px;
	text-align: left;
}*/

.half{
	width: 473px;
	height: 88px;
	padding: 10px 0;
	float: left;
}



.vantaggi-item {
    /* background-color: #f8f8f8; */
    /* border: 1px solid #efefef; */
    width: 460px;
    height: 400px;
    padding: 10px 0;
    float: left;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 36px;
    margin-top: 10px;
    text-align: left;
    position: relative;
    /*display:inline-block;*/
}

.vantaggi-item .cluster{
	display: inline-block;
	width:40px;
	height: 40px;
	vertical-align: middle;
	margin-top: 15px;
}

.vantaggi-item h3 {
	font-size: 22px;
	color:#333333;
	font-family: "SkyText-Regular";
	margin-top: 0px;
	display: inline-block;
    line-height: 50px;
    height: 40px;
    vertical-align: middle;
}

.vantaggi-item p {
	font-size: 13px;
	color:#000000;
	font-family: "SkyText-Regular";
	line-height: 15px;
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #1381c5;*/
}

.vantaggi-item a {
	text-decoration: none;
	color:#000000;
	width: 100%;
	font-family: "SkyText-Regular";
}

.vantaggi-item a strong {
	font-family: "SkyTextMedium-Regular";
}

.vantaggi-item a span {
	/*background-image: url(../img/link-arrow.png);*/
	background-position: center right;
	background-repeat: no-repeat;
	/*display: block;*/
}

.vantaggi-item a img{
	vertical-align: middle;
}

.vantaggi-container, .half-container{
	width: 946px;
	margin: auto;
	text-align: center;
}

.half-container{
	margin-bottom:30px;
}

.no-margin {
	margin-right: 0px;
}

.vantaggi-item .scopri{
	display:block;
	position:absolute;
	bottom: 0;
}

.select_ora{
	width:100%;
	position:relative;
	margin-top: 3px;
    margin-bottom: 35px;
    float:left;
}

select#fascia{
	height:33px;
	width:55% !important;
	float: left;
	margin:0 !important;
}

.gruppo #ora{
	width:27%;
    float: left;
    padding-top: 7px;
    margin:0;
	margin-left:43px;
    font-size: 17px;
    color: #909090 !important;

}


input[type="text"].error {
   color:#f00 !important;
}



.basicTitle {
    position: relative;
  /*  display: inline-block;*/
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    margin: 40px auto 30px auto;
	display: none;
}

.basicTitle:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 75px;
    margin: 0 2% 0 0;
}

.basicTitle_prospect:after, .basicTitle_prospect:before {
    border-bottom: 1px solid #1eb9c5;
}

.basicTitle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 75px;
    margin: 0 0 0 2%;
}

.newsBoxContainer.hide{
	display: none;
}


.newsBoxTitle {
    width: 100%;
    font-size: 38px;
    color: #a41341;
    margin-bottom: 50px;
    margin-top: 40px;
    font-weight: 800;
}

.newsBox {
    width: 100%;
    height: auto;
}

.newsBoxRow {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

.newsBoxRowSingleItem {
    width: 100%;
}

.newsBoxItem {
    width: 47%;
    float: left;
}

.newsBoxItemTitle {
    font-size: 22px;
    color: #a60c3f;
    text-align: left;
}

.newsBoxItemTitle, .newsBoxItemSubtitle {
    padding: 0 20px;
    margin: 0px;
    padding-top: 15px;
}

.newsBoxItemSubtitle {
    font-size: 15px;
    color: #5f5f5f;
    text-align: left;
        line-height: 18px;
}



@media only screen and (max-width : 955px) {
	.content{
		width: 100%;
		padding:0;
	}
	.header-content{
		width:100%;
	}
	.text, .form{
		width:100%;
		float: none;
	}
	.text{
		padding:0;
		margin:0;
	}
	.text p, .text h1, .text-thankyou p{
		padding: 0 3%;
	}
	.form{
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
		margin: 0;
	}
	.gruppo{
		width: 100%;
		float: none;
	}
	.form label{
		margin: 5px 3% 0;
	}
	.form input, .form select{
		width: 94%;
		margin: 5px 3% 5px;
	}
	.form button {
		margin: 40px auto;
	}
	.form input, .form select{
		height: 35px;
	}
	.testo_campi.desktop{
		display: none;
	}
	.testo_campi.mobile {
		display: block;
		padding: 15px 3% 5px;
		width:auto;
		text-align: left;
	}

	.vantaggi-container, .half-container{
		width: 460px;
	}

	.vantaggi-text {
		text-align: center;
		padding-left: 0;
	}

	.select_ora{
	margin-top:24px !important;
	margin-bottom:45px !important;
}
.gruppo #ora{
		margin-left:22px;

}
select#fascia {
    width: 69% !important;
}



}

@media only screen and (max-width : 660px) {
	.vantaggi-container {
		width: 310px;
	}
}

.privacy-title {
	text-align: left;
	font-size: 20px;
	color:#000;
	font-family: "SkyTextMedium-Regular";
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy-text {
	text-align: left;
	font-size: 13px;
	color:#000;
	font-family: "SkyText-Regular";
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	margin-bottom: 50px;
}



 @media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.newsBoxItem,.newsBoxItemText{width: 50%;}
			.newsBoxItemText{padding: 0px 0px;}
			.newsBoxItemTitle {font-size: 17px;}
			.newsBoxItemSubtitle,.newsBoxItemTitle{padding: 0px 5px;}
			.newsBoxItemTitle {font-size: 20px;}


}


@media only screen and (max-width: 668px), only screen and (max-device-width: 668px) {

    .newsBoxRow{width: 100%}
	.newsBoxItem,.newsBoxItemText{width: 100%;clear:both;text-align: center;margin-top: 13px;}
	.newsBoxItemSubtitle,.newsBoxItemTitle {text-align: center;}
	.header-content img {
	    padding: 8px 10px;
	}



}




 @media only screen and (max-width : 667px) {


.select_ora {
    margin: 0;
}
.gruppo #ora{
    margin-left: 10px;
    width: 25%;
}

select#fascia {
    width: 68% !important;
}


 }
