body{
	margin:0;
	background-color: #ffffff; 
    background-position: center top;
    background-repeat: repeat-x;
	line-height:1.46;
  	font-size:16px;
    font-family: 'Heebo', sans-serif;
  	font-weight:400;
   
}
h1,h2,h3,.titMod
{
  line-height:1.2;
}

.titMod {
    text-transform: capitalize;
    font-size: 46px;
    line-height: 1.2;
    color: #535257;
    font-weight: 700;
    margin: 10px 0 30px;
}

.titMod.center {
    text-align: center;
}

.item-page h4 {
  font-size: 25px;
  line-height: 1.2;
  color: #535257;
  font-weight: 700;
  margin: 30px 0 10px;
}

a
{
	text-decoration:none;
	color:#000;
}
.clearfix,
.cleared
{
	clear:both;
}
ul
{
	list-style-position:inside;
}

.item-image img
{
  width:100%;
}
 
.header
{

	position:relative;
	left:0;
	right:0;
	z-index:100;
	top:0;
} 



#logo
{
	bottom:0px;
	position:relative;
	z-index:50; 
  	max-width:400px;

}
#logo img
{
	padding:10px 0;
	height:80px;
  	display:block;
	
}

.navigator  {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px; 
    right: 10px;
    z-index: 110; 
}
.search
{
  position:absolute;
  top:10px;
  right:10px;
}

.navigator .menu
{
    margin: 0;
    padding: 0;
  float:left;
    list-style: none;
  
}

.navigator .social
{
  float:left;
}
.navigator .menu li
{
	display:inline-block;
  	position: relative;
	
}
.navigator .menu li a, .navigator .menu li span {
    padding: 0 15px;
    line-height: 40px;
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 50px;
  	margin:0 4px;
}

.navigator .menu li a:hover, .navigator .menu li.active > a {
    background-color: #535257;
  	color:#fff;
}




.navigator .menu ul
{
	display:none;
    padding: 12px 0;
	left:0;
	width: 350px;
	padding:0;
    position: absolute;
  	background: #fff;
  	box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.07);
  	margin-top: 0px;
}

.navigator .menu li:hover ul {
	display:block;
}
.navigator .menu ul li
{ 
    width: 100%;
	line-height:20x;
	float:none;
	display:block;
}

.navigator .menu ul li a, .navigator .menu ul li span {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: left;
    color: #242424;
  	text-transform: uppercase;
  	border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 20px !important;
    display: block;
    padding: 10px 20px !important;
    cursor: pointer;
    font-weight: 500;
  	border-radius: 0;
	margin: 0;
}


.navigator .menu ul li a:hover{
	background-color: rgba(0,0,0,0.1);
  	
  	color:#535257;
}

.navigator .menu ul li.active a {
    background-color: #53525791;
}



#slider
{
	text-align:center;
  	position:relative;
}
#slider img
{
	width:100%;
	margin:auto;
	height:auto;
}
#slider .random-image
{ 
	margin:auto;
	width:100%;
}


#slider .banner
{
	max-height:400px;
	overflow:hidden;
	position:relative;
}


.sektor{
  padding: 60px 0;
}



.footer
{
	padding-top:20px;
	padding-bottom:20px;
	background-color: #f2f2f2;
	color:#000;
	font-size: 15px;
	font-weight: 300;
	line-height: 27.2px;
}

.footer p strong {
    font-weight: 600;
  	color: #000;
}

.footer h3{
  color: #535257;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
  	text-transform:uppercase;
  	padding-top: 40px;
}

.footer .info i {
    box-sizing: border-box;
    color: #535257;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    height: 18px;
    line-height: 26px;
    text-align: center;
    width: 18px;
    margin-right: 5px;
  	margin-bottom: 10px;
  	float:left;
}

.footer .info {
  clear:both;
}

.call-block {
    box-sizing: border-box;
    color: #535257;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.call-block strong {

    color: #000;
    font-weight: 400;

}

.footer img {
    height: 80px;
    padding: 0;
    
}


