html {
	font-size: 100%;  /* definisce la dimensione del font di default, su desktop 16px */
}

body {
	font-size: 1em; /* 16px */
	line-height:  1.25em; /* 20px / 16 = 1.25em */
	font-family: 'Open Sans', Arial, sans-serif;
	color: #909090;
	text-align: justify;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #909090;
}

a:hover {
	color: #191b1f;
	text-decoration: none;
}

#WrapperContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#ContainerTestata {
	width: 100%;
	height: auto;
}

#WrapperTestata {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;
	padding-top: 1%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 3.125em; /* 50px / 16 */
}

#WrapperLogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#WrapperLogo #Logo {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: 'Lora', serif;
	font-style: italic;
	text-align: center;
	font-weight: 700;
}

#WrapperLogo #Logo a {
	text-decoration: none;
	font-size: 2em; /* 32px / 16 */
	line-height: 1em;
	color: #191b1f;
}

#WrapperLogo #Logo a:hover {
	color: #191b1f;
}

#WrapperLogo #Logo a span {
	color: #ccb68d;
	font-size: 1.75em; /* 56px / 32 */
	line-height: 1em;
}

#WrapperAmbiti {
	position: absolute;
	width: 96%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding: 5px;
	background-color: #45414d;
	z-index: 100;
	bottom: -2.5em;
	right: 2%;
}

#WrapperAmbiti #Ambiti ul {
	width: 100%;
	border: 2px solid #696670;

	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

#WrapperAmbiti #Ambiti>ul>li {
	display: block;
	/*width: 16.66%;*/
	/*width: 19%;*/
	width: 16.5%;
	float: left;
	color: #ccb68d;
	font-family: 'Lora', serif;
	font-size: 1.125em; /* 18px / 16 */
	font-style: italic;
	font-weight: 700;
	text-align: center;
    text-decoration: none;
}

#WrapperAmbiti #Ambiti>ul>li a {
	color: #ccb68d;
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
    text-decoration: none;
    text-transform: none;
	display: inline-block;
	padding-top: 1.33333em; /* 24px / 18 */
	padding-bottom: 1.33333em; /* 24px / 18 */
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

@media only screen and (max-width: 768px) {
.material-menu-view-mobile UL li a {
    text-align: left;
	}
}

.sf-menu > li > a {
	background-image: none !important;
}

#WrapperAmbiti #Ambiti ul A:hover, #WrapperAmbiti #Ambiti ul A.Act, #Ambiti ul A.Act:hover {
	color: #ccb68d;
	border-bottom: 4px solid #ccb68d;
}

#WrapperAmbiti #Ambiti ul A:focus, #Ambiti ul A.Act:focus {
	outline: none;
}

#WrapperAmbiti #Ambiti ul.WrapperNewsMenu {
	background-color: #696670;
}

#WrapperAmbiti #Ambiti ul ul li a {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #696670;
}

#WrapperAmbiti #Ambiti ul ul A:hover, #WrapperAmbiti #Ambiti ul ul A.Act, #Ambiti ul ul A.Act:hover {
	color: #ccb68d;
	background-color: #45414d;
	border-bottom: 4px solid transparent;
}

ul.WrapperNewsMenu div {
	display: none;
}

#MPaginazioneContainer {
	text-align: center;
}

#MPaginazione {
	display: inline-block;
}

#MPaginazione li {
	display: inline-block;
	margin-right: 5px;
}

#MPaginazione li a {
	display: inline-block;
	color: #ccb68d;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #45414d;
}

#MPaginazione li a.Act,
#MPaginazione li a:hover,
#MPaginazione li a:focus {
	color: #45414d;
	background-color: #ccb68d;
}

/* LAYOUT DI PAGINA */

/*----- Homepage -----*/

#ContainerBannerHome {
	width: 100%;
	height: auto;	
	background-color: #a0a0a0;
	background-image: url(img/revolution/testata-hp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#WrapperBannerHome {
    position: relative;
	margin-left: auto;
	margin-right: auto;	
}


