@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(http://fonts.googleapis.com/css?family=Marck+Script);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
/*@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?35973732');
  src: url('../font/fontello.eot?35973732#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?35973732') format('woff'),
       url('../font/fontello.ttf?35973732') format('truetype'),
       url('../font/fontello.svg?35973732#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'landing-font';
  src: url('../font/landing-font3a54.eot?19471205');
  src: url('../font/landing-font3a54.eot?19471205#iefix') format('embedded-opentype'),
       url('../font/landing-font3a54.woff2?19471205') format('woff2'),
       url('../font/landing-font3a54.woff?19471205') format('woff'),
       url('../font/landing-font3a54.ttf?19471205') format('truetype'),
       url('../font/landing-font3a54.svg?19471205#landing-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{
    height: 100%;
    max-width: 100% !important;
	overflow-x: hidden !important;

	max-height: 100% !important;
	overflow: hidden !important;
}
.noScrollIphone{
	position: fixed !important;
}
.noScrollIpad{
	position: fixed !important;
	left: 50%;
	margin-left: -250px;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	overflow: hidden;
	background: -webkit-linear-gradient(#0e1037, #4d6bd9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0e1037, #4d6bd9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0e1037, #4d6bd9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0e1037, #4d6bd9); /* Standard syntax */
}

@media (min-width: 500px){
	.shadow{
		-webkit-box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.75);
	}
}

a{
	text-decoration: none;
	color: #677eac;
}

a:link, a:visited{
	color: #677eac;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 26px;
	color: #fff;

}
h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #606060;
}

h4 {
	font-family: 'Roboto',sans-serif;
	font-size: 2.2em;
	color: #606060;
	margin: 20px;
	font-weight: 200;
	text-align: center;
}
h6 {
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	color: #606060;
	margin: 20px;
}

figure{
	margin:0;
}

.default-testo{
	color: #5f5f5f;
	font-size: 16px;
}

.default-titolo{
	color: #5f5f5f;
	font-size: 2.2em;
}

.default-titoloCookie{
	color: #ffffff!important;
	position: absolute;
	bottom: 15px;
}


.clear{
	clear: both;
}

.hide{
	display: none;
}
.padding20{
	padding: 20px;
}

.padding10{
	padding: 10px;
}

.paddingtop16{
	padding-top: 16px;
}
.paddingtop38{
	padding-top: 38px;
}

.padding-bottom{
	padding-bottom: 25px;
}
.padding0-40{
	padding: 0px 20px 20px 20px;
}

.margintop10{
	margin-top:10px;
}


.margintop20{
	margin-top:20px;
}
.marginTop12{
 	margin-top:12px;
 }

.marginbottom{
 	margin-bottom:40px;
 }

 .marginbottom20{
 	margin-bottom:20px;
 }


.margin-form{
	margin:0px 10px 40px 10px
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}

.right{
	text-align: right;
}

.margin0{
	margin: 0;
}

.margin-auto{
	margin: 0 auto;
}

.margin-bottom-10{
	margin-bottom:10px;
}

.margin-bottom-40{
	margin-bottom:40px;
}
.margin-top10{
	margin-top:10px;
}

.margin-top20{
	margin-top:20px;
}

.margin-top30{
	margin-top:30px;
}


.float-right{
	float: right;
}

.float-left{
	float: left;
}



.font-size60 {
	font-family: 'Roboto',sans-serif;
	font-size: 60px;
	font-weight: bold;
}

.font-size40 {
	font-family: 'Roboto',sans-serif;
	font-size: 40px;
	font-weight: bold;
}

.font-size20 {
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: bold;

}
.font-size11 {
	font-family: 'Roboto',sans-serif;
	font-size: 11px;
	color: #606060;

}

.font-size{
	font-size: 35px!important;
}


.fontsize10{
	font-size: 10px!important;
}
.bold{
	font-weight: bold;
}

.titolo-slide2{
	margin: -2em auto;
	color: #9b9b9b;
	width: 100%;
	padding:10px 20px 10px 20px;
}
.testo-slide2{
	text-align:left;
	padding:10px;
}
.titolo-slide3{
	position:absolute;
	bottom:10%;
	width:100%;
	color: #000;
	overflow: hidden;
	padding:10px 20px 10px 20px;
}
.titolo-slide4{
	position:absolute; 
	top:4em; 
	color: #000;
	text-align:left;
	width: 100%;
	padding:10px 20px 10px 20px;
}
.testo-slide3{
	position:absolute;
	bottom:4em;
	width:100%;
	color: #9b9b9b;
	overflow: hidden;
	text-align:left;
	padding:10px 20px 10px 20px;
}
.testo-slide6{
	position:absolute;
	bottom:0%;
	width:100%;
	color: #000;
	overflow: hidden;
	text-align:left;
	padding:10px 20px 10px 20px;
	min-height: 20%;
}

