@media (min-width: 768px){
.map-italy .legend {
    top: 30%;
    right: 25%!important;
}
}
	.lds-default-public {
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
		visibility: hidden;
	  }
	
	  .lds-default-public div {
		position: absolute;
		width: 6px;
		height: 6px;
		background: #000;
		border-radius: 50%;
		animation: lds-default 1.2s linear infinite;
	  }
	
	  .lds-default-public div:nth-child(1) {
		animation-delay: 0s;
		top: 37px;
		left: 66px;
	  }
	
	  .lds-default-public div:nth-child(2) {
		animation-delay: -0.1s;
		top: 22px;
		left: 62px;
	  }
	
	  .lds-default-public div:nth-child(3) {
		animation-delay: -0.2s;
		top: 11px;
		left: 52px;
	  }
	
	  .lds-default-public div:nth-child(4) {
		animation-delay: -0.3s;
		top: 7px;
		left: 37px;
	  }
	
	  .lds-default-public div:nth-child(5) {
		animation-delay: -0.4s;
		top: 11px;
		left: 22px;
	  }
	
	  .lds-default-public div:nth-child(6) {
		animation-delay: -0.5s;
		top: 22px;
		left: 11px;
	  }
	
	  .lds-default-public div:nth-child(7) {
		animation-delay: -0.6s;
		top: 37px;
		left: 7px;
	  }
	
	  .lds-default-public div:nth-child(8) {
		animation-delay: -0.7s;
		top: 52px;
		left: 11px;
	  }
	
	  .lds-default-public div:nth-child(9) {
		animation-delay: -0.8s;
		top: 62px;
		left: 22px;
	  }
	
	  .lds-default-public div:nth-child(10) {
		animation-delay: -0.9s;
		top: 66px;
		left: 37px;
	  }
	
	  .lds-default-public div:nth-child(11) {
		animation-delay: -1s;
		top: 62px;
		left: 52px;
	  }
	
	  .lds-default-public div:nth-child(12) {
		animation-delay: -1.1s;
		top: 52px;
		left: 62px;
	  }
	
	  @keyframes lds-default {
	
		0%,
		20%,
		80%,
		100% {
		  transform: scale(1);
		}
	
		50% {
		  transform: scale(1.5);
		}
	  }
	 
	  #giga-maps{
		z-index:100;
	  }
	  .centered {
		z-index:200;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform: -webkit-translate(-50%, -50%);
		transform: -moz-translate(-50%, -50%);
		transform: -ms-translate(-50%, -50%);
		color: darkred;
	  }


	  @media (min-width: 768px){
	
		.paginator-wrapper .paginator {
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
		}

		.paginator-wrapper .paginator .results {
			position: absolute;
			right: 30px;
			margin-top: 0px;
			top: 0px;
		}


		.paginator-wrapper {
			padding: 20px 0 80px;
			margin: 0 auto;
		}
	}


	@media (min-width: 992px) {
		.paginator-wrapper {
		padding: 20px 0 60px;
		max-width: inherit!important;
		}
	}

	.paginator {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.paginator ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	

	ol, ul {
		overflow-wrap: break-word;
	}
	
	*, *:before, *:after {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
	}

	.paginator ul li:first-child {
		margin: 0;
	}

	.paginator ul li a {
		opacity: 0.3;
		color: #1f1f1f;
		font-size: 16px;
		font-weight: 500;
	}
	
	.paginator ul li {
		margin: 0 12px;
	}


	.news-filter-error {
		
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 120px;
	}

	.news-filter-error .ico-alert-no-results {
		height: 25px;
		width: 25px;
		background: url(../images/ico-alert-no-results.svg) center no-repeat;
		background-size: contain;
		margin-bottom: 21px;
		display: block;
		margin: 0 auto 21px auto;
	}

	.news-filter-error h2 {
		font-size: 26px;
		line-height: 1.42;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	
	/* FILTRI NEWS LOTTO */

	.selected_cat_news_filter{
		font-weight: bold!important;
		color: white!important;
		text-decoration: underline!important;
	}
	.js-helper-hide{
		display: none!important;
	}
	/* FILTRI EVENTI LOTTO */
	.selected_cat_eventi_filter{
		font-weight: bold!important;
		color: white!important;
		text-decoration: underline!important;
	}

	/* LOADER */
	.lds-default-public {
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
		visibility:hidden; 

	  }
	
	  .lds-default-public div {
		position: absolute;
		width: 6px;
		height: 6px;
		background: #000;
		border-radius: 50%;
		animation: lds-default 1.2s linear infinite;
	  }
	
	  .lds-default-public div:nth-child(1) {
		animation-delay: 0s;
		top: 37px;
		left: 66px;
	  }
	
	  .lds-default-public div:nth-child(2) {
		animation-delay: -0.1s;
		top: 22px;
		left: 62px;
	  }
	
	  .lds-default-public div:nth-child(3) {
		animation-delay: -0.2s;
		top: 11px;
		left: 52px;
	  }
	
	  .lds-default-public div:nth-child(4) {
		animation-delay: -0.3s;
		top: 7px;
		left: 37px;
	  }
	
	  .lds-default-public div:nth-child(5) {
		animation-delay: -0.4s;
		top: 11px;
		left: 22px;
	  }
	
	  .lds-default-public div:nth-child(6) {
		animation-delay: -0.5s;
		top: 22px;
		left: 11px;
	  }
	
	  .lds-default-public div:nth-child(7) {
		animation-delay: -0.6s;
		top: 37px;
		left: 7px;
	  }
	
	  .lds-default-public div:nth-child(8) {
		animation-delay: -0.7s;
		top: 52px;
		left: 11px;
	  }
	
	  .lds-default-public div:nth-child(9) {
		animation-delay: -0.8s;
		top: 62px;
		left: 22px;
	  }
	
	  .lds-default-public div:nth-child(10) {
		animation-delay: -0.9s;
		top: 66px;
		left: 37px;
	  }
	
	  .lds-default-public div:nth-child(11) {
		animation-delay: -1s;
		top: 62px;
		left: 52px;
	  }
	
	  .lds-default-public div:nth-child(12) {
		animation-delay: -1.1s;
		top: 52px;
		left: 62px;
	  }
	
	  @keyframes lds-default {
	
		0%,
		20%,
		80%,
		100% {
		  transform: scale(1);
		}
	
		50% {
		  transform: scale(1.5);
		}
	  }
	
	  .centered-public {
		position: fixed;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform: -webkit-translate(-50%, -50%);
		transform: -moz-translate(-50%, -50%);
		transform: -ms-translate(-50%, -50%);
		color: darkred;
	  }

	  .news-filter-wrapper .news-filter-results .news-filter-success .applied-filters ul.tags li.tag {
		display: inline-block;
	  }



	/* 404 */
	.news-filter-error {
		margin-bottom: 10px!important;
	}

	.error404 .entry-content {
		text-align: center;
	}

	.centercont{
		text-align: center;
	}


	.news-filter-error {
		margin-bottom: 300px;
	}

	@media (min-width: 992px) {
	.contenuto-generico {
		padding-top: 101px;
		} 
	}



	.contenuto-generico {
    padding-top: 200px!important;
	}

	/* fine 404 */

	.alertbar  { 
		background-color: #F7F7F7; 
		color: #212529; 
		display: block; 
		line-height: 45px;
		height: 50px; 
		position: relative; 
		text-align: center; 
		text-decoration: none; 
		top: 0px; 
		width: 100%;
		z-index: 100;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		
	}

	.alertbar p a { 
		
		color: #212529;
		
		
	}

	.descmappa p { 
		
		text-align: justify; 
		
		
	}

	.became-client-steps .mappa_homepage {
		text-align: center;
		margin-bottom: 50px!important;
	}


	 h3.hat {
		font-size: 24px;
		text-align: center;
		color: #0033A1;
		margin-bottom: 20px;
	}



	.stylemobheader a{
	
		color: #ffffff!important;
		text-decoration: none!important;
	}

	.fakecheckbox,.fakecheckbox_eventi{
		float:left;
		padding-top:12px;
		height:40px;
		width:35px;
		background: url(../images/ico-checkbox-off.svg) no-repeat;
		background-position-y: 14px;

	}

	.fakecheckbox.checked, .fakecheckbox_eventi.checked{
		background: url(../images/ico-checkbox-on.svg) no-repeat;
		background-position-y: 14px;
	}

	.filtrilabelrestyle{
		padding-left:0px!important;
		float:left;
		background-image: unset!important;
	}

	.paddingbottom0px{
		padding-bottom: 0px!important;
	}

	.filtrilabelrestyle.active{
		font-weight: bold;
	}






.padddingcopertura {

	padding-top: 0px!important;
}
	
.margincopertura {
	margin-top:  0px!important;
	
}


*

.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 



/* css per editor front end altro css va in custom-editor-style.css  */


.btncustom a , .btncustom p a {
    background-color: #0065f4 ;
    color: #ffffff !important;
    text-transform: uppercase;
    border: none !important;
    min-width: 226px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 16px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

	display: inline-block;
    text-align: center;
    vertical-align: middle;

	text-decoration: none;
}

.btncustom a:hover , .btncustom p a:hover
 {
    background-color: #0056b3;
   
}

  /* fine css per editor front end */



  
  .separator2   {
    display: inline-block;
    width: 0px;
    height: 11px;
    margin: 0 12px;
    border: 1px solid #ffffff;
    vertical-align: middle;
}

.separatorblack   {
    display: inline-block;
    width: 0px;
    height: 11px;
    margin: 0 12px;
    border: 1px solid #000000;
    vertical-align: middle;
}

@media (min-width: 992px) {
.servizi .hero-body h1.title {
    line-height: 48px;
}

}
.servizi-detail-page-wrapper table , .servizi-detail-page-wrapper th, .servizi-detail-page-wrapper td {
	border: 1px solid;

  }

  .servizi-detail-page-wrapper tr {

	text-align: center;
	
  }

  .servizi-detail-page-wrapper td{

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px ;
	
  }


  .servizi-cards-wrapper .card-servizi .name {
    max-height: 100%!important;
     overflow: visible!important;
	 text-align: center;
	
	margin-top: auto;
	margin-bottom: auto;

   
    
}


.servizi-detail-page-wrapper img  {
	margin: 0 auto!important;
	text-align: center!important;
	display: block;
  }