#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;

-webkit-box-shadow: 0px 3px 21px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 21px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 21px 0px rgba(50, 50, 50, 0.75);
}


#facebox .popup{
  position:relative;
  border:0px solid rgba(0,0,0,0);
}

#facebox .content {
  display:table;
  min-width: 270px;
  padding: 10px;
  background: #fff;
}

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

#facebox .close{
  position:absolute;
  top:-30px;
  right:-30px;
  padding:2px;
}
#facebox .close img{

opacity:1!important;	
}

.close:hover, .close:focus, .close { 
color: #000000;
cursor: pointer;
opacity: 1!important;
text-decoration: none;
}
#facebox .close:hover img{
opacity:1!important;	
	
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#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: #000;
  z-index: 101;
}