@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');

html {
    scroll-behavior: initial !important;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.7;
	overflow-x: hidden;
}

body.jxa {
	padding-top: 0px;
}

body.jxa .container {
	max-width: unset;
}

.noscroll {
	overflow: hidden;
}

.swal2-backdrop-black {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.onetrust-pc-dark-filter {
	background-color: rgba(0, 0, 0, 0.9) !important;
}



.impPixel {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

a {
	cursor: pointer;
	color: #000;
}

.container-full {
	width: 100%;
	padding: 0;
}

.container-full .row {
	width: 100%;
}

.container-full {
	width: 100%;
	padding: 0;
}

.container-full .row {
	width: 100%;
}

@media (max-width: 768px) {
	.row:not(.default-gutter) {
		--mdb-gutter-x: 0rem;
		--mdb-gutter-y: 0;
	}
}

@media (min-width: 992px) {
	.sections-container {
		display: none;
	}
}

.row.sectionHeader {
	--mdb-gutter-x: 0rem;
}

.row .subsections-container {
	max-width: 100%;
	overflow-x: auto;
}

.subsections-container .nav {
	flex-wrap: nowrap;
	white-space: nowrap;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

@media (min-width: 768px) {
	.subsections-container .nav {
		flex-wrap: wrap;
		white-space: wrap;
	}
}

.swal2-container.swal2-center {
	z-index: 999999999;
}

/* PAGE TITLE */
.page-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 20px 10px 20px;
	margin-bottom: 20px;
	border-bottom: 4px solid #ddd;
}

.page-subtitle {
	text-align: center;
	padding: 0px 30px 20px 30px;
}

/* SUBHEADER */
.subheader {
	font-weight: 700;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	color: #000;
}

.subheader:hover {
	text-decoration: none !important;
}

.subheader-icon i {
	font-size: 1.9rem;
}

.ospiteStrip .subheader,
.cantonaliStrip .subheader,
.aziendetiStrip .subheader {
	font-size: 1.4rem;
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.subheader {
		font-size: 2rem;
	}

	.ospiteStrip .subheader,
	.cantonaliStrip .subheader,
	.aziendetiStrip .subheader {
		font-size: 1.8rem;
	}
}

@media (min-width: 1440px) {
	.subheader {
		font-size: 2.5rem;
	}

	.ospiteStrip .subheader,
	.cantonaliStrip .subheader,
	.aziendetiStrip .subheader {
		font-size: 2.2rem;
	}
}

.subheader .section-color {
	display: inline-flex;
	width: 5px;
	height: 1em;
	margin-right: 10px;
	background-color: #000;
	position: relative;
}


.share-social.sticky {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 1000000;
}

.text-orange {
	color: #f57c00 !important;
}

.fs-7 {
	font-size: 0.9rem !important;
}

.fs-8 {
	font-size: 0.8rem !important;
}

.overflow-ellipses span {
	display: inline-block;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.container>.row {
	background-color: #FFF;
}

.container>.row.transparentRow {
	background-color: transparent;
}

.container>.row.videoStrip,
.container>.row.videoitems,
.container>.row.meteoStrip,
.container>.row.breakStrip {
	background-color: transparent;
}

.ad.maxisky.skycover {
	top: var(--skycoverHeight);
}

.page-content {
	justify-content: center;
}
.page-content-left {
	display: none;
	width: 300px;
	position: sticky;
	top: 115px;
	height: 600px;
	min-height: 600px;
	z-index: 1000;
	align-self: flex-end;
}
.page-content-right {
	display: none;
	width: 0px;
	position: sticky;
	top: 115px;
	height: 600px;
	min-height: 600px;
	z-index: 1000;
	align-self: flex-start;
}

@media (max-width: 768px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 100%;
	}
}

@media (min-width: 1025px) and (max-width: 1215px) {

	body {
		width: auto;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 100%;
	}

	.ad.maxisky,
	#adspot_sitebar,
	#sitebar_container {
		display: none;
	}
}

@media (min-width: 1024px) and (max-width: 1445px) {

	.maxiskyLoaded #mainVideo.sticky {
		max-width: 320px;
	}

	.maxiskyLoaded .ad.maxisky.rightCompanion {
		position: absolute;
	}
}

@media (max-width: 1446px) {
	.maxiskyLoaded .ad.maxisky.skycover {
		top: auto;
	}
}

@media (max-width: 1214px) {
	.ad.maxisky {
		display: none !important;
	}
}

@media (min-width: 1215px) {

	.page-content-right {
		display: block;
	}

	.sidebar .ad.maxisky,
	.maxiskyLoaded #adspot_sitebar,
	.maxiskyLoaded #sitebar_container {
		display: block;
		right: 0px;
	}

	.sidebar .ad.maxisky {
		top: 115px !important;
	}
	.sidebar .page-content > .container,
	.sidebar .page-content > .container-lg,
	.sidebar .page-content > .container-md,
	.sidebar .page-content > .container-sm,
	.sidebar .page-content > .container-xl,
	.sidebar .page-content > .container-xxl {
		margin-left: 0 !important;
	}

	.maxiskyLoaded .ad.maxisky {
		display: block;
		right: 0;
	}

	.maxiskyLoaded .cover,
	.maxiskyLoaded .cover-description {
		max-width: 100%;
		width: 100%;
		left: 0px;
	}
}

