
#content .column {
	margin-left: -30px;
	margin-right: -25px;
}
#content .column .item {
	/* min-height: 475px; */
	position: relative;
	height: calc(100% - 20px);

}
#content .column .item .title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 3px 3px 3px #000000;
	z-index: 2;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	padding: 5px;
}
@media (max-width: 786px){
	#content .column .item .title{
		font-size: 15px;
		line-height: 16px;
	}
}
#content .column .item .title a{
	color:#ffffff;
}
#content .column .item .info {
    position: relative;
    padding: 12px 10px !important;
}
#content .column .item  .button {
	/* position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -58px; */
}
/* city index*/
