/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');


.ombra {
-webkit-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
    box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
	}

.zoom {
    transition: all .4s; 
  }

.zoom:hover {
    transform: scale(1.03); 
	-webkit-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.30);
	box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.30);
}



.input-group .form-control:not(:first-child):not(:last-child) {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	
}


.input-group-addon {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0px;
}



.file-drop-zone-title {
    color: #706F6F;
    font-size: 1.0em;
	line-height: 1.2em;
    text-align: center;
    padding: 10px;
    cursor: default;
}


.file-footer-caption  {
line-height: 1.2em;
}

.file-drop-zone {
	min-height: 90px;
}




.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
 .carousel, .carousel-inner, .carousel-inner .item, .carousel-control {
  min-height: 300px;
}
.item:nth-child(1) {

}
.item:nth-child(2) {

}
.item:nth-child(3) {

}


fieldset.bordo {
    border: 1px solid #AAA !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
  
			
}

    legend.bordo {
        font-size: 1.2em !important;
        font-weight: 300 !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

fieldset.bordo-ombra {
    border: 1px solid #AAA !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  -8px 8px 8px 0px rgba(0,0,0,0.2);
            box-shadow:  -8px 8px 8px 0px rgba(0,0,0,0.2);
			
}

    legend.bordo-ombra {
        font-size: 1.2em !important;
        font-weight: 300 !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

.spacer-sm {
	display:block;
	height:20px;
	}

.spacer-md {
	display:block;
	height:50px;
	}
	
.spacer-lg {
	display:block;
	height:100px;
	}


.parallax-window {
    min-height: 550px;
    background: transparent;
}







label {
   /* font-weight: lighter;*/
	font-weight: 300;
}


.filecaption {
	border: none;
	}

strong {
	font-family: "Lato", sans-serif;
	font-weight:700;
    	}

.label-help {
    position: absolute;
    right: 3px;
    top: 32px;
}


.form-group {
    margin-bottom: 30px;
}

/* custom FORM inizio */
.textbox {
	width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #36363a;
    font-size: 20px;
     font-family: "Lato", sans-serif;
    outline: 0;
    border: 0px;
    background-color: #f3f3f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    height: 40px;
    padding-top: 7px;
    font-size: 20px;
}


.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  
    background-color: #f3f3f3;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  
    background-color: #f3f3f3;
}

select option[selected]{
  
    background-color: #f3f3f3;
}


.form-control:first-child {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 55px;
	 background-color: #f3f3f3;
	 color: #36363a;
	  padding-left: 20px;
    padding-right: 20px;
	 font-size: 20px;
	  font-family: "Lato", sans-serif;
	  font-weight: 400;
    margin-bottom: 0px;
    padding-top: 12px;
		}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
      font-size: 18px;
}
/* custom FORM fine */


svg path
{
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
}

a:hover svg path
{
stroke:#000;
}

a:hover svg path.linea_piena
{
stroke:none;
fill:#000;
}

.well-coraya {
	
  min-height: 20px;
  padding: 30px;
  margin-bottom: 50px;
  background-color: #283583;
  border-bottom: 10px solid #EC6726;
  border-radius: 0px;
-webkit-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
    box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.3);
	
	}

.well-form {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
-webkit-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.2);
    -moz-box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.2);
    box-shadow: 0px 0px 19px 0px rgba(48, 48, 48, 0.2);
	
	}

.wrapper-grigio {
background-color: #f5f5f5;
}


.margin-top-lg {
	margin-top: 60px;
	}
.margin-top-md {
	margin-top: 30px;
	}
.margin-top-sm {
	margin-top: 15px;
	}
	


.numerone {
	font-weight: 900;
	font-size: 5em;
	color: #ffffff;
	line-height: 1.0em;
	margin: 0;
text-shadow: -2px  2px 4px rgba(0,0,0,0.5);
	}
@media (max-width: 767px) {
	
	.numerone {
		text-align:center;
		}
	
	
	
	}




