@charset "utf-8";
/* CSS Document */




#video_map,
#photo_map{
    width: 100%;
    margin:0 auto 20px;
    overflow: hidden;
}



#video_map .Staff {
        float: left;
    width: calc( 33.33333% - 20px);
    height: auto;
    margin: 5px 10px 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #ebebeb;
	    position: relative;  

}
#video_map .Staff .picture {
	position: relative;
    top: 0;
    left: 0;
}
#video_map .Staff .picture > img{
	width:100%;
}
#video_map .Staff .picture .Broadcast {
	position: absolute;
    left: 50%;
    top: 50%;
	margin-top:-30px;
	margin-left:-50px;
    z-index: 100;
}
#video_map .Staff .map > div {
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
}
#video_map .Staff .map .title {
	padding:10px 5px;
    font-size: 14px;
	line-height: 20px;
	height:40px;
	overflow: hidden;
	text-align: center;
}


#photo_map .Staff {
    float: left;
    height:auto;
    padding:10px;
    overflow: hidden;
	    border: 1px solid #CCC;
    margin: 10px;
	width:calc(33.33333333% - 20px);
}

#photo_map .Staff .picture {
	width:100%;
	height:270px;
	overflow: hidden;
}
#photo_map .Staff .map {
    background-color: #fff;
}
#photo_map .Staff .map > div {
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
}
#photo_map .Staff .map .title {
	font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 5px;
}





/*--PHOTO--*/
.albums_wrapper{
	margin-left:-1%;
	margin-right:-1%;
}
 .Staff{
	float:left;
	width:23%;
	margin:0 1% 1%;
}
.albums_box{
	border: 1px solid #cec9c9;
    border-bottom: 3px solid #d00d0d;
    background-color: #FFF;
	overflow: hidden;
	padding:10px;

}
.albums_box > div{
	margin-bottom:10px;
}
.albums_box .albums_image {
	overflow: hidden;
	
	}
.albums_box .albums_image img {
	width:100%;
	display:block;
	transition: all 0.6s ease;
}

.albums_box .albums_image:hover  img{
	transform: scale(1.08);

}


.albums_box .albums_title{
	font-size: 16px;
    color: #333;
    margin: 0px 20px 35px;
}
.albums_box .albums_date{
	width: 200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    background: #d00d0d;
    padding: 15px 0;
    position: relative;
	top:-30px;
}
.albums_box .albums_date:after{
	content: "";
	position: absolute;
	top:5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	border: 1px solid #fff;}
.albums_box .albums_more{
	font-size: 12px;
    color: #999;
	text-align:right;
}
.albums_box .albums_text{
	font-size: 12px;
    line-height: 20px;
    color: #666;
	margin: 0px 20px 15px;
}


@media (max-width: 992px) {
.Staff{
	float:left;
	width: calc(33.3333% - 20px);
	margin:10px;
}

#video_map .Staff {
    float: left;
    width: calc( 50% - 20px);
    height: auto;
    margin: 5px 10px 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #ebebeb;
}

}

@media (max-width: 767px) {
.Staff{
	float:left;
	width: calc(100% - 30px);
	margin:15px;
}
#photo_map .Staff {
  
    width: calc(100% - 20px);
}
#video_map .Staff {
    float: left;
    width: calc( 100% - 20px);
    height: auto;
    margin: 5px 10px 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #ebebeb;
}
}