        #fanback {
display:none;
background:rgba(0,0,0,0.6);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {

width:100%;
height:100%;
}
#fanbox {

background:transparent; 
width:360px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*margin: -220px 0 0 -375px;*/
}
#fanclose {
		display:none;
float:right;
cursor:pointer;
background:url(img/fanclose.png) no-repeat;
height:15px;
padding:20px;
position:relative;
padding-right:20px;
margin-top:-13px;
margin-right:-24px;
}
.remove-borda {
	display:none;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#fanbox .fb_iframe_widget iframe{
	margin-left: 0px;
}
@media screen and (max-width:800px)
{
	#fanbox{top:70%; }
}