.art_box{
	
	background: #ffffff;
	border-radius: 10px;
	  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	position: relative;
	margin: 20px 0 40px 0
}

.art_box_inside{
	
	width: 90%;
	margin: 0 auto;

}

.art_images{
	
	width:100%;
	text-align: center;
	position: relative;
	top:-30px
	
	
}

.art_images img{
	
	width:100%;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	height: 170px;

}

.imghover2{
	
	background:url(icon/transparent.png) repeat;
	height: 170px;
	width: 100%;
	position: absolute;
	border-radius: 20px;
	margin: 0 auto

}

h2.art_caption{
	
	color: #e83f50;
	font-size: 16px;
	text-align: right
	
}


.art_text{
	
	height: 97px;
	overflow:hidden;
}

.art_text > p{
	
	text-align: justify
}

.art_link{
	
	text-align: left;
	background: #eeeeee;
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;

}

.art_link:hover{
	
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.art_link a{
	
	color: #5a5a5a;
	font-family: 'joominabold';
		margin-left: 15px

}