/* CSS Document */

/*--------------- Main ---------------*/
html, body{
	margin: 0;
	padding: 0;
	border: 0;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:1.5;
	color:#222222;
	height: 100%;
}
.cl{
	clear:both;
	width:100%;
}
img{
	margin:0;
	padding:0;
	vertical-align: middle;
	max-width:100%;
}
a{
	color: #2b67a7;
	cursor:pointer;
	text-decoration:none;
}
section{
	float: left;
	width: 100%;
	padding:60px 0;
	box-sizing:border-box;
}
.grey_section{
	background-color:#dddddd;
}
.cnt_wide, .cnt_boxed{
	margin:0 auto;
	position:relative;
	clear:both;
	box-sizing:border-box;
}
.cnt_wide{
	width:100%;
}
.cnt_boxed{
	width:1280px;	
}
.main_cnt{
	min-height: 100%;
	margin-bottom: -260px;
	margin-left:0;
	width: 100%;
}
.main_cnt:after {
	content: "";
	display: block;
	clear:both;
}
.footer_cnt{
	height: 200px; 
}

.footer_cnt .quarter_size{
	margin-bottom:20px;
}
.footer_bottom_cnt{
	height: 60px; 
}
.main_cnt:after {
	height: 260px;
}
.full_size, .twothird_size, .half_size, .third_size, .quarter_size, .threequarter_size{
	margin:0 20px;
	float:left;
	position: relative;
}
.full_size{
	width:calc(100% - 40px);
}
.twothird_size{
	width:calc(66.666% - 40px);
}
.half_size{
	width:calc(50% - 40px);
}
.third_size{
	width:calc(33.333% - 40px);
}
.threequarter_size{
	width:calc(75% - 40px);
}
.quarter_size{
	width:calc(25% - 40px);
}
.cta{
	display:inline-block;
	text-decoration:none;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top:30px;
	padding:16px 0;
	width:300px;
	max-width: 100%;
	background-color:#2b67a7;
	border:1px solid #2b67a7;
	color:#ffffff;
}

.cta:hover{
	background-color:#ffffff;
	color:#2b67a7!important;
}
.black_cover{
	background-color:#000;
	opacity:0;
	width:100%;
	height:100%;
	z-index:999;
	position:fixed;
	display:none;
	top:0;
	left:0;
}
.centered{
	text-align:center;
}
.title_centered, .title_left{
	color:#2b67a7;
	border-bottom:1px solid #cccccc;
	text-transform:uppercase;
	font-size:30px;
	font-weight:400;
}
.title_centered{
	display:table;
	margin:0 auto;
	padding:0 120px 20px 120px;
	text-align: center;
}
h1,h2,h3,h4,h5{
	color:#000000;
	font-weight:700;
}
h1{	
	font-size:30px;
	margin-top:0;
}
h2{
	font-size:24px;
	margin-top:0;
}
.title_left{
	margin:0;
	float:left;
	padding:0 120px 20px 0;
}
.btn{
	display:inline-block;
	text-decoration:none;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding:8px 12px;
	background-color:#2b67a7;
	border:1px solid #2b67a7;
	color:#ffffff;
	margin-top:10px;
	margin-bottom: 30px;
}
.btn:hover{
	background-color:transparent;
	color:#2b67a7!important;
}
/*--------------- Header + Menu ---------------*/

