.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
.corp
{
	max-width:1250px;
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right: 20px;
	clear:both;
	margin:auto;
	position:relative;
}
.resmenu
{
	z-index:200;
	position:absolute;
	right:20px;
	top:30px;
	width:32px;
	height:32px;
	cursor:pointer;
	display:none;
}

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #008ecd;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 13px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}




#info .testo a,
#info .tel a
{
	position: fixed;
bottom: 0;
margin: 0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
height: 60px;
top: auto;
line-height: 40px;
font-size: 16px;
width: 50%;
text-align: center;
color: #fff;
box-sizing: border-box;
padding: 10px;
display: none;
text-transform: uppercase;
  z-index: 140;
}
#info .testo a
{
	right:0;
  background-color: #51c65d;

}

#info .tel a
{
	left:0;
   background-color: #0072c2;

}

#info .testo svg,
#info .tel svg{
  width: 20px;
  height: 20px;
  color: #fff;
}

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

.corp
{
	max-width:980px;
}
.bread
{
	max-width:980px;
	padding:0 20px;
	box-sizing:border-box;
}
#sopra .article_anywhere .img-fulltext-left
{
	width:45%;
}
#logo img
  {
    height:55px;
  }
.navigator .menu li a, .navigator .menu li span
  {
    line-height:60px;
  }
}
#mappa .contatt
{
  width:70%;
}
#mappa .contatt .span4,
#mappa .contatt .span8
{
  
	width: 48.936170208%;
}
@media screen and (max-width: 1024px) {

#slider .cntrl
{
	position:relative;
	height:auto;
}
#slider .cntrl video
{
	position:relative;
	height:auto;
	margin-top:0;
}
.resmenu
{
	display:block;
}
#logo img
{
	height:auto;
	max-width:100%;
	max-height:80px;
}

#logo img {
    width: auto;
    height: 50px;
    padding: 15px 0;
}
.fix #logo
{
	max-width:100%;
}
  .contatt #cws
  {
    margin:20px 0;
  }

.header:before
{
	display:none;
}

.fix
{
	overflow:hidden;
}

body
{
	padding-top:90px;
  	padding-bottom:60px;
	overflow-x: hidden;
}
.header
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100px;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  	background-color:#fff;
}
  
.pagina .laterale
{
	min-height:0 !important;

}
  .navigator .menu li {
    display: block;
    float: none;
	position: relative; 
	width: 100% !important;
}
  
.row-fluid .span6  
{
	width:100%;
	margin-left:0;
	margin-bottom:10px;
}

.bread
{
	color:#000;
	position:relative;
	margin:15px 0;
	font-size:14px;
	bottom:0;
}
.blog h1,
.item-page h1
{
	margin:0;
	top:0;
	position:relative;
	font-size:30px;
	margin:0 0 15px;
	line-height:34px;
	height:auto;
	color:#000;
}
.blog .item h2,
.item-page h2
{
	font-size:24px; 
}
.item-page h3
{
	font-size:20px;
}
.gallery .itm
{
	width:100%;
	margin:0 0 10px;
}
.servizi .itm .cont
{
	padding:0;
}
.servizi .itm:before
{
	display:none;
}
.item-page.pat .item-image,
.item-page.pat .indice
{
	float:none;
	width:100%;
  position: relative;
	margin:0 0 10px;
}
  .item-page.pat .indice ul {
    white-space: nowrap;
    overflow: auto;
}
.item-page.pat .body
{
	width:100%;
}
body
{
	font-size:16px;
}
.item-page.pat .body img
{
	max-width:100%;
	float:none !important;
	display:block;
	width:100%;
	height:auto;
}
.item-page .spacer
{
	padding:0;
}
.contenuto {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pagina .laterale
{
	min-height:0 !important;

}

.settori .itm .tit
{
	position:relative;
	margin:10px 0;
	color:#0351a2;
	background-color:transparent;
}
.settori .itm .tit a
{
	color:#0351a2;
}

.settori .itm .tit .intro
{
	position:relative;
	color:#000;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:1;

}

.faq .itm:before
{
	display:none;
}
.faq .itm
{
	padding:0;
}

#mappa iframe
{
	width:100%;
}
#mappa .contatt
{
	height:auto;
	width:100%;
	position:relative;
	padding:20px;
}
#mappa .clc
  {
    float:none;
    display:block;
    width:100%;
  }

#mappa .contatt p
{
	font-size:14px;
}

  
 #search {
    display: none;
}
.navigator .corp {
    background-color: transparent;
    border-radius: 0;
}

  
#info .testo a,
#info .tel a
{
	position:fixed;
	display: block;
	bottom:0;
	margin:0;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	height:60px;
	top:auto;
	line-height:40px;
	font-size:16px;
	padding:10px;
	width:50%;
}
#info .testo a
{
	right:0;
}

