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

#facebox .popup{
  position:relative;
  border:0px solid rgba(0,0,0,0);
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -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: 100%;
  padding: 5px;
  background: #fff;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}

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

#facebox .close{
  position:absolute;
  top:5px;
  right:30px;
  padding:2px;
  color:#000;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#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: 99;
}
.page-id-3443 button#responsive-menu-button,
.page-id-3443 #wpadminbar {display: none !important;}
.page-id-3443 html {margin-top:0 !important;}

form.popupemail {display: inline-block; float:none; clear: none; background: none}
form.popupemail input {font-weight: bold; display: inline-block; background: none;
 border:0 !important; font-size: inherit; padding:0; margin:0; color:#bf4a30}
form.popupemail input {
    box-shadow: inset 0 0 0 #f9d565;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1)
}

form.popupemail br {display: none;}

form.popupemail input:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.33,.66,.66,1);
    transition: all .45s cubic-bezier(.33,.66,.66,1);
    box-shadow: inset 0 -33px 0 rgba(249, 213, 101, 0.9)
}
form.popupemail .fa {opacity:0.4;font-size:10px;padding-top:1px; vertical-align: top; margin-left:-3px  }
form.popupemail:hover > .fa { opacity:1;  -webkit-transition: opacity .45s cubic-bezier(.33,.66,.66,1);
    transition: opacity .45s cubic-bezier(.33,.66,.66,1);}

form.popupemail input.active {border:0; }