.header{
	background-image:url(img/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	box-sizing: border-box;
	z-index: 2000;
	position: fixed;
	top:0;
	background-color: #ffffff;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	box-shadow: 0 4px 1px -2px rgba(0,0,0,.08),0 3px 2px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.04);
}
.logo{
	float:left;
	height:80px;
	padding:32px 0 28px 0 ;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.logo img{
	height:100%;
}
.main_menu{
	height: 30px;
	line-height: 30px;
	margin-bottom:28px;
}
.full_nav{
	position:absolute;
	right:0;
	bottom:0;
}
.flags{
	position:absolute;
	top:32px;
	right:0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.flags a{
	margin-left:5px;
}
.flags a img{
	height:15px;
}

.header_fixed{
	background-image:none;
}
.header_fixed .logo{
	height:40px;
	padding:15px 0 15px 0;
}
.header_fixed .flags{
	top:-42px;
}
.header_fixed .main_menu{
	height: 40px;
	line-height: 40px;
	margin-bottom:15px;
}

.header_fixed .open_menu{
	height: 40px;
	line-height: 40px;
	margin-bottom:15px;
	
}




.full_nav ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.full_nav ul li{
	float:left;
	margin-left:30px;
}
.full_nav ul li a{
	font-weight:300;
	display:block;
	box-sizing:border-box;
	color:#222222;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.full_nav ul li a i{
	margin-left:5px;
}
.full_nav ul li a:hover, .full_nav ul li .active{
	color:#2b67a7;
}
.full_nav ul li .submenu{
	opacity:0;
	height:0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	left:-60px;
	position:absolute;
	z-index:100;
	background-color:#ffffff;
	border-top:1px solid #cccccc;
	overflow:hidden;	
	box-shadow: 0 4px 1px -2px rgba(0,0,0,.08),0 3px 2px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.04);
	padding:0 10px;
	width:280px;
}
.full_nav ul li .megamenu{
	opacity:0;
	height:0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	right:0;
	position:absolute;
	z-index:100;
	background-color:#ffffff;
	border-top:1px solid #cccccc;
	overflow:hidden;
	box-shadow: 0 4px 1px -2px rgba(0,0,0,.08),0 3px 2px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.04);
	padding:0 10px;
	width:842px;
}
.full_nav ul li .megamenu .border_right{
	border-right:1px solid #cccccc;
}
.full_nav ul li .megamenu .third_size{
	height:240px;
	width:280px;
	position:relative;
	margin:0;
	padding:0;
}
.full_nav ul li .megamenu .mm_title{
	display:block;
	float:left;
	margin-bottom:30px;
	padding-left:30px;
	font-size:18px;
	font-weight:700;
	color:#000;
	height:26px;
	line-height:26px;	
}
.full_nav ul li .megamenu ul{
	margin-left:30px;
	margin-right:30px;
}
.full_nav ul li .megamenu ul li, .full_nav ul li .submenu ul li{
	margin-bottom:5px;
}
.full_nav ul li .megamenu ul li a, .full_nav ul li .submenu ul li a{
	font-weight:300;
	text-transform:none;
	color:#222222;
	margin:0;
	border:none;
}
.full_nav ul li .megamenu a i, .full_nav ul li .submenu a i{
	margin-right:10px;
}
.full_nav ul li .megamenu ul li{
	margin:0;
	width:100%;	
}
.full_nav ul li .megamenu a:hover, .full_nav ul li .megamenu .active, .full_nav ul li .submenu a:hover, .full_nav ul li .submenu .active{
	border:none;
	color:#2b67a7;
}

.full_nav ul li:hover .megamenu{
	opacity:1;
	padding:20px 10px;
	height:auto;
}
.full_nav ul li:hover .submenu{
	opacity:1;
	padding:20px 10px;
	height:auto;
}

.open_menu{
	display:none;
	float:right;
	height:108px;
	line-height:108px;
	font-weight:300;
	text-transform:uppercase;
	box-sizing:border-box;
	color:#222222;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.mobile_nav{
	display:none;
	height:0;
	overflow:hidden;
	background-color:#FFF;
	width:calc(100% + 40px);
	margin-left:-20px;
}
.mobile_nav ul{
	list-style:none;
	margin: 0;
	padding:0;
	box-sizing:border-box;
	width: 100%;
}
.mobile_nav ul li{
	margin:0;
	box-sizing:border-box;
	border-top:1px solid #cccccc;
	background-color:#dddddd;
}
.mobile_nav ul li a i{
	float:right;
	height:39px;
	line-height:39px;
	
}
.mobile_nav ul li a{
	height:39px;
	line-height:39px;
	font-weight:300;
	display:block;
	box-sizing:border-box;
	color:#222222;
	padding:0 20px;
}
.mobile_nav ul li a:active{
	background-color:#2b67a7;
}
.mobile_nav ul li ul{
	height:0;
	overflow:hidden;	
}
.mobile_nav ul li ul li ul{
	height:0;
	overflow:hidden;	
}
.mobile_nav ul li ul li a{
	padding-left:30px;
}
.mobile_nav ul li ul li ul li a{
	padding-left:40px;
}

/*--------------- Footer ---------------*/

.footer_cnt{
	background-color: #1d1d1d;
	color:#848484;
	float: left;
	width: 100%;
}
.footer_bottom_cnt{
	background-color: #222222;
	color:#848484;
	float: left;
	width: 100%;
}
.logo_footer{
	height:100px;
	line-height:100px;
	margin:50px 0;
	float:left;
}
.logo_footer img{
	height:100px;
}
.testo_footer{
	font-size:13px;
}
.testo_footer{
	font-size:13px;
}
.testo_footer .titolo_footer{
	font-size:15px;
	margin: 40px 0 20px 0;
	font-weight:700;
	color:#ffffff;
}
.testo_footer a, .testo_footer_bottom a{
	color:#848484;
	text-decoration:none;
}
.testo_footer a:hover, .testo_footer_bottom a:hover{
	text-decoration:underline;
}
.testo_footer_bottom{
	font-size:13px;
	width:100%;
	text-align:center;
	padding: 18px 0;
}
.testo_footer span{
	white-space: nowrap;
}
.testo_footer_bottom i{
	margin:0 10px;
}


/*--------------- Section intro ---------------*/

#intro{
	background-image:url(img/home_bg.jpg);
	background-position:center;
	background-size: cover;
	padding:0;
	padding-top:140px;
	height:590px;
}
#intro h1{
	color:#ffffff;
	font-size:36px;
	width:100%;
	font-weight:700;
	margin-top:90px;
}
#intro p{
	color:#ffffff;
	font-size:30px;
	margin:0;
}
#intro .cta{
	margin-top:40px;
}
.intro_info{
	box-sizing:border-box;
	padding-left:40px;
}
.intro_img{
	text-align:center;
}
.owl-carousel{
	border-radius: 8px;
	border: 8px solid rgba(255, 255, 255, .3);
	margin-top:50px;
}
.owl-dots{
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	bottom: 10px;
}
.owl-dot{
	background-color: #ffffff;
	float: left;
	margin: 4px;
	height: 12px;
	width: 12px;
	border-radius: 6px;
}