.testo-slide5{
	margin: 0em auto;
	color: #000;
	width: 75%;
	top: 4em;
	position: relative;
	padding: 10px 20px 10px 20px;
}
.testo-slide8{
	position: absolute;
	top: 0%;
	color: #000;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	height: 20%;
	text-align: left;
	/*opacity: 0.8;*/
	padding:10px 20px 10px 20px;
}
.testo-slidechiusura{
	text-align:left;
	padding:10px;
	margin-bottom:50px
}
.testo-slidemask{
	position:absolute;
	bottom:0%;
	width:100%;
	color: #000;
	overflow: hidden;
	text-align:left;
	padding:30px 20px 10px 20px;
	min-height: 20%;
}
.testo-cover-swipe{
	z-index: 9999;
	position:absolute;
	bottom:25%;
	width:100%;
	color: #fff;
	padding:10px 20px 10px 20px;
	min-height: 20%;
}
.box-call{
	position:relative; 
	top:0%; 
	color: #000;
	min-height:50px;
	text-align:center;
}
.box-mask{
	/*left:20%;
	top:25%!important;*/
	/*text-align:center!important;*/
	/*margin: 0 auto!important;**/
	/*position: absolute;!important;*/
	/*width: 220px;
  	height: 220px;*/
  
  	/*padding:0 20px 0 20px;*/
  	 -webkit-border-radius: 999em;
  	position: relative;
  	top:20%;
  	text-align: center;
  	margin:0 auto 10px auto;
}
.circle{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.box-call2{
	position:relative; 
	top:0%; 
	margin: 0 auto;
	color: #000;
	font-size: 1em;
	min-height:40px;
	text-align:center;
}
.box-call-to-action{
	position:relative; 
	top:2%; 
	margin: 0 auto;
	color: #000;
	font-size: 1em;
	min-height:40px;
	text-align:center;
}

.container {
	position: relative;
	margin: 0 auto;
	-webkit-perspective: 2200px;
	-moz-perspective: 2200px;
	-ms-perspective: 2200px;
	perspective: 2200px;
}  
.page {
	width: 50.06667%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
}
.page > div {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.page .back {	
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.page .outer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 999;
}
.page .content{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.overlay, .flipoverlay{
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.flipoverlay{
	background-color: rgba(0, 0, 0, 0.2);
}
.page .content .inner{
	height: 100%;
}
.page h1{
	text-align: center;
}
.page.cover .front .content,
.page.cover-back .back .content{
	width: 100% !important;
}
.page.cover .front .content:after,
.page.cover-back .back .content:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.01) 16%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 60%,rgba(0,0,0,0.09) 61%,rgba(0,0,0,0.35) 100%);
	opacity: 0.2;
}
.page.cover-back .back .content:after{
	left: auto;
	right: 0px;
	background:-webkit-linear-gradient(left, rgba(0,0,0,0.53) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%);
}
.page.cover .front .content .inner{
	padding-top: 20px;
}
.page.cover-back .back .content{
	background: #B0D5FF;
}
.page.cover h1{
	color: rgba(255,255,255,0.9);
	text-align: right;
	font-weight: 300;
	font-size: 34px;
	margin: 0 0 0 60%;
	line-height: 34px;
	padding-bottom: 10px;
	cursor: default;
}
.page.cover h1 span{
	display: block;
	font-weight: 300;
	font-size: 15px;
}
.f-cover-flip{
	position: absolute;
	right: 0px;
	top: 40%;
	cursor: pointer;
}
.f-cover-swipe{
	position: absolute;
	width: 100%;
	height: 100%;
	/*opacity: 0.7;*/
	/*background-color: #535353;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+40,000000+100&0+0,0.5+41,0.8+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 40%, rgba(0,0,0,0.5) 41%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 40%,rgba(0,0,0,0.5) 41%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 40%,rgba(0,0,0,0.5) 41%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	top: 0%;
	text-align: center;
	cursor: pointer;
}
.f-cover-swipe img {
	z-index: 9999;
	margin:0 auto;
	text-align: center;
	position: relative;
	top: 30%;
}
.f-cover-flip img {
	width: 63px;
}
.box{
	overflow: hidden;
	position: relative;
	background: #fff;
	cursor: pointer;
	top: 0px;
	margin: 0 auto;
}
.img-cont{
	z-index: 9999;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.box p{
	padding:10px 10px 10px 10px;
	position: relative;
}
.w-25{ width: 25%; margin: 0 auto}
.w-30{ width: 33.3%;}
.w-40{ width: 40%; }
.w-50{ width: 50%; }
.w-60{ width: 60%; }
.w-70{ width: 70%; }
.w-75{ width: 75%; }
.w-80{ width: 80%; }
.w-90{ width: 90%; }
.w-100{ width: 100%; }

.h-15{height: 15%}
.h-25{ height: 25%; }
.h-30{ height: 30%; }
.h-40{ height: 40%; }
.h-50{ height: 50%; }
.h-60{ height: 60%; }
.h-70{ height: 70%; }
.h-75{ height: 75%; }
.h-100{ height: 100%; }

.box-expanded.box-img-left .img-cont,
.box-img-left .img-cont{
	float: left;
	width: 40%;
	height: 100%;
	margin-right: 2%;
}
.box-img-left:after{
	left:  42%;
}
.box-img-left p{
	margin-left: 42%;
}
.box-img-right .img-cont{
	float: right;
	width: 40%;
	height: 100%;
	margin-left: 2%;
}
.box-img-right:after{
	right: 42%;
}
.box-img-right p{
	margin-right: 42%;
}
.text-align-center{
	text-align: center;
}
.title-top{
	position: relative;
	margin: 4em auto;
	width: 100%;
	padding:10px 20px 10px 20px;
}
.title-top-mask{
	/*position: relative;
	margin: 2em;
	width: 100%;
	overflow: hidden;
	height: 150px;
	height: 100px;
	padding:10px 70px 0px 70px;*/
	position:absolute;
	top:0%;
	width:100%;
	color: #000;
	overflow: hidden;
	text-align:left;
	padding:30px 40px 10px 40px;
	min-height: 20%;
}
.title-top-trampolino{
	position: relative;
	margin: 0 auto;
	/*text-align: center;*/
	color: #9b9b9b;
	width: 100%;
	padding:10px 20px 10px 20px;
}
.call-to-action-trampolino{
	position:absolute;
	bottom:17%;
	width:100%;
	color: #9b9b9b;
	overflow: hidden;
	text-align:center;
	padding:10px 20px 10px 20px;
	background:#fefefe;
	height: 100px;

}

.box-paypal-deal{
	position:absolute;
	bottom:0%;
	width:100%;
	color: #9b9b9b;
	overflow: hidden;
	text-align:center;
	padding:0px;
}

.box-privacy{
	font-family: 'Roboto', sans-serif;
	position:absolute;
	bottom:8%;
	width:100%;
	color: #606060;
	overflow: hidden;
	text-align:center;
	padding:10px 20px 10px 20px;
}
.box-b-r{
	border-right: 1px solid #f2f2f2;
}
.box-b-l{
	border-left: 1px solid #f2f2f2;
}
.box-expanded{
	border: none;
	padding: 50px 10px 20px 10px;
}
.box-expanded .img-cont{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	float: left;
	width: 50%;
	height: 50%;
	margin-right: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.box.box-expanded p{
	font-size: 20px;
	line-height: 30px;
}
.box.box-expanded:after{
	background: transparent;
}
.box-expanded .box-close{
	/*background-image: url(../img/close.png);
	background-repeat: no-repeat;*/
	position: absolute;
	top:10px;
	right: 20px;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 1em;
	text-align: center;
	line-height: 30px;
}
.blu{
	color: #536da1;
}
.orange{
	color: #f67d2c;
}
.green{
	color: #00a187;
}
.blu a{
	color: #536da1;
}
.orange a{
	color: #f67d2c;
}
.green a{
	color: #00a187;
}
.footer-call{
	position: absolute;
	bottom: 1%;
	color: #5f5f5f;
	font-size: 0.6em;
	width: 100%;
	margin: 0 auto;
	height: 7%;
	text-align: center;
}
.call{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%x;
	-moz-border-radius:50%;
	border-radius: 50%;
	margin: 0 auto;
}
.blu-border{
	border:2px solid #536da1;
}
.orange-border{
	border:2px solid #f67d2c;
}
.green-border{
	border:2px solid #00a187;
}
#loading{
	margin-top: 40%;
	text-align: center;
	color: #fff;
}
.landscape{
	display: none;
	margin-top: 10%;
	text-align: center;
	color: #fff;
}
.ie{
	display: none;
	margin-top: 40%;
	text-align: center;
	color: #fff;
}
.btn-call {
	min-width: 60%;
	border-top-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	height: 65px;
	/*width: 310px;*/
	padding:10px;
	min-height: 65px;
	line-height: 40px;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	/*margin: 0 2em 0 2em;*/
	background-color: #ffffff;
}

.btn-call[colorStyle=blu]{
	border: 2px solid #3c5a9a;
 	color: #3c5a9a;
	
}
.btn-call[colorStyle=green]{
	border: 2px solid #01a187;
  	color: #01a187;
	
}
.btn-call[colorStyle=orange]{
	border: 2px solid #f67d2c;
  	color: #f67d2c;
	
}

.border[colorStyle=blu]{
	border: 4px solid #3c5a9a;
 	
	
}
.border[colorStyle=green]{
	border: 4px solid #01a187;
  
	
}
.border[colorStyle=orange]{
	border: 4px solid #f67d2c;
  	
	
}
/*Stile per il video*/
.videoThumb{
	position:relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.playThumb{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/play.png) no-repeat center center;
}

.messaggio-conferma {
	font-family: 'Roboto', sans-serif;
	padding: 10px 0 ;
	margin: 15px auto;
	color: #606060;
	font-size: 1em;
	text-align: center;
}

.messaggio-conferma-blu{
	background-color: #cfd6e8;
}
.messaggio-conferma-orange{
	background-color: #fddeca;
}
.messaggio-conferma-green{
	background-color: #c0e7e2;
}


.messaggio-conferma[colorStyle=blu]{
	background-color: #cfd6e8;
}
.messaggio-conferma[colorStyle=orange]{
	background-color: #fddeca;
}
.messaggio-conferma[colorStyle=green]{
	background-color: #c0e7e2;
}


.field {
  color: #ababab;
  border: none;
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 3px #e8e6e3;
  padding-left: 10px;
  font-family: 'Roboto',sans-serif!important;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
}


.discountPriceLanding{
	padding-top:20px;
	text-align:center;
}

/*Stile survey*/
.numerosurvey{
	font-family: 'Roboto',sans-serif;
	font-size: 1.3em;
	color: #606060;
	margin: 1em 0 1em 0;
}


/*Stile Sezione Deal*/
.compraOraPreview {
	float: left!important;
	text-align: left;
	width: 170px;
	text-align: center;
	font-size: 23px;
	background-color: #f4f2ef; 
	border: 2px solid #536da1;
}


.container-priceLanding {
  width: 100px;
  height: 107px;
  background-repeat: no-repeat;
  position: relative;
  top: -71px;
  left: 0px;
  z-index: 100;
  color: #fff;
}
.container-priceLandingNoDoscout {
  width: 100px;
  height: 107px;
  background-repeat: no-repeat;
  position: relative;
  top: -73px;
  left: 0px;
  z-index: 100;
  color: #fff;
}

/*Bollino per prezzo non scontato */
.container-priceLandingNoDoscout[colorStyle=blu]{
    background-image: url(../img/price-blu2.png);
}
.container-priceLandingNoDoscout[colorStyle=green]{
    background-image: url(../img/price-verde2.png);
}
.container-priceLandingNoDoscout[colorStyle=orange]{
    background-image: url(../img/price-arancione2.png);
}

/*Bollino per prezzo scontato*/
.container-priceLanding[colorStyle=blu]{
   background-image: url(../img/price-blu.png);
}
.container-priceLanding[colorStyle=green]{
   background-image: url(../img/price-verde.png);
}
.container-priceLanding[colorStyle=orange]{
   background-image: url(../img/price-arancione.png);
}


.color-text[colorStyle=blu]{
	color:#3c5a9a;
}
.color-text[colorStyle=green]{
	color:#01a187;
}
.color-text[colorStyle=orange]{
	color:#f67d2c;
}

.img-timer[colorStyle=blu]{
	background-color:#3c5a9a;
}
.img-timer[colorStyle=green]{
	background-color:#01a187;
}
.img-timer[colorStyle=orange]{
	background-color:#f67d2c;
}


/*Thank you page*/
.coupon-text {
	color: #fff;
	text-align: center !important;
	/*margin: -90px auto 15px auto !important;*/
	text-align: center !important;
	padding: 5px !important;
	/*margin-top:2em;*/
	height: 70px;
	list-style: none !important;
	/* background-color: #536da1;*/
	width: 75%;
	float: left;

}

.coupon-container{
	text-align: center;
	padding: 0 0 20px 0;
	/*margin-top:30px;*/
}

.img-coupon {
	float: left;
	text-align: center;
	padding: 0 5px 0 5px;
	line-height: 70px;
	width: 25%;
	height: 70px;
	color:#fff;
}

.img-coupon img{
	width: 90%;
	 vertical-align: middle;
}


.bg-timer[colorStyle=blu]{
	background-color: #88a0d7;
	
	
}
.bg-timer[colorStyle=green]{
	background-color: #6bc8b9;
	
	
}
.bg-timer[colorStyle=orange]{
	background-color: #fda66b;
	
	
}

.bg-coupon[colorStyle=blu]{
	background-color: #536da1;
	 opacity: 0.7;
}
.bg-coupon[colorStyle=green]{
	background-color: #01a187;
	 opacity: 0.7;
}
.bg-coupon[colorStyle=orange]{
	background-color: #f67d2c;
	opacity: 0.7;
}


.originalPriceLanding {
  text-align: center;
  margin-top: 20px;
}

.dtpicker-buttonCont .dtpicker-button[colorStyle=blu]{
	background: #3c5a9a;
  	color: #FFFFFF;
}

.dtpicker-buttonCont .dtpicker-button[colorStyle=green]{
	background: #01a187;
  	color: #FFFFFF;
}

.dtpicker-buttonCont .dtpicker-button[colorStyle=orange]{
	background: #f67d2c;
  	color: #FFFFFF;
}

/*countdown*/
.countdown-container{
	text-align: center;
	/*padding: 0 0 20px 0;*/
	margin:0 auto;
}
.img-timer {
	float: left;
	text-align: center;
	padding: 0 5px 0 5px;
	line-height: 70px;
	width: 25%;
	height: 70px;
	color: #fff;

}
#countdown {
	padding: 0px !important;
	margin: 0px !important;
}

