@charset "UTF-8";
/* CSS Document */

@font-face {
}

* {
	padding:0;
	margin:0;
}

.clearer {
	clear:both;
}
body {
	font-family: Arial, "sans-serif";
}
img {
	border:none;
}

p {
	line-height: 1.3;
	color: #3b3b3c;
	font-size: 18px;
}

a:link, a:visited {
	color: #3b3b3c;
}

a:link, a:visited {
	color: #3b3b3c;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	color: #3b3b3c;
}

li {
	font-size: 18px;
	color: #3b3b3c;
	margin-left: 25px;
	margin-bottom: 5px;
}

header, nav, article, aside, section, footer, main, figure, figurecaption, hgroup {
	display:block;	
}

clearfix:befor {
	content:"/0020";
	display:block;
	height:0;
	overflow: hidden;
}

clearfix:after {
	clear:both;
}
.clearfix {
	zoom: 1;
}

.uno {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
	margin-top: 80px;
	position: relative;
}

#partner {
	position: absolute;
	top:-50px;
}

.uno_sx {
	width: 50%;
	height: 400px;
	float: left;
}

.uno_dx {
	width: 40%;
	height: auto;
	float: left;
	margin-left:5%;
}

.uno_dx_cent {
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}

.uno_dx h2 {
	margin-bottom: 0px;
	text-transform: uppercase;
	
}

.uno_sx img {
	width: 100%;
  height: 400px;
	object-fit: cover;
}

.linea {
	width: 60px;
	height: auto;
	margin-bottom: 25px;
}

.linea img {
	width: 100%;
}

.box_int *, .box_int *:after, .box_int *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.box_int .clearfix:before, .box_int  .clearfix:after { display: table; content: ''; }
.box_int .clearfix:after { clear: both; }



.box_int a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

.box_int p {
	color: #FFFFFF;
}

.box_int h2 {
	color: #FFFFFF;
	background-color: rgba(255,90,15,0.6);
}

.box_int a:hover, a:focus {
	color: #528cb3;
}

.box_int .content {
	margin: 0 auto;
}

.due {
	margin-top: 70px;
	position: relative;
}

#soluzioni {
	position: absolute;
	top:-50px;
}

.box_int .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}

/* Common style */
.box_int .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 580px;
	max-height: 360px;
	width: 48%;
	background: #ff5a0f;
	text-align: center;
}

.box_int .grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.9;
}

.box_int .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.box_int .grid figure figcaption::before,
.box_int .grid figure figcaption::after {
	pointer-events: none;
}

.box_int .grid figure figcaption,
.box_int .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box_int .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.box_int .grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.box_int .grid figure h2 span {
	font-weight: 800;
}

.box_int .grid figure h2,
.box_int .grid figure p {
	margin: 0;
}

.box_int .grid figure p {
	letter-spacing: 1px;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

.box_int figure.effect-layla {
	background: #ff5a0f;
}

.box_int figure.effect-layla img {
	height: 390px;
}

.box_int figure.effect-layla figcaption {
	padding: 3em;
}

.box_int figure.effect-layla figcaption::before,
.box_int figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.box_int figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.box_int figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.box_int figure.effect-layla h2 {
	margin-top: 57.5%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.box_int figure.effect-layla:hover h2 {
	margin-top: 8%;
}

.box_int figure.effect-layla p {
	margin-top: 10px;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.box_int figure.effect-layla p.sottotitolo {
	margin-top: 3px;
}

.box_int figure.effect-layla img,
.box_int figure.effect-layla h2 {

}

.box_int figure.effect-layla img,
.box_int figure.effect-layla figcaption::before,
.box_int figure.effect-layla figcaption::after,
.box_int figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.box_int figure.effect-layla:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box_int figure.effect-layla:hover figcaption::before,
.box_int figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.box_int figure.effect-layla:hover h2,
.box_int figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box_int figure.effect-layla:hover figcaption::after,
.box_int figure.effect-layla:hover h2,
.box_int figure.effect-layla:hover p,
.box_int figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.tre {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.tre h2 {
	text-align: center;
	margin-top: 70px;
}

.tre p {
	text-align: center;
}

.linea_centr {
	margin: 0 auto;
	margin-bottom: 25px;
}

.tre h3 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;
}

.text-2-colum {
	max-width:550px;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-bottom: 70px;
}

.quattro {
	background-color: #ff5a0f;
}

.quattro_int {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.quattro_int p {
	font-size: 24px;
	font-weight: 600;
}

.quattro_sx {
	width: 60%;
	float: left;
}

.quattro_sx p {
	color: #FFFFFF;
}

.quattro_sx span {
	font-style: italic;
}

.quattro_dx * {
  box-sizing: border-box;
  margin: 0; padding: 0;
}

.quattro_dx ::before,
.quattro_dx ::after {
  position: absolute;
  content: "";
}

.quattro .btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 0px;
}

.quattro .btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}
.quattro .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }

/*--- btn-4 ---*/
.quattro .btn-4 span {
  color: rgb(28, 31, 30);
  background-color: rgb(245,245,245);
}
.quattro .btn-4 span:hover {
  color: rgb(54, 56, 55);
}
.quattro .btn-4::before,
.quattro .btn-4::after {
  width: 15%; height: 2px;
  background-color: rgb(54, 56, 55);
  z-index: 2;
}


/* 17. hover-border-7 */
.quattro .btn.hover-border-7::before,
.quattro .btn.hover-border-7::after {
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
}
.quattro .btn.hover-border-7::before {
  right: 50%;
}
.quattro .btn.hover-border-7::after {
  left: 50%;
}
.quattro .btn.hover-border-7:hover::before,
.quattro .btn.hover-border-7:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;   
}

