.popular-directions{
	padding: 10px 0 25px 0;
	background: url('/images/index-popular-directions-bg.jpg') no-repeat top center;
	text-align: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.shadow_popular_directions {
	background: url(images/sh.png) repeat-x top;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.4;
}
.popular-directions .popular-direction-item{
	display: inline-block;
	width: 205px;
	height: 180px;
	margin: 0 0 30px 0;
	background-repeat: none;
	background-size: cover;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}
.popular-directions .popular-direction-item:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.popular-directions .popular-direction-item span{
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}