body{
	background-color: #FFF;
	padding-top: 8rem;
}

#b{
	margin-top: 0;
	position: sticky;
	left: 0px;
	margin-left: 0px;
}

.rcontent{
	width: 100%;
	padding: 0;
	margin: 0;
}
#t{
	width: 100% !important;
	position: unset;
	left: 0px;
	right: 0px;
	margin-top: 70px;
}

.media-block{
	width: 100%;
	margin: 0px;
}

.bookmark-article{
	margin-left: 0px;
	right: 0px;
}

.promo-header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 8rem;
	z-index: 1000;
	background-color: #FFFFFF;
	transition: height 0.2s;
}

.promo-header a{
	display: inline-block;
	height: 100%;
	font-size: 21px;
	font-family: Barlow Semi Condensed,sans-serif;
	color: #092b75;
}
.promo-header a:hover{
	text-decoration: underline;
}
.promo-header .back{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: height 0.2s;
}
.promo-header .logo-container{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 4px 0px;
}
.promo-header .logo-container .logo{
	width: 150px;
	height: 100%;
	transition: width 0.2s;
	background-image: url('https://media.tio.ch/static/img/loghi/tio_20min.png?v=1');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.promo-header.promo-scrolling {
	height: 80px;
}
.promo-header.promo-scrolling .logo-container {
	height: 100%;
}

.promo-header.promotion_mytiodeal .logo-container .logo {
	background-image: url('https://media.tio.ch/static/img/loghi/mytio_deal.jpg');
}

@media only screen and (max-width: 768px) {
	body{
		padding-top: 5rem;
	}
	.promo-header{
		height: 5rem;
	}
	.promo-header .logo-container .logo{
		width: 90px;
	}
	.promo-header.promo-scrolling .logo img{
		width: 60px !important;
	}
}
@media only screen and (min-width: 994px) {
	#b{
		position: absolute;
		left: 50%;
		margin-left: -497px;
	}
}


.adbInfoBox {margin-bottom:15px;}
.adbInfoBoxTitle {background-color:#ECECEC;padding:5px;margin-bottom:10px;font-weight:bold}
.adbInfoBoxContent {background-color:#F7F7F7;padding:5px}

.adbBoxDiv{display:table;width:100%}
.adbContentDiv{}
.adbContentDivCrass{}
.adbObjBoxDiv{font-size:14px;line-height:18px;}
.adbContentDivMar {}
.adbInfoBoxDivMar {}

@media only screen and (min-width: 994px) {

	.adbBoxDiv{display:table;width:100%}
	.adbContentDiv{float:left;width:calc(100% - 245px);}
	.adbContentDivCrass{}
	.adbObjBoxDiv{float:left;max-width:210px;}
	.adbContentDivMar {margin-right:5px;}
	.adbInfoBoxDivMar {margin-left:5px;}
}

.rcontent .blockquote, :not(.subtitle) > blockquote {
	margin: 1em;
	padding: 1em;
	background-color: #e6e6e6;
	border-radius: 1em;
	font-style: italic;
	text-align: center;
}

.title.article_title{
	display:  none;
}

.social-toolbar{
	margin-top: 20px !important;
}
.social-toolbar .reactions{
	display: none;
}
.social-toolbar .btn-audio{
	display: none;
}
.social-toolbar .btn-bookmark{
	display: none;
}
