@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800,400italic);
@import url("normalize.css");
@import url("tooltipster.css");

.errorbox {
	text-align:center;
	color:#ff0000;
}

:focus {
outline: none;
}



body {
	color:#474649;
}

header {
	position:relative;
}
header #logo {
	display:block;
	float:none;
}

header .img {
	position:absolute;
	right:40px;
	top:15px;
}

header .img img {
	max-height:70px;
}

.sep {
	background:transparent url(../img/back-sep.png) top left repeat-x;
	border:0;
	height:2px;
	font-size:1em;
	width:92%;
	margin:20px auto 0 auto;
	clear:both;
}
#core {
	margin:0;
}

#core > form, #core > .form
{	width:100%;
	padding:0;
	margin:0;
	float:left;
}


.data {
	margin:10px auto;
	width:100%;
	clear:both;
	text-align:center;
}

.data ul {
	list-style-tupe:none;
	margin:0;
	padding:0;
	display:inline-block;
}
.data ul > li {
	display:block;
	float:left;
	text-align:center;
	padding:20px 50px;
	background:transparent url(../img/back-sep-hd.png) right 15px no-repeat;
	font-weight:700;
}
.data ul > li:last-child {
	background:none;
}

.data span {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#84bd49;
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding:0 0 3px 0;
}

.data .ctn-btn {
	display:block;
	padding:0 0 10px 0;
}

#core .data form {
	margin:0;
	padding:0;
	width:100%;
}

#core .data .form > fieldset.reformat,
#core .data form > fieldset.reformat {
	margin:0;
	padding:0;
}

#core .data form > fieldset.reformat .fieldgroup .field input,
#core .data .form > fieldset.reformat .fieldgroup .field input {
	width:100%;
	font-size:1.1em;
}

.data .label-input {
	display:none;
}

.slider {
	width:100%;
	clear:both;
	float:left;
	background:#bdbebc url(../img/back-arrow-box-slide.png) bottom center no-repeat;
	position:relative;
}

.slider p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding:20px 0;
	text-align:center;
}

.slider div {
  	margin: 0 auto 10px auto;
}


.slider  .bx-next,
.slider  .bx-prev {
  width: 64px;
  height: 64px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 145px;
  z-index: 101;
}
.slider .bx-next {
  right: 10%;
  background:transparent url(../img/back-ico-more.png) 0 0 no-repeat;
}
.slider .bx-next.disabled {
  background:transparent url(../img/back-ico-more.png) 0 0 no-repeat;
  cursor: default;
}
.slider .bx-prev {
  left:  10%;
  background:transparent url(../img/back-ico-less.png) 0 0 no-repeat;
}
.slider .bx-prev.disabled {
  background:transparent url(../img/back-ico-less.png) 0 0 no-repeat;
  cursor: default;
}

.slider ul {
	float:left;
	margin:0 0 30px 0;
}

.slider ul li {
	display:block;
	float:left;
	padding:0 5px 20px 5px;
}

.slider ul li .box {
	background:transparent url(../img/back-box-slide.png) bottom center no-repeat;
	width:215px;
	height:225px;
	color:#bdbebc;
}

.slider ul li.active .box {
	background:transparent url(../img/back-box-slide-active.png) bottom center no-repeat;
	color:#474649;
}

.slider ul li span.label {
	display:block;
	text-align:center;
	font-weight:700;
}

.slider ul li .price {
	font-size:2.1em;
	line-height:1.6em;
	padding:12px 0 0 0;
	vertical-align: super;
}

.slider ul li .price span {
	display:inline;
	font-size:1em;
}

.slider ul li .price span span {
	font-size:0.5em;
	vertical-align: super;
	line-height:1.6em;
}

.slider ul li .period {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:400;
}

.slider ul li.active .price, .slider ul li.active .price span, .slider ul li.active .period {
	color:#84bd49;
}

.slider ul li .tan {
	padding:18px 0 0 0;
	font-size:0.8em;
	line-height:1em;
	font-weight:400;
}