#Container1Colonna {
	width: 100%;
	height: auto;	
}

#Wrapper1Colonna {
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;	
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#Wrapper1Colonna #Contenuto {
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;	
	position: relative;
}

#Wrapper1Colonna #Contenuto .TTesto {
	font-weight: 300;
	font-size: 1.125em; /* 18px / 16 = 1.125em*/
	margin-bottom: 2.22222em; /* 40px / 18 = 2.22222em*/
}

#TFocusHome,
#News-WrapperElencoHp,
#AreeInteresse {
	margin-top: 2%;
	float: left;
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
}

#TPaginaRusso {
	margin-top: 2%;
	float: left;
	width: 64.66%;
	margin-left: 1%;
	margin-right: 1%;
}

#TFocusHome .MElemento .MBloccoImg,
#News-WrapperElencoHp .MElemento .MBloccoImg,
#TPaginaRusso .MElemento .MBloccoImg {
	margin-bottom: 1em;
}

#News-WrapperElencoHp .MElemento .MData {
	display: none;
}

#TFocusHome .MElemento .MTitolo,
#News-WrapperElencoHp .MElemento .MTitolo,
#TPaginaRusso .MElemento .MTitolo {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.5em; /* 24px / 16 = 1.5em */
	line-height: 1em; /* 24px / 24 = 1em */
	color: #191b1f;
	font-weight: 700;
	margin-bottom: 0.5em; /* 12px / 24  = 0.5em */
}

#TFocusHome .MElemento .MTitolo a,
#News-WrapperElencoHp .MElemento .MTitolo a,
#TPaginaRusso .MElemento .MTitolo a {
	color: #191b1f;
	text-decoration: none;
}

#TFocusHome .MElemento .MContenuto,
#News-WrapperElencoHp .MElemento .MAbstract {
	margin-bottom: 1em;
}

#TFocusHome .MElemento .MLinkEsterno,
#News-WrapperElencoHp .MElemento .MContinua,
#TPaginaRusso .MElemento .MContinua {
	display: inline-block;
	float: right;
	background-color: #ccb68d;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
   -webkit-border-radius: 0.5em;
   -moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#TFocusHome .MElemento .MLinkEsterno a,
#News-WrapperElencoHp .MElemento .MContinua a,
#TPaginaRusso .MElemento .MContinua a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#AreeInteresse h2 {
	margin-bottom: 0 !important; /* 12px / 24  = 0.5em */
}

#TFocusHome .MElemento,
#News-WrapperElencoHp .MElemento {
	width: 100%;
	margin-bottom: 1.25em; /* 20px / 16 = 1.25*/
}

#TPaginaRusso .MElemento {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1.25em; /* 20px / 16 = 1.25*/
}

#TPaginaRusso .last {
	margin-left: 1%;
	margin-right: 0%;
}

#AreeInteresse .MElemento {
	width: 100%;
	margin-top: 1.25em; /* 20px / 16 = 1.25*/
	border: 1px solid #ebebeb;
	background-image: url(img/b-abstract-aree-interesse.gif);
	background-position: 12% 0%;
	background-repeat: repeat-y;
}

#AreeInteresse .MElemento .MTitolo {
	width: 76%;
	float: right;
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 700;
	padding-top: 7%;
	padding-bottom: 7%;
	color: #191b1f;
	text-align: left;
}

#AreeInteresse .MElemento .MAbstract {
	display: block;
	float: left;
	width: 24%;
	font-size: 1.5em; /* 24px / 16 */
	padding-top: 3%;
	padding-bottom: 3%;
}

#AreeInteresse .MElemento .MAbstract span {
	display: block;
	width: 60%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccb68d;
	color: #ffffff;
}

#ContainerFocusBannerHome {
	width: 100%;
	margin-bottom: 2em;
	background-image: url(img/b-container_focus_banner_home.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#TFocusBannerHome {
	margin-left: auto;
	margin-right: auto;	
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
}

