:root {
	--font-franklin: 'Libre Franklin', sans-serif;
	--font-garamond: 'EB Garamond', serif;
	--colore-true: #32b8c7;
}
body {
	font-family: var(--font-garamond);
	font-size: 22px;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
a h1,a h2,a h3,a h4,a h5,a h6 {
	font-family: var(--font-franklin);
}
img {
	max-width: 100%;
	height: auto;
}
/*
.content_holder {
	padding: 40px 0;
}
*/

@media (min-width: 1025px){
	.container_skin,
	body.skin_on .container_skin_on {
		margin-right:auto;
		margin-left:auto;
	}
	.container_skin.white,
	body.skin_on .container_skin_on.white {
		background: #fff;
	}
}
/*@media (min-width:768px){.container_skin{width:750px}}*/
@media (min-width:1025px){
	.container_skin,
	body.skin_on .container_skin_on {
		max-width:1000px;
	}
}
@media (min-width:1200px){
	.container_skin,
	body.skin_on .container_skin_on {
		max-width:1170px;
	}
}

/*
@media (max-width: 1024px){
	#adwallpaper.adwallpaper-desktop {
		display: none !important;
	}
}
@media (min-width: 1025px){
	#adwallpaper.adwallpaper-mobile {
		display: none !important;
	}
}
*/



/*
@media (min-width: 1025px){
	.main-holder {
		
		background-image: url(../../images/skin.jpg);
		padding-top: 110px;
		cursor: pointer;
		
		background-attachment: fixed;
		background-position: center top;
		background-repeat: no-repeat;
	} 
}
*/
.main-holder {	
	z-index: 9 !important;
    position: relative !important;
	
	overflow: hidden;
}



#contenuto {
	padding: 0 0 0px;
}
.content_holder_bottom {
    padding: 40px 0;
}
.blocco-ads-masthead {
	text-align: center;
	padding: 20px 0;
}

.top-header {
    z-index: 99;
    padding: 0;
	position: relative;
}
/*
@media (max-width: 1024px){
	.top_header_stickup {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		
		z-index: 99;
	}
}
*/
.top-header-wrapper {
	padding: 20px 0 !important;
	background: #000 !important;
}
.top-header-item-wrapper,
.header_mobile .header-item-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_desktop .header-item-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-header-social__inner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-header-social__inner .top-header-social-item {
	margin-left: 10px;
}
.top-header-social__inner .top-header-social-item a {
	background: #fff;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.top-header-social__inner .top-header-social-item a:hover {
	background: var(--colore-true);
}

@media (min-width: 1025px){
	.top-header-item-hamburger,
	header.header_mobile {
		display: none;
	}
}
@media (max-width: 1024px){
	.top-header,
	.top-header-item-social,
	header.header_desktop {
		display: none;
	}
}


.header {
    z-index: 99;
    padding: 0;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header_desktop.stickers .stickup_menu_holder {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.header_desktop .stickup_menu_holder {	
	z-index: 99;
	
	background: #fff;
}
.header_mobile .stickup_menu_holder {
	z-index: 99;
	/*background: #000;*/
	background: #fff;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.header_mobile .stickup_menu_holder .stickup-wrapper {
	background: #000;
}

/*
.stickup_menu_holder {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.stickup_menu_holder.isStuck {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
*/

.header_desktop.stickers .stickup_menu_holder {
	position: fixed !important;
	top: -999px !important;
	z-index: 99999999;
	width: 100%;
	left: 0;
	right: 0;
	
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}
.header_desktop.stickers .stickup_menu_holder.isStuck {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

/*
.main-header-area.stickers {
			position: fixed !important;
			top: -999px !important;
			z-index: 99999999;
			width: 100%;
			left: 0;
			right: 0;
			-webkit-transition: all 0.7s;
			-moz-transition: all 0.7s;
			-o-transition: all 0.7s;
			transition: all 0.7s;
		}
		.main-header-area.stickers.isStuck {
			position: fixed !important;
			top: 0px !important;
			-webkit-transition: all 0.7s;
			-moz-transition: all 0.7s;
			-o-transition: all 0.7s;
			transition: all 0.7s;
		}
		*/

.header_desktop .stickup-wrapper {
	padding: 4px 0 6px;
}
.header_mobile .stickup-wrapper {
	padding: 20px 0 !important;
}
.nav__primary {
	padding: 4px 0 0;
}
#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#topnav li a {
	font-family: var(--font-franklin);
	font-size: 22px !important;
	font-weight: 600 !important;
	padding-right: 10px !important;
    padding-left: 10px !important;
	color: #000;
	text-decoration: none;
	
	border-top: 6px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	
	line-height: 1 !important;
}
#topnav li a:hover {
	color: #555555 !important;
	
	border-top: 6px solid #555555;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@media (min-width: 1025px) and (max-width: 1199px){
	#topnav li a {
		font-size: 20px !important;
	}
}