.numerone2 {
	font-weight: 900;
	font-size: 2em;
	color: #ffffff;
	line-height: 1.0em;
	margin: 0;
text-shadow: -2px  2px 4px rgba(0,0,0,0.5);
	}
@media (max-width: 767px) {
	
	.numerone2 {
		text-align:center;
		}
	
	
	
	}


.vcenter {
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
.vcenter {
 display: block;
 text-align:center;
}

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #4AA9DF;
	outline: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #4AA9DF;
}


.selectwidth {
	
	display:inline-block;
	
	}
	
#cashon {
background-image: url(../images/bg-content-2.png);
    background-color: #fff;
    background-position: top center;
    padding: 0;
    background-size: 100% 100%;
}

body {
	background-color: #FFFFFF;
	line-height: 1.2em;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: #3c3c3b;
	font-weight: 300;    
	
	
	}
	
.link {
	color: #4AA9DF;
	}	
.link:focus, .link:hover {
	color: #0099b5;	
	}		
	
.footer {
	
	/* border-top: 1px solid rgba(230, 230, 230, 0.9);*/
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1C255B;
	color: #dddddd;
	
	}	
	
.footer a {
	color: #4AA9DF;
	-webkit-transition: color 300ms ease-out 0s;
	-moz-transition: color 300ms ease-out 0s;
	transition: color 300ms ease-out 0s;
	}	

.footer a:hover,
.footer a:focus {
	color: #ffffff;
	text-decoration: none;
	}		
	
	
	
.footer-index {
	margin: 0px;
	/* border-top: 1px solid rgba(230, 230, 230, 0.9);*/
	text-align: center;
	padding: 0px 0px;
	background-color: #ffffff;

	}	
	
.footer-index a {
	color: #4AA9DF;
	-webkit-transition: color 300ms ease-out 0s;
	-moz-transition: color 300ms ease-out 0s;
	transition: color 300ms ease-out 0s;
	}	

.footer-index a:hover,
.footer-index a:focus {
	color: #0099b5;
	text-decoration: none;
	}		
.txt-shadow {
	text-shadow: -2px  2px 4px rgba(0,0,0,0.5);
}


.txt_bianco {
	color:#fff;
}

.txt_inverso {
	background-color:#000;
	color: #fff;
	padding: 15px;
	margin: 15px 15px 15px 0px;
	}


.padding0 {
	padding: 0px;}
	
.separatore {	
height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}


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



.separatore_lg {
	height: 15px;
	background-color: #003E15;
}

.separatore_sm {
	height: 1px;
background-color: #000000;
}


strong {
	font-weight:700;}


h1, h2, h3, h4, h5, h6 {
    font-family: "Handlee", cursive;
	color: #3c3c3b;
	font-weight:normal;
	display:inline-block;	
}

h1 {
	font-size: 36px;
}

h2 {
	font-size:24px
}

h3 {
	font-size:18px
}

.hero-titolo {
	font-size:40px;
	line-height:1.2em;
	font-family: "Handlee", cursive;
	
	display:inline-block;
	}

.hero-sottotitolo {
	font-family: "Handlee", cursive;
	font-size:22px;
	
	display:inline-block;
	}


.linea-sotto:after {
	  display: block;
    width: 100%;
    content: "";
    height: 2px;
    background-color: #4AA9DF;
    margin-top: 10px;
	}
/*h1:after, h2:after, h3:after {
    display: block;
    width: 100%;
    content: "";
    height: 2px;
    background-color: #4AA9DF;
    margin-top: 10px;
}
*/




.marrone {
	color: #4AA9DF;
}
	
.giallo {
	color: #4AA9DF	
	}

.bianco {
	
	color: #fff;}	
	
	a, a:link, a:visited, a:active {
    color: #4AA9DF;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover,
a:focus {
	color: #000;
	
}

.form-control {
	-webkit-box-shadow:none;
    box-shadow: none;
}

.form-control:focus {
	border-color: #4AA9DF !important;
	outline: 0;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 181, 22, .6); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 181, 22, .6); 

}



