/*     EFFETTO ROSSO    modifiche */
@-moz-keyframes lightpulsante{
	0% {
		box-shadow:0 0 1px rgba(64,64,64,0.2), 0px 1px 5px rgba(64,64,64, 0.5);
	}	
	100% {
		box-shadow:0 0 20px rgba(131,131,131,0.8), 0px 1px 5px rgba(131,131,131, 0.5);
	}
}

@-webkit-keyframes lightpulsante{
	0% {
		box-shadow:0 0 1px rgba(64,64,64,0.2), 0px 1px 5px rgba(64,64,64, 0.5);
	}	
	100% {
		box-shadow:0 0 20px rgba(131,131,131,0.8), 0px 1px 5px rgba(131,131,131, 0.5);
	}
}

@-o-keyframes lightpulsante{
	0% {
		box-shadow:0 0 1px rgba(64,64,64,0.2), 0px 1px 5px rgba(64,64,64, 0.5);
	}	
	100% {
		box-shadow:0 0 20px rgba(131,131,131,0.8), 0px 1px 5px rgba(131,131,131, 0.5);
	}
}

@-ms-keyframes lightpulsante{
	0% {
		box-shadow:0 0 1px rgba(64,64,64,0.2), 0px 1px 5px rgba(64,64,64, 0.5);
	}	
	100% {
		box-shadow:0 0 20px rgba(131,131,131,0.8), 0px 1px 5px rgba(131,131,131, 0.5);
	}
}

@keyframes lightpulsante{
	0% {
		box-shadow:0 0 1px rgba(64,64,64,0.2), 0px 1px 5px rgba(64,64,64, 0.5);
	}	
	100% {
		box-shadow:0 0 20px rgba(131,131,131,0.8), 0px 1px 5px rgba(131,131,131, 0.5);
	}
}


/* Utils */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hidden {
	display: none !important;
	  /*visibility: visible !important;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img{
	border: none
}
/* Form elements */
form {
  margin: 0 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
   	font-family: 'Roboto', sans-serif;
}
label {
  display: block;
  font-weight: bold
}
.data{float: left;
margin-right: 10px;
line-height: 11px;
margin-top: 5px;}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 20px;
  padding: 4px 2px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  /*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
    border-radius:none;
  vertical-align: middle;
}
input,
textarea {
  width: 100%;
}
textarea {
    height: 70px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
 border: 1px solid #cccccc;
 }
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: 100%;
}
select,
input[type="file"] {
  height: 20px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 20px;
  padding: 0 0;
}
select {
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 20%;
}
.input-small {
  width: 75px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 110px;
  text-align: right;
  padding-top: 5px
}
.form-horizontal .control-group-select .control-label{
	padding-top: 2px
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
 
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 120px;
}
.input-block-level {
  display: block;
	width: 96%;
  min-height: 77px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
padding-top: 10px;
font-size: 15px;
}
input[type="text"].input-cap {
  display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  width: 40%;
  margin-right: 10px;
}
label.label-sesso{
 display: inline-block;
 *display: inline;
 width:auto;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
input.sesso{
 width:auto;
}
.particolare{padding-top: 10px;
}
.btn {
display: inline-block;
margin-bottom: 0;

font-size: 20px;
font-weight: bold;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #FFF;
 font-family: 'Roboto', sans-serif;
border: 0px;
padding: 10px 12px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-animation: lightpulsante 1000ms ease-out infinite alternate;
-moz-animation: lightpulsante 1000ms ease-out infinite alternate;
-o-animation: lightpulsante 1000ms ease-out infinite alternate;
-ms-animation: lightpulsante 1000ms ease-out infinite alternate;
animation-name: lightpulsante;
animation-duration: 1000ms;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
animation-direction: alternate;
background: #f47c20;
background: -moz-linear-gradient(top, #f47c20 0%, #f39321 10%, #f47c20 21%, #f7931d 85%, #f39321 92%, #f47c20 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47c20), color-stop(10%,#f39321), color-stop(21%,#f47c20), color-stop(85%,#f7931d), color-stop(92%,#f39321), color-stop(100%,#f47c20));
background: -webkit-linear-gradient(top, #f47c20 0%,#f39321 10%,#f47c20 21%,#f7931d 85%,#f39321 92%,#f47c20 100%);
background: -o-linear-gradient(top, #f47c20 0%,#f39321 10%,#f47c20 21%,#f7931d 85%,#f39321 92%,#f47c20 100%);
background: -ms-linear-gradient(top, #f47c20 0%,#f39321 10%,#f47c20 21%,#f7931d 85%,#f39321 92%,#f47c20 100%);
background: linear-gradient(to bottom, #f47c20 0%,#f39321 10%,#f47c20 21%,#f7931d 85%,#f39321 92%,#f47c20 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47c20', endColorstr='#f47c20',GradientType=0 );
}
.btn:hover{

	background: rgb(242,101,34); /* Old browsers */
			 background: -moz-linear-gradient(top,  rgba(242,101,34,1) 0%, rgba(247,148,30,1) 95%, rgba(255,205,172,1) 100%); /* FF3.6+ */
			 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,101,34,1)), color-stop(95%,rgba(247,148,30,1)), color-stop(100%,rgba(255,205,172,1))); /* Chrome,Safari4+ */
			 background: -webkit-linear-gradient(top,  rgba(242,101,34,1) 0%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* Chrome10+,Safari5.1+ */
			 background: -o-linear-gradient(top,  rgba(242,101,34,1) 0%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* Opera 11.10+ */
			 background: -ms-linear-gradient(top,  rgba(242,101,34,1) 0%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* IE10+ */
			 background: linear-gradient(to bottom,  rgba(242,101,34,1) 0%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* W3C */
			 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#ffcdac',GradientType=0 ); /* IE6-9 */
color:#fff;

	

}
.btn:active{

	background: rgb(214,92,0); /* Old browsers */
			  background: -moz-linear-gradient(top,  rgba(214,92,0,1) 0%, rgba(242,101,34,1) 20%, rgba(247,148,30,1) 95%, rgba(255,205,172,1) 100%); /* FF3.6+ */
			  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,92,0,1)), color-stop(20%,rgba(242,101,34,1)), color-stop(95%,rgba(247,148,30,1)), color-stop(100%,rgba(255,205,172,1))); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top,  rgba(214,92,0,1) 0%,rgba(242,101,34,1) 20%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top,  rgba(214,92,0,1) 0%,rgba(242,101,34,1) 20%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top,  rgba(214,92,0,1) 0%,rgba(242,101,34,1) 20%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* IE10+ */
              background: linear-gradient(to bottom,  rgba(214,92,0,1) 0%,rgba(242,101,34,1) 20%,rgba(247,148,30,1) 95%,rgba(255,205,172,1) 100%); /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65c00', endColorstr='#ffcdac',GradientType=0 ); /* IE6-9 */
}
.btn:visit{

	background: url(../img/icon-email.png) no-repeat 72% 50% #404040;
}

