/* NAME: lightbox.css */
/* LOCATION: http://luc.edu/media/home/stylesheets/ */

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url('/media/home/images/close.png') url('/media/home/images/loading.gif') url('/media/home/images/prev.png') url('/media/home/images/next.png');
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color:#151515;     /*DEV NOTE Lightbox background overlay color*/
  opacity:0.85;                 /*DEV NOTE Lightbox background overlay opacity*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  margin-top:100px;             /*DEV NOTE Add margin to top to account for page header*/
  width: 100%;
  z-index: 10001;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  max-width: inherit; 
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 0px;   /*DEV NOTE I changed these to keep consistent with page design*/
  -moz-border-radius: 0px;      /*DEV NOTE I changed these to keep consistent with page design*/
  -ms-border-radius: 0px;       /*DEV NOTE I changed these to keep consistent with page design*/
  -o-border-radius: 0px;        /*DEV NOTE I changed these to keep consistent with page design*/
  border-radius: 0px;           /*DEV NOTE I changed these to keep consistent with page design*/
  max-width: inherit;           /*DEV NOTE This is an important bootstrap fix - without image sizes are whatever BS3 modals are set to*/
}

.lb-image, .lb-dataContainer {
 max-width: 100%;
 height: auto !important;
 width: 100%;
}
/*
@media only screen and (min-width: 960px) and (max-width: 2560px) {
     .lightbox{
		width: 100%;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
     .lightbox{
		width: 100%;
	}	
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
     .lightbox{
		width: 100%;
	}	
}

@media only screen and (min-width: 318px) and (max-width: 480px) {
     .lightbox{
		width: 100%;
	}	
}
@media only screen and (min-width: 0px) and (max-width: 317px) {
     .lightbox{
		width: 317px;
	}		
}*/

/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: #525252;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 0px;   /*DEV NOTE I changed these to keep consistent with page design*/
  -moz-border-radius: 0px;      /*DEV NOTE I changed these to keep consistent with page design*/
  -ms-border-radius: 0px;       /*DEV NOTE I changed these to keep consistent with page design*/
  -o-border-radius: 0px;        /*DEV NOTE I changed these to keep consistent with page design*/
  border-radius: 0px;           /*DEV NOTE I changed these to keep consistent with page design*/
  padding:0;                    /*DEV NOTE I changed these to keep consistent with page design*/
  border: solid 10px #EEEEEE;
}


/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
  background-color: #525252;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/media/home/images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: -10%;
  height: 100%;
  width: 120%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
  background: url('/media/home/images/nav-large-prev.png') no-repeat scroll 0 0 transparent;
  background-position: 0 50%;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
  background: url('/media/home/images/nav-large-next.png') no-repeat scroll 0 0 transparent;
  background-position: 100% 50%;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  height: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-image, .lb-dataContainer {
  max-width: 100%;
  height: auto !important;
  width: 100%;
  max-width: none;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  margin: 3px;
  padding: 0;
  color: #bbbbbb;
  min-width: 100%;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  margin-left: -7px;
  width: 98%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
  position:relative;              /*DEV NOTE I changed these to keep consistent with page design*/
  right:0px;                      /*DEV NOTE I changed these to keep consistent with page design*/
  top:10px;                       /*DEV NOTE I changed these to keep consistent with page design*/
}
html.wf-minionpro-n4-active body.subsite div#lightbox.lightbox div.lb-dataContainer div.lb-data div.lb-details span.lb-caption { float: left; width: 90%; }
html.wf-minionpro-n4-active body.subsite div#lightbox.lightbox div.lb-dataContainer div.lb-data div.lb-details span.lb-number { float: right; width: 50px; }

@media all and (max-width: 480px){
.lb-data .lb-caption {
  font-size: 13px;
  position:relative;              /*DEV NOTE I changed these to keep consistent with page design*/
  right:10px;                     /*DEV NOTE I changed these to keep consistent with page design*/
  top:10px;  
}
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  float: right;
  margin: 14px 0 0 0;
  width: 70px;
  font-size: 16px;
  color: #bbbbbb;
  text-align: right;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 18px;
  height: 30px;
  background: url('/media/home/images/close.png') no-repeat top right transparent;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  position:relative;            /*DEV NOTE I changed these to keep consistent with page design*/
  top: 11px;                     /*DEV NOTE I changed these to keep consistent with page design*/
  right: -3px;                    /*DEV NOTE I changed these to keep consistent with page design*/
}
@media all and (max-width: 480px){
.lb-data .lb-close {
  position:relative;             /*DEV NOTE I changed these to keep consistent with page design*/
  left:10px;                     /*DEV NOTE I changed these to keep consistent with page design*/
}
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