#TFocusBannerHome .MElemento {
	width: 48%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 2.5%;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	/*background-image: url(img/b-abstract-aree-interesse.gif);
	background-position: 15% 0%;
	background-repeat: repeat-y;*/
}

#TFocusBannerHome .MElemento .MBloccoImg {
	width: 30%;
	float: left;
}

#TFocusBannerHome .MElemento .MBloccoImg img {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	border: 1px solid #ebebeb;
}

#TFocusBannerHome .MElemento .MTitolo {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 700;
	color: #191b1f;
	text-align: left;
	margin-bottom: 1%;
}

#TFocusBannerHome .MElemento .MTitolo a {
	color: #191b1f;
	text-decoration: none;
}

#TFocusBannerHome .MElemento .MAbstract {
	width: 70%;
	float: left;
	font-size: 0.875em; /* 14px / 16 */
	line-height: 1.125em;
	margin-bottom: 2%;
}

#TFocusBannerHome .MElemento .MLinkEsterno {
	display: inline-block;
	float: right;
	background-color: #ccb68d;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
   -webkit-border-radius: 0.5em;
   -moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#TFocusBannerHome .MElemento .MLinkEsterno a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

/*----- Fine Homepage -----*/

/*----- 2 Colonne -----*/

#Container2Colonne {
	width: 100%;
	height: auto;
}

#Wrapper2Colonne {
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;	
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#Wrapper2Colonne #Menu {
	width: 24%;	
	float: left;
	padding-top: 1%;
	padding-bottom: 1%;
}

#Wrapper2Colonne #Contenuto {
	float: right;
	width: 74%;	
	position: relative;
}

UL.ULMenu LI A {
	text-decoration: none;
	color: #93959d;
	display: block;
	margin-bottom: 0.625em; /* 10px / 16 = 0.625em */
	border-bottom: 1px solid #e4e7e8;
	padding-bottom: 0.625em; /* 10px / 16 = 0.625em */
    text-decoration: none;
	text-transform: uppercase;
}

UL.ULMenu LI A:hover, UL.ULMenu LI A.Act {
	color: #191b1f;
}

/*----- Fine 2 Colonne -----*/

/*----- Pagine -----*/

#ElencoAvvocati .MElemento {
	/* width: 23%;    per 4 avvocati */
	width: 30%;  /* per 3 avvocati */
	margin-top: 2%;
	margin-left: 1%;
	margin-bottom: 2%;
	margin-right: 1%;
	float: left;
}

#ElencoAvvocati .MElemento .MBloccoImg {
	text-align: center;
	border-bottom: 5px solid #ccb68d;
}

#ElencoAvvocati .MElemento .JContainerDati {
	padding: 4%;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.34);
}

#ElencoAvvocati .MElemento .MTitolo {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.5em; /* 24px / 16 = 1.5em */
	line-height: 1em; /* 24px / 24 = 1em */
	color: #191b1f;
	font-weight: 700;
	padding-bottom: 0.5em; /* 12px / 24  = 0.5em */
}

#ElencoAvvocati .MElemento .MTitolo a {
	color: #191b1f;
	text-decoration: none;
}

#TFocusIndirizzo {
	margin-bottom: 4%;
}

#TFocusIndirizzo .MElemento .MTitolo {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.875em;
    line-height: 1em;
    margin-bottom: 0.6666em;
    color: #191B1F;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
}

#TFocusIndirizzo .MElemento .MAbstract {
    text-align: center;
    font-family: 'Lora', serif;
    font-style: italic;
}

#TFocusIndirizzo .MElemento .MAbstract small {
    font-size: 0.75em;
}

.StrongMappa {
    font-weight: bold;
}
.BandieraRussa {
	width: auto !important;
	height: auto !important;
}

/*----- Fine Pagine -----*/


/* LAYOUT PIEDE */

#ContainerPiede {
	width: 100%;
	height: auto;
	background-color: #45414d;
}

#WrapperPiede {	
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #ccb68d;
	font-family: 'Lora', serif;
	font-style: italic;
}

