html {
	height: 100%;
}

body {
	height: 100%;
}

body {
	color: #000;
	font-family: 'Lato', sans-serif;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	overflow-x: hidden;
}

body > * {
	font-family: 'Lato', sans-serif;
}

a, a:hover, a:visited {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.custom-main-container {
	min-height: calc(100% - 373px);
}

.fa-mirror-icon {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.fit-to-space {
	object-fit: cover;
}

.separatore-sublist {
	position: relative;
}

.separatore-sublist span {
	color: #AAA;
	padding-left: 30px;
}

.separatore-sublist:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom: 1px dashed #AAA;
}

.url-download {
	color: #1C8BB7;
	cursor: pointer;
}

.url-download:hover {
	text-decoration: underline;
	color: #F00;
}

.paginator {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.paginator .fa-chevron-left, .paginator .fa-chevron-right {
	font-size: 0.7rem;
}

.paginator .start, .paginator .end {
	font-size: 1rem;
}

.paginator .zkpag-on {
	text-decoration: underline;
	font-weight: 400;
}

#overlay {
	display: none;
	position: fixed;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

#loading {
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 600;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	background-color: #DDD;
	border-radius: 50%;
}

#overlay .photo-detail {
	position: fixed;
	z-index: 700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#overlay .photo-detail .img {
	position: relative;
}

#overlay .photo-detail .img img {
	max-height: 50vh;
	max-width: 50vw;
}

#overlay .photo-detail .text {
	margin-top: 15px;
	color: #EEE;
	font-weight: 600;
	font-size: 1.1rem;
}

#overlay .photo-detail .closep {
	position: absolute;
	z-index: 800;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
	transition: all 0.2s;
}

#overlay .photo-detail .closep:hover {
	top: -4px;
}

.fa-icon-circled {
	background-color: #000;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 0 13px #000;
	border: 3px solid #FFF;
	transition: all 0.2s;
}

#overlay .photo-detail .closep:hover .fa-icon-circled {
	box-shadow: 0 4px 17px #000;
}

iframe.youtube-player {
	width: 640px;
	height: 360px;
}

.overflow-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
}

.pbroadcrumb {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.8rem;
}

.pbroadcrumb .pbroadcrumb-link {
	position: relative;
}

.pbroadcrumb .pbroadcrumb-link:not(:last-child):after {
	margin: 0 3px;
	font-family: FontAwesome;
	content: "\f061";
	-webkit-text-stroke: 1px #FFF;
}

@media screen and (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}

.highlight-parola {
	background-color: rgba(71, 255, 0, 0.69);
}

[id^="barra-rossa-top-"] {
	width: 100%;
	position: absolute;
	z-index: 101;
}

a#privacy-policy {
	color: red;
}

a#privacy-policy:hover {
	color: gray;
	text-decoration: underline;
}

.top-live-arrows {
	display: table;
	height: 100%;
	overflow: hidden;
	position: absolute;
	font-size: 50px;
	color: white;
	z-index: 10;
	cursor: pointer;
	top: 0;
}

.top-live-arrow-left {
	padding-left: 5px;
	left: 0;
}

.top-live-arrow-left:hover {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0.02) 100%);
}

.top-live-arrow-right {
	margin-right: 10px;
	right: 0;
}

.top-live-arrow-right:hover {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0.02) 100%);
}