#fanback {
	background: url("../images/bg.png"); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 2147483647;
}
#fan-exit {
	width: 100%; height: 100%;
}
#fanbox {
	background: white; margin: auto; border-radius: 5px; left: 0px; top: 0px; width: 420px; height: 250px; right: 0px; bottom: 0px; position: absolute; box-shadow: inset 0px 0px 50px 0px #939393; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: inset 0 0 50px 0 #939393; -moz-box-shadow: inset 0 0 50px 0 #939393;
}
#fanclose {
	background: url("../images/fanclose.png"); top: 0px; width: 50px; height: 50px; right: 0px; position: absolute; z-index: 999;
}
.remove-borda {
	background: rgb(243, 243, 243); margin: 16px auto 0px 20px; width: 366px; height: 1px; position: relative;
}
#framebox {
	margin: 18px 0px 0px 10px; width: 401px; height: 212px; overflow: hidden; float: left; position: relative;
}
#framebox iframe {
	border: 0px currentColor; border-image: none; width: 402px; height: 230px; margin-top: -1px; margin-left: 1px;
}
#framebox div {
	width: 402px; overflow: hidden; margin-left: -2px;
}
.colorclose {
	background: rgb(107, 107, 107); margin: 3px; border-radius: 50%; top: 0px; width: 44px; height: 44px; right: 0px; position: absolute; z-index: 99; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.closebutton {
	margin: -18px -18px 0px 0px; width: 50px; height: 50px; right: 0px; float: right; position: absolute; z-index: 9999; cursor: pointer;
}
@media screen and (max-width:640px)
{
#fanback {
	display: none !important;
}
}