#WrapperPiede #Copyright {
	float: left;
	width: 83%;
	margin-right: 2%;
	font-size: 0.875em; /* 14px / 16 = 0.875em */
}

#WrapperPiede #Powered {
	display: block;
	float: left;
	text-align: right;
	width: 15%;
	font-size: 0.875em; /* 14px / 16 = 0.875em */
}

#WrapperPiede #Copyright a,
#WrapperPiede #Powered a {
	color: #ccb68d;
}

/* CLASSI GLOBALI DI CONTENUTO */

#Contenuto strong {
	font-weight: 700;
}

#Contenuto H1 {
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.875em; /* 30px / 16 = 1.875em */
	line-height: 1em;
	margin-bottom: 0.6666em;  /* 20px / 30  = 0.6666em */

	margin-bottom: 40px;
    /* margin-top: 25px; */
	color: #191B1F;
	font-weight: 700;
	text-align: center;
}

#Contenuto H2 {
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.5em; /* 24px / 16 = 1.5em */
	line-height: 1em; /* 24px / 24 = 1em */
	color: #191b1f;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.83333em; /* 20px / 24  = 0.83333em */
}

#Contenuto H3 {
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.25em; /* 20px / 16 = 1.25em */
	line-height: 1em; /* 20px / 20 = 1em */
	color: #191b1f;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.5em; /* 20px / 30  = 0.5em */
}

#WrapperTestataMobile,
H1#TitoloMobile,
#WrapperPiede .TTelefono,
#TElencoCookiePolicyMobile,
#PoweredMobile {
	display: none;
}


/*----- Cookie Policy -----*/

#cookieChoiceInfo {
	color: #ffffff;
}

#cookieChoiceInfo span {
	display: block;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

#cookieChoiceInfo a {
	display: inline-block;
	text-decoration: none;
	padding: 0.625em; /* 10px / 16 = 0.625em*/
	margin-top: 0.625em; /* 10px / 16 = 0.625em*/
	background-color: #000000;
	color: #ffffff;
   -webkit-border-radius: 0.3125em; /* 5px / 16 = 0.3125em */
   -moz-border-radius: 0.3125em; /* 5px / 16 = 0.3125em */
	border-radius: 0.3125em; /* 5px / 16 = 0.3125em */
}

#cookieChoiceInfo a#cookieChoiceDismiss {
	background-color: red;
}

#CookiePolicy {
	text-align: left;
}

#CookiePolicy ul li,
#CookiePolicy ol li {
	list-style-position: inside;
}

#CookiePolicy #TTabellaCookiePolicy ul li {
	padding-top: 0.125em; /* 2px / 16 = 0.125em */
	padding-bottom: 0.125em; /* 2px / 16 = 0.125em */
}

#CookiePolicy #TTabellaCookiePolicy th {
	text-align: center;
	background-color: #ccb68d;
	color: #ffffff;
	padding: 0.5em; /* 8px / 16 = 0.5em */
}

#CookiePolicy #TTabellaCookiePolicy td {
	border-bottom: 1px solid #ccb68d;
	padding: 0.5em; /* 8px / 16 = 0.5em */
}

#CookiePolicy #TTabellaCookiePolicy td.TPrimaColonna,
#CookiePolicy #TTabellaCookiePolicy td.TSecondaColonna {
	text-align: center;
}

/*----- Fine Cookie Policy -----*/



/* ---- MEDIA QUERY ---- */

@media only screen and (min-width: 1280px) {
  
	#WrapperTestata, 
	#Wrapper1Colonna,
	#WrapperBannerHome,
	#Wrapper2Colonne,
	#TFocusBannerHome,
	#WrapperPiede {
		width: 80em;  /* 1280px / 16 = 80em */
	}

	#Contenuto {
		min-height: 21.875em;
		height: auto !important;
		height: 21.875em;
	}

}


