/* Ads */
div#mmediaSidebarMPU {
    margin-bottom: 20px;
}

/* Website */
.container{
	max-width: 1200px;
}
body #header-part{
    position: fixed;
    z-index: 9999999999999;
	top: 0px;
}
body #content-part{
	margin-top: 0px;
	padding-top: 51.5px;
}
#center-part{
	padding: 10px 0;
}
.bottom-header{
	border-bottom: 0px;
}
.navigation ul li a:after, .menu-bar ul li a:after{
	bottom: 5.5px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
ul.navul>li ul.navsub{
	margin-top: -2px;
}
.latestUpdate-bar, .leaderboardbg{
	background: #ffffff !important;
	/*min-height: inherit;*/
}
.leaderboardbg{
	padding-top: 0px;
}
.latestUpdate-bar .row h1.more{
	border-top: 0px;
}
.topics{
	display: block;
	align-items: start;
	justify-content: left;
	max-width: 1200px;
	margin: 5px auto 10px;
	padding: 0 2px;
}
.topics a{
	background: none;
	line-height: 30px;
	display: inline-block;
	padding: 0px 7px;
	border-radius: 5px;
	font-size: 13px;
	margin-inline-end: 5px;
	color: #131313;
	text-decoration: none;
}
.topics a:hover {
    text-decoration: underline;
    color: #0053ac;
}

.topics h2 {
    display: inline-block;
    font-size: 14px;
    margin-inline-end: 3px;
    font-family: roboto,sans-serif;
    letter-spacing: .3px;
    font-weight: 900;
	display: none;
}
.topics a::after {
    content: "";
    width: 1px;
    position: absolute;
    height: 12px;
    border-right: 1px solid #13131347;
    padding-inline-start: 10px;
    margin-top: 8px;
}
.topics.in_article{
	margin-top: 0px;
    /*overflow-y: hidden;
    white-space: nowrap;*/
	padding: 0px 0px 5px 0px;
}
.topics.in_article a {
    background: #f1f1f1a8;
    font-size: 13px;
	margin-bottom: 5px;
	padding: 0px 10px;
	font-size: 15px;
}
.topics.in_article a::after{
	display: none;
}

#center-part h1{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 28px;
}
.article #center-part h1{
    font-size: 40px!important;
    line-height: 46px!important;
    margin-bottom: 10px!important;
    letter-spacing: 0!important;
    font-weight: 700!important;
}
.mainNews a{
	width: calc(50% - 7px);
	display: inline-block;
	position: relative;
}
.mainNews a:nth-child(2){
	margin-inline-start: 14px;
}


.mainNews img{
	position: relative;
	width: 100%;
	aspect-ratio: 10 / 7;
	margin-bottom: 20px;
}

.mainNews{
	width: 100%;
	position: relative;
	margin-bottom: 10px; 
	font-size: 0;
}

.mainNews a:hover img, .trendingItems a:hover img, .right-news a:hover img{
	filter: opacity(0.9);
}

.mainNews .title{
	width: 100%;
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) -0%, rgb(0 0 0 / 52%) 30%, rgb(0 0 0 / 92%) 80%, rgba(0, 0, 0, 1) 100%);
	bottom: 0px;
	padding: 8px 12px;
	position: absolute;
}

.mainNews .title h3{
	color: #fff;
	font-size: 26px;
	line-height: 1.20;
	font-family: roboto condensed,sans-serif;
	margin-bottom: 3px;
}

.mainNews .tag{
	background: #c2000c;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 0px 8px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 7px;
}

.mainNews .tag::before {
	content: '';
	position: absolute;
	top: 0;
	right: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 20px 14px;
	border-color: transparent transparent transparent #c2000c;
}
.mainNews ul.subinfo li{
	display: inline-block;
	color: #fff;
}
.mainNews ul.subinfo li:nth-child(2){
	margin-inline-start: 10px;
	float: right;
}
.mainNews ul.subinfo{
	opacity: 0.75;
	font-size: 13px;
}

.mainNews ul.subinfo li i{
	font-size: 13px;
	margin-inline-end: 2px;
}