.owl-dots .active{
	background-color: #2b67a7;
}





#intro_inner{
	background-image:url(img/home_bg.jpg);
	background-position:center;
	background-size: cover;
	margin:0;
	padding:170px 0 30px 0;
}
#intro_inner .title_inner{
	color:#ffffff;
	font-size:32px;
	font-weight:700;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
}
#intro_inner .breadcrumbs{
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
}
#intro_inner .breadcrumbs a{
	color:#FFF;
}
#intro_inner .breadcrumbs i{
	margin:0 6px;
}
#intro_inner .breadcrumbs a:hover{
	color:#FFF;
	text-decoration:underline;
}

/*--------------- Home page ---------------*/

#home_cosafacciamo, #home_prodotti{
	background-color:#ffffff;
}
#home_settori, #home_chisiamo{
	background-color:#dddddd;
}
#home_chisiamo h2{
	color:#222222;
	font-size:24px;
	font-weight:400;
}
#home_chisiamo .cnt_boxed{
	background-color:#FFF;
}
.home_chisiamo_box{
	float:left;
	margin:40px 20px 20px 20px;
}

#home_cosafacciamo p{
	width:100%;
	max-width:960px;
	margin:30px auto;
	text-align: justify;
}


.home_box_settori{
	background-color:#FFF;
	width:100%;
	box-sizing:border-box;
	margin-top:30px;
}
.home_box_settori figure{
	margin:0;
	padding:0;
}
.home_box_settori_info{
	padding:30px;
}

.home_box_settori_info h3{
	font-size:20px;
	font-weight:400;
	color:#222222;
	margin:0 0 20px 0;
}
#home_prodotti .half_size p{
	margin:20px auto;
}
#home_prodotti .cnt_boxed{
	margin-top:60px;
}
#home_prodotti h3{
	font-size:24px;
	font-weight:700;
	margin-top:0;	
}

#home_prodotti h3 a{
	color:#000000;	
}
#home_prodotti ul{
	margin:20px 0;
	list-style:none;
	padding:0;
}
#home_prodotti ul li{
	margin:3px 0;
}
#home_prodotti ul li a{
	color:#222222;
}
#home_prodotti ul li a i{
	margin-right:10px;
	color:#2b67a7;
}
#home_prodotti h3 a:hover, #home_prodotti ul li a:hover{
	color:#2b67a7;
}
#home_prodotti img{
	margin-top:50px;
}