.header_desktop.stickers .header-item-logo {
	margin-right: 10px;
}

.header-search-item {
	margin-left: 10px;
}
.header-search-item a,
.header-search-item a:hover,
.header-search-item a:focus {
	color: #000 !important;
}
.header-search-item .dropdown-menu {
	left: auto !important;
	top: 45px !important;
	min-width: 350px !important;
}
@media (min-width: 1200px){
	.header-search-item .dropdown-menu {
		right: 100px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px){
	.header-search-item .dropdown-menu {
		right: 15px;
	}
}

.sidr-class-search-form form,
.header-search-item form {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidr-class-search-form form input,
.header-search-item form input {
	width: 90%;
}
#search-mobile {
	display: none !important;
}
.sidr-class-search-form {
	background: #808080;
	padding: 10px 0;
}
.sidr-class-search-form form input:-internal-autofill-selected,
.sidr-class-search-form form input,
.sidr-class-search-form form input:focus,
.sidr-class-search-form form input:active {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}
.sidr-class-search-form form input::-webkit-input-placeholder {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}

.sidr-class-search-form form input:-moz-placeholder { /* Firefox 18- */
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}

.sidr-class-search-form form input::-moz-placeholder {  /* Firefox 19+ */
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}

.sidr-class-search-form form input:-ms-input-placeholder {  
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
}



/* SIDR
================================================== */
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	/*top:115px;*/
	height:100%;
	/*z-index:999999;*/
	overflow-x:none;
	overflow-y:auto;
}
@media (min-width: 1025px){
	.sidr {
		z-index:-1;
	}
}
@media (max-width: 1024px){
	.sidr {
		z-index:999998;
	}
}


.sidr {
	background: transparent;
}
.sidr {
	width: 100% !important;
}
/*
@media (min-width: 480px){
	.sidr {
		width: 360px !important;
	}
}
@media (max-width: 479px){
	.sidr {
		width: 100% !important;
	}
}
*/
.sidr.right{left:auto;right:-360px}
.sidr.left{left:-360px;right:auto}

.sidr ul li ul,.sidr ul li ul li:last-child{border-bottom:none}

.sidr .sidr-inner{
	/*
	padding:0 0 15px;
	height:100%;
	*/
	padding: 20px 0 0;
	overflow:auto;
	width:100%;
	height: auto;
	margin:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}

.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:400;padding:0 15px;margin:0 0 5px}
.sidr label,.sidr p{font-size:13px}
.sidr p{margin:0 0 12px}.sidr p a{color:rgba(255,255,255,.9)}
.sidr>p{margin-left:15px;margin-right:15px}

.sidr ul#sidr-id-topnav{
	display:block;
	/*
	margin:0 0 15px;
	padding:0;
	*/
	margin: 0 0 30px;
	padding: 0 0 0;
}

.sidr ul li{
	position: relative;
	display:block;
	margin:0;
	line-height:48px;

}
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover{border-top:none;line-height:48px}

.sidr ul li a,.sidr ul li span{
	/*
	padding:0 15px;
	*/
	display:block;
	text-decoration:none;
	
	padding: 15px 50px 15px 15px;
}
.sidr ul li.sidr-class-menu-item-has-children a i {
	position: absolute;
	color: var(--colore-celeste);
	
	font-size: 25px;
	
	top: 15px;
	right: 15px;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidr ul li.sidr-class-menu-item-has-children.open a i {
    transform-origin: 0 0;
    transform: rotate(180deg);
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	
	top: 40px;
	right: -1px;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidr ul li ul{margin:0; padding:0;}
.sidr ul li ul li{line-height:40px}
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover{border-top:none;line-height:40px}



.sidr form{margin:0 15px}.sidr input[type=text],.sidr input[type=password],.sidr input[type=date],.sidr input[type=datetime],.sidr input[type=email],.sidr input[type=number],.sidr input[type=search],.sidr input[type=tel],.sidr input[type=time],.sidr input[type=url],.sidr select,.sidr textarea{
	width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;color:#fff;display:block;clear:both}
.sidr input[type=checkbox]{width:auto;display:inline;clear:none}
.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,.9)}

.sidr-class-close{
	font-size:25px;
	float:right;
	/*margin-right:20px;*/
	margin-top:15px;
	font-weight:700;
	height:40px;
	cursor:pointer;
	
	margin-right: 15px;
    position: absolute;
    right: 0;
}

.sidr-class-fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}
.sidr-class-fa-times:before{content:"\f00d";}
.sidr-class-fa-angle-down:before{content: "\f107";}
.sidr-class-fa-search:before{content: "\f002";}



.sidr .sidr-inner{
	background:#000;
}
.sidr ul li a,
.sidr ul li span{
	color:#fff;
	font-family: var(--font-franklin);
	font-size:18px;
	line-height:24px;
	font-weight:400;
	font-style:;
	text-transform:uppercase;
	text-decoration:none;
}

.sidr ul li ul li a,
.sidr ul li ul li span{
	padding-left:45px !important;
	
	font-family: var(--font-open);
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
}

.sidr ul li.sidr-class-menu-item-has-children a i{}

.sidr-class-close{color:#fff}


/*
a.btn-navbar span.icon-bar{width:24px;height:4px;display:block;margin-bottom:3px;margin-right:0!important}
a.btn-navbar span.icon-bar:last-child{margin-bottom:0}
a.btn-navbar{padding:5px!important;background:0 0!important;text-shadow:none!important;box-shadow:none!important}

a.btn-navbar{border:1px solid #ffffff}
a.btn-navbar span.icon-bar{background:#ffffff}
*/


a.btn-navbar span.icon-bar{
	width:40px;
	height:4px;
	display:block;
	margin-bottom:3px;
	margin-right:0!important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
a.btn-navbar span.icon-bar:last-child{margin-bottom:0}
a.btn-navbar{padding:0px!important;background:0 0!important;text-shadow:none!important;box-shadow:none!important}


a.btn-navbar span.icon-bar {
	background: #fff;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.sidr-open a.btn-navbar span.icon-bar {
	background: #fff;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.sidr-open a.btn-navbar span.icon-bar:first-child {
	transform: rotate(45deg) !important;
    margin-bottom: 0 !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.sidr-open a.btn-navbar span.icon-bar:last-child {
	transform: rotate(-45deg) !important;
    margin-top: -11px !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
body.sidr-open a.btn-navbar span.icon-bar:nth-child(2) {
	opacity: 0;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



.breadcrumb li,
.breadcrumb li a, 
.breadcrumb a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
	font-family: var(--font-franklin);
}

.breadcrumb__t li.divider {
	padding: 0 3px;
}
.breadcrumb__t li.divider:after {
    content: '/' !important;
}
.breadcrumb__t li.divider:after {
    font-size: 12px;
    color: #000;
}

@media (min-width: 1200px){
	#sidebar {
		/*padding-left: 10px;*/
	}
	.sidebar__inner {
		float: right;
		padding-left: 45px;
		border-left: 1px solid #eee;
	}
}
@media (min-width: 1025px) and (max-width: 1199px){
	/*
	.td-main-4 {
		border-left: 1px solid #eee;
	}
	*/
	.td-main-8 {
		border-right: 1px solid #eee;
	}
	#sidebar {
		max-width: 300px;
		float: right;
	}
	#sidebar.stick {
		position: fixed;
		top: 50px;
		z-index: 10;
	}
}
@media (min-width: 1025px){
	
	
}
@media (max-width: 1024px){
	#sidebar {
		margin-top: 60px;
	}
}
h1.title-header {
	font-weight: 900 !important;
}



.blocco-slider-section a h3,
.blocchi a h3,
.blocchi-widget a h3,
.blocchi-widget a h4,
.blocchi-widget h3.blocco-widget-titolo,
.blocco-related h3.blocco-related-titolo,
.blocco-related a h4 {
	font-weight: 900 !important;
}


.blocco-slider-section a:hover,
.blocco-slider-section a:focus,
.blocco-slider-section a h3,
.blocco-slider-section a p {
	color: #000 !important;
	text-decoration: none !important;
}
.blocco-slider-section a h3 {
	font-size: 28px !important;
}
.blocco-slider-section a p {
	font-size: 24px !important;
}


.blocchi a:hover,
.blocchi a:focus,
.blocchi a h3,
.blocchi a p {
	color: #000 !important;
	text-decoration: none !important;
}
.blocchi-widget a:hover,
.blocchi-widget a:focus,
.blocchi-widget a h3,
.blocchi-widget a h4,
.blocchi-widget a p {
	color: #000 !important;
	text-decoration: none !important;
}
.blocco-related a:hover,
.blocco-related a:focus,
.blocco-related a h4,
.blocco-related a p {
	color: #000 !important;
	text-decoration: none !important;
}


.blocco-sidebar .heateor_sss_sharing_container,
.blocco-related .heateor_sss_sharing_container {
	display: none !important;
}


.blocchi-widget.blocco-sidebar.blocco-ultimi-articoli .wpp-thumbnail {
	display: block !important;
    float: none !important;
    margin: 0 !important;
}




/* PAGINATION
==================== */
.pagination-wrapper,
.pagination-next-prev__inner,
.pagination-list__inner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination .pagination-next-prev .next,
.pagination .pagination-next-prev .prev {
	background: var(--colore-blu);
    width: 30px;
    height: 30px;
    /*line-height: 26px;*/
	line-height: 30px;
    text-align: center;
    border-radius: 100%;
    /*border: 2px solid var(--colore-celeste);*/
}
.pagination .pagination-next-prev .prev {
	margin-right: 10px;
}
.pagination .pagination-next-prev .next a,
.pagination .pagination-next-prev .prev a {
	color: #fff;
}


.pagination-list {
	/*margin-left: 30px;*/
}
.pagination-list a,
.pagination-list span {
	font-family: var(--font-garamond) !important;
	text-decoration: none !important;
	font-size: 14px !important;
	padding: 7px 12px !important;
	line-height: normal !important;
	color: #252525 !important;
}

}
.pagination-list .inactive a {
	/*color: #646565 !important;*/
}
.pagination-list .active span{
	border: 2px solid rgba(0,0,0,.4);
}
/*
.pagination-list .sm_hr {
	width: 75px !important;
	height: 2px !important;
	margin: 0 0px !important;
	background: var(--colore-blu) !important;
}
*/


footer {
    font-family: var(--font-franklin);
	font-size: 14px;
    color: #808080;
    font-weight: 400;
	background-color: #050505;
	padding: 20px 0;
	position: relative;
}
footer a,
footer a:hover {
	color: #808080;
	text-decoration: none;
}
footer .footer-info {
	text-align: center;
}

.footer-social__inner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-social__inner .footer-social-item {
	margin-left: 10px;
}
.footer-social__inner .footer-social-item:first-child {
	margin-left: 0;
}
.footer-social__inner .footer-social-item a {
	background: #808080;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.footer-social__inner .footer-social-item a:hover {
	background: #fff;
}

/* aggiunto da Andrea Ronchetti per ADS */
#WebAds_Mid{
	width:100%;
	  overflow:auto !important;
  }

#WebAds_Rect1, #WebAds_Rect2{
	margin-bottom:2em;
}
div#WebAds_Top {
    display: flex;
    justify-content: center;
}
/* fino a qui */


@media (min-width: 1200px){
	.footer-sub-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-sub-legacy__inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	ul.menu-footer {
		margin: 0;
		padding: 0;
		list-style: none;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-copyright {
		margin-left: 15px;
	}
}
@media (max-width: 1199px){
	.footer-sub-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-sub-legacy__inner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 480px) and (max-width: 1199px){
	ul.menu-footer {
		margin: 0;
		padding: 0;
		list-style: none;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .footer-sub-legacy,
	footer .logo {
		margin-bottom: 15px;
	}
}
@media (max-width: 479px){
	ul.menu-footer {
		margin: 0;
		padding: 0;
		list-style: none;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	ul.menu-footer li {
		margin: 10px 0;
	}
	ul.menu-footer li a {
		padding: 10px 0;
	}
	footer .footer-sub-legacy,
	footer .logo {
		margin-bottom: 15px;
	}
}

@media (min-width: 480px){
	ul.menu-footer li a {
		padding: 0 10px;
	}
	ul.menu-footer li:first-child a {
		padding: 0 10px 0 0;
	}
	ul.menu-footer li:last-child a {
		padding: 0 0 0 10px;
	}
}

ul.menu-footer li a {
	text-transform: uppercase;
}

