p{
	text-align:justify;
}

/*fascia blu sotto header*/
@media screen and (min-width:767px){
body:not(.home) div#header-wrapper {
    border-bottom: 30px solid #E5E4E2;
}
}

/*footer*/
footer#footer {
    background-color: #efefef;
    padding: 3rem 0;
}

/*animazione banners in homepage*/
.home-banners .vc_column-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-banners .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
	margin:0;
}
.home-banners .vc_cta3-container,
.home-banners .vc_cta3-actions-bottom {
	  padding:0;
	  margin:0;
}
.home-banners .vc_cta3-actions .vc_btn3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	  margin:auto;
    height: 50px;
    font-size: 1rem;
	  width: 100%;
}
.home-banners img {
    filter: brightness(0.8);
	  transition: all 0.8s;
}

/*hover effect*/
section.vc_cta3-container:hover button {
    transform: scale(1.1);
}
section.vc_cta3-container:hover img {
	  filter: brightness(1);
}

@media screen and (min-width:992px){
	.home-banners .vc_cta3-actions .vc_btn3 {
		max-width: 65%;
	}
}

.home #header-wrapper,
.home.no-breadcrumb #main {
	margin:0;
}

/* -- iFrame -- */
#contenitore_frame{
	width: 100%;
	height: 600px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;  
}

#id_frame{
	position: absolute;
	top: -270px;
	bottom: -400px;
	left: 0px;
	width: 100%;
	height: 2000px;
}

/* Tablet/Smartphone */
@media screen and (max-width: 768px){
	#id_frame{
		top: -300px;
		height: 5850px;
	}
}

/* Fine Tablet/Smartphone */

/* Laptop 1366*768 */
@media screen and (min-height: 600px) and (max-height: 800px){
	#contenitore_frame{
		height: 380px !important;
	}
}
/* Fine Laptop */

/* -- Fine iFrame -- */

/* Icona ricerca a destra */
.fontawesome-icon{
	float:right;
	margin-left:10px;
}

/* Barra di scorrimento */
#ascrail2000{
	background:darkgrey !important;
}

/* Menu principale */
.fusion-header-wrapper, .fusion-header{
	height:100px;
}

.fusion-logo{
	margin-top:0px;
	margin-bottom:0px;
}

/* Fine menu principale */
 
/* Didascalia sotto pulsante */
.slide-content-container, .slide-content-center{
	padding-top:0px !important;
}

@media screen and (max-width: 768px) {
	.caption{
		display:none !important;
	}
}

.caption {
	position:absolute;
	padding-top:10%;
	left:0;
	padding-left:1%;
	padding-right:1%;
}
/* Fine caption sotto pulsante */

/* H1 Chi Siamo */
#titoloChiSiamo{
	padding-bottom: 10px;
}