/* MANZONI */

.adv-replaced {
	text-align: center;
}

#adv-Middle1-hr {
	position: relative;	
	min-height: 300px; 
	padding-top:25px;
	background-color: #f9f9f9;
}
#adv-Middle1-hr::before {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: block;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}

#adv-Middle1-hr > div {
	position: relative;
	z-index: 1;
}

#adv-Middle2-hr {
	position: relative;	
	min-height: 300px; 
	padding-top:25px;
	background-color: #f9f9f9;
}
#adv-Middle2-hr::before {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: block;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}

#adv-Middle2-hr > div {
	position: relative;
	z-index: 1;
}


#adv-MiddleTest-hr {
	position: relative;	
	min-height: 300px; 
	padding-top:25px;
	background-color: #f9f9f9;
}
#adv-MiddleTest-hr::before {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: block;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}

#adv-MiddleTest-hr > div {
	position: relative;
	z-index: 1;
}


.article-main #adv-Middle1-hr {
	display: inline-block;
	width:100%;
	max-width:728px;
	min-height: 115px; 
	overflow: hidden;
}
.article-main #adv-Middle2-hr {
	display: inline-block;
	width:100%;
	max-width:728px;
	min-height: 115px; 
	overflow: hidden;
}

@media (max-width:575.98px) {
	#adv-Middle1-hr {
		min-height: 150px; 
		padding-top:25px
	}
	#adv-Middle2-hr {		
		min-height: 150px; 
		padding-top:25px 
	}
	
	.article-main #adv-Middle1-hr {
		min-height: 125px; 
	}
	.article-main #adv-Middle2-hr {
		min-height: 125px; 
	}
}

/* SKIN */

#google-ads-skin {
	display:block;
	z-index: 1;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #f9f9f9;
}
#google-ads-skin::before {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: block;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}
#google-ads-skin .google-ads {
	position: relative;
	z-index: 1;
}

#google-ads-skin iframe{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	max-width: 1920px !important;;
}
#google-ads-skin.active {
	display:block;
}

@media (max-width:767.98px) {
	#google-ads-skin iframe{
		
	}
}

/* BILLBOARD */

#google-ads-billboard {
	transition-duration: 0s !important;
	position: relative;
	z-index: 5;
	display:block;
	background-color: #fff;	
	height: 300px;
}
#google-ads-billboard .google-ads {
	position: relative;
	display:block;
	height: 300px;
	background-color: #f9f9f9;
}

#google-ads-billboard .google-ads::before {
	position: absolute;
	z-index: 0;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}
#google-ads-billboard .google-ads iframe{
	position:absolute;
	z-index: 1;
	top:25px;
	left:50%;
	transform:translateX(-50%);
	max-width: 1920px !important;;
}

#google-ads-billboard.sticky{
	z-index: 11;
}
#google-ads-billboard.sticky .google-ads{
	position: fixed;
	z-index: 10;
	top:40px;
	left:0;
	width:100%;	
	background-color: transparent;
}
#google-ads-billboard.sticky .google-ads > div {
	position: relative;
	width:970px;
	height:100%;
}
#google-ads-billboard.sticky .google-ads > div::after {
	position: absolute;
	z-index: 0;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	left: -30px;
	top:0;
	background-color: #f9f9f9;
}

@media (max-width:1199.98px){
	#google-ads-billboard {
		background-color: #f9f9f9;
	}
	#google-ads-billboard.sticky .google-ads > div::after {
		width:100%;
		height:100%;
		left:0;
		top:0;
		background-color: #f9f9f9;
	}
}
@media (max-width:991.98px){
	#google-ads-billboard {
		background-color: #fff;		
		height: 150px;
	}
	#google-ads-billboard .google-ads {
		height: 150px;	
	}
	#google-ads-billboard.sticky .google-ads {
		top:60px;
		background-color: #f9f9f9;
	}
	#google-ads-billboard.sticky .google-ads > div::after {
		display:none;
	}
}
@media (max-width:575.98px){
	#google-ads-billboard.sticky .google-ads > div {
		width:320px;
	}
}

#google-ads-sticky-side-container {
	position:relative;
	display: block;
}
#google-ads-sticky-side {
	position:relative;
	display: block;
	margin: auto;
	width:300px;
	height:600px;
	background-color: #f9f9f9;
}
#google-ads-sticky-side::before {
	position: absolute;
	z-index: 0;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}
#google-ads-sticky-side .google-ads {
	position: relative;
	z-index: 1;
}

#google-ads-300x250 {
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	position:relative;
	display: block;
	margin: auto;
	width:300px;
	height:250px;
	background-color: #f9f9f9;
	margin-bottom:35px;
}
#google-ads-300x250::before {
	position: absolute;
	z-index: 0;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'ADV';
	font-size: 14px;
	color:#d8d8d8;
	text-align: center;
	background-image: url('../images/Logo-2020-Financialounge-SquareGery.webp');
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 50px 50px;
}
#google-ads-300x250 .google-ads {
	position: relative;
	z-index: 1;
}