ul.panels li.panel {
  margin: 0px;
  /*padding-left: 0px;*/
  display: block;
}

/*ul.panels li.panel.panel_1 div.timer {
border:5px solid;
  color: #fff;
 text-align: center !important;
  padding: 5px !important;
  height: 70px;
  list-style: none !important;
  float: left;
 width: 85%
  text-align: center;
  margin-top: -16px;
  opacity: 0.7;


}*/
ul.panels li.panel.panel_1 div.timer {
  color: #fff;
  text-align: center !important;
  margin: -90px auto 15px auto !important;
  text-align: center !important;
  padding: 5px !important;
  height: 70px;
  list-style: none !important;
}

ul.panels li.panel.panel_1 div.timer ul {
  display: inline-block;
  list-style: none !important;
  /*float: left;*/
}

ul.panels li.panel.panel_1 div.timer ul li {
  float: left;
  text-align: center;
}

ul.panels li.panel.panel_1 div.timer ul li.seperator {
  font-size: .7em;
}

ul.panels li.panel.panel_1 div.timer ul li p {
  font-weight: 200;
	line-height: 0em;
}

ul.panels li.panel.panel_1 div.subscribe {
  padding: 40px 0;
}

ul.panels li.panel.panel_1 div.subscribe h3 {
 
  text-align: center;
  color: white;
}

