/*
@ Overwrite css
@ file di correzione bug css front-end
*/
@font-face {
	font-family: 'icomoon';
	src:  url('/dshare/fonts/icomoon.eot?4pepyb');
	src:  url('/dshare/fonts/icomoon.eot?4pepyb#iefix') format('embedded-opentype'),
	url('/dshare/fonts/icomoon.ttf?4pepyb') format('truetype'),
	url('/dshare/fonts/icomoon.woff?4pepyb') format('woff'),
	url('/dshare/fonts/icomoon.svg?4pepyb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root {
	--agi-color: #ffd500;
	/* utilizzo:  var(--agi-color);*/
}

/*ICONE CUSTOM (ICOMOON) */
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-pictures,
.icon-pictures2,
.icon-pictures3,
.icon-camera,
.icon-camera2,
.icon-camera3 {
	color: var(--agi-color);
	padding: 10px;
	border:2px solid var(--agi-color);
	border-radius: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-24px, -24px);
	-webkit-transform: translate(-24px, -24px);
	transform: translate(-24px, -24px);
	display: inline-block;
}
.icon-weibo:before {
	content: "\e905";
	color: #e6162d;
}
.icon-pictures:before {
	content: "\e902";
	font-size: 24px;
	color: #fff;
}
.icon-pictures2:before {
	content: "\e903";
	font-size: 24px;
	color: #fff;
}
.icon-pictures3:before {
	content: "\e904";
	font-size: 24px;
	color: #fff;
}
.icon-camera:before {
	content: "\e900";
	font-size: 24px;
	color: #fff;
}
.icon-camera2:before {
	content: "\e901";
	font-size: 24px;
	color: #fff;
}
.icon-camera3:before {
	content: "\e90f";
	font-size: 24px;
	color: #fff;
}

/*WEIBO SOCIAL ICON*/
.icon-weibo {
	font-size: 22px;
	text-align: center;
	display: inline-block;
	width: 42px;
	line-height: 42px;
}
.icon-weibo:hover {
	background-color: #e6162d;
}
.icon-weibo:hover::before {
	color: #fff;
}

.box1__related-article-col {
	position: relative;
}

.menu-international-col:nth-child(odd) .menu-international__link {
	padding-left: 0 !important;
}
@media all and (max-width: 767px) {
	.menu-international-col:nth-child(odd) .menu-international__link {
		padding: 10px 20px 0 !important;
	}
}


	.box5__link .icon-pictures {
	/*bottom: 30px;*/
}

/*FIX ARTICOLO*/
.breadcrumb-item li a,
.article-content__sidebar-box-inner-title a,
.article-page .article-content__tag a,
.article-content__sidebar-box-image-container a,
.article-page .share-box-social-item2__link,
.article-page  .related-article-title a {
	border-bottom: 0 !important;
	color: inherit;
	text-decoration: inherit !important;
}

.breadcrumb-item li a:hover,
.article-content__sidebar-box-inner-title a:hover,
.article-page .article-content__tag a:hover,
.article-content__sidebar-box-image-container a:hover,
.article-page .share-box-social-item2__link:hover,
.article-page  .related-article-title a:hover,
._adv-container ._fake_play_btn:hover,
.flex-direction-nav a:hover {
	background-color: transparent !important;
}

.share-box-social-item2__link {
	color: #fff !important;
}

/*fix per immagini in articolo da esterno*/
.article-page .article-content__body img {
	max-width: 540px;
}
.article-page__header-byline-blog-author a {
	color: #555555;
	text-decoration: none;
}

.article-image-overlay-credits {
	position: absolute;
	bottom: 0;
	display: block;
	color: #ffffff;
	padding: 5px;
	background: rgba(0,0,0, .5);
	width: 100%;
	font-size: 11px;
}

/*BLOG FIX */
.blog-page .box9__image-container {
	overflow: hidden;
}
.blog-page .box9__image-container .box9__image.no-cut, .listing-page .box9__image-container .box9__image.no-cut {
	overflow: hidden !important;
	width: inherit !important;
}
.blog-page .box9__image-container .box9__image.no-image, .listing-page .box9__image-container .box9__image.no-image {
	width: inherit !important;
	margin-left: -25%;
}

/*LISTING */
.listing-page .box9__image-container {
	overflow: hidden !important;
}

/*FIX DI PREVIEW */
.previewClass .article-social-container {
	border: 0;
}