.trendingItems{
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.trendingItems a{
	display: inline-block;
	width: calc((100% / 4) - (45px/4));
	margin-inline-end: 15px;
}
.trendingItems a:nth-child(4){
	margin-inline-end: 0px;
}
.trendingItems ul.subinfo li{
    display: inline-block;
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trendingItems ul.subinfo li:nth-child(2){
	margin-inline-start: 10px;
}
.trendingItems ul.subinfo{
	color: #555;
	font-size: 12px;
	max-height: 32px;
	overflow: hidden;
}
.trendingItems ul.subinfo li i, .latestNews-box .context-bx ul li i{
	font-size: 12px;
	margin-inline-end: 2px;
	opacity: 0.6;
}
.trendingItems .tag, .headlinesdata .tag{
	color: #c2000c;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 8px;
	margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.headlinesdata .latestNews-box .context-bx{
	padding-inline-start: 10px;
	width: calc(100% - 92px);
}
.headlinesdata .tag{
	margin-top: 0px;
	margin-bottom: 0px;
}
.headlinesdata .largeUpdated-box{
	border: 0px;
}
.headlinesdata .largeUpdated-box.sec{
	padding: 0px;
}
.headlinesdata .right-side a:hover .figure-bx img{
	filter: opacity(0.9);
}
.headlinesdata .latestNews-box .context-bx h3{
	line-height: 1.20;
	margin-bottom: 0px;
}

.headlinesdata .latestNews-box .context-bx ul li:first-child {
    text-transform: none;
	font-weight: 400;
	font-size: 12px;
}
.headlinesdata .latestNews-box .context-bx ul li{
	line-height: 24px;
}
.headlinesdata .latestNews-box .context-bx ul li img{
    height: 16px;
    margin-top: 3px;
}

.headlinesdata .largeUpdated-box.main h3{
	line-height: 1.20;
    height: 82.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.headlinesdata .largeUpdated-box .datetimeRecord ul li{
	color: #555;
}
.headlinesdata .largeUpdated-box .datetimeRecord ul li i{
    opacity: 0.6;
}
.headlinesdata .largeUpdated-box.main{
    min-height: inherit;
    max-height: inherit;
}
.headlinesdata .largeUpdated-box.main .context-bx{
	min-height: 135px;
}
.trendingItems h3{
	font-size: 18px;
	line-height: 1.20;
	height: 66px;
	font-family: 'Roboto Condensed', sans-serif;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.trendingNews h2{
	margin-bottom: 5px;
	margin-bottom: 2px;
	font-size: 22px;
}
.right-news{
	margin-bottom: 15px;
}
.right-news .readmore{
	padding-top: 0px;
}
.right-news h3{
	font-size: 22px;
	font-weight: 700;
	font-family: roboto condensed,sans-serif;
	margin-bottom: 0px;
}
.right-news a{
	display: inline-block;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 10px;
}
.right-news a:last-child{
	border-bottom: 0px;
}
.right-news a:first-child{
	padding-top: 0px;
}
.right-news a img{
	float: left;
	height: 74px;
	width: 74px;
}
.right-news a .title{
	display: inline-block;
	width: calc(100% - 102px);
	margin-inline-start: 10px;
}
.right-news a h3{
	font-size: 16px;
	font-weight: 700;
	font-family: roboto condensed,sans-serif;
	line-height: 1.20;
	padding-top: 1px;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.right-news a .tag{
	color: #c2000c;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 2px;
	margin-bottom: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 12px;
	margin-bottom: 2px;
}
.row.related .standing-bx ul a.li{
	padding-bottom: 5px;
}
.right-news ul.subinfo{
	color: #555;
	font-size: 12px;
	margin-top: 5px;
}
.right-news ul.subinfo li{
	display: inline-block;
	max-width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 16px;
}
.right-news ul.subinfo li i {
	font-size: 12px;
	margin-inline-end: 2px;
	opacity: 0.6;
}
.right-news ul.subinfo li:nth-child(2){
	margin-inline-start: 10px;
}
.latestNews-box{
	border-top: solid 1px #d5d5d5;
	padding: 8px 0 9px;
}
.latestNews-box .context-bx ul li:after{
	display: none;
}
.latestNews-box .context-bx ul li.commenright{
	position: relative;
	float: right;
    right: auto;
    bottom: auto;
}
#center-part .left-panel .inner{
	border-top: solid 3px #d5d5d5;
}

#center-part .left-panel .kalend.inner{
	border-top: none !important;
}

.next-grand-prix{
	background: #1f2024;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px 13px;
	text-align: end;
}
.next-grand-prix h3{
    color: #fff;
    text-transform: uppercase;
    font-family: roboto condensed,sans-serif;
    font-size: 30px;
	text-align: start;
	margin-bottom: 10px;
}
.next-grand-prix h4{
    color: #fff;
    text-transform: uppercase;
    font-family: roboto condensed,sans-serif;
    font-size: 20px;
    text-align: start;
    margin-bottom: 5px;
}
.next-grand-prix img.flag{
	float:left;
	height: 20px;
	margin-top: 1px;
	margin-inline-end: 10px;
}
.next-grand-prix u{
    list-style: none;
	display: inline-table;
    width: 100%;
	margin-bottom: 5px;
	text-align: start;
	white-space: nowrap;
}
.next-grand-prix u li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0.75;
	font-family: roboto condensed,sans-serif;
}
.next-grand-prix u li:nth-child(1):after{
    content: "";
    width: 8px;
    height: 12px;
    background: none;
    display: inline-block;
    border-right: 1px solid #dededea3;
    margin-inline-end: 8px;
}
.next-grand-prix table{
	color: #fff;
	width: 100%;
    font-size: 13px;
    line-height: 1.25;
	text-align: start;
	background: #43444742;
	padding: 5px 8px;
}
.next-grand-prix table thead tr td:nth-child(1){
	width: auto;
}

.next-grand-prix table tbody tr td{
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-size: 13px;
}
.next-grand-prix table tbody tr td:nth-child(1){
	width: auto;
}
.next-grand-prix table tbody tr td:nth-child(2){
	width: 35%;
	text-align: end;
}
.next-grand-prix table tbody tr td.head{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.2px;
	opacity: 0.75;
	padding-bottom: 3px;
	padding-top: 15px;
	font-weight: 500;
}
.next-grand-prix table tbody tr:nth-child(1) td.head{
	padding-top: 4px;
}
.col-12.headline label.videolabel{
	margin-top: 10px;
}
.mainNews a.mobileDia{
	display: none !important;
}
.gp-mobile-teaser{
	display: none;
}

table.raceresults {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	background-color: #333;
	border: 0px solid #000;
}
table.raceresults img.teamlogo{
	width: 24px;
}
table.raceresults th, table.raceresults td {
	padding: 5px 8px;
	text-align: start;
	border-bottom: 0px solid #444;
	border: 0px;
}
.next-grand-prix table.raceresults td {
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 26px;
}
.next-grand-prix table.raceresults td a{
	text-decoration: none;
	color: #fff;
}
.next-grand-prix table.raceresults td a:hover{
	text-decoration: underline;
	opacity: 0.85;
}
table.raceresults th {
	background-color: #1d1d1d;
	color: #fff;
}

table.raceresults tr:nth-child(even) {
	background-color: #2d2d2d;
}


table.raceresults tr td:first-child span{
	display: inline-block;
	width: 100%;
	position: relative;
}
table.raceresults tr td:first-child span b{
	color: #fff;
	font-weight: 500;
}
table.raceresults tr td:first-child span:after{
	display: inline-block;
	content: "|";
	width: 2px;
	height: 14px;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 700;
	display: none;
}
.next-grand-prix table.raceresults tbody tr td:nth-child(1){
	width: 10%;
}
.next-grand-prix table.raceresults tbody tr td:nth-child(2){
	width: fit-content;
	text-align: start;
}
.next-grand-prix table.raceresults tbody tr td:nth-child(3){
	width: 47%;
	padding-inline-start: 10px;
}
.next-grand-prix table.raceresults tbody tr td:nth-child(4){
	width: auto;
	padding-inline-start: 10px;
}
.next-grand-prix table.timetable tbody tr td:nth-child(1){
	width: 70%;
}
.next-grand-prix table.timetable tbody tr td:nth-child(2){
	width: auto;
}

.mainNews .mobile_img{
	display: none;
}
#center-part .right-panel hr{
	display: none;
}
.topics a:last-child::after {
	display: none;
}
.logo a img{
	margin-top: 12px;
	margin-inline-start: 2px;
}
.logo a:hover img{
	filter: brightness(1.2);
}

/* ARTICLE */
.mainlabel{
	background: #c2000c;
	letter-spacing: 0.5px;
	font-size: 14px;
	padding-top: 1px;
	margin-bottom: 5px;
}
.mainlabel:after{
	background: #c2000c;
}
.article #center-part .left-panel .inner .col-12{
    padding-inline-start: 0px;
    padding-right: 0px;
}
.megaNews-bar figure{
	overflow: hidden;
	position: relative;
}
.megaNews-bar .mobilehide figure img {
	margin-top: -4%;
	margin-bottom: -5%;
}
.megaNews-bar .articlecontent_txt figure img{
	
}

.megaNews-bar figure label, .article .mobileshow figure label{
	line-height: 34px !important;
	margin-top: -34px !important;
	width: 100% !important;
	background: #00000066 !important;
	opacity: 1 !important;
	color: #fffffff0 !important;
	font-style: italic;
}
.megaNews-bar .author img{
	height: 28px;
	border: 0px;
	margin-inline-end: 7px;
}
.megaNews-bar .author{
	display: flex;
    font-size: 14px;
    line-height: inherit;
	overflow: inherit;
}
.megaNews-bar .author .authInfo{
	display: flex;
    height: 28px;
    line-height: 28px;
	color: #555;
	position: relative;
}
.megaNews-bar .author .authInfo time i{
	font-style: normal;
}
.megaNews-bar .author .authInfo .datetime:before, .megaNews-bar .author .authInfo .datetime span:before{
	content: " ";
	width: 15px;
	height: 10px;
	display: inline-block;
}
.megaNews-bar .author .authInfo .datetime span:before{
	width: 17px;
}
.megaNews-bar .author .authInfo .fas{
    color: #555;
    opacity: 0.6;
    font-size: 12px;
	margin-inline-end: 3px;
}
#center-part .left-panel{
	padding-right: 20px;
	margin-bottom: 20px;
}
.megaNews-bar .embed iframe{ /*YOUTUBE*/
    /*width: 100% !important;
    aspect-ratio: 5/3;
    height: auto !important;*/
}
.megaNews-bar .embed{
	background-color: #f1f1f1a8;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
	margin-top: 10px;
}
.megaNews-bar .author a{
	color: #555;
}
.megaNews-bar .author a:hover{
	color: #0053ac;
    text-decoration: underline;
}
.latestNews-box .context-bx ul li:first-child, .latestNews-box .context-bx ul li{
	color: #555;
}
.livegpfans .right-panel .facts.circuit-facts {
    background-color: #1f2024;
    border-top: solid 1px #333;
}