.footer .itm.dd {
  border-bottom: 1px solid #535257;
 	position: relative;
	padding: 40px 0;
}
.footer .itm.dd:before {
  height: 10px;
  width: 33.33333333%;
  content: '';
  margin-left: 33.33333333%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #535257;
}

.itm.span4.first {
    margin-left: 0;
}

.footer .category-module {
	margin:0;
	padding:0;
	list-style:none;
}
.footer .category-module li
{
	display:inline-block;
	min-width:18%;
	padding-right:1%;
}
.footer .foots p
{
	display:block; 
	clear:both;
	margin:0px 0;
}


.credit
{
	background-color: #fff; 
    color: #999;
	text-align:center;
	padding:15px 0 10px;
	font-size:11px;
}
.credit a
{
	color:#888;
}


.contenuto
{
	padding-top:30px;
	padding-bottom:30px;
}




.blog .cols-3 .item .item-image
{
	width:100%;
	margin-bottom:15px;
}
.blog .cols-3  .item h2
{
	text-align:center;
}


.pagina .contenuto.lft
{
	float:right;
}
.pagina .laterale.lft
{
	margin-left:0;
}
.pagina .laterale
{
	padding:10px 0;
}
.pagina .laterale .moduletable
{
	padding:10px 0;
}

.pagina .laterale ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.laterale .moduletable
{
	margin:0;
}
.laterale .moduletable h3
{
	margin-top:0;
	padding:0 10px;
}
.laterale ul li
{
	display:block;
	padding:2px 10px;
} 
.item-page .item-image {
    float: left;
    width: 40%;
    margin: 0 40px 40px 0px;
}

.pagination .counter
{
	display:none;
}
.pagination ul
{
	padding:0;
	text-align:center;
}
.pagination ul li
{
	display:inline;
	padding:0 2px;
}
.item-page h2
{
	text-align:left;
	font-size:26px;
}
.gallery .itm
{
	width: 16.6666%;
	float:left;
	box-sizing:border-box;
	border:5px solid transparent;
	position:relative;
	overflow:hidden;
}
.gallery .itm:before
{
	padding-top:66%;
	display:block;
	content:" ";
}
.gallery .itm img
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
}



.feature i {
  font-size: 80px;
  color: #535257;
}
.feature {
  text-align: center;
}
.feature .tit {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
  	line-height: 1.2;
}
.feature .banner-item .tit a {
    color: #535257;
}


.feature .banner-item .text {
    position: absolute;
    bottom: auto;
    margin: 0 auto;
    right: auto;
    text-align: left;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    font-size: 14px;
    top: 50%;
    left: 0;
    width: 50%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.banner-item {
  position: relative;
}
.banner-img .text {
    text-align: left;
    left: 0;
    top: auto;
    right: 0;
    padding: 0 20px;
    bottom: 10%;
    position: absolute;
    margin: 0 auto;
    transition: all 300ms ease 0s;
}
.banner-img .tit {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}

.banner-img .text p {
    max-width: 440px;
    margin: 10px 0 0;
  	color: #fff;
}

.banner-img {
  position: relative;
}
.banner-img .tit a {
  color: #fff;
}

.feature .item {
    width: 50%;
    float: left;
}

.feature img {
    width: 100%;
}

.banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}



.banner-img .image a:before, .banner-item:before{
    box-shadow: 0 0 125px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: 0;
}



.banner-img:hover .image a:before, .banner-item:hover:before {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    width: 100%;
}

.banner-item .imgs {
    width: 50%;
    margin-left: 50%;
    padding: 60px 40px;
    box-sizing: border-box;
  	position: relative;
z-index: 3;
}

.banner-item .imgs img {
    height: 180px;
    width: auto;
}

.banner-item:hover .text {
    left: 20px;
}

.banner-img:hover .text {
   bottom: 15%;
}




.customcta {
  text-align: center;
}
.customcta .min-tit {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  
}
.customcta .big-tit {
    color: #fff;
    margin: 20px 0;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}
