/*html,
body {
  overflow-x: hidden;  
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}*/

a:hover, a:active, a:focus {
    outline: none;
    border: 0;
}
a:hover, a:active, a:focus {
    outline: none;
    border: 0;
}
textarea, input, button:focus { outline: none; box-shadow: none; }
.footer_text{
    font-size: 12px;
    padding-top: 4px;
    width: 50%;
    line-height:1.4em;
    float:left;
    text-align:left;
}
#ft{
  max-width:100%;
  margin: 0 auto;
  margin-bottom:100px;
}
.portfolio_body{
  margin-bottom:20px;
}
#fancybox-overlay{
  background-color:#000!important;
}

#fancybox-title-inside{
  font-size: 18px;
  padding-top:11px;
}

.cblock:before,
.cblock:after {
    content: "";
    display: table;
}
.cblock:after {
    clear: both;
}
.cblock {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

a#credit{
  width:345px;
  height: 63px;
  background:url(http://www.itsyourwork.com/gf_assets/ui/site-credit.png);
  overflow: hidden;
  text-indent: -3000px;
  display:block;
  float:left;
}
.fancybox-nav{
  /*width: 50%;*/
}
.fancybox-nav span,.fancybox-item.fancybox-close{
  /*display:none;*/
}
.fancybox-overlay:after {
    content: 'Use arrow buttons to navigate';
    color: #6F6F6F;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
  }