ul.panels li.panel.panel_1 div.subscribe form .error_alert {
  display: none;
}

.timeRefDays, .timeRefSeconds, .timeRefMinutes, .timeRefHours{
	margin: 0; padding: 0;color:#fff;
}

.margin-hours{
	margin: 0 0 0 5px;
}

.content-call{
	margin: 0 auto;
	text-align: center;
}


.paddingtop10{
	padding-top:10px;
}

/*stile arrow slider*/

.swipe img {
	width:100%;
	vertical-align: middle;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

.swipe .nav {
  position: absolute;
  width: 80px;
  height: 100%;
  z-index: 10;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  top: 0;
  cursor: pointer;

}

.swipe .nav.next {
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.nav.prev[colorStyle=blu]{
  background: url(../img/arrow/arrow-sx-blue.png) no-repeat center;
}

.nav.next[colorStyle=blu]{
  background: url(../img/arrow/arrow-dx-blue.png) no-repeat center;
}

.nav.prev[colorStyle=green]{
  background: url(../img/arrow/arrow-sx-green.png) no-repeat center;
}

.nav.next[colorStyle=green]{
  background: url(../img/arrow/arrow-dx-green.png) no-repeat center;
}

.nav.prev[colorStyle=orange]{
  background: url(../img/arrow/arrow-sx-orange.png) no-repeat center;
}
 
.nav.next[colorStyle=orange]{
  background: url(../img/arrow/arrow-dx-orange.png) no-repeat center;
}
 
/*fine*/

/*Stile front-end donation*/
.titolo-donazione{
	font-family: 'Roboto',sans-serif;
	font-size: 2.2em;
	color: #5f5f5f;
	margin: 20px;
	font-weight: 200;
	text-align: center;
	word-wrap: break-word;
}


.testo-dettaglio-donazione{
  line-height: 22px;
  font-size: 1em;
  color: #606060;
  text-align: left;
}

.container-donazioniDonate {
  background-color: #ebe6e3;
  /*margin: 0 20px 0 20px;*/
  height: 90px;
  padding: 0 20px 0 20px;
}

.container-donazioniNoDonati {
  background-color: #ebe6e3;
 /* margin: 0 20px 0 20px;*/
  height: 55px;
  /*padding: 0 20px 0 20px;*/
}

.styled-select select {
  /*background: transparent;*/
  margin-top:5px;
  color: #ababab;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
  padding: 5px;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%!important;
  position: relative;
  border: none;
 
}

.bg-select[colorStyle=blu]{
	background: url(../img/down_arrow_select-blu.png) no-repeat right #fff;
}
.bg-select[colorStyle=green]{
	background: url(../img/down_arrow_select-green.png) no-repeat right #fff;
}
.bg-select[colorStyle=orange]{
	background: url(../img/down_arrow_select-orange.png) no-repeat right #fff;
}

.inputDonazione {
text-align: center;
  font-family: 'Roboto',sans-serif!important;
  color: #ababab;
  border: none;
  width: 100%;
  display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 3px #e8e6e3;
  padding: 0px;
  overflow: auto;
  resize: none;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 25px;
  /*padding-left: 10px;*/
}


.box-shadow {
  position: relative;
  top: 0px;
  /* width: 300px; */
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 500px){
	.desk-1 {
	margin:0 auto;
	width: 500px;

	}
}

/*stile per il floating button di chatbot*/
.chatFloatingButton {
	width:75px;
	height:75px;
	color:#ffffff!important;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	cursor: pointer;
	z-index:999;
	position:fixed;
	bottom:30px;
	right: 5%;
}

/*stile per le nuove CTA*/
@media screen and (min-width: 500px) {
	#ctaContainer {
		width:500px;
	}
}

@media only screen and (min-device-width: 768px) {
	.zoom {
		zoom: 1.6 !important;
		-ms-zoom: 1.6 !important;
		-webkit-zoom: 1.6 !important;
		-moz-transform: scale(1.6, 1.6) !important;

		transform-origin: left center !important;
		-ms-transform-origin: left center !important;
		-webkit-transform-origin: left center !important;
		-moz-transform-origin: left center !important;
	}
	#stShare {
	    margin-left: -179px!important;
	}    
}

