/*
	SCROLLER
*/
.adreact-1 {
	border-width: 1px;
	border-style: solid;
	background: #fff;
	z-index: 999999999;
	bottom: 0px;
	right: 0px;
	position: fixed;
	border: 0;
	padding: 0;
	margin: 0;
}

.adreact-1 .adreact-1-Close {
	position: absolute;
	right: 0;
	top: -32px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	width: 30px;
	height: 30px;
	border-width: 2px;
	border-color: rgb(0, 0, 0);
	color: #000;
}

.adreact-1 .adreact-1-InnerContainer {
	width: 300px;
	height: 250px;
}

.adreact-1 .adreact-brand-container a {
	font-size: 16px;
	color: .000000;
	text-decoration: none;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: -25px;
	background: #fff;
	padding: 0 5px;
}

.adreact-1 .adreact-brand-container a span {
	font-weight: 800;
	color: .1fa247;
}

/*
	STICKY BOTTOM FULL SIZE
*/
.adreact-2 {
	text-align: center;
	display: block;
	width: 100% !important;
	bottom: 0px;
	clear: none !important;
	float: none !important;
	left: 0px;
	margin: 0px !important;
	max-height: none !important;
	max-width: none !important;
	opacity: 1;
	overflow: visible !important;
	padding: 0px !important;
	position: fixed;
	right: auto !important;
	top: auto !important;
 	visibility: visible !important;
	z-index: 999999999;
	background: rgb(250, 250, 250) !important;
}

.adreact-2 .adreact-2-Close {
	position: absolute;
	right: 0px;
	top: -35px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	z-index: 999999999;
    color: #000;
}

.adreact-2-InnerContainer,.adreact-2-AdContainer {
	width: 100%;
	height: 100px;
	z-index: 999999999;
}

.adreact-2 .adreact-brand-container a {
	font-size: 16px;
	color: .000000;
	text-decoration: none;
	font-weight: 600;
	position: absolute;
	right: 40px;
	left: auto;
	top: -30px;
	background: #fff;
	padding: 0 5px;
	z-index: 999999999;
}

.adreact-2 .adreact-brand-container a span {
	font-weight: 800;
	color: .1fa247;
	z-index: 999999999;
}

.adreact-2-mobile .adreact-brand-container a {
	left: 0px;
	right: auto;
	z-index: 999999999;
}

/*
	INTERSTITIAL DESKTOP
*/
.adreact-3 {
	border-color: transparent;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999999;
	width: 100%;
	position: fixed;
	background: rgb(36, 34, 34);
	align-items: center;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: flex;
}

.adreact-3 .adreact-3-InnerContainer {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0px;
	top: 75px;
}

.adreact-3 .adreact-3-Close {
	width: 30px;
	display: table;
	height: 30px;
	outline: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin: 15px 15px 15px auto;
	background: transparent;
	border-width: 0px;
	border-color: transparent;
	border-radius: 50%;
	float: right;
	visibility: hidden;
}

/*
	INTERSTITIAL MOBILE
*/
.adreact-3-mobile {
	border-color: transparent;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999999;
	width: 100%;
	position: fixed;
	background: rgb(36, 34, 34);
	align-items: center;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: flex;
}

.adreact-3-mobile .adreact-3-InnerContainer {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0px;
	top: 75px;
}

.adreact-3-mobile .adreact-3-Close {
	width: 30px;
	display: table;
	height: 30px;
	outline: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin: 15px 15px 15px auto;
	background: transparent;
	border-width: 0px;
	border-color: transparent;
	border-radius: 50%;
	float: right;
	visibility: hidden;
}

/*
	ANCHOR
*/
.adreact-4 {
	border-color: transparent;
	display: none;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999999;
	width: 100%;
	position: fixed;
	background: rgb(255, 255, 255);
	transition: all 0.5s ease 0s;
}

body.opened-adreact-4 {
	display: block;
}

body.adreact-4-closed-body {
	top: -100px;
}

.adreact-4-Close {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	outline: none;
	border-width: 0px;
	border-color: transparent;
	background-image: url('anchor-ad.svg');
	font-size: 0px;
	line-height: 24px;
}

button.adreact-4-Close.adreact-4-closed-button {
	background-image: url('anchor-ad-closed.svg');
}

.adreact-4-InnerContainer {
	width: 100%;
	height: 100px;
	text-align: center;
}