.slider ul li .taeg {
	font-size:1em;
	line-height:1em;
	font-weight:400;
	padding:2px 0 0 0;
}

.slider ul li .rate {
	font-size:2.1em;
	line-height:1.35em;
}

#core form > div.centered, #core div.centered {
	margin:0;
	padding:0 0 20px 0;
	clear:both;
	position:relative;
}

#core .form > div.centered > button,
#core form > div.centered > button {
	font-size:1em;
	border-radius: 24px;
}

#core div.centered {
	text-align:center;
}

#core div.centered .ctn-label {
	position:absolute;
	right:2%;
	top:20px;
	width:240px;
}

#core div.centered .label {
	padding:10px 0 0 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#e95d10;
	font-size:1em;
	line-height:1.1em;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	float:left;
}

#core div.centered .back {
	position:absolute;
	right:8%;
	top:23px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#e95d10;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:700;
	display:block;
}


#core div.centered .question {
	
	width:35px;
	height:35px;
	float:left;
	displat:block;
	text-indent: -9999px;
  	overflow: hidden;
	background:transparent url(../img/back-ico-question.png) top left no-repeat;
}

.pdf {
	background:transparent url(../img/back-ico-pdf.png) 98% center no-repeat;
	color:#99a293;
    border: 0.3em solid #e9ece8;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 600;
    padding:7px 40px 7px 7px;
    text-transform: uppercase;
	margin:20px 0 0 0;
	text-align:left;
}

.link {
	display:none;
}

.note {
	width:92%;
	margin:auto;
}

.note p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#999;
	font-size:0.6em;
}

.help {
	width:316px;
	position:absolute;
	display:block;
	z-index:200;
}

.help.top {
	bottom:0;
	right:-17%;
}

.help.bottom {
	top:30px;
	right:3.3%;
}

.help.bottom .open {
	width:316px;
	background:transparent url(../img/back-open-box-help.png) top left no-repeat;
	height:35px;
	clear:both;
}

.help.bottom .close {
	width:316px;
	background:transparent url(../img/back-close-box-help.png) top left no-repeat;
	height:15px;
	clear:both;
}

.help.top .btn-close, .help.bottom .btn-close {
	width:33px;
	height:30px;
	position:absolute;
	bottom:4px;
	right:18%;
}

.help.bottom .btn-close {
	bottom:4px;
	right:18%;
}

.help.top .btn-close a, .help.bottom .btn-close a {
	text-indent: -9999px;
  	overflow: hidden;
	width:100%;
	height:100%;
	display:block;
}

.help.top .open {
	width:316px;
	background:transparent url(../img/back-open-box-help2.png) top left no-repeat;
	height:15px;
	clear:both;
}

.help.top .close {
	width:316px;
	background:transparent url(../img/back-close-box-help2.png) top left no-repeat;
	height:39px;
	clear:both;
}

.help.bottom .btn-close {
	top:4px;
	right:19%;
}

.help .ctn {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width:316px;
	background:transparent url(../img/back-box-help.png) top left repeat-y;
	clear:both;
	text-align:left;
}

.help .ctn h2 {
	color:#474649;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding:10px 20px;
}

.help .ctn p {
	font-size:0.9em;
	padding:0 20px;
	line-height:1.2em;
}


.btn-green, .btn-green:hover {
	color:#FFF;
    border: 0.3em solid #84bd49;
	background-color: #84bd49;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    padding:5px 15px;
    text-transform: uppercase;
	margin:20px 0 0 0;
	text-align:center;
}

.btn-orange, .btn-orange:hover {
    border: 0.3em solid #eceeeb;
    border-radius: 24px;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 0.9em;
    font-weight: 600;
    padding:10px 25px;
    text-transform: uppercase;
	background-color:#e95d10;
}

.btn-orange.digital, .btn-orange.digital:hover {
    padding:10px 25px 10px 55px;
	background:#e95d10 url(../img/back-ico-digital.png) 10px center no-repeat;
}


.msg {
	width:100%;
	clear:both;
	text-align:center;
}
.msg p {
	color:#666666;
	padding:0 10px 30px 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height:1.2em;	
	font-size:1.2em;
}