.livegpfans .right-panel .facts table tr.full img {
    /* background-color: #333; */
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.livegpfans .facts table tr td {
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px !important;
    margin: 0px;
    line-height: 26px;
}

.livegpfans .facts table tr td b {
    color: #FFF;
    display:inline-block;
    line-height: initial;
}

.livegpfans .facts table tbody tr {
    border:none;
}

.livegpfans .facts table tbody tr:nth-child(even) {
    background-color:#333 !important;
}

.livegpfans .facts table tr.full td {
    padding: 0px !important;
    width: 100%;
}
.ads-columns.videos.nl{
	padding: 5px 20px 10px;
	margin-top: 20px;
}
.ads-columns.videos label{
	font-size: 13px;
}
figure figcaption{
	background: #00000066 !important;
	color: #fffffff0;
    display: inline-block;
    width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 13px;
	line-height: 34px;
}
.livegpfans .right-panel .facts table tr.full img {
	padding: 20px;
}
span.circuittag {
	background: #c2000c;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 0px 8px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 7px;
}

span.circuittag::before {
	content: '';
	position: absolute;
	top: 0;
	right: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 20px 14px;
	border-color: transparent transparent transparent #c2000c;
}

#bestLegends .legend .img {
    max-width: 100%;
    margin-bottom: 0px !important;
    border: none !important;
}

#bestLegends .legend h2 {
    font-size: 18px;
}

.livegpfans .facts table tr td b {
	display: inline-block;
	width: 100%;
}
.circuit-facts tbody {
	background-color: #2d2d2d;
}
.right-panel a.readmore{
	float: none !important;
	font-size: 15px;
    text-decoration: underline;
    color: #0053ac;
}
a.readmore:hover{
	opacity: 0.85;
}
.standing-bx a.readmore{
	padding-inline-start: 10px;
	font-size: 15px;
	color: #0053ac;
}
.standing-bx{
	background: #f1f1f1a8;
}
.standing-bx.calendar ul li>span.no{
    font-size: 13px;
    line-height: 13px;
    margin-inline-end: 3px;
    letter-spacing: .8px;
    text-transform: uppercase;
	width: 52px;
	color: #1f2024;
	font-weight: 500;
}
.standing-bx.calendar ul li>span.no img{
	width: 42px;
}
.standing-bx.calendar ul li>span.img{
	padding: 0px;
	width: 45px;
}
.standing-bx.calendar ul li>span.img img{
	width: 55px!important;
	margin-inline-start: 0px;
}
.standing-bx.calendar ul li>span.name{
    color: #1f2024;
    text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	font-family: roboto condensed,sans-serif;
	width: auto;
}
.standing-bx.calendar ul li>span.name .gp{
	display: block;
}
.standing-bx.calendar ul a{
	display: block;
    /*margin-inline-start: -9px;
    padding-inline-start: 10px;
    width: calc(100% + 18px);*/
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
	border-bottom: solid 1px #d5d5d5;
}
.standing-bx.calendar ul a.raced{
	background: rgb(31, 32, 36) !important;
	color: #fff;
	margin-inline-start: -9px;
	width: calc(100% + 18px);
	padding-inline-start: 10px;
    padding-top: 1px;
    padding-bottom: 0px;
}
.standing-bx.calendar ul a.raced li>span.name, .standing-bx.calendar ul a.raced:hover .name .gp, .standing-bx.calendar ul a.raced li>span.name .gp-date, .standing-bx.calendar a.raced .name-pnl span{
	color: #fff;
}
.standing-bx.calendar ul a.raced li>span.img{
	display: none;
}
.standing-bx.calendar ul a:hover .name .gp{
	color: #0053ac;
	text-decoration: underline;
}
.standing-bx.calendar ul a:nth-child(even){
	/*background: #ececec;*/
}
.standing-bx.calendar ul a.raced:nth-child(even){
	background: #1f2024e6 !important;
}
.standing-bx.calendar.raced h3{
	background: rgb(31, 32, 36) !important;
	color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff29;
	margin-top: -3px;
	margin-bottom: 0px;
}
.standing-bx.calendar ul li>span.name .name-pnl figure{
	margin-inline-end: 5px;
}
.standing-bx.calendar a:hover .name div{
	text-decoration: none!important;
}
.standing-bx.calendar .name-pnl span{
	color: #1f2024;
}
.standing-bx.calendar ul li>span.name .gp-date{
	font-size: 13px;
	line-height: 15px;
	margin-inline-end: 3px;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #1f2024;
	font-weight: 400;
    display: block;
	font-family: 'roboto';
}
.standing-bx.calendar h3{
	padding-bottom: 0px;
	margin-bottom: 5px
}
a.readmore b{
	font-weight: 400;
}
.standing-bx ul{
	padding-bottom: 8px;
}
.facts.circuit-facts h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: roboto condensed,sans-serif;
    font-size: 30px;
    text-align: start;
    margin-bottom: 0px;
    margin-top: 15px;
}

.race-page h2.circuitnameh2 {
    color: #c2000c;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 2px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: inherit;
    padding-bottom: 10px;
    font-family: roboto;
    font-size: 15px;
}

.kalend.inner .date-pnl span.country {
    color: #c2000c;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-details ul li.primarylink {
    margin-top: 0px;
}

.kalend.inner .dark .date-pnl span.country {
    color: #FFF;
    opacity: 0.75;
}

.team-panel .map-img figure {
    width: 115px;
}

.livegpfans .facts table tr td b {
    font-weight:normal;
}

.kalend.inner .team-panel.white .team-details ul li.primarylink {
    margin-bottom: 0px;
    font-size: 14px;
}

.kalend.inner h2.circuit-country {
    margin-bottom: 5px;
}

span.circuittag {
    margin-inline-start: -10px;
}
.coureur_tabs {
    overflow-y: hidden;
    white-space: nowrap;
}
.coureurpage .coureur_tabs .tab {
    font-size: 14px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.6
    ;
    padding-inline-start: 20px;
    padding-right: 20px;
    width: auto;
}

.coureurpage .coureur_tabs .tab.active {
    opacity: 1;
}

.coureurpage .coureur_tabs .tab:hover {
    opacity: 1;
}

