#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  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: 670px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
#facebox .content p {
  width: 670px;
  padding: 0 20px 20px 20px;
  font-family: 'robotothin';
  font-size: 16px;
  
}
#facebox .content p i{
  font-size: 14px;
  
}
#facebox .content h1{
  padding: 0 10px 0 17px;
  font-family: 'robotothin';
  font-size: 35px;
  color:#5696dd;
}
#facebox .content > p:first-child{
  margin-top:37px!important;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#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 img.foto {
  border: 0;
  margin-bottom: 10px;
  width: 100%;
}

#facebox img.foto-s {
  border: 0;
  margin-bottom: 10px;
  width: 223px;
}
#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;
}

.line{
  width: 100%;
  height: 1px;
 background-color:#ccc;
}
#tit-video{
padding-top: 0px;
padding-bottom: 0px;
font-family: "robotothin";
font-size: 20px;
color: #FFF;
padding-left: 10px !important;
background-color: #5294DE;
width: 660px;
margin: auto;
margin-bottom: 19px;
}