.rcontent .top_title {
	display: none;
}



.rcontent .article_title {
	display: none;
}

.rcontent .subtitle {
	display: block !important;
}

.rcontent .subtitle.subtitle_2 {
	display: block;
}

.rcontent .subtitle {
	font-size: 1.3rem;
	line-height: 1.9rem;
}

.cover-block {
	height: calc(100vw * 0.525);
	display: block;
	width: 100%;
}

/*VIDEO CSS*/
.cover-video .video-js {
	border: 0;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
	padding-top: 52.5% !important;
}

#inread_2-inside-quarter-pos4,
#tatm-inread_2-inside-quarter-pos4 {
	margin: auto;
}

.videoStickyBlock {
	display: none;
}


.videoStickyBox {
	display: none;
	background-color: #000;
	color: #FFF;
	width: 100%;
	top: 50px;
	box-shadow: -2px 3px 3px rgba(0, 0, 0, .7);
	z-index: 9999;
}

.videoStickyTitle {
	padding: 10px;
	font-size: 18px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}

.videoStickyBox i.fa {
	color: #FFF;
	font-size: 25px;
	margin-right: 4px;
	margin-top: 22px;
}



@media(max-width: 992px) {
	.videoStickyBox.sticky {
		display: block;
		position: fixed;
		width: 100%;
		background-color: #121212;
		z-index: 10000;
		top: 60px;
	}
}


.video-js .vjs-current-time,
.video-js .vjs-time-control {
	margin-top: 10px;
}

/*.videoStickyBox.sticky{
  display: block;
  position: fixed;
}*/

.imgwrap.sticky {
	position: fixed;
	top: 0px;
	z-index: 10000;
	width: 35%;
	min-width: 200px;
	max-width: 300px;
}

.imgwrap.sticky .closesticky {
	display: block;
}

/*VIDEO END */

.cover {
	position: absolute;
	height: calc(100vw * 0.525);
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	background: linear-gradient(180deg, transparent, hsla(0, 0%, 7%, .1) 55%, hsla(0, 0%, 7%, .6) 65%, hsla(0, 0%, 7%, .9) 75%, hsla(0, 0%, 0%, .9) 90%);
}

.cover::before {
	content: "";
	background-image: var(--cover-image-src-l);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: calc(100vw * 0.525);
	width: 100%;
	left: 0;
	z-index: -1;
}

.cover-data {
	display: block;
	bottom: 2rem;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	padding-right: calc(var(--mdb-gutter-x)/2);
	padding-left: calc(var(--mdb-gutter-x)/2);
	/*text-shadow:0.2rem 0.1rem #212121;*/
}

.cover-data .date_pubblication {
	display: none;
}

.cover-data .subtitle {
	font-size: 1.3rem;
	line-height: 1.9rem;
	/*background-color: rgba(33,33,33,0.6);*/
	text-shadow: none;
}


.cover .title h1 {
	/*text-shadow: 0.3rem 0.2rem #212121;*/
}

.cover .top-title {
	display: inline-block;
	padding: 0.3rem;
	margin-right: 0.6rem;
	text-shadow: none;
}

.cover h1 {
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 700;
}


.cover .related {
	display: flex;
	justify-content: flex-start;
	bottom: 0;
	right: 0;
	position: absolute;
	overflow-x: auto;
	width: 500px;
}

.cover .related {
	display: none !important;
}

.cover .related .com-item-small {
	width: 30%;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	padding: 0.3rem;
	background-color: rgba(0, 0, 0, .6);
	margin-right: 0.5rem;
}

.cover .related .com-item-small a {
	font-size: 0.8rem;
	color: #FFF;
}

.cover .related .com-item-small .title,
.cover .related .com-item-small .section {
	color: #FFF;
}

.cover .cover-credit {
	display: block;
	width: 100%;
	position: absolute;
	right: 1.5rem;
	bottom: 0.5rem;
	text-align: right;
	color: #EEEEEE;
	font-size: 0.8rem;
	text-shadow: 1px 1px #212121;
	max-width: calc(300px - 2rem);
}

.cover .credit {
	font-style: italic;
	font-weight: bold;
}

.cover .description {
	display: none;
	line-height: 1.2rem;
}

.cover-description {
	display: flex;
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: right;
	padding: 0.6rem 1.5rem;
	margin-top: -1px;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	background-color: #000000;
	color: #FFFFFF;
	justify-content: end;
}

