.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 999999999;
}
.spinner{
	position: absolute;
	top: 42%;
	left: 44%;
	background: url(https://gorepaw.com/intro/images/gorepaw-gif.gif) no-repeat center center;
	width:204px;
	height: 84px;
}
#preloader{
	display: none;
    margin: 20px auto;
	text-align: center;
}
#closegore,#closegoredownload{
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
	z-index: 999999;
}



@media only screen and  (min-width:1280px) and (max-width:1440px){
	/*.popuptext2{bottom: 12% !important;}*/
	/*.popuptext{bottom: 22% !important;}*/
}
@media only screen and  (min-width:1441px) and (max-width:1600px){
	/*.popuptext2{bottom:20% !important;}*/
	/*.popuptext{bottom: 29% !important;}*/
}

@media only screen and (max-width:480px){
	.popuptext2{bottom: 20% !important;}
	/*.popuptext{bottom: 22% !important;}*/
}