#facebox {
  position: fixed;
  top: 0;
  left: 50% !important;
  /*width: 736px;*/
  width: auto !important;
  height: 742px;
  margin-left: -368px;
  z-index: 700;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  /*
  -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: 710px;
  height: 714px;
  padding: 10px;
  padding-top: 56px;
  padding-bottom: 6px;
  margin-left: -6px;
  height: 32px;
  background: #fff;
  -o-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
}

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

#facebox .close{
  position:absolute;
  top:15px;
  right:20px !important;
  padding:2px;
  background:#fff;
}
#facebox .close{
  /*opacity:0.8;*/
  opacity:1.0 !important;
}
#facebox .close:hover{
  opacity:0.5 !important;
}

#facebox .loading {
  text-align: center;
  line-height: 773px;
}

#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;
}

/* survey*/

#facebox.survey,
#facebox.survey_bulgaria {
  box-sizing: border-box;
  height: 730px !important;
  top: 18px !important;
  margin-top: 0 !important;
  left: 50% !important;
  margin-left: -325px !important;
  
}
 

#facebox.survey .content,
#facebox.survey_bulgaria .content{
  display: table;
  width: 650px !important;
  height: 800px;
  padding: 20px;
  padding-top: 56px;
  padding-bottom: 6px;
  margin-left: -6px;
  background: #fff;
  -o-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
}
#facebox.survey .content .container,
#facebox.survey_bulgaria .content .container{
  position: relative;
  height: 800px !important;
}
#facebox.survey .container iframe,
#facebox.survey_bulgaria .container iframe{
  height: 100% !important;
  width: 100% !important;
}
#facebox.survey .close,
#facebox.survey_bulgaria .close{
  float: right;
  right: -20px !important;
}

html>/**/body #facebox.survey .close, x:-moz-any-link, x:default {right: 20px !important}
html>/**/body #facebox.survey_bulgaria .close, x:-moz-any-link, x:default {right: 20px !important}


/* inline IE8 CSS */
#facebox.survey_bulgaria .close,
#facebox.survey .close {
  right: 20px !important\0/; /* IE 8 &amp; 9 */
}

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) {
#facebox.survey_bulgaria .close,
#facebox.survey .close {
    right: 20px !important;
    }
}