/*gallery*/
#gallery2 {
    border: 1px solid #ddd;
	background-color: #fff;
}
#gallery2 h4 {
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 0 -15px;
    padding: 15px !important;
    background: linear-gradient(to top,#fff,#f1f1f1);
    line-height: 16px;
}
#gallery2 h4 a{
	font-size: 12px;
    background-color: transparent;
    color: #5d5d5d;
    text-decoration: none;
    position: absolute;
    top: -5px;
    border: 0px;
    right: 0;
    padding: 5px;
    line-height: 14px;
    border-radius: 5px;
    font-weight: 600;
}
#gallery2 .owl-carousel a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ddd;
}
#gallery2 .owl-carousel a:hover {
	border: 1px solid #000;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}
#gallery2 .owl-carousel a img{
	width: 100%;
}
#gallery2 .owl-carousel a .gallery-txt-wrp{
	background-color: #fff;
	font-size: 12px;
}
#gallery2 .owl-carousel a .gallery-txt-wrp p{
	line-height: 20px;
}
#gallery2 .owl-carousel a .gallery-txt-wrp strong{
	display: block;
}
#gallery2 .owl-carousel a .gallery-txt-wrp .date{
	color: #999;
	display: inline-block;
}