.coureurpage .coureur_tabs .tab.active:hover {
    opacity: 1;
}
.votepanel{
	max-width: 600px;
	margin-inline-start: 7px;
}
.votepanel .globalradiobtn+label i{
    margin-top: -3px;
    margin-inline-end: 10px;
}
form.voted .votepanel .globalradiobtn+label{
	cursor: inherit;
}
form.voted .votepanel > div{
	opacity: 0.6;
}
form.voted .votepanel > div.votedOption{
	opacity: 1 !important;
}
form.voted .votepanel.noborder>div:hover{
	opacity: 0.6;
}
.votepanel h4{
	margin-bottom: 0px;
}

.standingsNew .names.standings-coureur--names a {
	font-size: 14px;
	color: #000 !important;
	line-height: 46px;
	margin: 0px !important;
	text-transform: uppercase;
	font-weight: bold;
}

 .standings2024 table.full td.logo {
	border: none;
	padding: 0px;
	width: 230px !important;
	margin-inline-start: 20px !important;
	padding-inline-start: 20px;
}

 .standings2024 .ranklist td.pnt {
	width: 100px;
}

 .standings2024 table.full td.logo img {
	width: 40px !important;
}

 .standings2024 table.full .logo span img {
	margin-top: 0px;
}

 .standings2024 td.pnt {
	background-color: #f1f1f1a8;
	border-bottom: none !important;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
	
.standings2024 table.full.ranklist {
	background-color: #fff;
	border: 0px solid #000;
}

.standings2024 table.full.ranklist tr:nth-child(even) {
	background-color: #f1f1f1a8;
}

.standings2024 .standings2024 td.pnt {
	background:none !important;
}

.standings2024 thead {
	background: #1f2024;
	color: #FFF;
	line-height: 30px;
}

.standings2024 table.full.ranklist {
	padding-top: 0px;
	margin-top: 0px;
}

.standings2024 table.full thead td {
	opacity: 1;
	line-height: 40px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.standings2024 td.logo .names a {
	color: #1f2024 !important;
	font-size: 14px;
	font-weight: bold;
}

.standings2024 table.full .names {
	line-height: 40px;
}

.standings2024 div.standings-coureur--names a {
	margin-top: 0px !important;
}

.standings2024 table.full td.no {
	color: #1f2024;
	padding-inline-start: 15px !important;
	padding-right: 20px;
}

.standings2024 table.full {
	color: #1f2024;
}

.standings2024 .ranklist td.pnt {
	color: #1f2024;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 2px;
	margin-bottom: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 12px;
	margin-bottom: 2px;
	background: none !important;
}

.standings2024 .ranklist td.teamtitel {
	padding-inline-start: 0px;
}
	
.standings2024 td.no {
	width: 60px !important;
}
.ranklist td.race, .ranklist td.pnt {
	border-right: none !important;
}
.standings2024 table.full.ranklist {
	border: solid 1px #f1f1f1a8;
}
.standings2024 .names-constructor {
	margin-top: 0px;
}
.megaNews-bar .author time{
	color: #555;
	margin-right: 10px;
}
#content-part.paddingtop {
    padding-top: 64px !important;
}



.tabingpanel .standing-bx{
	background: #f1f1f1a8;
}

.tabingpanel {
    margin-top: 0px;
}

#footer .footer_column a{
	opacity: 1;
}
.left-panel.megaNews-bar a.readmore{
    background: #c2000c;
    color: #fff;
    display: inline-block;
    width: 78%;
    text-align: center;
    border-radius: 5px;
    line-height: 36px;
    margin-inline-start: 22%;
    margin-top: 15px;
}
.left-panel.megaNews-bar a.readmore:hover{
	text-decoration: none;
}
.next-grand-prix a.readmore{
	color: #fff;
	float: none;
	margin-top: 12px;
	display: inline-block;
	font-size: 15px;
}
 .teampagina2024 .laatste_nieuws_teampage .right-side {
	flex: 0 0 78%;
	max-width: 78%;
}
	
.coureurpage #top-part .left-panel, .coureurpage .right-panel {
	padding-top: 15px;
}
	

.teampagina2024 .laatste_nieuws_teampage .left-side {
	flex: 0 0 22%;
	max-width: 22%;
}

.teampagina2024 .laatste_nieuws_teampage .row.headlinesdata {
	border-top: solid 1px #d5d5d5;
}

.teampagina2024 .laatste_nieuws.onlynews.laatste_nieuws_teampage {
	border-top: none;
	border-bottom: solid 2px #d5d5d5;
	margin-bottom: 10px;
}
.teampagina2024 .team-nieuws-v2021 img.small {
	float: right;
	margin-inline-start: 20px;
}
.teampagina2024 .standing-bx ul li.active, li.constructor-table--hover.selected {
	background: #c2000c26;
}
.teampagina2024 div.inner.bordertop0.team-resultspage.team-resultspage .width-100 {
	display: inline-block;
}
	
.teampagina2024 .coureurpage #center-part .left-panel .inner.bordernone {
	display: none;
}
	
.teampagina2024 .coureurpage .coureur_head {
	display: inline-block;
	width: 100%;
}

.teampagina2024 .coureurpage .coureur_head h1.name {
	float: left;
	display: inline-block;
	margin-bottom: 15px !important;
}

.teampagina2024 .coureurpage .coureur_head .nav_coureurs {
	position: inherit !important;
	float: right;
}
	
.coureurpage .laatste_nieuws h2 {
	font-weight: bold;
}

.coureurpage #center-part .left-panel .inner {
    margin-top: 0px !important;
}

h2.bioinfoh2 {
    font-family: roboto condensed,sans-serif; 
    font-size: 32px!important; 
    font-weight: bold; 
    margin-bottom: 15px !important; 
    line-height: 40px; 
    margin-top: 15px;
}
.timezone_settings .ico img{
	width: 18px;
	background: #fff;
}
.timezone_settings .ico{
    position: absolute;
    z-index: 99;
    right: 28px;
	top: 10px;
	cursor: pointer;
}
.timezone_settings .ico:after{
    display: inline-block;
    width: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: -2px;
    left: 18px;
    font-size: 10px;
    color: #000000bf;
    text-align: center;
}
.timezone_settings{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px;
}

.timezone_settings .ico:hover{
	opacity: 0.8;
}
.bor-top1{
	border-top: solid 3px #d5d5d5;
}
.largeUpdated-box .datetimeRecord {
    position: absolute;
    bottom: 0;
    min-height: 25px;
    width: calc(100% - 20px);
}

.largeUpdated-box .datetimeRecord .datetime {
    position: absolute;
    bottom: 0;
    min-height: 25px;
    width: calc(100% - 20px);
}

.largeUpdated-box .datetimeRecord ul li {
    display: inline-block;
    vertical-align: top;
    color: #67686a;
    line-height: 14px;
    font-size: 12px;
}
.largeUpdated-box .datetimeRecord ul li.commenright {
    float: right;
}

.largeUpdated-box .datetimeRecord {
    position: absolute;
    bottom: 0;
    min-height: 25px;
    width: calc(100% - 20px);
}

 select#timezoneDropdown {
    padding: 0px;
    height: auto;
    border: none;
    width: 200px;
    display: inline-block;
    padding: 5px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 26px;
}