@media (min-width: 1215px) and (max-width: 1300px) {

	.maxiskyLoaded .page-content {
		justify-content: start;
	}
	.maxiskyLoaded .page-content > .container,
	.maxiskyLoaded .page-content > .container-lg,
	.maxiskyLoaded .page-content > .container-md,
	.maxiskyLoaded .page-content > .container-sm,
	.maxiskyLoaded .page-content > .container-xl,
	.maxiskyLoaded .page-content > .container-xxl {
		max-width: 990px !important;
	}
	.sidebar .ad.maxisky,
	.maxiskyLoaded .ad.maxisky,
	.maxiskyLoaded #adspot_sitebar,
	.maxiskyLoaded #sitebar_container {
		width: calc(100% - 990px);
	}
	.maxiskyLoaded .page-content-right {
		width: calc(100% - 990px);
	}
}

@media (min-width: 1300px) {

	.maxiskyLoaded .page-content-right {
		width: 300px;
	}
	.sidebar .ad.maxisky,
	.maxiskyLoaded .ad.maxisky,
	.maxiskyLoaded #adspot_sitebar,
	.maxiskyLoaded #sitebar_container {
		width: 300px;
	}
}

@media (min-width: 1300px) and (max-width: 1680px) {

	.maxiskyLoaded .page-content > .container,
	.maxiskyLoaded .page-content > .container-lg,
	.maxiskyLoaded .page-content > .container-md,
	.maxiskyLoaded .page-content > .container-sm,
	.maxiskyLoaded .page-content > .container-xl,
	.maxiskyLoaded .page-content > .container-xxl {
		max-width: calc(100% - 300px) !important;
	}

	.maxiskyLoaded .container-fluid {
		max-width: 100% !important;
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
	}

	.maxiskyLoaded .container-fluid .container {
		max-width: 100% !important;
	}
}

@media (min-width: 1215px) and (max-width: 1680px) {

	.maxiskyLoaded .header-fluid {
		padding-left: 0 !important;
	}

	.maxiskyLoaded .sectionStrip::before {
		transform: none;
		left: 0px;
	}
}

@media (min-width: 1500px) and (max-width: 1899px) {

	.sidebar .header-fluid {
		padding-left: 0 !important;
		padding-right: 500px !important;
	}
}

@media (min-width: 1681px) {

	body:not(.sidebar) .page-content-left {
		display: block;
	}
	.page-content-right {
		display: block;
	}
	body:not(.maxiskyLoaded) .page-content-right {
		width: 300px;
	}
}

/* A partire da 1900px mostra il div spacer di sinistra anche in presenza di un banner sidebar (500px) */
@media (min-width: 1900px) {

	.sidebar .page-content-left {
		display: block;
	}
}
@media (min-width: 1900px) and (max-width: 2203px) {

	.sidebar .header-fluid {
		padding-left: 200px;
		padding-right: 500px !important;
	}
}

@media (min-width: 1500px) {

	.sidebar .page-content-right {
		width: 500px;
	}
	.sidebar .ad.maxisky {
		width: 500px;
		display: block;
	}
	.maxiskyLoaded .ad.maxisky {
		right: 0;
	}
}

@media (min-width: 1500px) and (max-width: 1810px) {

	.sidebar .page-content > .container,
	.sidebar .page-content > .container-lg,
	.sidebar .page-content > .container-md,
	.sidebar .page-content > .container-sm,
	.sidebar .page-content > .container-xl,
	.sidebar .page-content > .container-xxl {
		max-width: calc(100% - 500px) !important;
	}
}

@media (min-width: 1811px) and (max-width: 2203px) {

	/* MAXISKY 300px */
	.page-content > .container,
	.page-content > .container-lg,
	.page-content > .container-md,
	.page-content > .container-sm,
	.page-content > .container-xl,
	.page-content > .container-xxl {
		width: 100%;
		max-width: calc(100% - 600px);
		margin: 0px;
	}

	/* SIDEBAR 500px */
	.sidebar .page-content > .container,
	.sidebar .page-content > .container-lg,
	.sidebar .page-content > .container-md,
	.sidebar .page-content > .container-sm,
	.sidebar .page-content > .container-xl,
	.sidebar .page-content > .container-xxl {
		max-width: calc(100% - 500px);
		left: 0;
	}

	.sidebar .page-content {
		margin-left: 0px;
	}

	.sidebar .ad.maxisky,
	#adspot_sitebar,
	#sitebar_container {
		width: 500px;
	}
	.sidebar .page-content-right {
		width: 500px;
	}
}

@media (min-width: 2204px) {

	.page-content > .container,
	.page-content > .container-lg,
	.page-content > .container-md,
	.page-content > .container-sm,
	.page-content > .container-xl,
	.page-content > .container-xxl {
		width: 1604px;
		max-width: 1604px;
		margin: 0px;
	}

	.sidebar .page-content-left {
		width: 500px;
	}

	.sidebar .ad.maxisky,
	#adspot_sitebar,
	#sitebar_container {
		width: 500px;
	}
}