.blu-fill{
	background-color: #536da1;
}
.orange-fill{
	background-color: #f67d2c;
}
.green-fill{
	background-color: #00a187;
}

.ctaHoverSt {
	background:#98c21f;
	width:48px!important;
	height:48px!important;
	border-radius:50%;
	position:fixed;
	bottom:0;
	text-align:center;
	padding-top:15px;
}

.ctaHoverSt i[class*="icona-"] {
	font-size:18px;
}

.blurred {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	pointer-events: none;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

#stShare {
    position: fixed;
    height: auto;
    width: 94%;
    bottom: 25%;
    margin-left: -169px;
    display: block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px 20px 20px;
    z-index: 100;
}

#stShare h1 {
    margin: 0;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

#stShare hr {
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#stShare table {
    width: 100%;
}

#stShare td {
    text-align: center;
    padding: 6px;
}

#stShare img {
    width: 64px;
    height: 64px;
}
/*stile per i pulsanti dei social auto-fill*/
.socialAutoFillBtn {
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  background-repeat:no-repeat;
  background-size: 35px;
  background-position: 2% center;
}

.socialAutoFillBtn strong {
  margin: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
/*Form contatti*/

.comment_form {
  padding-bottom: 20px;
}

.comment_form input,
.comment_form textarea,
.comment_form button {
  /*width: 100%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}
.comment_form input,
.comment_form textarea {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 4px solid #e8e6e3;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px

}

::-webkit-input-placeholder {
   color: #ababab;
   text-align: left;
   font-size: 20px;
   font-family: 'Roboto', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ababab; 
     text-align: left;
   font-size: 20px; 
   font-family: 'Roboto', sans-serif;

}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ababab;
    text-align: left;
   font-size: 20px;  
   font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {  
   color: #ababab; 
   text-align: left;
   font-size: 20px;
   font-family: 'Roboto', sans-serif;
}

.comment_form input:focus,
.comment_form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment_form textarea {
  height: 100px;
}

.content-form{ 
  /*width:100%;  */
 /* padding:0;  */
 /* display: inline-block;*/
  height:60px;
  margin:20px 20px 40px 20px;
}

.lead-survey-form  { 
  margin:0 auto;
  padding-bottom:0px; 
  max-width:700px;  
  position: relative;
  z-index: 1;
 /* text-align: center;*/
  }

.lead-survey-form .field_container{ 
  /*display: block;*/
  text-align: center;
  -webkit-border-radius: 3px; 
  border-radius: 3px; 
  
}


.lead-survey-form .field{
  font-family: 'Roboto',sans-serif!important;
  font-weight: 200;
  color: #ababab;
  width: 100%;
  /*float: left;*/
  border: 1px solid #e0e1e3;
  display: inline;  
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px; 
  height:100%;
  background-color: #fff;
  /*box-shadow: 0px 0px 0px 3px #e8e6e3;*/ 
  /*overflow:auto; */
  resize: none; 
  position: relative; 
  /*z-index: 1;*/
  font-size: 22px;
  line-height:30px;
  padding-left: 15px;
  height: 50px;

}


.lead-survey-form input{
  width:90%;
}


.lead-survey-form label{ 
  font-size: 14px; 
  color:#898989; 
  /*display: block;*/
  padding-bottom:8px;
}

.lead-survey-form label.valid{ 
  display:none!important;
}

.lead-survey-form label.error{
  height:30px;
  font-size: 14px;
  position:relative;  
  top:-90px; 
  /*right:30px; */
  z-index: 100;
  float: right;
  font-weight: normal;
  padding:0 5px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
  line-height:30px;
}



.lead-survey-form label.error:after{
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 28px;
  content: "";
  display: block;
  right: 12px;
  position: absolute;
  z-index: 99;

}

.lead-survey-form label.error em{ 
  font-style: normal; 
  width:0px; 
  border-left:7px solid transparent;  /* left arrow slant */
  border-right:7px solid transparent; /* right arrow slant */
  border-bottom:7px solid #3c5a9a; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
  position:absolute;
  top: -7px;
  right:13px;
}

.lead-survey-form .arrow {
  width:0px; 
  height:0px; 
  border-left:7px solid transparent;  /* left arrow slant */
  border-right:7px solid transparent; /* right arrow slant */
  border-bottom:7px solid #3c5a9a; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
  position:absolute;
  top: -7px;
  right:13px;
}



input::-webkit-input-placeholder {
  color: #dedede;
  font-family: 'Roboto', sans-serif;
  font-size:18px; 
  padding-left: 15px;
  color: #ababab
  } 
  /* Webkit browsers */

input:-moz-input-placeholder {
  color: #dedede;
  font-family: 'Roboto', sans-serif;
  font-size:18px; 
  padding-left: 15px;
  } /* Firefox 4 */



.styled-select-blu {
    background: url(../img/down_arrow_select-blu.png) no-repeat right #fff;
  }

.styled-select-orange {
  background: url(../img/down_arrow_select-orange.png) no-repeat right #fff;
}

.styled-select-green {
  background: url(../img/down_arrow_select-green.png) no-repeat right #fff;
}


input[type=checkbox].css-checkbox {
  /*position:absolute;*/
  /*z-index:-1000;*/
  /*left:-1000px;*/
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px; 
  width:1px;
  /*margin:-1px;*/
  padding:0;
  border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:24px;
  height:19px;
  display:inline-block;
  line-height:19px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:19px;
  vertical-align:middle;
  cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}

label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.css-label[colorStyle=blu]{
  background-image:url(../img/check-lead-storytelling-blu.jpg);
}

label.css-label[colorStyle=green]{
  background-image:url(../img/check-lead-storytelling-green.jpg);
}

label.css-label[colorStyle=orange]{
  background-image:url(../img/check-lead-storytelling-orange.jpg)
}

input[type=radio].css-radio-survey + label.css-label-survey {
  font-family: 'Roboto', sans-serif; 
  padding-left:28px !important;
  height:25px !important; 
  /*display:inline-block !important;*/
  line-height:25px !important;
  background-repeat:no-repeat;
  background-position: 0 0 !important;
  font-size:16px !important;
  /*vertical-align:middle !important;*/
  cursor:pointer !important;
  margin-bottom: 6% !important;
  /*margin-left:15px;*/
  color: #5f5f5f;

}

input[type=radio].css-radio-survey:checked + label.css-label-survey {
  background-position: 0 -25px !important;
}
            
label.css-label-survey {
  /*background-image:url(../img/radio-survey.png);*/
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.obbligatorio:before {
  float: left;
  font-family: "landing-font";
  content: '\e803';
  font-size: 1.8em;
  position: relative;
  top: -52px;
  background-repeat: no-repeat;
} 

.obbligatorio-blu:before {
  color: #5270a6;
}

.obbligatorio-orange:before {
  color: #f67d2c;
}

.obbligatorio-green:before {
  color: #01a187;
}

/*colore errore*/
.lead-survey-form label.error-blu{  
  background:#3c5a9a; 
  color:#fff;
  border:solid 1px #3c5a9a;
}

.lead-survey-form label.error-blu:after{
  border-top: 8px solid #3c5a9a;
}

.lead-survey-form label.error-orange{  
  background:#f67d2c; 
  color:#fff;
  border:solid 1px #f67d2c;
}

.lead-survey-form label.error-orange:after{
  border-top: 8px solid #f67d2c;
}

.lead-survey-form label.error-green{  
  background:#01a187; 
  color:#fff;
  border:solid 1px #01a187;
}

.lead-survey-form label.error-green:after{
  border-top: 8px solid #01a187;
}

/*Survey*/
#valutazione ul {
  /*width:90%; Dimensioni della barra del menu */
  padding:0;
  margin:0 auto;
  display:block;
  list-style-type:none; /* Stile della lista */
}

#valutazione li {
  display:inline;
  margin:0 !important; 
}