.well_rosso {
	background-color: #4AA9DF;
	border: 1px solid #4AA9DF;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	}

.well_nero {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	color:#fff;
	}
		
	

.errore_validazione {
	color: #ffffff !important;
	display: block;
	padding: 5px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #ff0000;
	background-color: #ff0000;
}




.btn-invia {
	color: #fff;
	background-color: #4AA9DF;
	border-color: #4AA9DF;
	border-width:0px;
	font-size:24px;
	
	-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
	padding:20px;

}

.btn-invia:focus,
.btn-invia.focus {
	color: #fff;
	background-color: #283583;
	border-color: #283583;
	
}
.btn-invia:hover {
	color: #fff;
	background-color: #283583;
	border-color: #283583;
	
	}



/* btn-hotpoint inizio */
.btn-hotpoint {
	color: #fff;
	height:55px;
	padding-top:14px;
	background-color: #4AA9DF;
	border-color: #4AA9DF;
	font-weight:700;
		-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
}

.btn-hotpoint:focus,
.btn-hotpoint.focus {
	color: #fff;
	background-color: #283583;
	border-color: #283583;	
	font-weight:700;
}
.btn-hotpoint:hover {
	color: #fff;
	background-color: #283583;
	border-color: #283583;
		font-weight:700;
}
/* btn-hotpoint fine */


/* btn-file inizio */
.btn-filesel  {
	color: #fff;
	height:55px;
	padding-top:9px;
	background-color: #4AA9DF;
	border-color: #4AA9DF;
	font-weight:700;
		-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
}

.btn-filesel :focus,
.btn-filesel .focus {
	color: #fff;
	background-color: #283583;
	border-color: #283583;	
	font-weight:700;
}
.btn-filesel :hover {
	color: #fff;
	background-color: #283583;
	border-color: #283583;
		font-weight:700;
}
/* btn-file fine */



/* btn-data inizio */
.btn-data {
	color: #fff;
	background-color: #4AA9DF;
	border-color: #4AA9DF;
	font-weight:700;
		-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
}

.btn-data:focus,
.btn-data.focus {
	color: #fff;
	background-color: #283583;
	border-color: #283583;	
	font-weight:700;
}
.btn-data:hover {
	color: #fff;
	background-color: #283583;
	border-color: #283583;
		font-weight:700;
}
/* btn-data fine */


/* nav bar */


.navbar-brand {
    float: left;
    height: 0px;
    padding: 0px 0px; 
    
    
}


.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(230, 230, 230, 0.9);
	font-family: "Lato", sans-serif;
	background-color: rgba(255,255,255,0.85);
}
.navbar-custom .navbar-toggle {
  color: #fff;
  background-color: #4AA9DF;
  font-size: 12px;
  text-transform:uppercase;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
	 color: #fff;
  outline: none;
   background-color: #283583;
}
.navbar-custom .navbar-brand {
  
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
	color: #fff;
	
}


.margin-nav {
	margin-right:20px;}

.navbar-custom .nav li a {
	text-align:center;
	font-family: "Lato", sans-serif;
	font-size:20px;
 	color: #fff;
	background-color: #4AA9DF;
	border-color: #4AA9DF;
	font-weight:normal;
	-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
  	transition: color 300ms ease-out 0s;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	margin-top: 18px;
  
}
.navbar-custom .nav li a:hover {
	color: #fff;
	outline: none;
	background-color:#283583;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	color: #fff;
	outline: none;
	background-color: #283583;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
	color: #fff;
	background-color: #283583;
}
.navbar-custom .nav li.active a:hover {
	color: #D4D4D4;
	background-color: #283583;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

@media (max-width: 768px) {
	.navbar-fixed-top {
	margin: 0;
	}
.margin-nav {
	margin-right:0px;}


	
.container > .navbar-collapse {
	
	background-color: #4AA9DF;	
	
  }
	
  .navbar-collapse .nav li a {
	width: 100%;
	background-color: #4AA9DF;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding-bottom:20px;
}

}