
/*
 ** Modified fancybox Plugin 1.0
 ** @author: K2
 **
 */
/* fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 8, sass/plugin-fancybox.sass */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  
  /* line 15, sass/plugin-fancybox.sass */
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }
  
  /* line 21, sass/plugin-fancybox.sass */
  .fancybox-skin {
    position: relative;
    background: white;
    color: #444444;
    text-shadow: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }
  
  /* line 30, sass/plugin-fancybox.sass */
  .fancybox-opened {
    z-index: 8030; }
  
  /* line 33, sass/plugin-fancybox.sass */
  .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0); }
  
  /* line 38, sass/plugin-fancybox.sass */
  .fancybox-outer, .fancybox-inner {
    position: relative; }
  .fancybox-outer {
    padding-top:20px }
  
  /* line 41, sass/plugin-fancybox.sass */
  .fancybox-inner {
    overflow: hidden; }
  
  /* line 44, sass/plugin-fancybox.sass */
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
  
  /* line 47, sass/plugin-fancybox.sass */
  .fancybox-error {
    color: #444444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
  
  /* line 54, sass/plugin-fancybox.sass */
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
  
  /* line 59, sass/plugin-fancybox.sass */
  .fancybox-image {
    max-width: 100%;
    max-height: 100%; }
  
  /* line 63, sass/plugin-fancybox.sass */
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
  
  /* line 74, sass/plugin-fancybox.sass */
  #fancybox-loading div {
    width: 44px;
    height: 44px; }
  
  /* line 78, sass/plugin-fancybox.sass */
  .fancybox-close {
    background: url(../images/sprite.png) 0 -130px;
    position: absolute;
    top: 9px;
    right: 13px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 8040; }
  
  /* line 88, sass/plugin-fancybox.sass */
  .fancybox-header {
    width: 100%;
    height: 35px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    background: -moz-linear-gradient(top, white 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, white 0%, #ededed 100%);
    background: -o-linear-gradient(top, white 0%, #ededed 100%);
    background: -ms-linear-gradient(top, white 0%, #ededed 100%);
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0; }
  
  /* line 97, sass/plugin-fancybox.sass */
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040; }
  
  /* line 107, sass/plugin-fancybox.sass */
  .fancybox-prev {
    left: 0; }
  
  /* line 110, sass/plugin-fancybox.sass */
  .fancybox-next {
    right: 0; }
  
  /* line 113, sass/plugin-fancybox.sass */
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden; }
  
  /* line 124, sass/plugin-fancybox.sass */
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px; }
  
  /* line 128, sass/plugin-fancybox.sass */
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px; }
  
  /* line 132, sass/plugin-fancybox.sass */
  .fancybox-nav:hover span {
    visibility: visible; }
  
  /* line 136, sass/plugin-fancybox.sass */
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
  
  /* Overlay helper */
  /* line 148, sass/plugin-fancybox.sass */
  .fancybox-lock {
    overflow: hidden; }
  
  /* line 151, sass/plugin-fancybox.sass */
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010; }
  
  /* line 159, sass/plugin-fancybox.sass */
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  
  /* line 164, sass/plugin-fancybox.sass */
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background-color:rgba(0,0,0,0.6)}
  
  /* Title helper */
  /* line 169, sass/plugin-fancybox.sass */
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }
  
  /* line 176, sass/plugin-fancybox.sass */
  .fancybox-opened .fancybox-title {
    visibility: visible; }
  
  /* line 179, sass/plugin-fancybox.sass */
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }
  
  /* line 187, sass/plugin-fancybox.sass */
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222222;
    color: white;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }
  
  /* line 202, sass/plugin-fancybox.sass */
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: white; }
  
  /* line 208, sass/plugin-fancybox.sass */
  .fancybox-title-inside-wrap {
    padding-top: 10px; }
  
  /* line 211, sass/plugin-fancybox.sass */
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 10px;
    background: black;
    background: rgba(0, 0, 0, 0); }
  