input[type=radio].css-radio-survey {
  display:none;
}

/*Blu  */ 
label.css-label-3-blu {
 background-image:url(../img/check-survey_blue.png);
}

label.css-label-survey-blu {
  background-image:url(../img/radio-survey_blue.png);
}
/*Verde */ 
label.css-label-3-green {
 background-image:url(../img/check-survey_green.png);
}

label.css-label-survey-green {
  background-image:url(../img/radio-survey_green.png);
}
/*arancione */
label.css-label-3-orange {
 background-image:url(../img/check-survey_orange.png);
}

label.css-label-survey-orange {
  background-image:url(../img/radio-survey_orange.png);
}

/*check box*/
input[type=checkbox].css-checkbox-s {
    display:none;
}

input[type=checkbox].css-checkbox-s + label.css-label-3 {
  font-family:'Roboto', sans-serif; 
  padding-left:30px!important;
  height:27px!important; 
  display:inline-block!important;
  /*line-height:27px!important;*/
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:16px!important;
  /* vertical-align:middle;*/
  cursor:pointer;
  /*margin-bottom: 6%;
  /*margin-left:15px;*/
  color: #5f5f5f;
  margin: 10px 0px;
}

input[type=checkbox].css-checkbox-s:checked + label.css-label-3 {
  background-position: 0 -27px!important;

}
            
label.css-label-3 {
   /*background-image:url(../img/check-survey.png);*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bg-form {
  background-color: #ebe6e4;
  margin: 30px 0 0 0;
  padding: 35px 0 35px 0;
}

.content-form-survey {
  width: 80%;
  padding:0;
  display: inline-block;
  height: 80px;
  margin: 15px 10%;
} 

.content-form-survey input{
  width: 100%;
}

.questioncolor-blu{
  color:#3c5a9a;
}
.questioncolor-green{
  color:#01a187;
}
.questioncolor-orange{
  color:#f67d2c;
}


