body.pages-about .wrapper .content{
 padding-left:400px;
 background:url(/img/about-hagar.jpg) no-repeat;
 height:543px;
 margin-top:8px;
 margin-bottom:38px;
 padding-bottom:28px;
 margin-bottom:15px;
}
body.pages-about .wrapper .content p{
 margin-bottom:13px;
 font-size:12px;
 line-height:16px;
 /* color:#ca8634; */
}
body.pages-about .wrapper .content .press{
 margin-top:30px;
 border-top:1px solid #ca8634;
}
body.pages-about .wrapper .content .copy h4{
   font-weight:bold;
   font-size:12px;
   padding-bottom:6px;
}
body.pages-about .wrapper .content .copy{
 height:394px;
 overflow:auto;
 padding-right:5px;
}
.press{
   overflow:hidden;
   position:relative;
   height:146px;
}
.press .top{
   padding:14px 0px 0px 0px;
   height:14px;
   text-align:center;
}
.press .top a{
 display:block;
 width:14px;
 height:14px;
 outline:none;
}
.press .top a.prv{
 background:url(/img/arrow-left-sprite.png) no-repeat 0px 0px;
}
.press .top a.nxt{
 background:url(/img/arrow-right-sprite.png) no-repeat 0px 0px;
}
.press .top a:hover{
   background-position:0px -14px;
}
.press .top a.disabled{
   background-position:0px 0px;
}
.press .top a span{ display:none; }
.press .articles{
 padding:12px 0 0 0; padding:0;
 height:106px;
 position:absolute;
 left:-5px;
 top:40px;
 width:12000px;
}
.press .articles a{
 display:block;
 float:left;
 height:106px;
 width:124px;
 margin-left:5px;
}
.press .articles img{

}


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

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;

 border:1px solid #666;

  /*
  -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: 370px;
  padding: 10px; padding:1px;
  background: #fff;
  
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}
#facebox .close{
  position:absolute;
  top:-30px;
  right:5px;
  padding:2px;
  background:transparent;
}
#facebox .close img{
 opacity:.8;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}

.modal-article{
   font-size:11px;
}
.modal-title{
   font-size:14px;
   text-transform:uppercase;
   font-weight:bold;
}