/*THRON CONTAINER */
.thron-container {
	width: 100%;
	height:415px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
@media all and (max-width: 767px) {
	.thron-container {
		width: 100%;
		height:275px;
		min-height: 195px;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

	.gallery-page .thron-cotainer {
		min-height: 225px;
	}
}
.mejs-overlay-button svg{display:none !important;}
.mejs-overlay-button {
	background-image: url(../images/play-ico.svg) !important;
	background-size: contain !important;;
	background-repeat: no-repeat !important;;
	background-position: center center !important;
	cursor: pointer !important;
}

/* VIDEO INLINE MOBILE FIX */
@media all and (max-width: 767px) {
	.gallery-page .inline-content > div {
		height:275px !important;
		min-height: 195px;
	}
}

/*AGI LIVE */
.agilive-desktop-zone1 {
	width: 90% !important;
}
.agilive-desktop-news-container {
	width: calc(100% - 130px) !important;
}
.agilive-desktop-zone2 {
	width: 10% !important;
}
.agilive-desktop-cta-container {
	width: 100% !important;
}
.agilive-desktop-cta {
	width: 100% !important;
}
.agilive-desktop .copy-embed-container {
	right: 100px !important;
}

div#div-gpt-ad-leaderboard.mp-code.leaderboard, div#div-gpt-ad-headofpage.mp-code.headofpage {
	text-align: center !important;
	margin-bottom: 20px !important;
}

/*COOKIE LAW */
.cookielaw-container {
	position: fixed;
	width: 100%;
	z-index: 9000;
	background-color: rgba(0,0,0,.9);
	min-height: 100px;
	top: 0;
}
.cookielaw-container .container {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
	width: 100%
}
.cookielaw-container .container::before  {
	content: " ";
	display: table;
	box-sizing: border-box;
}
.cookielaw-container .container::after  {
	content: " ";
	display: table;
	box-sizing: border-box;
	clear: both;
}
.cookielaw-container .btn {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	background-image: linear-gradient(to bottom, #919191 0, #727272 100%);
	background-repeat: repeat-x;
	border-color: #6d6d6d;
	color: #fff;
	background-color: #919191;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	user-select: none;
}
.cookielaw-container a, a:focus {
	color: #919191;
}
.cookielaw-container a, a:hover {
	text-decoration: none;
}

/* PULSAZIONE */
.c-pulse::before {
	display: inline-block;
	animation: agilivepulse 1s infinite;
	margin-top: -2px;
}

/*TEST FIX VIDEO MOBILE*/
@media all and (max-width: 767px) {
	.box7__video-row {
		background: url('../images/Eclipse.gif') no-repeat center center;
	}
	.box7__video-row.ready {
		background: none;
	}

	.box7__video-row .agi-mediagallery {
		position: relative;
		z-index: -1;
	}
}

/*FIX only home logo*/
@media all and (max-width: 767px) {
	img[src*="agi_logo_white.svg"].logo-container__logo1 {
		min-width: 100px !important;
	}
}

.box1__byline a:VISITED,
.box1__byline a:link,
.box1__byline a:active,
.article-content__body--full a {
	color: inherit;
    text-decoration: none;
	border-bottom: 2px solid var(--agi-color);
	padding-left: 2px;
	padding-right: 2px;
}

.box1__byline a:hover,
.article-content__body--full a:hover {
	background-color: var(--agi-color);
}

.box1__byline a.box4__link, .box1__byline a.box4__link:VISITED,
.box1__byline a.box4__link:LINK, .box1__byline a.box4__link:ACTIVE, .box1__byline a.box4__link:HOVER {
    color: inherit !important;
    text-decoration: inherit !important;
    cursor: pointer !important;
    border-bottom: inherit !important;
    background-color: inherit !important;
}

.box4__related-article-title .box4__link {
	font-size: 13px !important;
    color: #555 !important;
    margin-bottom: 10px !important;
    font-weight: normal !important;
}
.box4__related-article-title .box4__link > .box3__authorname {
    font-weight: bold !important;
}

/*FIX CONTENUTI GALLERY COME ARTICOLO */
.gallery-page .article-content__cover-image-container {
	margin-bottom: 40px;
	min-height: 240px;
	position: relative;}
.gallery-page .article-content__cover-image-container figcaption,
.gallery-page .article-content__cover-image-container figure {
	position: relative; }
@media all and (max-width: 767px) {
	.gallery-page .article-content__cover-image-container {
		margin-left: -20px;
		margin-right: -20px;
		min-height: 160px; } }
.gallery-page .article-content__cover-image {
		display: block;
		margin-bottom: 10px; }
.gallery-page .article-content__cover-image-caption {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.0px;
	color: #ffffff; }
@media all and (max-width: 767px) {
	.gallery-page .article-content__cover-image-caption {
		padding: 0 20px; } }
.gallery-page .article-content__tags-container {
	border-top: 1px solid #c9cbca;
	border-bottom: 1px solid #c9cbca;
	padding-top: 10px;
	margin-bottom: 20px; }
.gallery-page .article-content__body a {
	color: inherit;
	text-decoration: inherit !important;
	cursor: pointer !important;
	border-bottom: 2px solid var(--agi-color) !important; }
.gallery-page .article-content__body a:hover {
	background-color: var(--agi-color);}
.gallery-page .article-content a:active, .article-content a:focus {
	outline: none; }
.gallery-page blockquote {
	border-left: 10px solid #a7aaa9;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24.0px;
	color: #ffffff;
	margin: 0 0 25px; }
@media all and (max-width: 767px) {
	.gallery-page blockquote {
		font-size: 16px;
		line-height: 22px; } }
.gallery-page blockquote p {
	font-style: italic;}
.gallery-page table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;}
.gallery-page .table > thead > tr > th,
.gallery-page .table > tbody > tr > th,
.gallery-page .table > tfoot > tr > th,
.gallery-page .table > thead > tr > td,
.gallery-page .table > tbody > tr > td,
.gallery-page .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd; }
.gallery-page .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd; }
.gallery-page .table > caption + thead > tr:first-child > th,
.gallery-page .table > colgroup + thead > tr:first-child > th,
.gallery-page .table > thead:first-child > tr:first-child > th,
.gallery-page .table > caption + thead > tr:first-child > td,
.gallery-page .table > colgroup + thead > tr:first-child > td,
.gallery-page .table > thead:first-child > tr:first-child > td {
	border-top: 0; }