.clienti_box .quarter_size{
	margin-bottom:40px;
}

.clienti_box  .title_centered{
	margin-bottom:40px;
}


/*--------------- Chi siamo ---------------*/

.chi_siamo_img{
	text-align:center;
}
.chi_siamo_img img{
	width:100%;
}


.perche_its .third_size{
	text-align:center;
}
.perche_its .third_size img{
	margin-top:60px;
	height:120px;
	width:120px;
}
.perche_its .third_size p{
	text-align:center;
	font-size:18px;
	color:#000;
	margin:20px 0 40px 0;
}
.applicazioni .third_size, .servizi .third_size{
	background-color:#FFF;
	margin-top:40px;
}
.applicazioni .third_size h3, .servizi .third_size h3{
	padding:0 20px;
}
.applicazioni .third_size p, .servizi .third_size p, .manutenzione .third_size p{
	padding:0 20px;
}
.applicazioni .third_size img, .servizi .third_size img{
	width:100%;
}
.manutenzione .third_size{
	background-color:#FFF;
	margin-bottom:40px;
}
.manutenzione h2{
	margin-bottom:40px;
}
.manutenzione h3{
	font-size:24px;
}
.manutenzione .cnt_boxed, .servizi .cnt_boxed, .applicazioni .cnt_boxed{
	display: flex;
	flex-flow: row wrap;
}


/*--------------- Prodotti ---------------*/


.side_menu_box{
	width:calc(25% - 20px);
	margin-right:0;
}
.side_menu{
	margin:0;
	padding:0;
	list-style:none;
}
.side_menu li{
	margin:0 0 1px 0;
	padding:0;
}
.side_menu li a{
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	background-color:#dddddd;
	color:#222222;
	display:block;
	font-size:14px;
	position:relative;
}
.side_menu li a:hover, .side_menu li a.active{
	background-color:#2b67a7;
	color:#ffffff;
}
.side_menu li a i{
	line-height: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top:-12px;
}
.last_voice{
	margin-bottom:30px!important;
}
.main_menu_voice{
	margin-bottom:20px!important;
	padding-left: 20px !important;
	font-weight:700 !important;
	color:#000000 !important;
}
.box_prodotto{
	background-color:#FFF;
	width:calc(100% - 20px);
	margin:0 0 40px 20px;
	border-bottom:1px solid #cccccc;
	box-sizing:border-box;
	position:relative;
	float: left;
}

.box_prodotto figure{
	margin:0;
	padding:0;
	width:250px;
	text-align:center;
	float:left;
	margin-bottom: 30px;
}
.box_prodotto figure img{
	max-width:100%;	
	max-height:100%;	
}
.box_prodotto .txtbox{
	float:left;
	width:calc(100% - 270px);
	margin-left:20px;
}
.box_prodotto .txtbox h2{
	font-size:20px;
	font-weight:700;
	color:000000;
	margin-bottom:20px;
}
.box_prodotto .txtbox h2 a{
	color:#222222;
}
.box_prodotto .txtbox h2 a:hover{
	color:#2b67a7;
}
.box_prodotto .txtbox p{
	font-size:14px;
}
.box_prodotto .txtbox .btn{
	margin-top:20px;
}

/*--------------- Prodotto ---------------*/

.scheda_prodotto{
	padding-left:20px;
	box-sizing:border-box;
}
.scheda_prodotto_block{
	margin-top:30px;
	margin-bottom:50px;
}
.scheda_prodotto h2{
	color:#222222;
	font-size:24px;
	font-weight:400;
	
}
.scheda_prodotto figure{
	margin:0;
	padding:0;
	text-align:center;
}
.scheda_prodotto figure img{
	max-width:100%;
	max-height:400px;
}

table{
	width:100%;
	border-collapse: collapse;
	margin-top:30px;
}
table, th, td {
    border: none;
	padding:10px 30px;
	text-align:center;
}
.align_left{
	text-align:left;
}
th{
	background-color:#dddddd;
}
td, th{
	border-left:1px solid #e7e7e7; 
}
.dark_bg{
	background-color:#dddddd;
}
.no_border{
	border:none;
}
/*--------------- Contatti ---------------*/