.msg p span {
	color:#8ec449;
}
.msg p strong {
	color:#000;
}

.msg p.small {
	font-size:1em;
}

.msg p a {
	color:#000;
}

.msg .big {
	font-weight:700;
	font-size:1.2em;
}

.line {
	width:163px;
	height:3px;
	background:transparent url(../img/back-line.png) top left no-repeat;
	clear:both;
	margin:10px auto 30px auto;
}

#core .form > fieldset.reformat,
#core form > fieldset.reformat 
{
	background:none;
	padding:0 0 30px 0;
	margin:0;
	text-align:center;
}

#core .form > fieldset.reformat div.fieldgroup, 
#core .form > fieldset.reformat span.field,
#core form > fieldset.reformat div.fieldgroup, 
#core form > fieldset.reformat span.field 
{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#core .form > fieldset.reformat .fieldgroup .field input,
#core form > fieldset.reformat .fieldgroup .field input,
#core .form > fieldset.reformat .fieldgroup .field input,
#core form > fieldset.reformat .fieldgroup .field input {
	width:20%;
	float:none;
	margin:auto;
	font-size:0.9em;
	text-align:center;
	padding-left: 1.7%;
    	padding-right: 1.7%;
}

#core .form > fieldset.reformat .fieldgroup .field .text-error,
#core form > fieldset.reformat .fieldgroup .field .text-error {
	display:block;
	text-align:center;
	float:none;
	padding:0;
	margin:0;
	font-size:0.9em;
}

#core form > fieldset.reformat > .fieldgroup .field > div.myselect
{
	width:40%;
	margin:auto;
	display:block;
	float:none;
	padding:0;
}

.overlaybg {
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:998;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
}
.overlay {
	position:absolute;
	width:305px;
	border: 0.3em solid #FFF;
    	border-radius: 10px;
	background-color:#FFF;
	height:200px;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	box-shadow: 0 0 40px #000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:999;
}

.overlay.message .ctn {
	padding-top:30px;
}

.overlay.message .form {
	height:170px;
	position:relative;
}

.overlay.message .form p {
	font-size:0.8em !important;
}

.overlay.message .form .centered {
	position:absolute !important;
	bottom:0;
	left:0;
	width:100%;
}

.overlay .close {
	width:18px;
	height:18px;
	position:absolute;
	right:3px;
	top:3px;
}
.overlay .close a {
	text-indent: -9999px;
  	overflow: hidden;
	width:100%;
	height:100%;
	display:block;
	background:transparent url(../img/back-ico-close.png) 0 0 no-repeat;
}
.overlay .ctn {
	padding:40px 0 0 0;
}

.overlay .ctn .msg p {
	padding:0 10px 10px 10px;
	font-size:1em;
}
#core .overlay .form,
#core .overlay form {
	width:100%;
	margin:auto;
}
#core .overlay .form > fieldset.reformat .fieldgroup .field  input,
#core .overlay form > fieldset.reformat .fieldgroup .field  input {
	width:80%;
}

#core .overlay .form > fieldset.reformat .fieldgroup .field  .text-error
#core .overlay form > fieldset.reformat .fieldgroup .field  .text-error {
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:110px;
}


.formpanel {
	width:92%;
	margin:auto;
	margin:0;
	padding:0;
}

#core .formpanel > form > fieldset {
	margin:0;
	padding:0;
	background:none;
}

#core .formpanel > form > fieldset > div {
	margin:auto;
	width:50%;
	float:none;
	display:block;
}

#core .formpanel > form > fieldset > div > span {
	width:100%;
}

#core .formpanel > form > fieldset label {
	color:#000;
}

.formpanel header h2 {
	color:#009551;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height:1.2em;	
	font-size:1.1em;
	margin:0;
	padding:20px 0 10px 5%;
}

.formpanel p.txt {
	margin:0;
	padding:20px 0 10px 5%;
	line-height:1.2em;	
	font-size:0.9em;
	color:#666;
}