@media only screen and (max-width: 768px) {

	#Container1Colonna,
	#Container2Colonne,
	#Container3Colonne {
		margin-top: 5em; /* 80px / 16 = 5em*/
	}

	#Wrapper2Colonne #Contenuto {
		float: none;
		width: 100%;
	}

	#Wrapper2Colonne #Menu {
		display: none;
	}

	#WrapperTestata,
	.TestataPagine,
	#ContainerBannerHome,
	#WrapperPiede #Powered {
		display: none;
	}

	H1#TitoloMobile,
	#WrapperPiede .TTelefono,
	#PoweredMobile {
		display: block;
	}

	#WrapperTestataMobile {
		display: block;
		position: fixed;
		top: 0em;
		left: 0em;
		z-index: 999;
		width: 100%;
		padding-top: 1%;
		padding-right: 2%;
		padding-bottom: 1%;
		padding-left: 2%;
		border-bottom: 2px solid #696670;
		background-color: #ffffff;
	}

	#WrapperTestataMobile .TLogoMobile {
		width: 50%;
		display: block;
		float: left;
		padding-top: 2%;
		padding-bottom: 1.5%;
	}

	#WrapperTestataMobile .TLogoMobile strong {
		display: inline-block;
		width: auto;
		text-align: center;
		font-family: 'Lora', serif;
		font-style: italic;
		font-weight: 700;
		text-decoration: none;
		font-size: 1.25em; /* 20px / 16 */
		color: #191b1f;
	}

	#WrapperTestataMobile .TLogoMobile:hover {
		color: #191b1f;
	}

	#WrapperTestataMobile .TLogoMobile strong span {
		font-size: 2em; /* 32px / 16 */
		line-height: 1em;
		color: #ccb68d;
	}

	#TFocusHome,
	#News-WrapperElencoHp {
		float: left;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2em;
	}

	#TPaginaRusso {
		float: none;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#AreeInteresse {
		float: none;
		clear: both;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#AreeInteresse h2 {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#AreeInteresse .MElemento {
		float: left;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#TFocusBannerHome {
		margin-left: auto;
		margin-right: auto;	
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	#TFocusBannerHome .MElemento {
		width: 98%;
		float: none;
		background-image: none;
		padding: 4%;
		margin-bottom: 2%;
	}

	#TFocusBannerHome .last {
		margin-bottom: 0%;
	}

	#TFocusBannerHome .MElemento .MBloccoImg {
		display: none;
	}

	#TFocusBannerHome .MElemento .MTitolo {
		width: 100%;
		margin-bottom: 0.5em;
	}

	#TFocusBannerHome .MElemento .MAbstract {
		width: 100%;
		margin-bottom: 0.5em;
	}
	
	#ElencoAvvocati .MElemento {
		width: 48%;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#ContainerPiede {
	}

	#WrapperPiede {
		text-align: center;
	}

	#WrapperPiede #Copyright {
		width: 75%;
		float: none;
		clear: both;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	#WrapperPiede .TTelefono {
		display: inline-block;
		float: none;
		clear: both;
		margin-bottom: 1%;
		font-size: 1.375em; /*22*/
		text-decoration: none;
		color: #ccb68d;
	}

	#WrapperPiede .TTelefono:hover {
		color: #ccb68d;
	}

	#WrapperPiede .TTelefono span {
		font-size: 1.454545em; /*32/22*/
		line-height: 1em;
		padding-right: 0.33333em;
	}

	#PoweredMobile {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 1%;
		padding-bottom: 1%;
		text-align: center;
		font-size: 0.875em;
		font-family: 'Lora', serif;
		font-style: italic;
		color: #191b1f;
	}

	#PoweredMobile span {
		display: block;
		width: 98%;
		margin-right: 1%;
		margin-left: 1%;
	}

	#PoweredMobile span a {
		color: #191b1f;
		text-decoration: none;
	}

	#TTabellaCookiePolicy {
		display: none;
	}

	#TElencoCookiePolicyMobile {
		display: block;
	}

	#TElencoCookiePolicyMobile .TPrimaColonna {
		font-weight: 600;
		color: #191b1f;
	}

	#TElencoCookiePolicyMobile .TSottoPrimaColonna {
		width: 1.875em; /* 30px / 16 = 1.875em */
		height: 0.125em; /* 2px / 16 = 0.125em */
		margin-top: 0.3125em;  /* 5px / 16  = 0.3125em */
		margin-bottom: 0.3125em;  /* 5px / 16  = 0.3125em */
		background-color: #ccb68d;
	}

	#TElencoCookiePolicyMobile .TSecondaColonna {
		font-weight: 600;
	}

}