.titolo_mappa{
	margin-bottom:40px;
}
.dati_contatto{
	margin:20px 0;
	list-style:none;
	padding:0;
}
.dati_contatto li{
	margin:5px 0;
}
.dati_contatto li i{
	margin-right:10px;
	color:#222222;
}

.form_box ul{
	margin-bottom:50px;
}
.form_box .sottotitolo_interno{
	margin-bottom:30px;
}
.form_text, .form_select, .form_area{
	width:100%;
	margin:0;
	padding:14px;
	box-sizing:border-box;
	display:block;
	border:1px solid #cccccc;
	color:#484848;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	float:left;
	margin-bottom:20px;
}
.form_label{
	width:100%;
	display:block;
	float:left;
	padding:0 0 5px 0;
	box-sizing: border-box;
	color:#222222;
}
.form_area{
	height:352px;
}
.check_box{
	float:left;
	width:30px;
}
#form_check_text{
	font-size:14px;
	float:left;
	width:calc(100% - 30px);
}
#form_check_text a{
	color:#222222;
}
#form_check_text a:hover{
	color:#2b67a7;
}
.cta_flex{
	width: auto;
    padding: 10px 20px;
    float: right;
    margin: 4px;
}
.scheda_prodotto h1{
	float: left;
}
.scheda_prodotto .caratteristiche{
	background-color:#dddddd;
	margin-top:40px;
	display: flex;
	flex-flow: row wrap;
}
.scheda_prodotto .caratteristiche .third_size{
	background-color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	
}
.scheda_prodotto .caratteristiche figure{
	height:180px;
	overflow:hidden;
}
.scheda_prodotto .caratteristiche p{
	padding:0 20px 0 20px;
}

.scheda_prodotto .table_box{
	margin-top:40px;
}
.scheda_prodotto .table_box .table_row{
	border-bottom:1px solid #cccccc;
	padding:6px 0;
}
.scheda_prodotto h2{
	font-weight:700;
	color:#000;
}
.left{
	float: left;
}
.right{
	float: right;
}
.lightbox_background{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 3000;
}
.lightbox_box{
	background-color: #ffffff;
    width: 640px;
    height: 480px;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -240px;
    box-sizing: border-box;
    position: absolute;
	padding: 30px;
}
.lightbox_close{
	cursor: pointer;
	font-size: 18px;
}
.lightbox_title{
	font-size:30px;
}
.lightbox_data{
	border-top: 1px solid #cccccc;
	margin: 20px auto;
	padding-top: 20px;
	width: 50%;
}
/*--------------- Cookie ---------------*/

#cookiesdirective{
	right:10px;
	width:380px;
	height:80px;
}
.banner_privacy{
	width: 380px;
	position:relative;
	height:auto;
	height:80px;
}
.white_text{
	color:#FFF!important;
}
.text_privacy{
	font-size:11px;
	border:none;
	color:#777777;
	float: left;
	text-align: left;
	width: 326px;
	padding:10px;
	height:60px;
}
.text_privacy a{
	color:#777777;
    font-weight: bold;
}
.text_privacy a:hover{
	text-decoration:none;
}
.btn_accept_cookies{
	background-image:url(img/close-icon.png);
	background-repeat:no-repeat;
	background-color:#dddddd;
	border:none;
	cursor:pointer;
	display: block;
    float: left;
	width:34px;
	float:left;
	height:80px;
	color: #000000;
}
.header_top a{
	color: #ffffff;
}
.header_top a:hover{
	text-decoration: underline;
}