#cta {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
#cta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}


.btn, .ui.button{
  display: inline-block;
  padding: 13px 24px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #535257;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 2px solid #535257;
  text-transform: uppercase;
}
.btn:hover, .ui.button:hover, .btn.second:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#cta .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

#promozioni .btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}


.itm-image img {
  width: 100%;
  
}
.itm-image {
    float: left;
    width: 30%;
    margin: 0 50px 50px 0px;
}

#promozioni {
  background-color: #535257;
  color: #fff;
  padding: 35px 0;
}
#promozioni p {
  font-size: 26px;
  line-height: 1.2;
  display: inline-block;
}

#promozioni .bt {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.custompromozioni {
    position: relative;
}

#promozioni .btn {
    background-color: #fff;
    color: #000;
    font-size: 18px;
}


.social {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}
.social a {
  color: #fff;
  display:inline-block;
  border-radius: 100%;
}
.social .blink
{
  background-color:#535257;
  background-color:#eb211e;
  padding:5px 15px;
  border-radius:10px;
  animation:blink 1.5s ease-in-out infinite; 
}
@keyframes blink
{
  0%{
  background-color:#eb211e;
  }
  48%{
  background-color:#eb211e;
  }
  50%{
    background-color:transparent;
  }
  52%{
  background-color:#eb211e;
  }
  100%{
  background-color:#eb211e;
  }
}

.social i {
  background-color: #4267b2;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}

.social .inst{
  background-color:#e02d71;
}

.social .pint{
  background-color:#cb2027;
}

.social .wa{
  background-color:#41c252;
}



/*
.n2-ss-slide-background-image
{
	animation:xoomIn 12s linear infinite 1s;

} 

@keyframes xoomIn
{
	0%{
		transform:scale(1,1);
	}  
	50%{
		transform:scale(1.2,1.2);
	}
	100%{
		transform:scale(1,1);
	}
}

*/

.sldimg img {
    border-radius: 100% !important;
}


.titolo-pagina {
  position: absolute;
  top: -100px;
  transform: translateY(-50%);
  color: #535257;
  text-align: left;
  left: 20px;
  right: 0;
}
.titolo-pagina h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 5px;
}


.breadcrumb {
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
}

.customslidepagine {
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
}

#slider .image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}


.n2-ss-slide.n2-ss-canvas:not(.n2-ss-slide-active) .n2-ss-layer-row-inner {
  display:none  !important;
}



.delay4{
  animation-delay: 0.4s;
}

.delay8{
  animation-delay: 0.8s;
}
.delay12{
  animation-delay: 1.2s;
}


.item-gallery{
  float:left;
  width:45%;
  margin:0 40px 40px 0;
}






.galleria
{
	position:relative;
}
.galleria .fullImage {
    overflow: hidden;
   width: 100%;
    text-align: center;
    margin: 0 auto 20px;
}

.galleria .fullImage img
{
	width:100%;
}

.galleria .lista
{
	list-style:none;
	margin:0;
	position:relative;
	padding:0 30px;
}
.galleria .lista li
{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	display:block;
	 
}
.galleria .lista li:before
{
	content:"";
	padding-top:100%;
	display:block;
}

.galleria .lista li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    cursor: pointer;
    height: 100%;
    object-fit: contain;
  max-height: 100px;
}


.galleria .owl-dots {
    display: none !important;
}


.owl-dots
{
	display:none;
}
.owl-nav .owl-prev, .owl-nav .owl-next
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	font-size:0;
}
	
.owl-nav .owl-prev:before, .owl-nav .owl-next:before
{
	content:"\f104";
	font-family:'Font Awesome 5 Pro';
	font-size:22px;
	text-align:center;
	color:#000;

}
.owl-nav .owl-next:before
{
	content:"\f105";
	float:right;
}
.owl-nav .owl-prev
{
	left:0px;
}

.owl-nav .owl-next
{
	right:0px;
}


.item-page h2, .category-desc h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #535257;
    font-weight: 700;
    margin: 10px 0 30px;
}