#info .tel a
{
	left:0;
}
 
.gallery .itm {
    width: 50%;
    margin: 0 0 10px;
}
.galleryimg.extra-content {
    margin: 0;
}

.introtext .text {
	margin: 0;
	padding: 40px 20px;
  }
  
  .introtext {
	  margin-bottom: 0px;
  }
  
  .fulltext {
	  width: 100%;
	  margin-top: 60px;
  }
  
  
  
  
  .call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#eb211e;
    height: 60px;
    z-index: 140;
    display: flex;
border-top: 1px solid #eee;
    
}
  
.call a {
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 20px;
    width: 100%;
    color: #04293c;
    text-align: center;
    background: #fff !important;
}
  
  .call a:nth-child(1){
    color: #498c40;
  }
  .call a:nth-child(2){
   color: #498c40;
  }
  .call a:nth-child(3){
    color:#0072c2;
  }
  
  .call a:nth-child(4){
    color:#0072c2;
  }
  
  
  .call a svg {
    height: 22px;
    display: block;
    text-align: center;
    margin: auto;
}
  
  
  
  
.whatsapp-button {
  display: none;
}
.iubenda-tp-btn[data-tp-float][data-tp-float="bottom-left"] {
  bottom: 60px !important;
}


}


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

.row-fluid .span3,
.row-fluid .span4,
  .row-fluid .span5,
.row-fluid .span8,
.row-fluid .span9
{
	width:100% !important;
	float:none !important;
	margin-left:0;
	margin-bottom:10px;
}


  .item-page .item-image {
    width: 100%;
}
.blog .items-leading .item-image,  
  .blog-featured .item .item-image, .blog .item .item-image {
    width: 100%;
    margin: 0 0px 10px 0;
    float: none !important;
}
.contatt #display-section1 {

    margin-top: 30px;

}
  
  .blocco .text {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.blocco .image {
  width: 100%;
  display: block;
}
	
  .footer ul {
    column-count: 1;
}
  
  .titMod {
    font-size: 27px;
}
  .blocks img.right {
    float: none;
    margin: 0;
}
  
  
.double {
  display: block;
}

.topfeature {
    display: block;
    margin-top: 40px;
}

.topfeature .item {
    padding: 18px 15px;
}

.feature .item .title a {
    justify-content: center;
}

.feature {
    text-align: center;
}

.big, .titPar {
    font-size: 27px;
    margin-bottom: 20px;
}

.settori .itm:not(:last-child) {
    margin-bottom: 40px;
}
.vid {
    margin: 20px 0;
}

.item-page .fulltext img {
	width: 100% !important;
	float: none !important;
	margin: 20px 0 !important;
}


.doct, .item-page .st, .introtext, .contatti, .maps, .servizi .itm .cont {
    display: block;
}
.item-page .cv {
    margin: 0;
    padding: 30px 20px;
}



.contatti .item p {
    font-size: 16px;
}

.contatti .item svg {
    height: 40px;
    width: 40px;
}

.contatti .item {
    justify-content: left;
    margin-bottom: 20px;
}

.maps iframe {
    width: 100%;
    height: 120px;
}

.servizi .itm .cont .item-image {
    margin: 0 !important;
}



.table .riga div {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.table {
    width: 100%;
    display: block;
}

.table .riga.head div {
    box-sizing: border-box;
}
.table .riga.head {
    height: auto;
    width: 100%;
    display: block;
}

.table .riga {
    display: block;
}

.blog h1, .item-page h1 {
    line-height: 1.2;
    color: #0072c2;
}

#info .testo a,
#info .tel a
{
	font-size:0;
}

#info .testo a svg, #info .tel a svg {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    margin-top: 6px;
}	
  .confronto {
    display: block;
}
  
  
  .formslide {
    position: relative;
    bottom: 0px;
    margin: 20px 0;
    max-width: 100%;
}
  
  #slider .custom::before {
    display: none;
}
  
  .item.formslidehome {
    margin-top: 0;
}

  .bread {
    margin-bottom: -20px;
}
  
  .call a {
    padding: 10px 10px;
    font-size: 14px;
}
  
  
  .featherlight img {
  max-height: 300px !important;
}
  
}


@media screen and (max-width: 480px) {
    .call a {
    padding: 10px 5px;
    font-size: 12px;
}
  }