.quattro .btn.hover-border-7 span::before,
.quattro .btn.hover-border-7 span::after {
  width: 0%; height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.quattro .btn.hover-border-7 span::before {
  bottom: 0; left: 0;
  border-left: 2px solid rgb(54, 56, 55);
  border-top: 2px solid rgb(54, 56, 55);
}
.quattro .btn.hover-border-7 span::after {
  bottom: 0; right: 0;
  border-right: 2px solid rgb(54, 56, 55);
  border-top: 2px solid rgb(54, 56, 55);
}
.quattro .btn.hover-border-7 span:hover::before,
.quattro .btn.hover-border-7 span:hover::after {
  width: 50%; height: 96%;
  opacity: 1;
  transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;   
}

.quattro_dx {
	width: 35%;
	float: right;
}

.cinque {
	position: relative;
	background: rgba(70,36,138,1);
background: -moz-linear-gradient(top, rgba(70,36,138,1) 0%, rgba(44,22,93,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70,36,138,1)), color-stop(100%, rgba(44,22,93,1)));
background: -webkit-linear-gradient(top, rgba(70,36,138,1) 0%, rgba(44,22,93,1) 100%);
background: -o-linear-gradient(top, rgba(70,36,138,1) 0%, rgba(44,22,93,1) 100%);
background: -ms-linear-gradient(top, rgba(70,36,138,1) 0%, rgba(44,22,93,1) 100%);
background: linear-gradient(to bottom, rgba(70,36,138,1) 0%, rgba(44,22,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46248a', endColorstr='#2c165d', GradientType=0 );
}

#enel {
	position: absolute;
	top: -50px;
}

.cinque_logo {
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}

.cinque_logo img {
	width: 100%;
}

.cinque_int {
	width:90%;
	margin: 0 auto;
	max-width: 1200px;
}

.cinque_titolo h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	max-width: 600px;
	margin: 0 auto;
}

.cinque_testo p {
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 50px;
}

.cinque_testo li {
	color: #FFFFFF;
}

.cinque a:link, .cinque a:visited {
	color: #FFFFFF;
}

.cinque_slider {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 75px;
}

.sei_int {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.sei_sx {
	width: 50%;
	float: left;
}

.sei_dx {
	width: 50%;
	height: 570px;
	float: left;
	position: relative;
}

#dove {
	position: absolute;
	top: -50px;
}

.footer_logo {
	width: 90%;
	max-width: 140px;
	padding-left: 5%;
	padding-top: 80px;
}

.footer_logo img {
	width: 100%;
}

.orari {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 5%;
}

.orari h6 {
	font-size: 25px;
	margin-bottom: 5px;
} 

.map {
	width:100%;
	height:570px;	
	display: block;
}


.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:570px; 
	position:absolute; 
	top:0;
}

