/*=================GOOGLE AD====================*/

#google-ad-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999999999999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s linear;
}

#google-ad-container #closegoogleadshadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,0.9);
}

#google-ad-container.active {
	visibility: visible;
	opacity: 1;
}

#google-ad-container #google-ad {
    width: 1652px;
	height: 560px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -280px;
    margin-left: -826px;
	transition: all 1s ease;	
}

#google-ad-container #google-ad div{
    text-align: center;
}

#google-ad-container #google-ad body{
    text-align: center;
}

#google-ad-container.active #google-ad {
    top: 50%;
}

#google-ad-container #google-ad button {
    background: url('https://levelupgames.com.br/webcommon/resources/img/standard-colors/close-text.png') no-repeat;
    width: 142px;
    height: 50px;
    position: absolute;
    top: -54px;
    right: 342px;
    z-index: 10;
    outline: none;
    border: 0;
    cursor: pointer;
    background-size: auto 100%;
}

@media (max-width: 1000px) {

#google-ad-container {
	display: none;
}
}