@font-face {
  font-family: 'quadraatsans-bold';
  src: url("../fonts/QuadraatSansWeb-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/QuadraatSansWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'quadraatsansmono';
  src: url("../fonts/QuadraatSansMonoWebd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/QuadraatSansMonoWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'quadraatsans';
  src: url("../fonts/QuadraatSansWebd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/QuadraatSansWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'quadraatsans-bolditalic';
  src: url("../fonts/QuadraatSansWeb-BoldItad41d.eot?#iefix") format("embedded-opentype"), url("../fonts/QuadraatSansWeb-BoldIta.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 3, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
/* line 15, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../img/icons/fancybox.png");
}

/* line 25, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}

/* line 36, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

/* line 44, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1101;
  display: none;
}

/* line 54, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #d6d7d7;
}

/* line 62, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

/* line 74, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/* line 83, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 13px;
  height: 13px;
  background-image: url("../img/icons/icon_close.png");
  background-position: 0px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
/* line 94, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-close:hover {
  background-image: url("../img/icons/icon_close_hover.png");
}

/* line 99, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}

/* line 106, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

/* line 113, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

/* line 124, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* line 132, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

/* line 141, ../sass/jquery.fancybox-1.3.1.scss */
.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}

/* line 147, ../sass/jquery.fancybox-1.3.1.scss */
.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

/* line 154, ../sass/jquery.fancybox-1.3.1.scss */
.fancybox-title-over {
  color: #FFF;
  text-align: left;
}

/* line 159, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-over {
  padding: 10px;
  background-image: url("../img/backgrounds/fancy_title_over.png");
  display: block;
}

/* line 165, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-wrap {
  display: inline-block;
}
/* line 167, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

/* line 173, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-left {
  padding-left: 15px;
  background-image: url("../img/icons/fancybox.png");
  background-position: -40px -90px;
  background-repeat: no-repeat;
}

/* line 180, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url("../img/backgrounds/fancybox-x.png");
  background-position: 0px -40px;
  color: #FFF;
}

/* line 188, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-title-right {
  padding-left: 15px;
  background-image: url("../img/icons/fancybox.png");
  background-position: -55px -90px;
  background-repeat: no-repeat;
}

/* line 195, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url("../img/backgrounds/blank.gif");
  z-index: 1102;
  display: none;
}

/* line 207, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-left {
  left: 0px;
}

/* line 211, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-right {
  right: 0px;
}

/* line 215, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

/* line 227, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-left-ico {
  background-image: url("../img/icons/fancybox.png");
  background-position: -40px -30px;
}

/* line 232, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-right-ico {
  background-image: url("../img/icons/fancybox.png");
  background-position: -40px -60px;
}

/* line 237, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-left:hover span {
  left: 20px;
}

/* line 241, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

/* line 246, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-outer.fancybox_padded {
  padding-bottom: 40px !important;
}

/* line 249, ../sass/jquery.fancybox-1.3.1.scss */
#fancybox-inner.fancybox_padded {
  top: 40px !important;
}