.item-page h3 {
    font-size: 25px;
    line-height: 1.2;
    color: #535257;
    font-weight: 700;
   margin: 10px 0 10px;
}



.blog .item .page-header {
  position: absolute;
  bottom: 20px;
  left: 5px;
  background-color: rgba(255,255,255,0.9);
  right: 5px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.blog .item {
  position: relative;
}
.blog .item h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.blog .item:hover .page-header {
    bottom: 40px;
}





.category-desc .blocco img,
.item-page .blocco img
{
	width:calc(50% - 50px);
  	float:right;
  	margin:20px 0 50px 50px;
}
.item-page .blocco:nth-child(2n) img,
.category-desc .blocco:nth-child(2n) img
{
  	float:left;
	margin:20px 50px 50px 0;
}
.item-page .blocco,
.category-desc .blocco
{
	clear:both;
	padding:40px 0;
  	position:relative;
}

.item-page .blocco:nth-child(2n)::before, 
.category-desc .blocco:nth-child(2n)::before {
    content: "";
    background-color: #f5f5f5;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
 
.blocco .slide_gallery img {
  float: none;
  width: 100%;
  margin: 0;
}

.slide_gallery .owl-controls{
  text-align: center;
  margin-top: 10px;
}

.owl-dots .owl-dot.active {
    background-color: #535257;
}

.slide_gallery .owl-nav{
  display:none;
}



.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form input[type="checkbox"], .ui.form textarea{
	background-color: #f7f7f7;
	color: #666666;
	padding: 0 30px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 100%;
	}


.ui.form input[type="checkbox"], .ui.form textarea{
  height:100px;
}


.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="url"]:focus, .ui.form textarea:focus {
    box-shadow: 0 25px 98px 0 rgba(0,0,0,.02);
    background-color: #f5f5f5;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #888 !important;
}

::-moz-placeholder {
  opacity: 1 !important;;
}


.ui.form .field .prompt.label {
    display: none !important;
}








.contact-info ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
  margin-bottom: 30px;
}
.contact-info ul li {
  padding-left: 55px;
  position: relative;
  list-style-type: none;
}
.contact-info .icon {
  background-color: #535257;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  border-radius: 4px;
}
.contact-info .icon i {
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.contact-info span {
  display: block;
  color: #535257;
}
.contatti .tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    margin-top: 0;
    color: #535257;
}


.ui.form .field > label {
    display: none;
}


.blog.promo .page-header {
  position: relative;
  top: auto;
  bottom: auto;
  background-color: transparent;
  padding: 0;
}
.blog.promo .item h2, .servizi-home .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  margin-top: 0;
  color: #535257;
  text-align: left;
  margin: 10px 0;
}
.blog.promo .item {
  font-size: 14.5px;
}

.blog.promo .item:hover .page-header {
    bottom: auto;
}

.btn i {
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
}


.btn.second {
    background-color: transparent;
    border: 2px solid #535257;
    color: #535257;
}
#promo{
  padding-top:0;
}
.servizi-home .item
{
  margin-bottom:50px; 

}
.servizi-home .item:first-child
{  
width: 100%;
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.servizi-home .item:first-child .item-image
{
  width:50%;
  float:left;
  margin:0 20px 0 0;
}
.servizi-home .item:first-child .text
{
  width:calc(50% - 20px);
  float:left;
  
}
.servizi-home .item .text
{
  text-align:left;
}
.servizi-home .item .text a
{
      display:block;
  width:200px;
  box-sizing:border-box;
    padding: 13px 24px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #535257;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid #535257;
    text-transform: uppercase;
  margin-top:20px;

}
#preventivi
{
  background-color:#535257;
}
#preventivi .titMod,
#preventivi label
{
  color:#fff;
}
#preventivi .btn,
#preventivi .ui.button{
  background-color:#000;
}
.servizi-home 
{
  text-align:center;
}
.servizi-home .item.col3
{
  display:inline-block;
  width:calc(25% - 40px);
  box-sizing:border-box;
  margin:20px;
  vertical-align:top;
}