@media (max-width: 1280px){
	.cnt_boxed{
		width:1024px;	
	}
}
@media (max-width: 1023px){
	.full_nav{
		display:none;
	}
	.mobile_nav{
		display:block;
	}
	.open_menu{
		display: block;
		height: 80px;
		line-height: 80px;
		padding: 18px 0;
		font-size: 24px;
	}
	.logo{
		padding: 18px 0;
	}
	.flags{
		display:none;
	}
	.cnt_boxed{
		width: 100%;	
	}
	.full_nav ul li .megamenu{
		padding: 0;
		width: 100%;	
	}
	.full_nav ul li .megamenu .mm_title a{
		padding-left: 0;
	}
	.full_nav ul li .megamenu ul li a{
		padding-left: 0;
	}
	
	#home_prodotti .third_size{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	#home_prodotti .twothird_size{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	#home_prodotti .twothird_size img{
		width: 100%;
	}
	#home_chisiamo .third_size{
		width: calc(50% - 40px);
		margin: 0 20px;
	}
	#home_chisiamo .twothird_size{
		width: calc(50% - 40px);
		margin: 0 20px;
	}
	#home_chisiamo img{
		width: 100%;
	}
	.scheda_prodotto .cta_flex span{
		display: none;
	}
	.scheda_prodotto .cta_flex i{
		margin: 0;
	}
	.footer_cnt{
		height:auto;
	}
	.caratteristiche .third_size {
    	width: calc(100% - 40px);
	}
	.scheda_prodotto .caratteristiche figure {
		height: auto;
		overflow: hidden;
		width: 50%;
		float: left;
	}
	.scheda_prodotto .caratteristiche p {
		width: 50%;
		float: left;
		padding:20px;
		box-sizing:border-box;
	}
}
@media (max-width: 768px){
	.intro_img{
		display:none;
	}
	.intro_info{
		text-align:center;
	}
	#intro{
		height:auto;
	}
	.twothird_size{
		width: calc(100% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.full_size{
		width: calc(100% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.half_size{
		width: calc(100% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.third_size{
		width: calc(100% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.half_size_in{
		width: 100%;
	}
	.third_size_in{
		width: 100%;
	}
	.twothird_size_in{
		width: 100%;
	}
	.threequarter_size{
		width: calc(100% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.quarter_size{
		width: calc(50% - 30px) !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	h3{
		line-height: 1.4;
	}	

	.box_img{
		height: auto;
	}
	.box_img img{
		height: auto;
		width: 100%;
	}
	#intro{
		padding: 60px 0;
	}
	#intro .cta{
		margin-right: 0;
		display: block;
		margin: 30px auto 0;
	}
	.home_chisiamo_box{
		margin: 40px 0 20px 0;
	}
	#home_chisiamo{
		padding: 0;
	}
	.scheda_prodotto {
   		padding-left: 0;
	}
	.scheda_prodotto .cta{
		margin-bottom: 60px;
	}
	.testo_footer{
		margin-top: 0;
	}
	.footer_cnt .cnt_boxed{
		display: flex;
		flex-flow: row wrap;
	}
	.footer_cnt .cnt_boxed{
		text-align:center;
	}
	.logo_footer {
		margin: 50px auto;
		float: none;
	}
	.cta{
		margin-bottom:40px;
	}
	.side_menu_box{
		width: calc(100% - 30px) !important;
	}
	.applicazioni .third_size, .servizi .third_size, .manutenzione .third_size{
		width: calc(50% - 30px) !important;
	}
	
}

@media (max-width: 480px){
	h1{
		font-size: 28px;
		line-height: 1.2;
		height: auto;
	}
	h2{
		font-size: 24px !important;
		line-height: 1.2;
	}
	h3{
		font-size: 20px;
	}	
	.cta, .cta_outline{
		margin-top: 20px;
	}
	.cta_outline{
		margin-right: 0;
	}
	.title_centered{
		padding: 0 0 20px 0;
	}
	#intro h1{
		font-size: 32px;
	}
	#intro p{
		line-height: 1.2;
	}
	.box_prodotto{
		width:100%;
		margin:0 0 20px 0;
	}
	.scheda_prodotto h1 {
		margin-bottom: 10px;
	}
	.scheda_prodotto .cta_flex {
		float: left;
		clear: both;
		float: left;
		margin: 0 0 30px 0;
	}
	.main_cnt{
		margin-bottom: -220px;
	}
	.main_cnt::after {
		height: 220px;
	}
	.testo_footer_bottom{
		padding: 10px 0;
	}
	.applicazioni .third_size, .servizi .third_size, .manutenzione .third_size{
		width: calc(100% - 30px) !important;
	}
	.footer_cnt .quarter_size{
		width: calc(100% - 30px) !important;
	}
	.logo_footer{
		margin-bottom:0;
	}
	.secondo_telefono{
		display:none;
	}
}