#slpop-popup{
	display:none;
	background:#FFF;
	position:fixed;
	text-align: center;
	overflow:visible;
	z-index:999999;
}
#slpop-popup iframe{ width:90% !important; }
#slpop-overlay{
	display:none;
	background: rgba(255,255,255,0.7);
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:999998;
}
#slpop-popup.popup-classico{
	top:200px;
	left:calc(50% - 250px);
	width:500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#slpop-popup.fixed-bottom-popup{
	bottom:0;
	left:0;
	right:0;
	top:auto;
	border-top:1px solid rgba(0,0,0,0.2);
}
.popup-classico #slpop-close, .fixed-bottom-popup  #slpop-close{
	position: absolute;
	top:2px;
	right:3px;
	font-size:25px;
	color:#fff;
}
.fixed-bottom-popup  #slpop-close{
	top:12px;
	right:12px;
	color:#FFF;
}
.fb-like-box{
	display:inline-block;
	border-top: 1px solid rgba(0,0,0,0.2);
}
#slpop-popup h2{
	padding:20px;
	background-color: #0099CC;
	color:#FFF;
}
#slpop-popup.popup-classico h3{
	color:#0099CC;
	padding:20px 20px 43px 20px;
	background: url(images/arrow-green.png) 20px bottom no-repeat transparent;
}
#slpop-popup.fixed-bottom-popup h3{
	color:#0099CC;
}
@media screen and (max-width: 500px) {
	#slpop-popup.popup-classico{
		bottom:0;
		left:0;
		right:0;
		top:100px;
		border-top:1px solid rgba(0,0,0,0.2);
		width:100%;
	}
	.fb-like-box{
		height:88px !important;
		overflow: hidden;
	}
	#slpop-popup.popup-classico #slpop-close{
		top:5px;
		right:5px;
		color:#FFF;
	}
	#slpop-popup.popup-classico h3{
		background-image: none;
		padding: 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 320px) {
	#slpop-popup, #slpop-overlay{
		/*z-index:-1;*/
	}
}