.footer_fondo {
	background-color: #ff5a0f;
	
}
.footer_fondo p {
	width: 90%;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.sei {
	
}

.galleria {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contatti {
	background-color: #e5e5e5;
	padding-top: 70px;
	position: relative;
}

.contatti h3 {
	color: #3b3b3c;
}

#contattaci {
	position: absolute;
	top:-50px;
}

.form {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.sing_due_sx {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.sing_due_dx {
	width: 49%;
	float: left;
}

.form input[type=text], .form input[type=email], .form input[type=tel] {
	width: 100%;
	height: 45px;
	font-family: Arial, "sans-serif";
	padding-left: 7px;
	font-size: 18px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.00);
	color: #3b3b3c;
	border: none;
	border-bottom: 1px solid #3b3b3c;
}

.form textarea {
	width: 100%;
	height: 100px;
	font-family: Arial, "sans-serif";
	padding-left: 7px;
	padding-top: 10px;
	font-size: 18px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.00);
	color: #3b3b3c;
	border: none;
	border-bottom: 1px solid #3b3b3c;
}

.form input[type=submit] {
	width: 100px;
	height: 40px;
	font-family: Arial, "sans-serif";
	font-size: 18px;
	margin-top: 15px;
	background-color: rgba(255,255,255,0.00);
	color: #3b3b3c;
	border: 2px solid #3b3b3c;
	cursor: pointer;
}

.form input[type=submit]:hover {
	background-color: rgba(255,255,255,1.00);
	color: #46248a;
}

.example-row {
  width: 100%;
  padding:150px 0;
  margin:0;
}

.example-row:nth-child(even) {background-color: #eee;}

.hidden {visibility:hidden;}
.visible {visibility:visible !important;}

.sin_campo_form {
	margin-bottom: 15px;
	margin-top: 10px;
}

.sin_campo_form a:link, .sin_campo_form a:visited {
	color: #3b3b3c;
}

body .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.anticont, .sin_campo_form {
	color: #3b3b3c;
}

.anticont {
	margin-bottom: 15px;
}

.form .anticont input[type=text] {
    width: 50px;
    height: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background-color: rgba(255,255,255,0.00);
    color: #241e20;
	border: 1px solid #241e20; }

.form ::placeholder {
  color: #3b3b3c;
}

.titolo_contatti h6 {
	margin-left: 5%;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.informativa {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cinque .text-2-colum {
	max-width:550px;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-bottom: 40px;
}

body .wpie-switch-descr {
	margin-top: 2px;
	margin-bottom: 20px;
}

body .slideshow span.titologrande {
	font-size: 25px;
}

@media only screen and (min-width: 701px) and (max-width: 991px) {
	body { overflow-x:hidden; }
	
	.box_int .content {
		padding: 0 10px;
		text-align: center;
	}
	.box_int .grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
 	body { overflow-x:hidden; }
	
.uno_sx {
	width: 100%;
	height: auto;
	float: none;
}
	
.uno_sx img {
	width: 100%;
    height: auto;
	object-fit:contain;
}
	
.uno_dx {
	width: 90%;
	height: auto;
	float: none;
	margin-left:5%;
}	
	
	.due {
	margin-top: 10px;
}
	
	.box_int .content {
		padding: 0 10px;
		text-align: center;
	}
	.box_int .grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
	
	.box_int figure.effect-layla h2 {
	margin-top: 300px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.box_int figure.effect-layla:hover h2 {
	margin-top: 8%;
}
	
	.sei_sx {
	width: 100%;
	float: none;
}

.sei_dx {
	width: 100%;
	height: 550px;
	float: none;
}
	
	.sing_due_sx {
	width: 48.5%;
	float: left;
	margin-right: 3%;
}

.sing_due_dx {
	width: 48.5%;
	float: left;
}
	
	.tre h2 {
	margin-top: 0px;
}
	.quattro_sx {
	width: 100%;
	float: none;
}
	
	.quattro_sx p {
		text-align: center;
	}
	
	.quattro_dx {
	width: 100%;
	float: none;
		margin-top: 20px;
}
	
	.box_int figure.effect-layla img {
	height: 400px;
}
	
	/* Common style */
.box_int .grid figure {
	max-height: 400px;
}
	
	body .slideshow span.titologrande {
	font-size: 22px;
}

}