div#timezoneDropdownDiv {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 8px;
    cursor: pointer;
    background-color: #c2000c;
    padding: 15px 20px;
    margin-top: 40px;
    margin-inline-end: 0px;
    box-shadow: #0000001c -5px;
}
div#timezoneDropdownDiv:before {
  content: ""; /* Noodzakelijk voor het weergeven van het pseudo-element */
  position: absolute; /* Positie van de pijl relatief aan de .divMetPijl */
  top: -10px; /* Positie boven de div */
  right: 0; /* Centreert de pijl horizontaal */
  transform: translateX(-50%); /* Centreert de pijl nauwkeurig */
  border-left: 10px solid transparent; /* Linkerkant van de pijl, transparant */
  border-right: 10px solid transparent; /* Rechterkant van de pijl, transparant */
  border-bottom: 10px solid #c2000c; /* Onderkant van de pijl, dezelfde kleur als de div voor een naadloze overgang */
}

div#timezoneDropdownDiv.rtlweergave {
    position: absolute;
    z-index: 99;
    right: auto;
    left: 15px;
    top: 8px;
    cursor: pointer;
    background-color: #c2000c;
    padding: 15px 20px;
    margin-top: 40px;
    margin-inline-end: 0px;
    box-shadow: #0000001c -5px;
}
div#timezoneDropdownDiv.rtlweergave:before {
  content: ""; /* Noodzakelijk voor het weergeven van het pseudo-element */
  position: absolute; /* Positie van de pijl relatief aan de .divMetPijl */
  top: -9px; /* Positie boven de div */
  right: auto; /* Centreert de pijl horizontaal */
  left: 9px;
  transform: translateX(-50%); /* Centreert de pijl nauwkeurig */
  border-left: 10px solid transparent; /* Linkerkant van de pijl, transparant */
  border-right: 10px solid transparent; /* Rechterkant van de pijl, transparant */
  border-bottom: 10px solid #c2000c; /* Onderkant van de pijl, dezelfde kleur als de div voor een naadloze overgang */
}

#timezoneDropdownDiv img {
    height: 28px;
    float: left;
    margin-inline-end: 10px;
}
#timezoneDropdownDiv h4 {
    font-family: roboto,sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 7px;
}
.relatedban {
    font-size: unset;
}
.row.related .standing-bx{
	background: #fff;
	border-top: 0px;
}
.row.related .standing-bx h3{
    padding-top: 0px;
    padding-inline-start: 0px;
}
.row.related .standing-bx ul a.li img{
	width: 74px;
    float: left;
}
.row.related .standing-bx .holder_details{
	width: calc(100% - 84px);
}
.row.related .standing-bx ul{
	padding: 0px;
}
.row.related .standing-bx ul a.li .note{
	color: #555;
	font-size: 12px;
}
.row.related .standing-bx ul .note i{
    font-size: 12px;
    margin-inline-end: 2px;
    opacity: 0.6;
}
.row.related .standing-bx a.readmore{
	padding-inline-start: 0px;
}
.megaNews-bar .author .authInfo b{
    color: inherit;
    font-weight: 400;
}

/*LIVEBLOG*/
.article #center-part .LiveBlogList__container H1.LiveBlogList__title{
    font-size: 24px!important;
    line-height: 28px!important;
    margin-bottom: 0px!important;
    letter-spacing: 0!important;
    font-weight: 700!important;
}
.article #center-part .Post__container .Post__post .Post__post__body{
	padding: 12px 12px 0;
}
.article #center-part .ContentBlock__container #ContentBlock__editor p{
	margin: 10px 0!important;
}
.article #center-part .Post__container .Post__post .Post__post__body .Post__post__title{
	margin: 10px 0px 5px 0px;
}
.article #center-part .Post__container .Post__post .Post__post__socials{
    gap: 12px;
    padding: 10px 12px;
}

