/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
/* line 21, _scss/_s_define.scss */
.test {
  font-size: 0.8em;
  font-size: 0.96em;
  font-size: 1.152em;
  font-size: 1.3824em;
  font-size: 1.65888em;
  font-size: 1.99066em;
  font-size: 10px;
  font-size: 12px;
  font-size: 14px;
  font-size: 16px;
  font-size: 20px; }

/* line 9, _scss/colorbox.scss */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

/* line 19, _scss/colorbox.scss */
#cboxWrapper {
  max-width: none; }

/* line 21, _scss/colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 27, _scss/colorbox.scss */
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

/* line 30, _scss/colorbox.scss */
#cboxContent {
  position: relative; }

/* line 32, _scss/colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* line 37, _scss/colorbox.scss */
#cboxTitle {
  margin: 0; }

/* line 39, _scss/colorbox.scss */
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 48, _scss/colorbox.scss */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

/* line 53, _scss/colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: 98%;
  -ms-interpolation-mode: bicubic; }

/* line 62, _scss/colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

/* line 71, _scss/colorbox.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 84, _scss/colorbox.scss */
#cboxOverlay {
  background: #fff; }

/* line 86, _scss/colorbox.scss */
#colorbox {
  outline: 0; }

/* line 88, _scss/colorbox.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: black; }

/* line 94, _scss/colorbox.scss */
.cboxIframe {
  background: white; }

/* line 96, _scss/colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/* line 101, _scss/colorbox.scss */
#cboxLoadedContent {
  background: black;
  padding: 1px; }

/* line 106, _scss/colorbox.scss */
#cboxLoadingGraphic {
  background: url(/_app/_img/loading.gif) no-repeat center center; }

/* line 108, _scss/colorbox.scss */
#cboxLoadingOverlay {
  background: black; }

/* line 110, _scss/colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: black; }

/*
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 124, _scss/colorbox.scss */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/_app/_img/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 141, _scss/colorbox.scss */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

/* line 146, _scss/colorbox.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

/* line 151, _scss/colorbox.scss */
#cboxPrevious:hover {
  background-position: 0px -25px; }

/* line 153, _scss/colorbox.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

/* line 158, _scss/colorbox.scss */
#cboxNext:hover {
  background-position: -25px -25px; }

/* line 160, _scss/colorbox.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0; }

/* line 165, _scss/colorbox.scss */
#cboxClose:hover {
  background-position: -50px -25px; }

/* line 167, _scss/colorbox.scss */
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

/* line 170, _scss/colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

/* line 175, _scss/colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

/* line 177, _scss/colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

/* line 182, _scss/colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }
