.place-box span.place-link{
	cursor: pointer;
}

.place-box span.place-link .entry-thumbnail {
    background-position: 50%;
    background-size: cover;
    position: relative;
    height: 250px;
}

.place-box span.place-link .entry-title {
    background: rgba(0,0,0,0.54) !important;
    -webkit-transition: background 0.2s ease 0.1s  !important;
    -o-transition: background 0.2s ease 0.1s  !important;
    transition: background 0.2s ease 0.1s  !important;
}

a.entry-title, a.entry-title:hover {
	text-decoration: none;
}

.landmark_info .info_item.date_pub {
	font-size: 12px;
	color: #7f7d7d;
	
}
.landmark_info .info_item.date_pub span{
	font-size: 12px;
	font-weight: normal;
	color: #7f7d7d;
}