/*colorbox*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 7, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 8, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxWrapper {
  max-width: none;
}

/* line 9, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 10, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 11, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxContent {
  position: relative;
}

/* line 12, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 13, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxTitle {
  margin: 0;
}

/* line 14, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 15, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 16, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 17, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 18, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 25, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxOverlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 26, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#colorbox {
  outline: 0;
}

/* line 27, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxTopLeft {
  width: 21px;
  height: 21px;
}

/* line 28, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxTopRight {
  width: 21px;
  height: 21px;
}

/* line 29, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
}

/* line 30, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxBottomRight {
  width: 21px;
  height: 21px;
}

/* line 31, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxMiddleLeft {
  width: 21px;
}

/* line 32, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxMiddleRight {
  width: 21px;
}

/* line 33, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxTopCenter {
  height: 21px;
}

/* line 34, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxBottomCenter {
  height: 21px;
}

/* line 35, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}

/* line 36, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
.cboxIframe {
  background: #fff;
}

/* line 37, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 38, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 39, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 42, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 45, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 47, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/* line 48, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 49, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 50, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 51, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxClose {
  background: none;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  text-indent: 0;
  z-index: 3;
}

/* line 59, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
.hktvui.sprite-common-overlay-close-22 {
  background-position: -1633px -103px;
  width: 22px;
  height: 22px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 69, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* line 80, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.75);
}

/* line 84, ../../../../resource/compass/_ui/desktop/common/css/colorBox1511.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  display: none !important;
}
