@charset "utf-8";
/* CSS Document */
p.title{
	text-align: center;
	color: #858585;
	font-size: 15px;
	line-height: 1.8;
	margin: 75px 0 45px 0;
}
ul.mediaList{
	margin:0 -7px;}

ul.mediaList li{
	position:relative;
	padding:7px;
	cursor:pointer;}

ul.mediaList .item{
	position:relative;
	box-shadow:0px 5px 8px rgba(0,0,0,0.05);}

ul.mediaList .item .video{/*影片icon*/
	background:#FFF;
	width:50px;
	height:50px;
	font-size:30px;
	line-height:50px;
	text-align:center;
	color:#B41313;
	border-radius:100%;
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:50%;
	margin-top:-25px;
	z-index:99;}

ul.mediaList li .m_title{
	display:none;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding:5px 7px;
	font-size:17px;
	
	color:#FFF;
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;}

ul.mediaList .item .Img{
	background:#000;}

ul.mediaList .item .Img img{
	display:block;
	width:100%;}
ul.mediaList .item .Txt{
	display:block;
	background:#fff;
	color:#666;
	padding:30px 30px 35px 30px;
	text-align:center;}

ul.mediaList .item .Txt h3{
	font-size:18px;
	color:#9e222d;
	font-family:微軟正黑體;
	line-height:1.5;
	font-weight:normal;
	padding-bottom:20px;}

ul.mediaList .item .Txt h3 a{
	display:block;
	width:100%;
	font-size:17px;
	color:#a5896f;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

ul.mediaList .item .Txt p{
	width:100%;
	font-size:13px;
	line-height:1.5;
	color:#858585;}

/*767*/
@media (max-width: 767px){}
/*767 end*/

/*640*/
@media (max-width: 640px){	
}
/*640 end*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}