/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, _sass/fancybox.scss */
.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 20, _sass/fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, _sass/fancybox.scss */
.fancybox-skin {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  border: 2px solid #5a5d62 !important;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 38, _sass/fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 42, _sass/fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 48, _sass/fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 52, _sass/fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 56, _sass/fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 60, _sass/fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 68, _sass/fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 74, _sass/fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 79, _sass/fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/sites/all/libraries/fancybox/source/fancybox_sprite.png);
}

/* line 83, _sass/fancybox.scss */
#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 95, _sass/fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/sites/all/libraries/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

/* line 101, _sass/fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -32px !important;
  right: -2px !important;
  width: 80px !important;
  height: 30px !important;
  padding: 5px 10px !important;
  background-color: #ff6b00 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  background-image: none !important;
  cursor: pointer;
  z-index: 8040;
}

/* line 118, _sass/fancybox.scss */
.fancybox-close:before {
  content: "Close [X]" !important;
}

/* line 122, _sass/fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/sites/all/libraries/fancybox/source/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 134, _sass/fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 138, _sass/fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 142, _sass/fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 153, _sass/fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 158, _sass/fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 163, _sass/fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 167, _sass/fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 178, _sass/fancybox.scss */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

/* line 183, _sass/fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 187, _sass/fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 191, _sass/fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/sites/all/libraries/fancybox/source/fancybox_overlay.png);
}

/* line 201, _sass/fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 207, _sass/fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 214, _sass/fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 222, _sass/fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 226, _sass/fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 235, _sass/fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 251, _sass/fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 257, _sass/fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 261, _sass/fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 276, _sass/fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: none !important;
    background-size: none !important;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 281, _sass/fancybox.scss */
  #fancybox-loading div {
    background-color: none !important;
    background-image: url(/sites/all/libraries/fancybox/source/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 288, _sass/fancybox.scss */
#fancybox-hide-sel-frame {
  visibility: hidden;
}