.formpanel p.txt span {
	display:block;
	color:#999;
}

.col-sx-sel-prestito {
	float: left;
	width: 50%;
	text-align: center; 
	height: 305px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.col-dx-sel-prestito {
	float: left;
	width: 50%;
	clear:none;
	background:none
}

/** / CORE **/

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

.mobile {
	display:block;
}
.desktop {
	display:none;
}
	
header {
 	background:none;	
	padding-bottom:1em;
}
	
header .img {
	position:absolute;
	right:4%;
	top:8%;
	height:100%;
}

header .img img {
	max-height:55%;
	float:right;
}

.data {
	margin:0;
	width:100%;
}

.data ul {
	width:92%;
	margin:0 auto 10px auto;
}

.data ul > li {
	display:block;
	width:100%;
	text-align:left;
	padding:10px 0;
	background:none;
	font-size:0.9em;
	border-bottom:2px solid #dde2db;
	position:relative;
}
.data ul > li:last-child {
	border:0;
}

.data span {
	font-size:0.95em;
	display:block;
	float:left;
	margin:-1px 0 0 0;
	width:45%;
}

.data .ctn-btn {
	position:absolute;
	right:0;
	top:4px;
}

.data .ctn-btn .btn-green {
	font-size:80%;
	margin:0;
	padding:5px 10px;
}

#core .data form.frm {
	float:left;
	margin:-5px 0 0 -60px;
	padding:0;
	width:40%;
}

#core .data .form > fieldset.reformat .fieldgroup, 
#core .data .form > fieldset.reformat .fieldgroup .field,
#core .data form > fieldset.reformat .fieldgroup, 
#core .data form > fieldset.reformat .fieldgroup .field  {
	text-align:left;
}

#core .data .form > fieldset.reformat .fieldgroup .field  input,
#core .data form > fieldset.reformat .fieldgroup .field  input {
	width:80%;
	font-size:1em;
	padding:0 10px;
	line-height:1.2em;
	height:2em;
}

#core .data .form > fieldset > .fieldgroup .field .text-error,
#core .data form > fieldset > .fieldgroup .field .text-error {
	text-align:left;
	width:90%;
}

.data .label-input {
	display:block;
}


.slider ul li {
	padding:0 0 20px 0;
}

.slider p {
	padding:20px;
}

.slider  .bx-next,
.slider  .bx-prev {
  width: 45px;
  height: 45px;
  top: 50%;
}
.slider .bx-next, .slider .bx-next.disabled {
  right:3px;
  background:transparent url(../img/back-ico-more.png) 0 0 no-repeat;
  background-size: 45px 45px;
}

.slider .bx-prev, .slider .bx-prev.disabled {
  left:3px;
  background:transparent url(../img/back-ico-less.png) 0 0 no-repeat;
  background-size: 45px 45px;
}

#core div.centered .ctn-label {
	position:relative;
	width:198px;
	margin:auto;
	height:35px;
	display:block;
}

#core div.centered .label, #core div.centered .back {
	position:static;
	text-align:center;
	padding:20px 0 0 0;
	font-size:95%;
}

#core div.centered .ctn-label .label {
	float:left;
	display:block;
	padding:0 2px 0 10px;
	margin:0;
}

#core div.centered .question {
	width:17px;
	height:17px;
	float:left;
	display:block;
	margin:-3px 0 0 0;
	background:transparent url(../img/back-ico-question.png) top left no-repeat;
	background-size: 17px 17px;
}

.help.top {
	position:absolute;
	bottom:20px;
	right:-18%;
	
}

.help.top, .help.top .ctn, .help.top .open, .help.top .close
{
	width:260px;
}

.help.top .ctn {
	background:transparent url(../img/back-box-help-small.png) top left repeat-y;
}

.help.top .open {
	background:transparent url(../img/back-open-box-help2-small.png) top left no-repeat;
}

.help.top .close {
	background:transparent url(../img/back-close-box-help2-small.png) top left no-repeat;
}

.help.top .btn-close, .help.bottom .btn-close {
	width:33px;
	height:30px;
	position:absolute;
	bottom:4px;
	right:18%;
}

