/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 6, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 7, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxWrapper {
  max-width: none;
}

/* line 8, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 9, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 10, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxContent {
  position: relative;
}

/* line 11, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 12, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxTitle {
  margin: 0;
}

/* line 13, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 15, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 16, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 17, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.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 24, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 25, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#colorbox {
  outline: 0;
}

/* line 26, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

/* line 27, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxIframe {
  background: #fff;
}

/* line 28, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 29, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

/* line 30, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxLoadingGraphic {
  background: url(/assets/colorbox/example2/loading-646ef3b2d197aebb633ba93a32485e9b289956697f8e0658d4b642c1aae5997d.gif) no-repeat center center;
}

/* line 31, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxLoadingOverlay {
  background: #000;
}

/* line 32, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

/* line 33, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#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 36, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.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(/assets/colorbox/example2/controls-cd32eebe32e09a98546b167fe60b0b1f23f3ef4036c0a1fdd78bafa9d1b6c65d.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 39, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 41, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 42, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxPrevious:hover {
  background-position: 0px -25px;
}

/* line 43, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 44, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxNext:hover {
  background-position: -25px -25px;
}

/* line 45, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 46, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
#cboxClose:hover {
  background-position: -50px -25px;
}

/* line 47, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 48, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 49, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

/* line 50, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 51, /usr/share/rvm/gems/ruby-2.6.6@bacancy_collaboration/gems/jquery-colorbox-rails-1.7.6/vendor/assets/stylesheets/jquery.colorbox-example2.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