.gallery-page .table > tbody + tbody {
	border-top: 2px solid #dddddd; }
.gallery-page .table .table {
	background-color: #ffffff; }
.gallery-page .article-page__body-title {
	font-size: 20px;
	font-weight: 900;
	line-height: 26.0px;
	color: #ffffff;
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px; }
@media all and (max-width: 767px) {
	.gallery-page .article-page__body-title {
		font-size: 16px;
		line-height: 22px;
		padding-left: 16px; } }
.gallery-page .article-page__body-title:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #a7aaa9;
	position: absolute;
	left: 0;
	top: 5px; }
@media all and (max-width: 767px) {
	.gallery-page .article-page__body-title:before {
		width: 10px;
		height: 10px;
		top: 4px; } }
.gallery-page .article-content hr {
	border: 1px solid #999;
	height: 0;
	margin: 0 0 20px; }
.gallery-page .article-content ul,
.gallery-page .article-content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	list-style-position: inside; }
.gallery-page .article-content ul li,
.gallery-page .article-content ol li {
	margin-bottom: 10px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 24.0px;
	letter-spacing: normal;
	color: #000000; }
.gallery-page .article-content ul li ul:not(.flex-direction-nav),
.gallery-page .article-content ul li ol:not(.flex-direction-nav),
.gallery-page .article-content ol li ol:not(.flex-direction-nav),
.gallery-page .article-content ol li ul:not(.flex-direction-nav) {
	margin-left: 20px;
	margin-top: 10px;
}

.col-md-6 p.box4__excerpt {
	margin-top: -5px !important;
}

/*fix per iframe importati*/
.article-content__body iframe[src*="youtube"],
.article-content__body div[id^="media_"] {
	max-width: 520px !important;
	max-height: 295px !important;
}

.logo-container__logo1.visibility--visible-desktop,
.error-page .logo-container__logo1.visibility--visible-desktop,
.html-page .logo-container__logo1.visibility--visible-desktop {
	 display: inline-block;
 }
@media all and (max-width: 767px) {
	.homepage .nav-container__left,
	.homepage .logo-container,
	.search-area-container {
		width: calc(100% - 50px); /* senza icona utente */
		/*width: calc(100% - 100px);*/
	}

	.homepage .logo-container__logo1.visibility--visible-desktop,
	.error-page .logo-container__logo1.visibility--visible-desktop,
	.html-page .logo-container__logo1.visibility--visible-desktop,
	.listing-page .logo-container__logo1.visibility--visible-desktop{
		display: none;
	}
	.homepage .logo-container__logo-left {
		position: relative;
		width: 100%;
		text-align: center;
	}

	.homepage .logo-container__logo1.visibility--visible-mobile,
	.error-page .logo-container__logo1.visibility--visible-mobile,
	.html-page .logo-container__logo1.visibility--visible-mobile,
	.listing-page .logo-container__logo1.visibility--visible-mobile {
		display: inline-block;
		min-width: 82px !important;
		max-width: 82px !important;
	}
}

.searchbar-input-container__searchbar {
	background-size: 20px;
}
.agi-preview__logo {
	clear: both;
	display: block;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	min-width: 50%;
	max-width: min-content;
}
.agi-preview__logo.anteprima {
	clear: both;
	display: block;
	height: auto;
	margin-bottom: 20px;
	max-width: 100%;
	min-width: 50%;
	overflow: hidden;
}

.footer-menu-item {
	margin-right: 20px;
}

.c-share-box-social-item--flipboard {
	text-align: center;
	padding-top: 5px;
}
.c-share-box-social-item--flipboard img {
	height: 24px;
	margin-top: 3px;
}

.article-page .share-box-social-item2__link.share-box-social-item2--facebook,
.article-page .share-box-social-item2__link.share-box-social-item2--facebook:hover {
	background-color: #3a5695 !important;
}

.article-page .share-box-social-item2__link.share-box-social-item2--twitter,
.article-page .share-box-social-item2__link.share-box-social-item2--twitter:hover {
	background-color: #55acee !important;
}

.article-page .share-box-social-item2__link.share-box-social-item2--whatsapp,
.article-page .share-box-social-item2__link.share-box-social-item2--whatsapp:hover {
	background-color: #55ae00 !important;
}

.article-page .share-box-social-item2__link.share-box-social-item2--linkedin,
.article-page .share-box-social-item2__link.share-box-social-item2--linkedin:hover {
	background-color: #0077b5 !important;
}
.share-box-social-item2--linkedin svg {
	background-color: #fff;
}
.article-page .share-box-social-item2__link.share-box-social-item2--googleplus,
.article-page .share-box-social-item2__link.share-box-social-item2--googleplus:hover{
	background-color: #dc4e41 !important;;
}

.article-page .share-box-social-item2__link.share-box-social-item2--mail,
.article-page .share-box-social-item2__link.share-box-social-item2--mail:hover {
	background-color: #bd5c5d !important;
}

.article-page .share-box-social-item2__link.share-box-social-item2--flipboard,
.article-page .share-box-social-item2__link.share-box-social-item2--flipboard:hover{
	background-color: #E12828 !important;
	padding: 0;
	line-height: 35px;
}

.article-page .share-box-social-item2__link.share-box-social-item2--flipboard img {
	height: 24px;
}

.share-box-social-item2__link svg {
	margin-top: -2px;
}

p.suggerimenti {
	font-size: 16px;
	font-style: italic;
}

/*PLACEHOLDER GOOGLE TAGS */
.footer-banner-placeholder {
	width:100%;
	min-height:50px;
	margin:10px auto;
	text-align: center;
}

.navigation .menu-user-box__ico,
body.logged .navigation .menu-user-box__ico {
	width: 16px;
	height: 15px;
	background: url(../images/lnr-user.svg) center center no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-6px);
	margin: 0 auto;
	vertical-align: middle;
}

