/* line 2, ../scss/jquery.imageBoom.scss */
.boom-image-container {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  position: relative;
  overflow: visible;
}

/* line 9, ../scss/jquery.imageBoom.scss */
.boom-image-container img, .boom-image-container canvas {
  padding: 0px;
  margin: 0px;
}

/* line 18, ../scss/jquery.imageBoom.scss */
.boom-active-container {
  display: inline;
}

/* line 24, ../scss/jquery.imageBoom.scss */
.boom-image-wrap {
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: #252525 url("photo-bg.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  opacity: 1 !important;
}
/* line 42, ../scss/jquery.imageBoom.scss */
.boom-image-wrap.boom-hover .boom-image {
  z-index: 2500;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
/* line 47, ../scss/jquery.imageBoom.scss */
.boom-image-wrap .boom-image {
  position: absolute;
  overflow: hidden;
}
/* line 50, ../scss/jquery.imageBoom.scss */
.boom-image-wrap .boom-image img, .boom-image-wrap .boom-image canvas {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
}
/* line 57, ../scss/jquery.imageBoom.scss */
.boom-image-wrap .boom-image canvas.boom-mask {
  position: absolute;
  z-index: 1990;
}
/* line 61, ../scss/jquery.imageBoom.scss */
.boom-image-wrap .boom-image.boom-blackout {
  background-color: #000000;
  opacity: 1 !important;
}
/* line 68, ../scss/jquery.imageBoom.scss */
.boom-image-wrap.boom-active .boom-image {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  overflow: visible;
  z-index: 3000;
}
/* line 76, ../scss/jquery.imageBoom.scss */
.boom-image-wrap.boom-active .boom-image canvas.boom-mask {
  z-index: 0;
}
/* line 80, ../scss/jquery.imageBoom.scss */
.boom-image-wrap.boom-active .boom-image .boom-caption {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #272727), color-stop(100%, #161616));
  background: -webkit-linear-gradient(top, #272727, #161616);
  background: -moz-linear-gradient(top, #272727, #161616);
  background: -o-linear-gradient(top, #272727, #161616);
  background: -ms-linear-gradient(top, #272727, #161616);
  background: linear-gradient(top, #272727, #161616);
  border-top: 1px solid #0A0A0A;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 3000;
}
/* line 90, ../scss/jquery.imageBoom.scss */
.boom-image-wrap.boom-active .boom-image .boom-caption span {
  display: block;
  padding: 10px 0 10px 0;
  line-height: 30px;
  border-top: 1px solid #494747;
  border-right: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
  border-left: 1px solid #0A0A0A;
}

/* line 114, ../scss/jquery.imageBoom.scss */
.boom-index {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #272727), color-stop(100%, #161616));
  background: -webkit-linear-gradient(bottom, #272727, #161616);
  background: -moz-linear-gradient(bottom, #272727, #161616);
  background: -o-linear-gradient(bottom, #272727, #161616);
  background: -ms-linear-gradient(bottom, #272727, #161616);
  background: linear-gradient(bottom, #272727, #161616);
  border-top: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-box-shadow: inset 0px -1px #494747, inset 0px 1px #494747, inset -1px 0px #494747, inset 1px 0px #494747;
  -webkit-box-shadow: inset 0px -1px #494747, inset 0px 1px #494747, inset -1px 0px #494747, inset 1px 0px #494747;
  box-shadow: inset 0px -1px #494747, inset 0px 1px #494747, inset -1px 0px #494747, inset 1px 0px #494747;
  text-transform: uppercase;
}
/* line 123, ../scss/jquery.imageBoom.scss */
.boom-index a {
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 10px;
}

/* line 132, ../scss/jquery.imageBoom.scss */
.boom-nav {
  position: absolute;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  height: 52px;
  opacity: 0;
  border-top: 1px solid #0A0A0A;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #0A0A0A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* line 143, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-next, .boom-nav .boom-prev {
  border-top: 1px solid #494747;
  border-bottom: 1px solid #494747;
  line-height: 50px;
  text-shadow: 0px -1px 0px black;
}
/* line 151, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-next {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #272727), color-stop(100%, #161616));
  background: -webkit-linear-gradient(left, #272727, #161616);
  background: -moz-linear-gradient(left, #272727, #161616);
  background: -o-linear-gradient(left, #272727, #161616);
  background: -ms-linear-gradient(left, #272727, #161616);
  background: linear-gradient(left, #272727, #161616);
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #343434;
  position: relative;
  float: right;
  height: 50px;
  width: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
/* line 166, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-prev {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #272727), color-stop(100%, #161616));
  background: -webkit-linear-gradient(right, #272727, #161616);
  background: -moz-linear-gradient(right, #272727, #161616);
  background: -o-linear-gradient(right, #272727, #161616);
  background: -ms-linear-gradient(right, #272727, #161616);
  background: linear-gradient(right, #272727, #161616);
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px solid #343434;
  position: relative;
  float: left;
  height: 50px;
  width: 50px;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
/* line 180, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-next-image {
  background: url('next-bg.png?1319598353'), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #161616), color-stop(100%, #272727));
  background: url('next-bg.png?1319598353'), -webkit-linear-gradient(left, #161616, #272727);
  background: url('next-bg.png?1319598353'), -moz-linear-gradient(left, #161616, #272727);
  background: url('next-bg.png?1319598353'), -o-linear-gradient(left, #161616, #272727);
  background: url('next-bg.png?1319598353'), -ms-linear-gradient(left, #161616, #272727);
  background: url('next-bg.png?1319598353'), linear-gradient(left, #161616, #272727);
  background-position: center center;
}
/* line 184, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-next-image:hover {
  background: url('next-bg.png?1319598353'), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #272727), color-stop(100%, #494747));
  background: url('next-bg.png?1319598353'), -webkit-linear-gradient(left, #272727, #494747);
  background: url('next-bg.png?1319598353'), -moz-linear-gradient(left, #272727, #494747);
  background: url('next-bg.png?1319598353'), -o-linear-gradient(left, #272727, #494747);
  background: url('next-bg.png?1319598353'), -ms-linear-gradient(left, #272727, #494747);
  background: url('next-bg.png?1319598353'), linear-gradient(left, #272727, #494747);
  background-position: center center;
}
/* line 190, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-prev-image {
  background: url('prev-bg.png?1319598353'), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #161616), color-stop(100%, #272727));
  background: url('prev-bg.png?1319598353'), -webkit-linear-gradient(right, #161616, #272727);
  background: url('prev-bg.png?1319598353'), -moz-linear-gradient(right, #161616, #272727);
  background: url('prev-bg.png?1319598353'), -o-linear-gradient(right, #161616, #272727);
  background: url('prev-bg.png?1319598353'), -ms-linear-gradient(right, #161616, #272727);
  background: url('prev-bg.png?1319598353'), linear-gradient(right, #161616, #272727);
  background-position: center center;
}
/* line 194, ../scss/jquery.imageBoom.scss */
.boom-nav .boom-prev-image:hover {
  background: url('prev-bg.png?1319598353'), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #272727), color-stop(100%, #494747));
  background: url('prev-bg.png?1319598353'), -webkit-linear-gradient(left, #272727, #494747);
  background: url('prev-bg.png?1319598353'), -moz-linear-gradient(left, #272727, #494747);
  background: url('prev-bg.png?1319598353'), -o-linear-gradient(left, #272727, #494747);
  background: url('prev-bg.png?1319598353'), -ms-linear-gradient(left, #272727, #494747);
  background: url('prev-bg.png?1319598353'), linear-gradient(left, #272727, #494747);
  background-position: center center;
}