.slide_gallery .title {
    position: absolute;
    bottom: 0;
    background: #ffffffba;
    right: 0;
    left: 0;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 15px;
}



#spedizione {
    padding-top: 0;
    text-align: center;
}




.lavori .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lavori .itm-video, .lavori .itm-gallery {
  flex-basis: 40%;
  box-sizing: border-box;
  padding: 40px;
}
.lavori .item img {
    width: 50%;
    border: 3px solid transparent;
    box-sizing: border-box;
    object-fit: cover;
    max-height: 197px;
}

.lavori .itm-gallery {
  display: inline-block;
  flex-basis: 60%;
}


#grey{
  background-color: #fefefe;
border-bottom: 1px solid #eee;
}


sup {
    font-size: 18px;
}





.wa-pop {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 40px;
  background-color: #41c252;
  font-size: 30px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.wa-pop i {
  color: #fff;
}



.calltext {
    display: inline-block;
    position: absolute;
    right: 110px;
    bottom: 33px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}



.intro {
  position: relative;
}
.wa-pop.prom {
    width: 50px !important;
    position: absolute;
    bottom: 0;
    background-color: #41c252 !important;
    border-color: #41c252 !important;
    text-align: center !important;
    height: 50px;
    padding: 0 !important;
        padding-left: 0px;
    line-height: 45px !important;
    padding-left: 13px !important;
}
.wa-pop.prom::before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands" !important;
    display: block;
    text-align: left;
    display: block;
    font-size: 24px;
}


.chiamasubito {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    position: absolute;
    right: 70px;
    bottom: 10px;
    padding: 0 !important;
}




.ciclo img {
    width: 100%;
    height: 200px;
    float: none !important;
    margin: 0 !important;
    object-fit: cover;
    flex-basis: 20%;
    box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
}
.ciclo {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}



.blocco video {
    float: right;
    width: 40%;
    object-fit: cover;
    min-height: 400px;
    margin-left: 30px;
  margin-bottom: 20px;
}


.lavori .itm-video video {
    max-height: 290px;
    padding: 5px 0;
}


.blink.prom {
    background-color: #41c252 !important;
}


.promo-slide img {
    width: 100%;
}



.promo-intro-text h4 {
  font-size: 26px;
  margin: 0;
  text-transform:uppercase;
}
.promo-intro-text p {
    margin: 0;
    font-size: 20px;
}



.promo-slide {
  position: relative;
}
.promo-intro-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background-color: #eb211ea1;
    padding: 8px 20px;
    box-sizing: border-box;
}


.featherlight-content {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.featherlight-content img{
    display:block;
}


.promz p:first-child {
    font-size: 28px !important;
}



.interImage img {
    width: 100%;
    max-width: 100%;
    max-height: 144px;
    object-fit: cover;
}
.interImage {
  width: 100%;
  max-width: 100%;
  display: block;
}
.interImage .pull-left.item-image {
  width: 100% !important;
  float: none !important;
}



.lavori .itm-video {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lavori .itm-video video {
  max-height: 100%;
  height: 100%;

  
}

.servizi-home .item.col3 img {
  height: 250px;
  object-fit: cover;
}


.alignfull {
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  max-width: 100vw;
  width: auto;
}


.bg-grey {
  background: #f5f5f5;
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.promo-slide h4 {
  color: #fff;
}


.promo-slide img {
  max-height: 500px;
  object-fit: cover;
}





.bollinoSconto {
  width: 80px;
  height: 80px;
  background: #41c252;
  color: #fff;
  display: block;
  border-radius: 100%;
  line-height: 80px;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
}
.prezzo {
  position: absolute;
  margin-top: -80px;
  right: 10px;
  color: #fff;
  font-size: 49px;
  font-weight: bold;
    text-shadow: 1px 1px 10px #000;
}
.prezzo s {
  font-size: 26px;
}



.promo-intro-text {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  background: #535257;
}
  