/* 
This is the section css for
Honors College Photos 
*/
/******	PHOTO ARCHIVE 23 PAGE	*****/
#hoverOverlaySection{
	padding: 0% 5%;
	margin-top: 3%;
}
#hoverOverlaySection .grid2{
	padding: 0px 2%;
}
#hoverOverlaySection .grid2 img{
	width: 100%;
}
#hoverOverlaySection .grid2 .row-responsive{
	margin-top: 0px;
	margin-bottom: 0px;
}
#hiddenTiles{

}
.hideSection{
	display: none;
}
.centerText{
	text-align: center;
}


#home-content .photos img{
	width:100%;
}
#home-content .photos .grid4{
	padding-bottom: 20px;
}
.spacing-div .grid2{
	margin-bottom: 30px;
}

/*	FANCYBOX INFO	*/

.fancybox-opened{
	width: 90% !important;
	height: 90% !important;
	top: 5% !important;
	left: 5% !important;
}
.fancybox-skin{
	height: 95% !important;
}
.fancybox-outer{
	height: 100% !important;
}
.fancybox-inner{
	width: 100% !important;
	height: 100% !important;
}
.fancybox-inner > div{
	width: auto;
	min-width: 75%;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
}
.fancybox-inner > div img{
	display: block;
	margin: 0 auto;
}
.fancybox-inner > div .grid6{
	padding: 0px 30px;
}
.fancybox-inner > div .grid6:last-of-type{
	padding: 30px;
}
.fancybox-inner > div h2{
	text-align: center;
	font-size: 3em;
}
.fancybox-next span, .fancybox-prev span{
	visibility: visible;
}
.fancybox-prev span{
	left: 0px;
}
.fancybox-next span{
	right: 0px;
}
.fancybox-nav{
	width: 75px;
	height: 100%;
}