.btn-block {
  display: block;
 width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Alert */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
#content{
	position: relative;
    width: 100%;
	
}

.shadow #content{
	margin: 25px 25px 25px 55px;
	-moz-box-shadow: -22px 16px 52px 5px rgba(0,0,0,.38); /* drop shadow */
	-webkit-box-shadow: -22px 16px 52px 5px rgba(0,0,0,.38); /* drop shadow */
	box-shadow: -22px 16px 52px 5px rgba(0,0,0,.38); /* drop shadow */
}
.rotate #content{
	-webkit-transform:rotate(-1.5deg);
	-moz-transform:rotate(-1.5deg);
	-o-transform:rotate(-1.5deg);
	-ms-transform:rotate(-0.5deg);
}
.layout-postit #content{
	background: transparent url(images/pin.png) no-repeat 148px -6px;
}
#content .form-header {
	color: #000;
	font-family: "Diamond Girl", Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-bottom: 28px;
	padding-top: 2px;
	text-align: center;
}
.layout-scotch #content .form-header {
	background: #fff url(images/scotch.png) no-repeat center 0;
	color: #fff;
}
.layout-postit #content .form-header {
	padding-top: 40px
}
#content header .help{
	font-size: 12px;
	font-family: "HelveticaNeueLTItalic", Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #000; 
	margin-top: 5px
}


.privacy{
	margin: 10px 0 0 16px;
}

input#PRIVACY {
float: left;
margin-left: 0px;
margin-right:5px;
margin-top:2px;
position: relative;
width: initial;
}
#privacytool{
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
    margin: 0px;
	padding:0px;
	cursor: pointer;
	width: 100%;
}
.button-controls{
	padding-left: 17px;
  padding-right: 17px;
}
.thankyou{
	font-size:11px;
	color: #555555;
	margin: 70px 10px 10px;
}
/* tooltip */
.tooltip{
	display: none;
	border: 1px solid #c5c5c5; 
	width:266px;
	height: 200px;
	overflow: auto
}
.cap{width: 30%;
float: left;}

.tooltip-content{
	background: #dedede;
	padding:10px;
	font-size:11px;
	color: #555555;
	line-height: 15px;
}
.close-wrapper{
	text-align: right;
	font-size: 11px
}
.close-wrapper a{
	color: #555555
}
/* Test di ingresso */
#test_spiegazione {
  padding: 0;
  margin-bottom: 10px;
  visibility:visible;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-horizontal .control-group {
margin-bottom: 5px;
  *zoom: 1;
width: 100%;

}
.row{margin:0px;}
.logo{
margin-left: 12px;
float: right;
margin-top:12px;

}
.row{padding:0px;}


input[type="text"], 
input[type="number"], 
input[type="email"],
input[type="tel"]{
	height: 39px;
	padding-left: 10px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #cccccc;
}
select{
	height: 39px;
	font-size: 13px;
		width: 100%;
}

.lead-form{margin-top:10px;}

.header{background:url(../img/header_cear.jpg);}

::-webkit-input-placeholder{ color: #333;opacity: 1 !important } 
:-moz-placeholder{ color: #333;opacity: 1 !important } 
::-moz-placeholder{ color: #333;opacity: 1 !important } 
:-ms-input-placeholder { color: #333;opacity: 1 !important } 

select{color:#333;}
.col-xs-8.varianteform {
position: inherit;
}

/* Qua metti tutte le regole speciali per il desktop */
@media (max-width:640px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]{
		float: left;
		width: 46.93617021276595%;
		margin-left: 20px;
	}
	
}

/* Qua metti tutte le regole speciali per gli smartphones */
@media only screen and (max-width: 480px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]{
		float: none;
		width: 100%;
		margin-left: 0
	}
	.input-block-level {
	width: 71%;}
	.col-xs-6{ width:100%;}
}

.btn-loading{
	background: url(../img/loader.gif) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
}



