
.case-container{
	overflow: hidden;
	margin: 0 -20px;
}
.case-col{
	width: 25%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 25px;
}


.case-item{
	margin-bottom: 25px;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
}
.case-item .img-box{
	cursor: pointer;
}
.case-item .img-box img{
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.case-item .name{
	font-size: 24px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.case-item .bottom{
	position: relative;
	width: 100%;
	border-top: none;
	padding: 0 15px;
}
.case-item .bottom p{
	border-bottom: 1px solid #D6D6D6;
	margin: 0;
	line-height: 60px;
	height: 60px;
	position: relative;
}
.case-item .bottom p:last-child{
	border: none;
}
.case-item .bottom p:hover .btn{
	display: block;
}
.case-item .btn{
	width: 84px;
	line-height: 26px;
	position: absolute;
	right: 0;
	bottom: 15px;
	display: none;
}
.case-item .bottom p:hover:before{
	content: ' ';
	display: block;
	position: absolute;
	right: 84px;
	bottom: 0;
	width: 60px;
	height: 59px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) , #fff);
  background: -moz-linear-gradient(right, rgba(255,255,255,0.1), #fff);
  background: linear-gradient(to right, rgba(255,255,255,0.1) , #fff); 
}


.modal-case .modal-content{
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.modal-case .bottom .btn{
	display: block;
}

.modal-case>.btn{
	position: fixed;
	top: 50%;
	margin-top: -30px;
	padding: 25px 15px;
	cursor: pointer;
}
.modal-case>.btn:hover{
	background: #333;
}
.modal-case>.btn:active{
	background: #000;
}
.modal-case>.prevBtn{
	left: 10px;
}
.modal-case>.nextBtn{
	right: 10px;
}