.cover-description span {
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

@media (min-width: 992px) {
	.cover-credit {
		bottom: 1rem;
	}

	.cover .description {
		display: block;
	}

	.cover-description {
		display: none;
	}
}

@media (max-width: 500px) {
	.cover-block {
		height: calc(100vw * 1.25);
	}

	.cover {
		height: calc(100vw * 1.25);
	}

	.cover::before {
		background-image: var(--cover-image-src-sm);
		height: calc(100vw * 1.25);
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.cover-data {
		bottom: 1.5rem;
	}
}

@media (min-width: 1440px) {
	.cover h1 {
		font-size: 2.2rem;
		line-height: 2.4rem;
		font-weight: 700;
	}

	.cover-block {
		height: calc(100vw * 0.328);
	}

	.cover {
		height: calc(100vw * 0.328);
	}

	.cover::before {
		background-image: var(--cover-image-src-xl);
		height: calc(100vw * 0.328);
	}

	.cover-data {
		bottom: 2.5rem;
	}
}

@media (max-width: 1200px) {

	.rcontent .subtitle {
		display: block;
	}

	.rcontent .subtitle.subtitle_2 {
		display: block;
	}
}

@media (min-width: 768px) {
	.cover-data {
		max-width: calc(100% * 0.668);
	}

	.cover-credit {
		max-width: calc(100% - (100% * 0.668) - 5rem);
	}
}

@media (max-width: 768px) {
	.cover .title {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cover-data .subtitle {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 1440px) {
	.cover .title {
		padding-left: 1rem;
	}

	.cover-data .subtitle {
		padding-left: 1rem;
	}
}

#mainVideo {
	box-shadow: 7px 10px rgba(0, 0, 0, .8);
	margin-top: 20px;
}
#mainVideo.sticky {
	margin-left: 0px !important;
	box-shadow: none;
	margin-top: 0px;
	box-shadow: 0px 0px 5px 0px #555;
	top: 60px;
}


.cover-data .subtitle {
	display: none !important;
}

.transparentRow .col-12.live-cover-col {
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px);
}

.live-cover-col .subtitle>blockquote {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
}

@media (min-width: 993px) and (max-width: 1215px) {
	#mainVideo {
		max-width: calc(100% * 0.6);
		margin-left: 10px;
	}

}

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

	.cover-data,
	#mainVideo {
		max-width: calc((100% - 300px) * 0.668);
		margin-left: 1.5rem;
	}
}

@media (min-width: 1441px) and (max-width: 1920px) {
	.cover-data,
	#mainVideo {
		max-width: calc((100% - 600px) * 0.6);
	}
}

@media (min-width: 1920px) and (max-width: 2304px) {
	.cover-data,
	#mainVideo {
		max-width: calc((100% - 700px) * 0.668);
	}

	.cover .related {
		max-width: calc((100% - 700px) * 0.332);
		margin-left: calc(300px + ((100% - 700px) * 0.668) + 1.5rem);
	}
}

@media (min-width: 2304px) {
	.cover-data,
	#mainVideo {
		max-width: calc(1604px * 0.668);
	}
}

@media (max-width: 501px) {
	#mainVideo {
		box-shadow: none;
	}
}

@media (max-width: 779px) {
	#mainVideo {
		max-width: 100%;
		margin-top: 0;
		margin-left: 0;
	}

	.cover-video {
		padding: 0;
	}

	.cover-video .cover-data {
		position: static;
	}

	.cover-video .cover {
		position: static;
		height: auto;
		background: rgba(0, 0, 0, .6);
		background: linear-gradient(180deg, transparent, hsla(0, 0%, 7%, .1) 55%, hsla(0, 0%, 7%, .6) 65%, hsla(0, 0%, 7%, .9) 75%, hsla(0, 0%, 0%, .9) 90%);
	}
}

@media (min-width: 500px) and (max-width: 991px) {
	#mainVideo {
		max-width: 60%;
	}
}

@media (min-width: 501px) and (max-width: 700px) {
	#mainVideo {
		max-width: 30%;
	}
}

@media (min-width: 1216px) and (max-width: 1440px) {
	#mainVideo {
		max-width: 60%;
	}
}

@media (min-width: 1216px) and (max-width: 1560px) {
	#mainVideo {
		max-width: calc(100% * 0.6);
		margin-left: 10px;
	}

	.cover-data {
		max-width: calc(100% - 300px);
	}

	.cover-data,
	#mainVideo {
		margin-left: 10px;
	}

	#mainVideo {
		max-width: 35%;
	}
}

@media (min-width: 1561px) and (max-width: 1680px) {
	.cover-data {
		max-width: calc(100% - 300px);
	}

	.cover-data,
	#mainVideo {
		margin-left: 10px;
	}

	#mainVideo {
		max-width: 35%;
	}
}

@media (min-width: 1681px) and (max-width: 1840px) {
	.cover-data {
		max-width: calc(100% - 600px);
	}

	.cover-data,
	#mainVideo {
		margin-left: 300px;
	}
}

@media (min-width: 1841px) and (max-width: 1919px) {
	.cover-data {
		max-width: calc(100% - 600px);
	}

	.cover-data,
	#mainVideo {
		margin-left: 300px;
	}
}

@media (min-width: 1920px) and (max-width: 2303px) {
	.cover .related {
		max-width: calc((100% - 700px) * 0.332);
		margin-left: calc(300px + ((100% - 600px) * 0.668));
	}

	.cover-data {
		max-width: calc(100% - 700px);
	}

	.cover-data,
	#mainVideo {
		margin-left: 350px
	}
}

@media (min-width: 2304px) {
	.cover-data {
		max-width: 1604px;
	}
}