@charset "utf-8";
/* CSS Document */
.slider {
	max-width: 1200px;
	margin: 1rem auto 0;
}
.slider .slides .slide .description {
	padding-right: 1rem;
}
.news .main article .entry>.photo.lead {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;	
}
.news .main article .entry>.photo.lead img {
    opacity: 0;
    filter: alpha(opacity=0);
	width: 100%;
	height: 100%;	
}
.study.students .main ul li .photoContainer {
  	width: 100%;
	height: 320px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;	
}
.study.students .main ul li .photoContainer a {
  background: none;
  width: 100%;
  height: 100%;	
}
.study.students .main ul li .photoContainer img {
    opacity: 0;
    filter: alpha(opacity=0);
	width: 100%;
	height: 100%;	
}
.study.student .main article .basicInfo .photoContainer {
  	width: 100%;
	height: 320px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.study.student .main article .basicInfo .photoContainer img {
    opacity: 0;
    filter: alpha(opacity=0);
	width: 100%;
	height: 100%;	
}
.study.student .main article .additionalInfo .photos {
  width: calc(3.8/12 * 100%);
}
.study.student .main article .additionalInfo .photos .photoContainer {
  	width: 100%;
	height: 320px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.study.student .main article .additionalInfo .photos .photoContainer img {
    opacity: 0;
    filter: alpha(opacity=0);
	width: 100%;
	height: 100%;	
}
.gallery.list .list .item .more {
    display: inline-block;
    padding: .5rem 2rem;
    background-color: #282828;
    color: #fff;
    font-weight: 700;
	margin-top: 0.5rem;	
}
.gallery.list .list .item a:hover {
	text-decoration: none;
}
.gallery.list .list .item .more:hover {
    background-color: #b79d7c;
}
.gallery.list .list .item .photoContainer {
  	width: 100%;
	height: 280px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.gallery.list .list .item .photoContainer img {
    opacity: 0;
    filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}
.gallery.list .list .item > h2 > a {
	background: none;
	color: #282828;
	padding: 0;
}
.gallery2 .galleryContainer {
  width: 290px;
  height: 290px;
  float: left;
  margin-left: 2px;
  margin-right: 2x;  
  margin-bottom: 2px;
  padding: 0;
  position: relative;
}
.gallery2 .galleryContainer .photoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.gallery2 .galleryContainer .photoContainer .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);  
}
.gallery2 .galleryContainer .title {
  position: absolute;
  text-align: center;
  bottom: 0px;
  height: 120px;
  right: 0px;
  left: 0px;
  display: block;
  background-color:rgba(25,55,101,0.65);
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 5px;
  margin: 0;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery2 .galleryContainer .title .description {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;	
}
.gallery2 .galleryContainer:hover .title {
  background-color:rgba(25,55,101,0.65);
  height: auto;
  margin: 0;  
  top: 0px;
  padding-top: 80px;  
}
.gallery2 .galleryContainer:hover .title .zoom {
  font-size: 1.5em;
}