.article #center-part .EmbelLabel__container{
	padding: 5px 10px;
}
.card.gpfans h4.tab.actief{
	background-color: #f1f1f1a8;
}
.megaNews-bar .author #st-1 img{
	margin-inline-end: 2px;
    width: 18px;
    height: 18px;
    top: 3px;
}
#st-1 .st-btn[data-network=sharethis]{
	background: #95d03a!important;
    height: 24px;
    line-height: 24px;
	padding: 0 3px;
}
#st-1{
    margin-inline-start: 20px;
}
.article-related-news .tag{
	color: #c2000c;
	text-transform: uppercase;
	font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 0px;
}
.article-related-news{
	display: none;
}
.article-related-news .latestNews-box .context-bx ul li:first-child, .latestNews-box .context-bx ul li{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
	color: #555;
}
.article-related-news .latestNews-box .context-bx{
	width: calc(100% - 94px);
	padding-inline-start: 10px;
}
.card.gpfans{
	margin-top: 15px;
}
/*ONLY DESKTOP*/
@media only screen and (min-width: 768px) {
	.mainNews.breaking img{
		aspect-ratio: 16 / 9;
		margin-bottom: 0px;
		width: 100%;
		height: 100%;
		/*position: absolute;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		border: 10px solid #000;
	}
	.mainNews.breaking a{
		height: 100%;
		width: 100%;
	}
	.mainNews.breaking{
		aspect-ratio: 16 / 9;
	}
	.mainNews.breaking .title{
		padding: 10px 20px;
	}
	.mainNews.breaking .title h3{
		font-size: 38px;
	}
	.mainNews.breaking .tag{
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 26px;
	}
	.mainNews.breaking .tag::before{
		border-width: 0px 0px 26px 14px;
	}
	.mainNews.breaking ul.subinfo{
		font-size: 15px;
	}
	.mainNews.breaking ul.subinfo li i{
		font-size: 14px;
	}
    
    
}

/*MOBILE*/
@media only screen and (max-width: 551px) {

}
@media only screen and (max-width: 410px) {
	.mainNews .title h3{
		font-size: 6vw !important;
		margin-bottom: 2px;
	}
	.mainNews .tag{
		font-size: 11px;
		line-height: 18px;
	}
	.mainNews .tag::before{
		border-width: 0px 0px 19px 14px;
	}
	.mainNews ul.subinfo{
		font-size: 13px;
	}
	.mainNews .title{
		padding: 22px 10px;
	}
	.mainNews ul.subinfo li i{
		font-size: 12px;
	}
}
/*FULL MOBILE*/
@media only screen and (max-width: 767px) {
	.trendingNews .trendingItems:not(.slick-initialized){
		overflow: none;
		display: flex;
	}
	.trendingNews .trendingItems:not(.slick-initialized) a{
		width: 42.8vw; 
		min-width: 42.8vw;
		flex: 1;
	}
	
	
	#st-1 .st-btn[data-network=sharethis]{
		height: 28px;
		line-height: 28px;
		padding: 0 6px;
	}
	#st-1{
		position: absolute;
		right: 0px;
		top: 0px;
		margin-inline-start: 0px;
	}
	.megaNews-bar .author #st-1 img{
		top: 5px;
	}
	
	.article #center-part .LiveBlogList__container H1.LiveBlogList__title{
		font-size: 18px!important;
		line-height: 24px!important;
	}
	
	
    .driver2024 h1.name {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    
    .race-page ul.timetablelive li span {
        overflow:inherit;
        
    }
    .race-page ul.timetablelive li span.name {
        width: calc(100% - 210px);
    }
    .drivers2024 .coureurpage .nav_coureurs {
        margin-top: 15px !important;
        position: absolute !important;
        float: left !important;
    }
    
    #content-part.article.paddingtop {
        padding-top: 0px !important;
    }
    
    h2.bioinfoh2 {
        margin-top: 15px !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }
    
    .coureur_tabs .tab {
        font-size: 13px !important;
    }

    .driver2024 .nav_coureurs {
        margin-top: 5px !important;
    }

    .driver2024 label.mainlabel {
        margin-top: 10px;
    }

    .laatste_nieuws.onlynews.laatste_nieuws_teampage {}

    .driver2024 .laatste_nieuws.onlynews.laatste_nieuws_teampage {
        margin-top: 0px !important;
        border-top: none !important;
    }

    .driver2024 #center-part .left-panel .left-side {
        display: none !important;
    }

    .coureurpage #center-part .left-panel .inner {
        margin-top: 0px !important;
    }

    .driver2024 .headline.nieuwereeks {
        padding: 0px !important;
    }

    .driver2024 #center-part .left-panel .right-side {
        padding-inline-start: 0px !important;
    }

    .coureurpage .largeUpdated-box.sec .context-bx {
        padding: 0 5px 15px 8px !important;
    }

    .driver2024 .largeUpdated-box.main.sec, .teampagina2024 .largeUpdated-box.main.sec {
        border-bottom: solid 1px #d5d5d5;
    }

    .driver2024 .latestNews-box,  .teampagina2024 .latestNews-box {
        border-top: none !important;
        border-bottom: solid 1px #d5d5d5;
    }
    
	.teampagina2024 .coureur_tabs {
		margin-bottom: 15px !important;    
	}

	.teampagina2024 .laatste_nieuws_teampage .right-side {
			flex: 0 0 100%;
			max-width: 100%;
	}
	.teampagina2024 .coureurpage .coureur_head {
		display: inline-block;
		width: 100%;
	}

	.teampagina2024 .coureurpage #top-part .left-panel h1 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.teampagina2024 .team .coureur_tabs {
		margin-bottom: 15px;
	}

	.teampagina2024 .team-nieuws-v2021 {
		margin-inline-start: -7.5px !important;
		margin-inline-end: -7.5px !important;
		width: calc(100% + 15px) !important;
		display: inline-block;
	}



	.teampagina2024 .laatste_nieuws_teampage .left-side {
		display: none !Important;
	}

	.teampagina2024 .laatste_nieuws_teampage .right-side {
		width: 100%;
		margin-inline-start: 0px !important;
	}


	.teampagina2024 .laatste_nieuws_teampage .headline.nieuwereeks {
		padding: 0px;
	}

	.teampagina2024 .laatste_nieuws.onlynews.laatste_nieuws_teampage {margin-top: 5px !important;}

	.teampagina2024 .laatste_nieuws_teampage .row.headlinesdata {
		border-top: none !important;
	}

	.teampagina2024 .team-nieuws-v2021 img.small {
		float: inherit;
		margin: auto;
	}

	.teampagina2024 .headlinesdata .largeUpdated-box.main .context-bx {
		padding: 0px;
	}

	.teampagina2024 .coureurpage #content-part h3 {
		margin-bottom: 7px;
	}
	.teampagina2024 .megatabpanel .switchtab li a.active:after {
		display: none;
	}
	.teampagina2024 .megatabpanel .switchtab li a.active {
		background-color: #d1d1d1;
		color: #000;
	}
	.team-nieuws-v2021 {
		margin-top: 15px;
	}
	
	#center-part .left-panel .left-side{
		margin-bottom: 0px;
		border-top: 1px solid #d5d5d5;
	}
	.headlinesdata .largeUpdated-box .datetimeRecord ul li {
		text-transform: none;
		font-weight: 400;
		font-size: 12px;
	}
	.left-panel.megaNews-bar a.readmore{
		width: 100%;
		margin-inline-start: auto;
	}
	.article #center-part h1{
		font-size: 32px!important;
		line-height: 36px!important;
		margin-bottom: 8px!important;
	}
	.homepage #center-part{
		margin-top: -2px;
	}
	.megaNews-bar .author{
		overflow: inherit;
		display: block;
		margin-bottom: 10px;
	}
	.megaNews-bar .author .authInfo{
		display: block;
		font-size: 13px !important;
		line-height: 22px;
		padding-top: 3px;
		height: auto;
		width: 100%;
	}
	.megaNews-bar .author img{
		height: 25px;
	}
	.megaNews-bar .author .authInfo .datetime:before, .megaNews-bar .author .authInfo .datetime span:before{
		width: 8px;
	}
	.megaNews-bar .author time span{
		white-space: nowrap;
	}
	.megaNews-bar .author time{
		display: inline;
	}
	.tagpagina #top-part .left-panel h1, .teamspagina #top-part .left-panel h1, .legendspagina #top-part .left-panel h1, .coureurspagina #top-part .left-panel h1, .videopagina #top-part .left-panel h1 {
		font-size: 28px;
	}
    
    .videopagina #top-part .left-panel h1 {
        margin-bottom: 20px;
        margin-top:-8px;
    }
    
    body.eplayer .videopagina #eplayer_videos .video h2 {
        font-size: 22px !important;
        line-height: 1.3em;
    }

    .videopagina a.video {
        border-bottom: solid 1px #ddd;
        padding-bottom: 0px;
        margin-bottom: 10px;
        background-color: #ebebeb !important;
    }
    
    body.eplayer .videopagina  #eplayer_videos .video .video_img_holder {
        height: 240px;
    }

    body.eplayer .VIDEOPAGINA #eplayer_videos .video {
        margin-bottom: 20px;
    }
    
	#content-part.paddingtop {
		padding-top: 50px !important;
	}
	.standings2024 .left-panel h1 {
		font-size: 28px !important;
	}
	.standings2024 .full.ranklist td:nth-child(3) {
		display: none !important;
	}
	.standings2024 table tr.mobileshow {
		display: table-row !important;
	}
	.standings2024 .ads-columns.videos.nl {
		margin-bottom: -14px !important;
	}
	.standings2024 .mmedia_ad {
		border-top: none !important;
	}
	.livegpfans .race-page h1 {
		font-size: 26px !important;
		margin-bottom: 10px !important;
	}

	.livegpfans .race-page h2 {
		font-size: 14px !important;
	}
	
	.livegpfans .race-page h2.circuit-country {
		font-size: 18px !important;
	}
	
	.kalend.inner .team-panel .map-img figure {
		width:110px !important;
	}
	
	
	.mobilearticle label{
		margin-top: 15px;
	}
	.article .mobileshow figure label{
		width: calc(100% + 20px) !important;
	}
	#content-part.article{
		margin-top: 51px;
	}
	.topics a::after {
		display: none;
	}
	.topics a{
	    background: #f1f1f1a8;
		font-size: 13px;
	}
	.topics a:last-child{
		margin-inline-end: 0px;
	}
	.mainNews.breaking .mobile_img{
		display: block;
		border: 7px solid #000;
	}
	.mainNews.breaking .isBreak .tag{
		font-size: 14px;
		line-height: 20px;
	}
	.mainNews.breaking .isBreak .tag::before{
		border-width: 0px 0px 21px 14px;
	}
	.mainNews.breaking .isBreak .title h3{
		font-size: 7vw !important;
	}
	.mainNews.breaking .desktop_img{
		display: none;
	}
	.mainNews{
		margin-inline-start: -10px;
		width: calc(100% + 20px);
	}
	.slick-prev, .slick-next{
		display: none !important;
	}
	#content-part{
		margin-top: 58px;
		padding-top: 0px !important;
	}
	.mainNews a:nth-child(2){
		margin-inline-start: 0px;
	}
	.mainNews .title{
		padding: 26px 10px;
	}
	.mainNews .slick-dots{
		bottom: 5px;
		z-index: 999;
	}
	.mainNews .slick-dots li{
		margin: 0 2px;
	}
	.mainNews .slick-dots li button:before{
		color: #fff;
		font-size: 8px;
		opacity: .55;
	}
	.mainNews .slick-dots li.slick-active button:before{
		color: #fff;
		font-size: 10px;
		opacity: .85;
	}
	.mainNews a{
		display: none;
		width: 100%;
	}
	.mainNews a:first-child{
		display: inline-block;
	}
	.mainNews.slick-initialized{
		display: inline-block !important;
		margin-bottom: 15px !important;
	}
	.mainNews.slick-initialized a{
		display: inline-block !important;
	}
	.right-news{
		display: none;
	}
	/*
		.homepage-bar .left-panel.megaNews-bar{
			-webkit-box-ordinal-group: 0 !important;
			-moz-box-ordinal-group: 0 !important;
			-ms-flex-order: 0 !important;
			-webkit-order: 0 !important;
			order: 0 !important;
		}
	*/
	.mainNews a.mobileDia{
		display: inline-block;
	}
	.topics{
		overflow-y: hidden;
		white-space: nowrap;
		padding: 4px 10px 10px;
		border-bottom: 1px solid #d5d5d5;
		margin: 5px auto 0px;
		margin-top: 56px;
	}
	.leaderboardbg{
		display: none !Important;
	}
	.topics h2{
		display: none;
	}
	#center-part h1{
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 26px;
		margin-top: 5px;
	}
	.trendingItems a{
		margin-inline-end: 10px !important;
	}
	.trendingItems h3{
		font-size: 16px;
		height: 76px;
		-webkit-line-clamp: 4;
	}
	.trendingItems ul.subinfo li{
		max-width: 65%;
	}
	.trendingItems ul.subinfo li:nth-child(2){
		margin-inline-start: 6px;
	}
	.trendingItems ul.subinfo li i{
		margin-inline-end: 0px;
	}
	.trendingItems ul.subinfo li.full{
		max-width: 100%;
	}
	.trendingItems{
		width: calc(100% + 10px);
		margin-bottom: 0px;
	}
	.headlinesdata h1.h2, .megaNews-bar h2{
		color: #1f2024;
	}
	.megaNews-bar h2{
		margin-bottom: 3px;
	}
	.headlinesdata .latestNews-box .context-bx{
		width: calc(100% - 107px);
	}
	.latestNews-box .context-bx ul li.commenright{
		margin-inline-end: 0px;
		font-size: 12px;
	}
	.largeUpdated-box .figure-bx, .largeUpdated-box.sec .figure-bx{
		margin-bottom: 7px;
	}
	.largeUpdated-box .datetimeRecord ul li{
		font-size: 13px;
	}
	.headlinesdata .largeUpdated-box.main h3{
		height: 45.5px;
		-webkit-line-clamp: 2;
	}
    
	.headlinesdata .largeUpdated-box.main .context-bx{
		min-height: 97px;
	}
	.col-12.headline label.videolabel{
		text-transform: uppercase;
		font-family: roboto condensed,sans-serif;
		font-weight: 600;
	}
	.next-grand-prix{
		display: none;
	}
	.next-grand-prix img.flag{
		display: inline-block;
	}
	.bottom-header, .fixedheader{
		min-height: 50px;
	}
	.mainNews.breaking img{
		aspect-ratio: 10 / 7;
		margin-bottom: 20px;
	}
	div#mmediaSidebarMPU {
		margin-bottom: 0px;
	}
    
    .right-panel .timezone_settings {
        position: absolute !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0px auto 0px !important;
        top: 55px !important;
        right: 6px !important;
    }
    .left-panel.megaNews-bar.race-page {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1024px) {
	.megaNews-bar .author .authInfo{
		font-size: 14px;
	}
	
	#center-part .left-panel{
		padding-right: 7.5px;
	}
	#center-part{
		padding: 0px 0;
	}
	.article #center-part{
		padding: 10px 0;
		margin-top: -20px;
	}
	#center-part h1{
		display: none;
	}
	#center-part .left-panel .inner{
		border-top: 0px !important;
	}
    #top-part .right-panel {
        padding-top: 0px;
    }
    #top-part .left-panel {
        padding-top: 15px;
    }
    #top-part .left-panel h1, p {
        display: inline-block;
    }
	body #content-part{
		padding-top: 51px;
	}
	.mtoggle{
		margin-top: 7px;
	}
	.flag{
		margin-top: 14px;
	}
	.top-header-bar .search_2021{
		margin-top: 16px;
	}
	.article #center-part h1{
		display: block;
	}
}