@media only screen and (max-width: 480px) {

	#slider1_container {
		display: none;
	}
	
	#Container1Colonna,
	#Container2Colonne,
	#Container3Colonne {
		margin-top: 5em; /* 80px / 16 = 5em*/
	}

	#cookieChoiceInfo span {
		display: block;
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#WrapperPiede #Copyright {
		width: 100%;
	}

	#TFocusHome,
	#News-WrapperElencoHp {
		float: none;
		width: 98%;
	}
	
	#TPaginaRusso .MElemento {
		float: none;
		width: 100%;
	}

	#TFocusHome .MElemento,
	#News-WrapperElencoHp .MElemento,
	#TPaginaRusso .MElemento {
		padding: 10%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #ebebeb;
	}

	#AreeInteresse .MElemento {
		float: none;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;

	}
		
	#ElencoAvvocati .MElemento {
		width: 98%;
		float: none;
		padding: 2%;
		margin-left: auto;
		margin-right: auto;
	}
}




/* ----- aggiunto fascia CTAContatti ------------ */
.FasciaCTAContatti {
	background-color: #f5f6f7;
	padding: 30px 20px 20px 20px;
	margin: 40px 10px 30px 10px;
}

.FasciaCTAContatti h3.MTitoloHome {
	margin-bottom: 30px !important;
	text-align: center !important;
}

.FasciaCTAContatti > .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.FasciaCTAContatti .MElemento {
	width: calc(100% / 4);
	height: 100%;
}

.FasciaCTAContatti .MElemento:not(.FasciaCTAContatti .MElemento:last-child) {
	border-right: 1px solid #ccb68d;
}

.FasciaCTAContatti .thumbnail {
	height: 100%;
	margin: 0;
}

.FasciaCTAContatti .thumbnail  .wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
}

.FasciaCTAContatti .MBloccoImg,
.FasciaCTAContatti .caption {
	padding: 0 5px;
	font-size: 14px;
}

.FasciaCTAContatti .MElemento a {
	padding: 10px;
	display: block;
	height: 100%;
	text-decoration: none;
	transition: all 0.2s ease;
}
.FasciaCTAContatti .MElemento a:hover,
.FasciaCTAContatti .MElemento a:focus {
	background-color: white;
	text-decoration: none;
	transition: all 0.2s ease;
}

.FasciaCTAContatti img {
	mix-blend-mode: multiply;
	max-width: 34px;
}

.FasciaCTAContatti .caption .MTitolo {
	font-size: 18px !important;
}

@media (min-width: 0px) and (max-width: 991px) {
	.FasciaCTAContatti .MElemento {
		width: calc(100% / 2);
		height: 100%;
	}
	.FasciaCTAContatti .MElemento {
		border-top: 1px solid #ccb68d;
		border-right: 0 !important;
		border-left: 0 !important;
	}
	.FasciaCTAContatti .thumbnail .wrapper {
		align-items: center;
		justify-content: flex-start;
		gap: 0.5rem;
	}
}

@media (min-width: 0px) and (max-width: 768px) {
	.FasciaCTAContatti .MElemento {
		width: 100%;
		height: 100%;
	}
	.FasciaCTAContatti img {
		max-width: 24px;
	}
	.FasciaCTAContatti .caption {
		font-size: 14px;
		line-height: 1.25em;
		word-wrap: break-word;
	}
	.FasciaCTAContatti .caption .MTitolo {
		font-size: 16px !important;
		margin-top: 8px;
	}

	#Wrapper1Colonna {
		padding-top: 30px;
	}
}