.logo {
	height: 60px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}

.logotio img {
	width: 40px;
	height: 40px;
}

.logo20min img {
	width: 23px;
	height: 30px;
}


.logos {
	display: inline-flex;
	align-items: center;
}


.hidden {
	display: none;
}


.title {
	font-size: 1.5rem;
}



@media (min-width: 992px) and (max-width: 1441px) {
	.title {
		font-size: 1.2rem;
	}
}

.sectionVideoStrip,
.sectionVideoStrip::before {
	background-color: #777474 !important;
}

.row.sectionVideoStrip {
	background-color: transparent;
}

.sectionVideoStrip .com-item {
	background-color: transparent;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.sectionVideoStrip .com-item .text {
	display: none;
}

.pointer {
	cursor: pointer;
}

.notify {
	display: block;
	background-color: #222;
	color: #fff;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	font-size: 16px;
	right: 0;
	float: left;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.notify div {
	margin-left: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.notify .boxclose {
	display: none;
	float: right;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 13px 8px;
}

.notify img {
	float: right;
	height: 50px;
	margin-top: 7px;
}

.notify.breakingnews {
	background-color: #B31D1F;
	color: #FFF;
}

.notify.error {
	background-color: #ff0000;
	color: #fff;
}

.notify.info {
	background-color: #0070ff;
	color: #fff;
}

.notify.warning {
	background-color: #e07e19;
	color: #fff;
}

.notify.success {
	background-color: #22b148;
	color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

.white-space-normal {
	white-space: normal;
}

.text-ellipsis {
	text-overflow: ellipsis;
}


@media (max-width: 1280px) {
	.rightbox-item .text {
		display: none !important;
	}
}

.rightbox-item .title,
.toplive .com-item .title {
	font-size: 1.3rem;
	line-height: 1.7rem
}

.rightbox-item .text {
	font-size: 0.9rem;
	line-height: 1.3rem;
}


[data-link="@goTo"] {
	cursor: pointer;
}


[data-link="@goTo"]:hover {
	text-decoration: underline;
	opacity: 0.7;
}


/* START - PUSH NOTIFICATIONS */
.push_notifications_alert {
	z-index: 99999999;
	position: fixed;
	left: 50%;
	margin-left: -190px;
	width: 100%;
	max-width: 380px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 25px 20px 20px 20px;
	border-radius: 4px;
}

.push_notifications_alert .push_alert_logo {
	float: left;
	margin-right: 12px;
	width: 60px;
	height: 60px;
	background-size: cover;
}

.push_notifications_alert .push_alert_content {
	float: right;
	width: calc(100% - 72px);
	font-size: 15px;
	line-height: 21px;
	margin-top: 2px;
	margin-bottom: 18px;
}

.push_notifications_alert .button {
	border-radius: 5px;
	padding: 8px 18px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #ffffff;
	border-width: 0px;
}

.push_notifications_alert .button_cancel {
	float: right;
	background-color: #FFFFFF;
	color: #000000;
}

.push_notifications_alert .button_cancel:hover {
	background-color: #EFEFEF;
}

.push_notifications_alert .button_accept {
	float: right;
	background-color: #42b179;
}

.push_notifications_alert .button_accept:hover {
	background-color: #379C69;
}

@media only screen and (max-width: 768px) {
	.push_notifications_alert {
		max-width: calc(100% - 40px);
		margin-left: 0px;
		left: 20px;
		border-radius: 0px;
		padding-bottom: 25px;
	}

	.push_notifications_alert .button {
		padding: 10px 20px;
	}
}

.push_notifications_background {
	z-index: 99999999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.push_notifications_indicator {
	z-index: 99999999;
	position: fixed;
	top: 30px;
	left: 470px;
	color: #FFFFFF;
	font-size: 16px;
	max-width: 250px;
	line-height: 23px;
}

.push_notifications_indicator_firefox {
	margin-left: 220px;
}

.push_notifications_indicator i {
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 40px;
	float: left;

}

.push_notifications_alert .push_alert_logo {
	background-image: url('https://media.tio.ch/static/img/loghi/tio_logo_sito.png');
}

/* END - PUSH NOTIFICATIONS */

/* START - DEBUG CONSOLE */

#consoleHandle {
	height: 25px;
	text-align: center;
	background-color: #1b1b1b;
	width: 130px;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	cursor: pointer;
	z-index: 999999999;
	padding-top: 7px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 14px;
}

#console {
	height: 150px;
	position: fixed;
	bottom: -150px;
	overflow: auto;
	width: calc(100% - 10px);
	background-color: #424242;
	border-top: 5px solid #1b1b1b;
	color: #FFF;
	z-index: 999999999;
	padding-left: 10px;
}

.consolePre {
	overflow: auto;
	max-height: 100px;
}

.debugOverlay {
	position: absolute;
	z-index: 999999998;
	min-width: 100px;
	min-height: 50px;
}

.debugOverlayHandle {
	position: absolute;
	bottom: 0;
	background-color: #1b1b1b;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px;
}

.modal {
	z-index: 2000;
}

.closeModal {
	cursor: pointer;
}

/*END  DEBUG CONSOLE */


.breakStrip,
.breakStrip::before {
	background-color: #e6e6e6 !important;
}

.rcontent .blockquote {
	margin: 1em;
	padding: 1em;
	background-color: #e6e6e6;
	border-radius: 1em;
	font-style: italic;
}

.rcontent h5 {
	font-size: 0.8rem;
	font-weight: 700;
}

.rcontent .script {
	display: flex;
	justify-content: center;
}

/**/
.subtitle_2 {
	display: none;
}

.showSubtitle2 .subtitle_2 {
	display: block;
}

/*TOPNEWS*/
.topnews-header {
	margin: 0.5rem 0;
}

.container>.row.topnewsStrip {
	background-color: transparent;
}

.topnewsStrip,
.topnewsStrip::before {
	background-color: #efefef !important;
}

.topnewsStrip .com-open,
.topnewsStrip .com-item-small,
.topnewsStrip .com-item {
	background-color: transparent;
}

.topnewsStrip .com-item-small,
.topnewsStrip .com-item {
	margin-top: 1rem;
}

/* Ospite */
.container>.row.ospiteStrip {
	background-color: transparent;
	margin-top: 1.5rem;
	padding-top: 0.5rem;
}

.container>.row.cantonaliStrip {
	background-color: transparent;
	margin-top: 1.5rem;
	padding-top: 0.5rem;
}

.ospiteStrip,
.ospiteStrip::before {
	background-color: #cfcfcf !important;
}

.ospiteStrip .com-item-small {
	background-color: transparent;
}

.cantonaliStrip,
.cantonaliStrip::before {
	background-color: #268BCC !important;
}

.cantonaliStrip .com-item-small {
	background-color: transparent;

}

@media(max-width: 768px) {
	.ospiteStrip div:nth-of-type(n+5) {
		display: none;
	}
	.aziendetiStrip div:nth-of-type(n+5) {
		display: none;
	}
	.cantonaliStrip div:nth-of-type(n+4) {
		display: none;
	}
}

/* Aziende ticinesi informano */
.container>.row.aziendetiStrip {
	background-color: transparent;
	margin-top: 1.5rem;
	padding-top: 0.5rem;
}

.aziendetiStrip,
.aziendetiStrip::before {
	background-color: #efefef !important;
}

.aziendetiStrip .com-item-small {
	background-color: transparent;
}

/* START VIDEO */

.piazzaticinoStrip,
.piazzaticinoStrip::before {
	background-color: #d01d4a !important;
}


.container>.row.piazzaticinoStrip {
	background-color: transparent;
	margin-top: 1rem;

}

.piazzaticinoStrip .subheader .section-color {
	background-color: #FFF;
}

.piazzaticinoStrip .subheader-icon {
	color: #FFF;
}

.piazzaticinoStrip .subheader.border_bottom_section_ {
	border-color: #FFF;
	margin-bottom: 1rem;
}

.piazzaticinoStrip .subheader-title img {
	height: 40px;
}

.piazzaticinoStrip .text-black {
	color: #FFF !important;
}

.piazzaticinoStrip .com-item,
.piazzaticinoStrip .subheader {
	background-color: transparent;
}

.mondiali_subheader {
	border-bottom-width: 0px !important;
}

.mondiali_subheader .subheader-title {
	color: #8A1538;
}

.mondiali_subheader:hover .subheader-title {
	text-decoration: none;
}

.mondiali_subheader .section-color {
	display: none;
}


.videoStrip,
.videoStrip::before {
	background-color: #343434 !important;
}

.sectionStrip.videoitems,
.sectionStrip.videoitems::before {
	background-color: #343434 !important;
}

.videoStrip .subheader-title {
	color: #FFF;
}

.videoStrip .subheader .section-color {
	color: #FFF;
	background-color: #FFF;
}

.videoStrip .subheader-icon {
	color: #FFF;
}

.videoStrip .subheader.border_bottom_section_ {
	border-color: #FFF;
}



.videoStrip .videoplayer {
	margin-top: 1.5rem;
}
.videoStrip .videoplayer .video-js {
	padding-top: 52.5% !important;
}

.videoStrip {
	padding-top: 1rem;
}


.videoplayer .bg-image {
	display: none;
}

.videoStrip .text-black {
	color: #FFF !important;
}

.videoStrip .videoplayer .com-item {
	background-color: transparent;
	color: #FFF;
}

.videoStrip .videoplayer .com-item .col-4 {
	display: none !important;
}

.videoStrip .videoplayer .com-item .col-8 {
	width: 100% !important;
}

.videoitems {
	padding-top: 1.5rem;
}

.videoitems .com-item .text {
	display: none;
}

.videoStrip .com-item,
.videoitems .com-item {
	background-color: transparent;
	color: #FFF;
}

.videoitems .com-item .text-black {
	color: #FFF !important;
}

/* END VIDEO */

/*START - ADS*/
.ad {
	text-align: center;
}

.ad .ad_header {
	display: none;
}

.ad.maxiboard {
	margin-bottom: 1rem;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/*END - ADS*/

.navbar.sticky {
	position: fixed;
	top: 0;
	z-index: 10002;
}

/*LINK A */

a:hover {
	color: inherit;
	text-decoration: none;
}


.img-overlay:hover .live-update .text {
	text-decoration: none;
}


.btn-primary {
	background-color: #f57c00;
}
.btn-primary:focus, .btn-primary:hover {
	background-color: #dd6f00 !important;
}

.select-input.focused~.select-arrow {
	color: #f57c00;
}

.select-input.focused~.form-notch .form-notch-leading,
.form-outline .form-control:focus~.form-notch .form-notch-leading {
	border-top: 2px solid #f57c00;
	border-bottom: 2px solid #f57c00;
	border-left: 2px solid #f57c00;
}

.select-input.focused~.form-notch .form-notch-middle {
	border-top: 2px solid #f57c00;
	border-bottom: 2px solid #f57c00;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
	border-bottom: 2px solid #f57c00;
}

.select-input.focused~.form-notch .form-notch-trailing,
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
	border-color: #f57c00;
	border-top: 2px solid #f57c00;
	border-bottom: 2px solid #f57c00;
	border-right: 2px solid #f57c00;
}

.select-option.active,
.select-option.selected.active,
.select-option:hover:not(.disabled) {
	background-color: #f57c00;
	color: #FFF;
}

.form-outline .form-control:focus~.form-label {
	color: #f57c00;
}

.datepicker-header {
	background-color: #f57c00;
}

.datepicker-footer-btn {
	color: #f57c00;
}

.datepicker-toggle-button:focus,
.datepicker-toggle-button:hover {
	color: #f57c00;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #f57c00;
}

.datepicker-cell.selected .datepicker-cell-content {
	background-color: #f57c00;
	color: #FFF;
}


.rcontent .block_html a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #f57c00;
	text-decoration-thickness: 0.13em;
}

.rcontent .block_html a:hover {
	opacity: 0.8;
	text-decoration-thickness: 0.15em;
}

.agenda-home .multi-carousel-inner:hover .card-title,
.agenda-home .multi-carousel-inner:hover .card-text.description,
.agenda-day .agenda-event:hover .card-title,
.agenda-day .agenda-event:hover .card-text.description,
.agenda-search .agenda-event:hover .card-title,
.agenda-search .agenda-event:hover .card-text.description,
a.chip:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

@media (max-width: 768px) {
	.rcontent .block_html a {
		text-decoration-thickness: 0.1em;
	}

	.rcontent .block_html a:hover {
		text-decoration-thickness: 0.1em;
	}

	.com-item-small:hover .title,
	.com-item-small:hover .text,
	.com-open:hover .title,
	.com-open:hover .text,
	.img-overlay:hover .title,
	.img-overlay:hover .text,
	.com-item:hover .section-title,
	.com-item:hover .title,
	.com-item:hover .text,
	.agenda-home .multi-carousel-inner:hover .card-title,
	.agenda-home .multi-carousel-inner:hover .card-text.description,
	.agenda-day .agenda-event:hover .card-title,
	.agenda-day .agenda-event:hover .card-text.description,
	.agenda-search .agenda-event:hover .card-title,
	.agenda-search .agenda-event:hover .card-text.description,
	a.chip:hover {
		text-decoration-thickness: 0.1em;
	}

}

.agenda-day:hover .stretched-link .card-text .text-muted {
	text-decoration: none;
	opacity: 1;
}

/*CONTENT*/


.rcontent {
	font-size: 1.3rem;
}

.rcontent .delimiter {
	margin: 2rem 0.2rem;
	border-top: 1px solid #dedede;
}

/*rightbox*/
.rightbox .subheader,
.rcontent .subheader {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #000;
}

.toplive {
	border-right: 1px solid #000;
}

@media(max-width: 991px) {
	.toplive {
		border-right: 0;
	}
}

/* FONT SIZE */
.rcontent.font-size-0,
.rcontent.font-size-0 .block_html p,
.rcontent.font-size-0 .block_html strong {
	font-size: 1.1rem !important;
}

.rcontent.font-size-1,
.rcontent.font-size-1 .block_html p,
.rcontent.font-size-1 .block_html strong {
	font-size: 1.2rem;
}

.rcontent.font-size-2,
.rcontent.font-size-2 .block_html p,
.rcontent.font-size-2 .block_html strong {
	font-size: 1.3rem;
}

.rcontent.font-size-3,
.rcontent.font-size-3 .block_html p,
.rcontent.font-size-3 .block_html strong {
	font-size: 1.4rem;
}

.rcontent.font-size-4,
.rcontent.font-size-4 .block_html p,
.rcontent.font-size-4 .block_html strong {
	font-size: 1.5rem;
}

/* FOCUS */

.indexToggle {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10001;
	font-size: 1.6rem;
	cursor: pointer;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.indexToggle .fa {
	color: #FFFFFF;
}

.indexFocus {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	padding: 20px;
	height: 100%;
	overflow-y: auto;
	padding-top: 0;
	padding-bottom: 0;
	width: 200px;
	z-index: 10000;
}

.indexFocus[data-link] {
	cursor: auto;
}

.indexFocus .h1 {
	font-size: 30px;
	line-height: 35px;
	margin-top: 20px;
}

.indexFocus span {
	margin-left: 15px;
	font-size: 18px;
	display: block;
}

.indexFocus li:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
}

.indexFocus li.active {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
}

.indexFocus ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: '';
}

.indexFocus li {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.indexFocus li .h2 {
	font-size: 25px;
	line-height: 32px;
}


@media(max-width: 425px) {
	.subheader-title {
		font-size: 1.3rem;
	}
}

.subheader-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(min-width: 425px) and (min-width: 768) {
	.subheader-title {
		font-size: 1.5rem;
	}
}

/*POLL*/


#divPoll {
	cursor: default;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

@media(min-width: 991px) {
	#divPoll {
		padding: 20px;
	}
}

.ad.inread {
	overflow: hidden;
	height: 0 !important;
}

.pollResultTable {
	display: table;
	width: calc(100% - 6px);
	padding: 3px;
	font-size: 12px;
	font-weight: bold
}

.pollResultTableAll {
	background-color: #e6e9ed;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 5px;
	display: table;
}


.pollPercBar {
	border-radius: 5px;
	text-align: center;
	float: left;
}

.pollSpanPercBar {
	font-size: 10px;
	color: #FFF;
}

.pollSpanPercBarRest {
	font-size: 10px;
	color: #656D78;
	padding-left: 5px;
}

.pollBackgroundBase {
	background-color: #FFFFFF;
}

.pollTitle {
	margin-bottom: 10px;
}

.pollEndMsg {
	font-style: italic;
	margin-top: 15px;
	font-size: 12px;
	line-height: 15px;
}

.pollBoxQuestion {
	margin-bottom: 15px;
	color: #656D78;
}

.pollBoxQuestionTitle {
	font-weight: bold;
	margin-bottom: 10px;

}

.pollBoxQuestionAnswerRadio {
	margin-bottom: 5px;
	font-size: 14px;
	display: table;
	background-color: #ececec;
	width: 100%;
}


.pollBoxQuestionAnswerRadioInput {
	float: left;
	width: 30px;
	padding-top: 2px;
}

.pollBoxQuestionAnswerRadioTitle {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	color: #434A54;
}

.pollBackgroundAnswerBase {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 14px;
}

.pollBackgroundAnswerBaseRadio {
	float: left;
	padding-right: 5px;
}

.pollBackgroundAnswerBaseTitle {
	float: left;
	width: calc(100% - 20px);
}

.pollBtnResult {
	background-color: #ececec;
	color: #434A54;
}


button .pollBtnIco,
.button .pollBtnIco {
	color: #434A54;
}


.pollBackgroundAnswer {
	background-color: #ececec;
	cursor: pointer;
}

.pollBackgroundAnswerChecked {
	background-color: #ebf6df;
	cursor: normal;
}

.pollBackgroundBar1 {
	background-color: #da4453;
}

.pollBackgroundBar2 {
	background-color: #3bafda;
}

.pollBackgroundBar3 {
	background-color: #8cc152;
}

.pollBackgroundBar4 {
	background-color: #f6bb42;
}

.pollBackgroundBar5 {
	background-color: #37bc9b;
}

@media(min-width: 992px) {
	.col-lg-8.rcontent {
		width: calc(100% - 320px - 2rem);
	}

	.col-lg-4.rightbox {
		width: calc(320px + 2rem);
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media(min-width: 992px) and (max-width: 1880px) {

	.rightbox-col .ad,
	.rightbox-col .ad.promotion .adsbygoogle {
		border: 0 !important;
		border-radius: 0.5rem !important;
		padding: 0 !important;
	}
}


.fonte {
	font-style: italic;
	font-size: 1.2rem;
}


/* default */
.background_section_opacity_ {
	background-color: rgba(13, 40, 128, .7);
	color: #fff;
}



.vjs-volume-control {
	display: inline-block !important;
}

.vjs-poster img {
	object-fit: cover !important;
}

/* ZATTOO */
.zattoo_fullscreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999992;
}

.zattoo_fullscreen .zattoo_close {
	position: absolute;
	top: 13px;
	right: 125px;
	height: 40px;
	border-radius: 20px;
	font-size: 17px;
	line-height: 18px;
	background-color: #4C4C4C;
	color: #FFFFFF;
	padding: 0px 12px;
	z-index: 99999993;
	border-width: 0px;
}

.zattoo_fullscreen .zattoo_close:hover {
	background-color: #3D3D3D;
}

.zattoo_fullscreen .zattoo_close i {
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 3px;
}

@media(min-width: 1200px) {
	.zattoo_fullscreen .zattoo_close {
		right: 160px;
	}
}

.xscores-live-tv-button {
	display: inline-block;
	padding: 0px 6px;
	border-radius: 3px;
	margin-top: 4px;
	height: 24px;
	line-height: 22px;
	position: relative;
	border: 1px solid rgba(255, 0, 0, 0.3);
	background-color: rgba(255, 0, 0, 0.1);
}

.xscores-live-tv-button-title {
	padding-left: 18px;
	font-size: 10px;
}

.xscores-live-tv-button-icon {
	width: 20px;
	position: relative;
}

.xscores-live-tv-button-icon .circle--inner {
	position: absolute;
	left: 3px;
	top: 7px;
	background: #e50040;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: .8;
}

.xscores-live-tv-button-icon .circle--outer {
	position: absolute;
	left: 1px;
	top: 5px;
	border: 1px solid #e50040;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 auto 5px;
	opacity: .8;
	-webkit-animation: circle 2s ease-in-out infinite;
	animation: circle 2s ease-in-out infinite;
}

.com-zattoo {
	cursor: pointer;
	margin-bottom: 20px;
}

.zattoo_obj {
	display: none;
	margin: 10px auto;
	max-width: 100%;
	width: 600px;
	max-height: 100%;
	height: 400px;
}

.zattoo_obj.full {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.zattoo_obj {
		width: 100%;
		padding-top: calc(56.25% + 64px);
		position: relative;
	}

	.zattoo_obj .zattoo_iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

.zattoo_iframe {
	max-width: 100% !important;
	max-height: 100% !important;
	pointer-events: none;
}

.zattoo_fullscreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999992;
}

.zattoo_fullscreen .zattoo_close {
	position: absolute;
	top: 13px;
	right: 150px;
	height: 40px;
	border-radius: 20px;
	font-size: 17px;
	line-height: 18px;
	background-color: #4C4C4C;
	padding: 0px 12px;
	z-index: 99999993;
}

@media only screen and (max-width: 600px) {
	.zattoo_fullscreen .zattoo_close {
		right: 125px;
	}
}

.zattoo_fullscreen .zattoo_close:hover {
	background-color: #3D3D3D;
}

.zattoo_fullscreen .zattoo_close i {
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 3px;
}

.zattoo_preview {
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	padding: 30px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 30px;
}

.zattoo_preview i {
	font-size: 30px;
	color: #ADADAD;
	margin-bottom: 15px;
}

@-webkit-keyframes circle {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes circle {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


.hiddenfile {
	width: 0;
	height: 0;
	overflow: hidden;
}

.imageuploadthumb {
	width: 92px;
	float: left;
	margin: 8px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

@media print {

	.newhomecard,
	.searchcontainer,
	.header-menu,
	.sidenav,
	.ad,
	.ad-complete,
	.teads-inread,
	.teads-player,
	.sectionHeader,
	.cover-block,
	.navbar .link-light,
	.navbar .login,
	.navbar .profile,
	.social-toolbar .reactions,
	.social-toolbar .btn,
	footer .btn,
	.rightbox,
	.toplive,
	.rcontent .subheader,
	.rcontent .comments,
	.author-image,
	.com-xscores-live,
	.xscores-button,
	.server_infos,
	.navbar-toggler,
	.menu-notifications {
		display: none !important;
	}

	body {
		overflow: visible;
	}

	header,
	footer {
		position: absolute !important;
	}

	.rcontent .article_title {
		display: block !important;
		font-weight: bold;
	}

	.social-toolbar,
	.social-toolbar .d-flex {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.com-tags .btn {
		box-shadow: 0 0;
		border: 1px solid #DDDDDD;
	}
}

#ot-sdk-btn.ot-sdk-show-settings.cookie-button,
#ot-sdk-btn.optanon-show-settings.cookie-button {
	color: #FFF;
	border: 0;
	padding: 0;
	transition: inherit;
	background-color: inherit;
	font-size: inherit;
}

#ot-sdk-btn.ot-sdk-show-settings.cookie-button:hover,
#ot-sdk-btn.optanon-show-settings.cookie-button:hover {
	color: #FFF;
	background-color: inherit;
	text-decoration: underline;
	opacity: 0.7;
}


.notify.breakingnews {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: visible;
	background-color: #FFFFFF;
	color: #000000;
	min-height: 96px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0px 0px 6px -1px rgba(120, 120, 120, 1);
	box-shadow: 0px 0px 6px -1px rgba(120, 120, 120, 1);
	margin: 12px;
	width: calc(100% - 24px);
}

@media only screen and (min-width: 768px) {
	.notify.breakingnews {
		width: 340px;
	}
}

.notify.breakingnews div {
	margin-left: 14px;
}

.notify.breakingnews img {
	display: none;
}

.notify.breakingnews .breakingnews_toptitle {
	width: 120px;
	position: absolute;
	top: -8px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #C60B0B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 0px;
	margin: 0px auto;
	text-align: center;
	left: 50%;
	margin-left: -60px;
}

.notify.breakingnews .breakingnews_image {
	display: block !important;
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px 10px 10px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notify.breakingnews .breakingnews_close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.notify.breakingnews .breakingnews_time {
	margin: 0px;
	margin-top: 5px;
	float: left;
	width: calc(100% - 14px);
	font-size: 15px;
}

.notify.breakingnews .breakingnews_title {
	margin: 0px;
	float: left;
	width: calc(100% - 14px);
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 14px;
	line-height: 22px;
}

.notify.breakingnews .breakingnews_with_image {
	width: calc(100% - 94px);
}

.container-fluid.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.bg-lightgray {
	background: rgb(244, 244, 244);
	background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-lightgray-gradient {
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* SEARCH CONTAINER BACKGROUND ICON */
.search-container {
	position: relative;
	overflow: hidden;
}

.search-container .search-container-icon {
	position: absolute;
	top: -6rem;
	left: -2rem;
}

.search-container .search-container-icon i {
	font-size: 15rem;
	color: #DDDDDD;
}

@media only screen and (max-width: 768px) {
	.search-container .search-container-icon {
		top: -3.2rem;
		left: -2rem;
	}

	.search-container .search-container-icon i {
		font-size: 7rem;
	}
}

.swal2-actions.swal2-loading {
	margin-bottom: 1.25em;
}

.sectionHeader.background_section_12706 {
	margin-bottom: 0px !important;
}

.loadMore div:not(.full-width)>.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}

.loadMore>.container {
	max-width: 100% !important;
	padding: 0px;
}


.sectionStrip {
	position: relative;
	z-index: 1;
}

.sectionStrip::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

body.bdLoaded .sectionStrip::before {
	display: none;
}

@media screen and (max-width: 768px) {

	.mytioabo-popup .swal2-content {
		font-size: 0.9em;
	}

	.mytioabo-popup button {
		font-size: 0.8em !important;
	}
}

.ad.popup {
	width: 0px;
	height: 0px;
	display: none !important;
}

.gam-popup {
	max-height: 100%;
}

.gam-popup .gam-popup-link {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 480px;
}

@media (min-width: 768px) {
	.gam-popup .gam-popup-link {
		min-height: 640px;
	}
}

/* HOME OPEN ROW */
.row.home-open-row {
	padding-top: 0.75rem;
}

/* BORDER RADIUS */
.bg-image {
	border-radius: 0.625rem;
}
.videoplayer .imgwrap {
	border-radius: 0.625rem;
	overflow: hidden;
}

/* ZOOM */
.com-open img,
.com-item img,
.com-item-small img,
.com-open .nativeImage,
.com-item .nativeImage,
.com-item-small .nativeImage,
.videoplayer .imgwrap img,
.breakingnews-card .breakingnews-image {
	transition: transform .25s;
}

.com-open:hover img,
.com-item:hover img,
.com-item-small:hover img,
.com-open:hover .nativeImage,
.com-item:hover .nativeImage,
.com-item-small:hover .nativeImage,
.videoplayer:hover .imgwrap img,
.breakingnews-card:hover .breakingnews-image {
	transform: scale(1.05);
}

/* OPACITY */
.com-open:hover .title,
.com-open:hover .subtitle,
.com-open:hover .text,
.com-open:hover .section,
.com-open:hover .time,
.com-item:hover .title,
.com-item:hover .subtitle,
.com-item:hover .text,
.com-item:hover .section,
.com-item:hover .time,
.com-item-small:hover .title,
.com-item-small:hover .subtitle,
.com-item-small:hover .text,
.com-item-small:hover .section,
.com-item-small:hover .time,
.breakingnews-card:hover .breakingnews-title {
	opacity: 0.7;
}

.rcontent .com-open a,
.rcontent .com-item a,
.rcontent .com-item-small a {
	text-decoration: none !important;
}

/* PAYWALL: classe "paywalled_content" usata anche da Google Structured Data */
.paywalled_content {
	display: none;
}
.paywall_intro {
	display: block;
}

/* ADMIN BAR */
.server_infos {
	display: block;
	height: 35px;
	background-color: rgba(36, 69, 111, 0.9);
	border-bottom: 1px solid #24456f;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	z-index: 5500001;
	min-width: 990px;
	pointer-events: none;
}
.server_infos .fa {
	color: #FFFFFF;
}
.server_infos a {
	pointer-events: all;
	height: 35px;
	line-height: 35px;
	text-align: left;
	float: left;
	display: block;
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}
.server_infos .separator {
	float: left;
	border: 1px solid #b0b6bb;
	width: 0;
	height: 100%;
	margin: 0px 10px;
}
.server_infos .title-small {
	color: rgba(255, 255, 255, 0.8);
	font-size: 10px;
	margin-right: 8px;
}
#tio_app_menu {
	position: absolute;
	left: 0;
	top: 60px;
	width: 148px;
	background-color: #444;
	color: #fff;
	padding: 5px 0 3px 25px;
	background: #e0e0e0;
	text-transform: uppercase;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 5px 0 #444;
	font-size: 12px;
	color: #303030;
	background: linear-gradient(to bottom, #e2e2e2 0%, #d6d6d6 100%);
}
#tio_app_menu .fa {
	color: #787878;
}
#tio_app_menu a {
	height: auto;
	padding: 0;
	text-shadow: none;
	color: #303030;
	font-size: 12px;
}


/* RESTRICTED */
.restricted{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	color: #e53935;
	z-index: 2;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: 0px;
	cursor: pointer;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	border-radius: 0.625rem;
}