.help.top .btn-close {
	right:15%;
}

.help.bottom {
	top:75px;
	right:2px;
}


.pdf {
	font-size:90%;
	text-align:left;
	width:76%;
	border-radius: 10px;
	display: block;
	margin:30px auto 0 auto;
	padding:7px;
} 

.ctn-link {
	border: 0.3em solid #e9ece8;
	border-radius: 10px;
	display: block;
	padding:7px;
	text-align:left;
	width:76%;
	margin:auto;
}
.ctn-link p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#999;
	font-size:0.8em;
	padding:5px 0 0 0;
}

.link {
	background:transparent url(../img/back-arrow-link.png) 98% center no-repeat;
	color:#99a293;
    	display:block;
	font-size: 93%;
 	font-weight: 600;
    	padding:5px 7px 5px 0;
    	text-transform:uppercase;
    	background-size: 17px 12px;
}

.termini .content
{
	display:none;
	text-align:left;
	padding:0;
}

.termini.open .content {
	display:block;
}

.note p {
	font-size:0.8em;
}

.btn-green, .btn-green:hover, .btn-orange, .btn-orange:hover {
	font-size:98%;
}

.msg {
	width:100%;
	clear:both;
	text-align:center;
}
.msg p {
	font-size:0.9em;
	line-height:1.4em;
	padding:0 10px 20px 10px;
}

.msg p strong {
	font-size:1.2em;
}

.msg p.small {
	font-size:0.8em;
	line-height:1.2em;
}

.msg .big {
	font-size:140%;
}


#core .form > fieldset.reformat .fieldgroup .field  input,
#core form > fieldset.reformat .fieldgroup .field  input {
	width:80%;
	line-height:1.4em;
	height:2.2em;
	text-align:center;
}

#core .formpanel > form > fieldset > .fieldgroup {
	width:100%;
}

#core form > fieldset.reformat > .fieldgroup .field > div.myselect
{
	width:83.4%;
}

.overlay {
	width:270px;
}

.col-sx-sel-prestito {
	float: none;
	width: 100%;
}

.col-dx-sel-prestito {
	float: none;
	width: 100%;
}

}

@media screen and (max-width:480px)
{	
.slider div {
	font-size:102%;
}

#core .data form.frm {
	position:absolute;
	top:4px;
	margin:0;
	width:40%;
}

}

/*CSS per modale con accordion*/
.closingUpperButton {
    margin-top: -35px;
    margin-right: -35px;
    float: right; 
    background-color: #8ec449;
    padding: 10px 17px;
    border-radius: 24px;
    color: #ffffff;
    display: inline-block;
}
.closingUpperButton:hover {
    color: #ffffff;
}
.hiddenBox{
    border: none;
    height: 0px;
    width: 700px;
}
@media screen and (max-width: 480px){
    .hiddenBox {
        width: 250px;
    }    
}
@media screen and (min-width: 480px) and (max-width: 760px){
    .hiddenBox {
        width: 440px;
    }    
}
.accordionBox {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px #000;
}
.toggle.accordion.open {
  background-color: #e9ece8;
}
.toggle.accordion {
  margin: 0 0 5px 0;
  padding: 5px 5px 0 5px;
  background-color: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.toggle {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.toggle.accordion.open > .toolbar {
    background-image: none !important;
}
.toggle.accordion > .toolbar {
    background-image: none !important;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    background-color: #a8cd3f;
    padding: 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
}
.toggle.accordion > .toolbar .plusminus {
  display: block;
  float: right;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.toggle.accordion > .content {
    padding: 15px 30px 20px;
}
.toggle.open > .content {
    display: block;
}
.toggle > .content {
    padding: 0 10px 10px 10px;
    display: none;
}

.smallCenteredForm {
	background:#F1F1F1;
	border-radius: 17px;
	display: table !important;
	margin: 1em auto !important;
	float: none !important;
}

@media screen and (min-width: 760px){
    .smallCenteredForm {
        width: 700px !important;
    }    
}