@media only screen and (max-width: 1225px){
	.timezone_settings .ico{
		right: 25px;
	}
}

@media only screen and (max-width: 1113px){
	.article-related-news{
		display: block;
	}
	.bottom-header{
		min-height: 50px;
	}
	.articlecontent_txt p:first-of-type b{
		font-size: 16px;
		line-height: 24px;
	}
	.mtoggle.change{
		right: 10px;
	}
	.gp-mobile-teaser{
		display:block;
		/*display: none !important;*/
		background: #fff;
		color: #131313;
		padding: 5px 0px 5px 5px;
		position: relative;
		margin-bottom: 10px;
		overflow: hidden;
		margin: 5px 5px 8px;
		border-radius: 5px;
	}
	.gp-mobile-teaser h3{
		color: #fff;
		text-transform: uppercase;
		font-family: roboto condensed,sans-serif;
		font-size: 26px;
		text-align: start;
		margin-bottom: 4px;
	}
	.gp-mobile-teaser a.readmore{
		float: none;
		color: #fff;
		position: absolute;
		right: 10px;
		bottom: 3px;
		font-size: 14px;
	}
	.gp-mobile-teaser img.flag{
		float: left;
		height: 20px;
		margin-top: 1px;
		margin-inline-end: 10px;
		display: block;
	}
	.gp-mobile-teaser .gp-date{
		display: inline-block;
		text-transform: uppercase;
		font-size: 15px;
		font-family: roboto condensed,sans-serif;
		margin-bottom: 3px;
	}
	.gp-mobile-teaser .timetable{
		white-space: nowrap; /* Zorgt ervoor dat alle items op één regel worden weergegeven */
		overflow-x: auto; /* Voegt een horizontale scrollbar toe als de items breder zijn dan de container */
		overflow-y: hidden; /* Verbergt eventuele verticale scrollbar */
		width: 100%;
		font-size: 0px;
	}
	.gp-mobile-teaser .timetable.results .pos, .gp-mobile-teaser .timetable.results .coureur{
		display: inline-block;
	}
	.gp-mobile-teaser .timetable.results .coureur .name{
		color: #000;
		font-size: 12px;
		line-height: 16px;
		padding-inline-start:22px;
		position: relative;
		padding-top: 4px;
	}
	.gp-mobile-teaser .timetable.results .coureur .name img.flag{
		display: inline-block;
		float: none;
		width: 16px;
		height: 16px;
		margin-inline-end: 6px;
		position: absolute;
		margin-inline-start: -20px;
		margin-top: -1px;
	}
	.gp-mobile-teaser .timetable.results .session .time{
		line-height: 20px;
		opacity: 0.7;
		font-weight: 500;
		font-family: roboto condensed,sans-serif;
	}
	.gp-mobile-teaser .timetable.results .session:first-child .time{
		font-weight: 700;
		opacity: 1;
	}
	.gp-mobile-teaser .timetable.results .pos{
		font-size: 22px;
		color: #000;
		line-height: 40px;
		height: 40px;
		padding: 0px 6px 0px 0px;
		font-family: roboto condensed,sans-serif;
		font-weight: 700;
		font-size: 30px;
	}
	.gp-mobile-teaser .timetable .session{
		background: #f1f1f1a8;
		margin-inline-end: 5px;
		display: inline-block;
		padding: 7px 8px 1px;
	}
	.gp-mobile-teaser .timetable.results .session{
		display: inline-flex;
		padding-bottom: 8px;
		background: none;
		border-right: 2px dotted #acacac;
		margin-bottom: 5px;
		padding-top: 0px;
		margin-top: 5px;
		padding: 0px 11px 1px 5px;
		margin-inline-end: 8px;
	}
	.gp-mobile-teaser .timetable.results .session:last-child{
		border-right: 0px;
	}
	.gp-mobile-teaser .timetable.results{
		background: #f6f6f6;
	}
	.gp-mobile-teaser .timetable .session .date{
		font-size: 11px;
		opacity: 0.75;
		text-align: center;
		width: max-content;
		display: inline-block;
		border-right: 2px dotted #acacac;
		padding-right: 8px;
	}
	.gp-mobile-teaser .timetable .session .date .date-day{
		font-size: 15px;
		font-family: roboto condensed,sans-serif;
		height: 18px;
		line-height: 15px;
	}
	.gp-mobile-teaser .timetable .session .date .date-month{
		text-transform: uppercase;
		background: gainsboro;
		border-radius: 7px;
		line-height: 16px;
		padding: 1px 8px;
		font-family: roboto condensed,sans-serif;
		font-size: 13px;
		font-weight: 500;
		color: #555555;
	}
	
	.gp-mobile-teaser .timetable .session .title{
		font-size: 11px;
		line-height: 15px;
		text-align: center;
		/*overflow:hidden;*/
		text-transform: uppercase;
		width: auto;
		display: inline-block;
		padding-inline-start: 6px;
	}
	.gp-mobile-teaser .timetable .session .title .title-name{
		font-family: roboto condensed,sans-serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 18px;
	}
	.gp-mobile-teaser .timetable .session .title .title-time{
		opacity: 0.7;
		font-family: roboto condensed,sans-serif;
		font-size: 12px;
		line-height: 16px;
		padding-top: 2px;
		margin-bottom: -2px;
	}
	
	.gp-mobile-teaser .timetable .session.Playing .title .title-time{
		opacity: 1 !important;
	}
	.gp-mobile-teaser .timetable .session.Playing .live-race{
		height: 10px;
		display: inline-block;
		margin-inline-start: 5px;
		border-radius: 3px;
		background: #fe0b19;
		color: #fff;
		font-size: 8px;
		line-height: 10px;
		padding: 0px 2px;
		float: right;
		animation: pulse 0.8s infinite alternate;
	}
	
	@keyframes pulse {
	0% {
		opacity: 0.35;
	}
	100% {
		opacity: 1;
	}
	}
	
	
	.gp-mobile-teaser .timetable .session .title .title-time .datetime.winner img.winner, .gp-mobile-teaser .timetable .session .title .title-time .datetimeb.winner img.winner{
		height: 16px;
		display: inline-block;
		float: left;
	}
	.gp-mobile-teaser .timetable .session .title .title-time .datetime.winner img.flag, .gp-mobile-teaser .timetable .session .title .title-time .datetimeb.winner img.flag{
		float: left;
		height: 16px;
		display: inline-block;
		margin-inline-end: 5px;
		margin-inline-start: 5px;
		margin-top: -1px;
	}
	.gp-mobile-teaser .timetable .session .title .title-time .datetime.winner b, .gp-mobile-teaser .timetable .session .title .title-time .datetimeb.winner b{
	    font-size: 14px;
	}
	.gp-mobile-teaser .timetable .session .title .title-time .datetime.winner, .gp-mobile-teaser .timetable .session .title .title-time .datetimeb.winner{
		width: 100%;
		text-align: start;
		display: inline-block;
		line-height: 16px;
	}
	.gp-mobile-teaser .timetable .session .title .title-time .datetimeb.winner.gold{
		background: gold;
		border-radius: 3px;
		padding: 2px 3px 1px 0px;
		margin-top: -2px;
		margin-bottom: -2px;
	}
	
	.gp-mobile-teaser .timetable .session .time{
		font-size: 12px;
		text-align: center;
		font-weight: 600;
		line-height: 18px;
	}
	.gp-mobile-teaser .moreGP{
		background: #c2000c;
		color: #fff;
		display: inline-block;
		text-align: center;
		border-radius: 3px;
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 2px;
		float: right;
		letter-spacing: 0.5px;
		font-weight: 500;
		padding: 0px 8px;
		text-transform: uppercase;
	}
	.gp-mobile-teaser .gp-date span:first-child:after{
		content: "";
		width: 8px;
		height: 12px;
		background: none;
		display: inline-block;
		border-right: 1px solid #9a9a9a;
		margin-inline-end: 8px;
	}
}
@media only screen and (max-width: 991px){
	body.homepage #center-part .right-panel{
		display: none;
	}
	.megaNews-bar figure{
		margin-inline-start: -10px;
		width: calc(100% + 20px);
	}
	.megaNews-bar .kalend.inner figure {
		margin-inline-start: 0px;
	}
	
	.megaNews-bar figure{
		margin-bottom: 5px;
	}
	.ads-columns.videos.nl{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* ARABISCHE EDITIE */

html:lang(ar) #timezoneDropdownDiv.articleselect {
    right: unset;
    left: -340px;
    margin-top: 30px;
}

html:lang(ar) div#timezoneDropdownDiv:before {
    right: unset !important;
    left: 10px !important;
    top: -9px;
}

html:lang(ar) .navigation ul li {
    float: right !important;
}

html:lang(ar) div#timezoneDropdownDiv.sidebarselect {
    right: 75px;
}

html:lang(ar) div#timezoneDropdownDiv.sidebarselect:before {
    right: unset;
    left: 10px;
}

#st-1 {
    direction: rtl !important;
}

html:lang(ar) .coureurpage .nav_coureurs {
    position: absolute;
    left: 0px;
    right: auto;
}
#header-part .flag ul li span.languageshow{
	display: block;
	width: 25px;
	height: 25px;
}
#header-part .flag ul li span.languageshow img{
	width: 100%;
}

.personalized-articles .article .titel{
	font-weight: 700 !important;
}