#facebox { position: absolute; top: 0; left: 0; z-index: 201; text-align: left }
#facebox .popup { position:relative; margin-bottom : 160px }
	
	#facebox .fbox-container {
		width: auto; background: #fff; max-width : 100%;
		-webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
		-moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
		box-shadow:0 0 18px rgba(0,0,0,0.4);
	}

#facebox .content {
  	display:table; width : auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#facebox .content > p:first-child { margin-top:0 }
#facebox .content > p:last-child { margin-bottom:0 }

#facebox .close{  position:absolute; top: 8px; right : 8px }
#facebox .close img{ opacity: 1.0 }
#facebox .close:hover img{ opacity: 0.6 }
#facebox .loading { text-align: center }
#facebox .image { text-align: center; line-height : 0; /* Removes additional spacing below image */ }

#facebox img { border: 0; margin: 0 }
#facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100% }
.facebox_hide { z-index:-100 }
.facebox_overlayBG { background-color: #fff; z-index: 200 }

@media screen and (max-width: 767px) {	
	#facebox .popup { margin-bottom : 100px }
}