body.logged .navigation .menu-user-box__ico {
	background: url(../images/lnr-user-fill.svg) center center no-repeat;
}

.homepage .navigation .menu-user-box__ico,
body.homepage.logged .navigation .menu-user-box__ico {
	transform: translateY(0);
}

.navigation .menu-more-loggedin-container .icon.icon-user {
	width: 24px;
	height: 24px;
	background: url(../images/ic_account_circle_white_24px.svg) center center no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(0);
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

.navigation .menu-more-loggedin-container .icon.icon-logout {
	width: 24px;
	height: 24px;
	background: url(../images/ic_exit_to_app_white_24px.svg) center center no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(0);
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.navigation .menu-more-loggedin-container .icon.icon-profile {
	width: 24px;
	height: 24px;
	background: url(../images/ic_contacts_white_24px.svg) center center no-repeat;
	background-size: 24px;
	position: relative;
	top: 50%;
	transform: translateY(0);
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.menu-more-loggedin-container {
	padding: 6px;
	width:168px;
}

.menu-more-link.with-icon {
/* 	font-size: 11px; */
/* 	padding: 8px; */
}


@media all and (max-width: 767px) {
	.navigation .menu-more-box.login {
		/*display: block !Important;*/
		width: 50px;
	}

	.navigation .menu-user-box__ico,
	body.logged .navigation .menu-user-box__ico,
	.homepage .navigation .menu-user-box__ico,
	body.homepage.logged .navigation .menu-user-box__ico{
		transform: translateY(-6px);
	}

	.logo-container {
		width: calc(100% - 50px) !important;
	}

	.logo-container__logo-right {
		display: none;
	}

	.menu-more-loggedin-container {
		top: 50px;
	}
}

h5.error-msg {
	display: block;
	background: #d9534f;
	width: calc(100% - 15px);
	line-height: 30px;
	color: #fff;
}
.poll-detail .section-title.big {
	text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
}
.poll-detail .question {
	margin-bottom: 28px;
    font-size: 24px;
    font-weight: 800;
}
.poll-detail .answers{
	padding-top: 40px;
}
.poll-detail .answers > li {
    list-style: none;
    margin-bottom: 10px;
    background: #f3f3f3;
    padding: 10px;
    position: relative;
    margin-left: 0;
}
.poll-detail .answers > li.has-image img {
	float: right
}
.poll-detail .answers label {
    width: calc(100% - 14px);
    cursor: pointer;
    display: inline-block;
}
.poll-detail .answers label span {
    font-weight: 600;
    line-height: 20.0px;
    color: #000000;
    padding-left: 10px;
}
.poll-detail .answers li input {
	float: left;
	margin-top: 4px;
}
.poll-detail div.button-area {
	text-align: center;
	margin-bottom: 40px;
}
.poll-detail div.button-area .button {
	display: inline-block;
    width: 150px;
    height: 36px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #facf46;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color: #222222;
}
.poll-detail p.note {
	font-size: 12px;
}
.poll-detail .article-content {
    right: 30px;
    position: relative;
}
#browsi_wrapper_0_ai_1_rc_0 {
	display:none !important;
}
/*adv fix*/
div[id="AGI_OTHER_ATF"] {
	margin-bottom: 20px;
}
@media all and (min-width: 769px) {
	.adv--mediagallery {
		display: inline-block;
		position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	}
}

/*LONG READ*/
.article-page.longread  twitterwidget{
	margin:0 auto;
}

.article-page.longread .container-fluid{
	max-width:1080px;

}
.article-page.longread .article-content {
	background:#fff;
	padding:0;
}
.c-share-box-social-item{
	background: #fff;
}

.article-page.longread .article-container{
	background: none;
	overflow: hidden;
}
.article-page.longread .container-fluid{
	overflow: hidden;
}
.container-top-sub-longread{
	z-index:10;
	position: fixed;
	width: 100%;
}
.container-top-sub-longread h1{
	background: #353535;
	color:#fff;
	text-align: center;
    font-size: 36px;
    line-height: normal;
    padding-bottom:15px;
    padding-top:5px
}

.article-page.longread .navLongForm {
	background: #ffe98e;
	text-align: center;
	width: 100%;

	padding-left:80px;
	margin-top: -10px;
}

.article-page.longread .navLongForm-interno{
	background: #ffe98e;
	text-align: center;
	width: 100%;

}
.article-page.longread .navLongForm-interno li{
	list-style: none;
	list-style-position: inside;
	display:inline-block;
	margin-left: 0;
	margin-top:0;
	margin-bottom: 0;
	padding: 10px 10px;

}
.article-page.longread .navLongForm-interno li a {
    font-size: 1.4em;
    color: #969591;
    font-weight: bold;
    text-decoration: none;
}


.article-page.longread .navLongForm li {
	list-style: none;
	list-style-position: inside;
	display:inline-block;
	margin-left: 0;
	margin-top:5px;
	padding: 5px 10px;

}

.article-page.longread .navLongForm li a {
    font-size: 1.4em;
    color: #969591;
    font-weight: bold;
    text-decoration: none;
}
.article-page.longread .navLongForm li.selected a,
.article-page.longread .navLongForm-interno li.selected a {
	color:#000;
}


.article-page.longread .article-page__header-title {
    font-size: 72px;
    text-align:center;
    line-height: 80px;
}

.article-page.longread .article-content__body {
	width: 100%;
	padding-right:0;
	float:none;
	padding:0 130px;
}
.article-page.longread .container-fluid {
	margin-top:40px;
}

.article-page.longread .article-content__body img{
	max-width:100%;
}


.article-page.longread .article-content__cover-image-container{
	margin-bottom:0px;
}

.article-page.longread .article-content__cover-image {
    margin-bottom: 0px;
}

.article-page.longread .article-page__header-byline{
	margin-bottom:30px;
}
.article-page.longread .container-header  {
	position:absolute;
	bottom:0;
	width: 100%;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 15px 15px;
}

.article-page.longread .article-page__header-title b,
.article-page.longread .article-page__header-title strong  {
	color:#ffd500;
}

.article-page.longread .article-page__header-title{
	color:#fff;
	margin-bottom: 10px;
}
.article-page.longread  .article-content__tags-container {
	text-align: center;
}
.article-page.longread .thron-container{
	height: 537px;
	max-height:537px !important;
}

.article-page.longread .agi-mediagallery,
.article-page.longread .article-video-container {
	margin: 0 -130px;
}

.article-page.longread .article-page__header-subtitle {
    width: 100%;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    font-size:24px;
}

.article-page.longread .article-page__header-byline{
	text-align:center;
}
.article-page.longread .flex-viewport ul li{
	margin-left:0;
}

.article-page.longread .HTML.inline-content{
	text-align: center;
	margin:0 auto;
	margin-left:-130px;
	margin-right:-130px;
}

.article-page.longread .article-content__body .article-content__cover-image-container{
	margin-left:-130px;
	margin-right:-130px;
}

.article-page.longread .article-content__body iframe[src*="youtube"],
.article-page.longread .article-content__body div[id^="media_"]{
	max-width: unset !important;
	max-height: unset !important;
}

.article-page.longread .videoYoutube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.article-page.longread  .videoYoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* MOBILE */
@media (max-width: 1024px){
	.article-page.longread .c-site-category.c-site-category--big{
		font-size:30px;

	}
	.article-page.longread .article-page__header-title {
	    font-size: 30px;
	    line-height: 40px;
	}
	.article-page.longread .nav-live-box-container{
		display:none;
	}

	.article-page.longread .navLongForm li a{
	    font-size: 1em;
	}
	.article-page.longread .navLongForm-interno li a{
	    font-size: 1em;
	}

	.article-page.longread .thron-container {
     height: 500px;
     max-height: 537px !important;
	}
		.article-page.longread .container-top-sub-longread h1{
		    font-size: 28px;
		    padding-bottom: 10px;
	}
	.article-page.longread .article-content__body {
	padding:0 90px;
}
	.article-page.longread .HTML.inline-content{
		margin-left:-90px;
		margin-right:-90px;
	}
.article-page.longread .article-content__body .article-content__cover-image-container{
	margin-left:-90px;
	margin-right:-90px;
}

	.article-page.longread .agi-mediagallery,
	.article-page.longread .article-video-container {
		margin: 0 -90px;
	}
}
/* MOBILE */
@media (max-width: 767px){

	.article-page.longread .article-content {
	    padding: 20px;
	    padding-top: 0px;
	}
	.article-page.longread header{
		margin: 0 -20px;
	}
	.article-page.longread .article-page__header-title {
		font-size: 28px;
	    line-height: 30px;
	    margin-bottom: 0;
	}
	.article-page.longread .article-page__header-subtitle {
		font-size: 14px;
	    line-height: 18px;
	    padding: 0 10%;
	}
	.article-page.longread .navLongForm{
	    margin-top: 0px;
	    padding-left:0;
	}
	.article-page.longread .article-content__cover-image-container{
		margin:0;
	}

    .article-page.longread .container-fluid {
		    margin-top: 0;
		}

	.article-page.longread .navLongForm li{
		margin-top:0px;
		margin-bottom:0px;
	}
	.article-page.longread .navLongForm-interno li{
		margin-top:0px;
		margin-bottom:0px;
	}
	.article-page.longread .HTML.inline-content{
		margin-left:-40px;
		margin-right:-40px;
	}
.article-page.longread .article-content__body .article-content__cover-image-container{
	margin-left:-40px;
	margin-right:-40px;
}

	.article-page.longread .navLongForm-interno li a,
	.article-page.longread .navLongForm  li a,
	.article-page.longread .navLongForm-interno li,
	.article-page.longread .navLongForm  li {
		font-size: 1em;
		padding:0;
	    padding-right: 5px;
	}

	.article-page.longread ul.navLongForm,
	.article-page.longread .navLongForm-interno ul
	  {
			padding: 5px 0;
	}
	.article-page.longread .thron-container {
     	height: 215px;
    	max-height: 537px !important;
	}

	.article-page.longread .article-content__body {
	padding:0 20px;

	}
	.article-page.longread .container-top-sub-longread h1{
		    font-size: 16px;
		    padding-bottom: 5px;
	}
}
div[id="_728x90_AGI_OTHER_BTF"] {
	margin-top: 15px;
}

/*NATIVE branded*/
/*HOME BOX BRANDED*/
.box5.branded,
.box5.branded header,
.box5.branded footer,
.box4.branded,
.box4.branded header,
.box4.branded footer,
.box3.branded,
.box3.branded header,
.box3.branded footer,
.box8.branded header,
.box8.branded footer,
.box8.branded .firmaSponsorTop p
 {
	font-family: 'Montserrat', sans-serif !important;
}

.box5.branded{
	/*padding-top:0px;*/
}

.box3.branded{
	padding-top:0px;
}

.box5.branded .firmaImg,
.box4.branded .firmaImg,
.box3.branded .firmaImg,
.box8.branded .firmaImg{
	font-size: 0.8em;
}
.box5.branded .firmaImg img,
.box4.branded .firmaImg img,
.box3.branded .firmaImg img,
.box8.branded .firmaImg img
{
	max-width:80px;
}
.box4.branded .box4__related-container{
	text-align: right;
}

.box5.branded .box5__article-byline,
.box8.branded .box8__byline  {
    width: auto;
    float: none;
    text-align: right;
}

.box5.branded .firmaSponsorTop {
	margin:0 -20px;
	padding:5px 20px;
	background: #555753;
	color:#fff;
	font-size:0.9em;
	text-align: right;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
.box4.branded .firmaSponsorTop{
	padding:5px 20px;
	background: #555753;
	color:#fff;
	font-size:0.9em;
	text-align: right;

}
.box3.branded .firmaSponsorTop{
	padding:5px 20px;
	background: #555753;
	color:#fff;
	font-size:0.9em;
	text-align: right;
	margin: 0 -20px 10px -20px;

}

.box8.branded .firmaSponsorTop {
    margin: 0 -20px;
    padding: 5px 20px;
    background: #555753;
    color: #fff;
    font-size: 0.9em;
    text-align: right;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.box8.branded .firmaImg{
   width: 100%;
   text-align: right;
   font-size: inherit;
   color: #000;
   font-size: 1em;
   padding: 0 20px 0 0;
}
.box8.branded header{
	margin-top:15px;
}
.box5.branded .box5__byline .firmaImg{
	text-align: right;
}
.box5.branded .box5__byline .firmaImg span,
.box8.branded .firmaImg span{
	line-height:32px;
}

.box8.branded .box8__footer-container{
	bottom:10px;
}

.box8.branded .box8__article-title{
	font-weight: normal;
}

.box3.branded .box3__byline{
   width: 100%;
   text-align: right;
   font-size: inherit;
    color: #000;
}

.box5.branded .box5__title{
	padding-top:20px;
}
.box5.branded  .box5__footer-container{
	right:0;
	left: auto;
	/*bottom: 3px;*/
}

@media (max-width: 1023px){
	.box8.branded .firmaImg{
		padding:0;
	}
}

@media (max-width: 767px){
	.box8.branded header {
		margin-top:0;
	}
	.box5.branded .box5__title{
		font-weight: normal;
	}
	.box5.branded .box5__title{
		padding-top:0;
	}
	.box5.branded .firmaImg{
		font-size:0.9em;
	}

}

html .article-page.nativebranded .article-container{
	font-family: 'Montserrat', sans-serif;
}

.article-page.nativebranded .article-content p {
	font-weight: 300;
}

.article-page.nativebranded .banner-top-sponsored{
	padding:8px 25px;
	background: #555753;
	color:#fff;

}

.article-page.nativebranded .content-sponsor{
	font-size: 1em;
	line-height: 50px;
}

.article-page.nativebranded .content-sponsor img{

}
.article-page.nativebranded  .article-content__tags-container {
	text-align: center;
}

.article-page.nativebranded .firma-sponsor{
	line-height: 50px;
}
.article-page.nativebranded .firma-sponsor p,
.article-page.nativebranded .firma-sponsor a{
	text-align: right;
	color:#fff;
	font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
     margin-bottom: 0px;
}

.article-page.nativebranded  twitterwidget{
	margin:0 auto;
}

.article-page.nativebranded .container-fluid{
	max-width:1080px;
}

.article-page.nativebranded .article-content {
	background:#fff;
	padding:0;
}
.c-share-box-social-item{
	background: #fff;
}

.article-page.nativebranded .article-container{
	background: none;
}

.article-page.nativebranded .article-page__header-title {
	font-size: 72px;
    text-align:center;
    line-height: 80px;
    margin-bottom:0;
    color:#fff;
	font-weight: 300;
}

.article-page.nativebranded .container-header  {
	position:absolute;
	bottom:0;
	width: 100%;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 15px 15px;
}


.article-page.nativebranded .article-content__body {
	width: 100%;
	padding-right:0;
	float:none;
	padding:0 130px;
}
.article-page.nativebranded .container-fluid {
	margin-top:40px;
}

.article-page.nativebranded .article-content__body img{
	max-width:100%;
}


.article-page.nativebranded .article-content__cover-image-container{
	margin-bottom:0px;
}

.article-page.nativebranded .article-content__cover-image {
    margin-bottom: 0px;
}

.article-page.nativebranded .article-page__header-byline{
	margin-bottom:30px;
}
.article-page.nativebranded .article-page__header-title {

}

.article-page.nativebranded .article-page__header-title b,
.article-page.nativebranded .article-page__header-title strong  {
	color:#ffd500;
}

.article-page.nativebranded .thron-container{
	height: 537px;
	max-height:537px !important;
}

.article-page.nativebranded .agi-mediagallery,
.article-page.nativebranded .article-video-container {
	margin: 0 -130px;
}

.article-page.nativebranded .HTML.inline-content{
	text-align: center;
	margin:0 auto;
	margin-left:-130px;
	margin-right:-130px;
}
.article-page.nativebranded .HTML.inline-content .twitter-tweet.twitter-tweet-rendered {
	margin:0 auto;
}

.article-page.nativebranded .article-content__body .article-content__cover-image-container{
	margin-left:-130px;
	margin-right:-130px;
}

.article-page.nativebranded .article-page__header-subtitle {
    width: 100%;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    font-size:24px;
}

.article-page.nativebranded .article-page__header-byline{
	text-align:center;
}
.article-page.nativebranded .flex-viewport ul li{
	margin-left:0;
}


.article-page.nativebranded .article-content__body iframe[src*="youtube"],
.article-page.nativebranded .article-content__body div[id^="media_"]{
	max-width: unset !important;
	max-height: unset !important;
}

.article-page.nativebranded .videoYoutube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.article-page.nativebranded  .videoYoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TABLET */
@media (max-width: 1024px){
	.article-page.nativebranded  .logo-container__logo-right{
		display: none;
	}
	.article-page.nativebranded .c-site-category.c-site-category--big{
		font-size:30px;

	}
	.article-page.nativebranded .article-page__header-title {
	    font-size: 35px;
	    line-height: 40px;
	}
	.article-page.nativebranded .article-page__header-subtitle{
	    font-size: 22px;
	}
	.article-page.nativebranded .thron-container {
     height: 500px;
     max-height: 537px !important;
	}


	.article-page.nativebranded .article-content__body {
	padding:0 90px;
}
	.article-page.nativebranded .HTML.inline-content{
		margin-left:-90px;
		margin-right:-90px;
	}
.article-page.nativebranded .article-content__body .article-content__cover-image-container{
	margin-left:-90px;
	margin-right:-90px;
}

	.article-page.nativebranded .agi-mediagallery,
	.article-page.nativebranded .article-video-container {
		margin: 0 -90px;
	}
}
/* MOBILE */
@media (max-width: 767px){
	.article-page.nativebranded .article-content__body iframe[src*="vimeo"]{
		width: 100vw;
    		height: calc(100vw * .58);
	}
	.article-page.nativebranded .article-content {
	    padding: 0 20px 20px 20px;
	}

	.article-page.nativebranded header{
		margin: 0 -20px;
	}
	.article-page.nativebranded .article-content__body{
	    padding: 0 20px;
	}

	.article-page.nativebranded .agi-mediagallery,
	.article-page.nativebranded .article-video-container {
		margin: 0 -20px;
	}
.article-page.nativebranded .article-content__body .article-content__cover-image-container{
	margin-left:-20px;
	margin-right:-20px;
}

	.article-page.nativebranded .article-page__header-title {
		font-size: 28px;
	    line-height: 30px;
	}
	.article-page.nativebranded .article-page__header-subtitle {
	    font-size: 14px;
	}
	.article-page.nativebranded .navLongForm{
	    margin-top: 0px;
	    padding-left:0;
	}
	.article-page.nativebranded .article-content__cover-image-container{
		margin:0;
	}
	.article-page.nativebranded .banner-top-sponsored {
		    margin: 0 -20px;
		}
		.article-page.nativebranded .content-sponsor{
		    text-align: center;
		}

		.article-page.nativebranded .content-sponsor img {
		    max-width:110px;;
		}
		.article-page.nativebranded .firma-sponsor p{
		text-align: center;
		}
    .article-page.nativebranded .container-fluid {
		    margin-top: 0;
		}


	.article-page.nativebranded .thron-container {
     	height: 215px;
    	max-height: 537px !important;
	}

	.article-page.nativebranded .content-sponsor,
	.article-page.nativebranded .firma-sponsor p {
		    font-size: 0.8em;
		    line-height: 30px;
		}

	.article-page.nativebranded .content-sponsor img {
	    max-width: 80px;
	}

}


/* START AGI LIVE SPONSOR */

body .agilive-desktop-sponsor-image{
	max-height:44px !important;
	margin-left:10px;
}
.agilive-desktop-zone1{
	    width: calc(100% - 262px) !important;

}
.agilive-desktop-zone2 {
    width: 262px  !important;
}
.agilive-desktop-cta-container{
	width: 110px  !important;
}
.agilive-desktop-sponsor-container{
	width:142px  !important;
	padding:0;
	float:right;

}
/* FINE AGI LIVE SPONSOR */


.article-content .agi-mediagallery ul.slides li {
	margin-left: 0!important;
}
/* ELEZINI 2019 */
.tab-content, ul.tabs, .do-swidget-header, .do-widget-wrapper *  {
  font-family: 'Raleway', sans-serif !important;
  color: #000 !important;

}

/*.jscolor{
    margin-left: 9px;
    top: 50px;
    transform: translateY(25%);
	} */
	/* #colorWell {
		-webkit-appearance: none;
		padding: 0;
		border: none;
		border-radius: 10px;
		width: 20px;
		height: 20px;
		border: 1px solid black;
	  }
	  #colorWell::-webkit-color-swatch {
		border: none;
		border-radius: 10px;
		padding: 0;
	  }
	  #colorWell::-webkit-color-swatch-wrapper {
		border: none;
		border-radius: 10px;
		padding: 0;
	  } */
	  .button-embed-copy{
		width: 90px !important;
	}
	.container-embed-livebar{
		width: 390px !important;
	}
	.tooltip {
		position: relative;
		display: inline-block;
		float: left;
		padding: 0 2px;
	  }
	  
	  .tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 0px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 26%;
		margin-left: -56px;
		opacity: 0;
		transition: opacity 0.3s;
		font-size: 12px;
		
	  }
	  
	  .tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	  }
	  
	  .tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	  }
	  .full-spectrum .sp-palette {
		max-width: 200px;
		}
	.pointer-color {
		cursor: pointer;
	}
	.minicolors input[type=hidden] + .minicolors-swatch{
		width: 18px !important;
		position: inherit !important;
		cursor: pointer ;
		margin-left: 5px !important;
		top: 4px !important;
		border-radius: 49px !important;
	}
	.minicolors-swatch-color{
		border-radius: 20px !important;
		cursor: pointer;	
	}
	.minicolors-swatch {
		border: 1px solid black !important;
		border-radius: 10px;
	}
	.minicolors-theme-default .minicolors-input{
		height: 30px !important;
		font-size: 12px;
		font-weight: 500;
	}
	.minicolors-theme-default.minicolors-position-right .minicolors-input {
		padding-right: 22px !important;
		padding-left: 4px !important;
	}
	.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
		right: 7px !important;
	}
	.textarea-embed-livebar {
		width: 200px !important;
	}
	.info-ico-embed {
		position: relative;
		float: right;
		top: -10px;
	}
	.tooltip .info-tooltip-text {
		visibility: hidden;
		width: 210px;
		background-color: #555;
		color: #fff;
		text-align: left;
		border-radius: 0px;
		padding: 5px 0;
		position: absolute;
		z-index: 99999;
		bottom: 125%;
		left: 20%;
		margin-left: -190px;
		opacity: 0;
		transition: opacity 0.3s;
		font-size: 13px;
	  }
	  
	  .tooltip .info-tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 91%;
		margin-left: 0px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	  }
	  
	  .tooltip:hover .info-tooltip-text {
		visibility: visible;
		opacity: 1;
	  }
	  .info-tooltip-text .list-info-container {
		padding-left: 25px;
		font-size: 12px;
		margin-right: 8px;
	}
	.info-tooltip-text .list-info{
	    margin-bottom: 4px;
	}
	@media only screen and (max-width: 1120px) {
		.info-ico-embed {
		  display: none;
		}
	  }
	.minicolors-input{
		width: 85px !important;
	}
	

@media (min-width: 768px){
	:not(footer) #div-gpt-ad-1554115234225-0 div {
		/*margin-left: calc((100% - 728px)/2);*/
		margin-bottom: 15px
	}
	.footer-banner-placeholder {
		
		margin: 0 auto;
	}
	#div-gpt-ad-1554115234225-0 {
		text-align: center;
	}
}
@media (max-width: 767px){
	#div-gpt-ad-1570868874152-0 {
		display: none;
	}
	:not(footer) #div-gpt-ad-1554115234225-0 {
		text-align: center;
	}
}

.box-root.normal-box-mh.box-advertising1 div {
	margin:0 auto;
}

.nativebranded .new-pos-footer .footer-banner-placeholder { display:none; }

.header-big .nav-live-box-container {
	margin-right: -72px;
}