/* ==========================================================================
   Towns Mapping CSS
   ========================================================================== */
#map-shadow{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);

	display: block;
	max-width:990px;
	width: 100%;
	padding: 10px;
	margin: 15px 0 10px;
}
#map-shadow *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#towns-mapping{
	display:block;
	background:url(towns-map/towns-map-bg.jpg) no-repeat;
	position:relative;
	max-width:990px;
	width:100%;
	min-height:358px;
	height:auto;
}
#towns-mapping .town-coordinates{
	display:inline-block;
	background:url(towns-map/sprite-map.png) no-repeat;
	background-position: -1px -11px;
	position:relative;
	max-width:252px;
	min-height:301px;
	width:100%;
	height:auto;
	margin: 8px 10px 10px 4px;
	overflow:hidden;
	vertical-align: top;
}
#towns-mapping .town-details{
	display: inline-block;
	width: 66%;
	padding: 50px 0 15px 70px;
	vertical-align: top;
}
#towns-mapping .town-details img{max-width: 100%; border: solid 2px #FFF;}
#towns-mapping .town-left{
	display: inline-block;
	width: 53%;
	vertical-align: top;
}
#towns-mapping .town-left .ft-img{
	display: block;
	width: 100%;
}
#towns-mapping .town-left .town-title{
	display: block;
	max-width: 306px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size:20px;
	color: #353535;
	text-transform: uppercase;
	text-align: center;
	line-height: 65px;
}
#towns-mapping .town-right{
	display: inline-block;
	width: 46%;
	margin-left: -4px;
	vertical-align: top;
}
#towns-mapping .town-right span{
	display: block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:12px;
	color: #353535;
	line-height: 22px;
}
#towns-mapping .town-right a.view-more{
	display: none;
	background: #7a9709;
	width: 150px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:14px;
	color: #FFF;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px;
	margin: 15px auto 0;
}
.town-hide{display: none;}
.map-header-font{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size:14px;
	color: #92b513;
	padding: 0 0 10px;
}

@media only screen and (max-width: 1024px){
	#towns-mapping .town-right a.view-more{display: block;}	
	
}
@media only screen and (max-width: 850px){
	#towns-mapping .town-details{width: 67%;}
	#towns-mapping .town-left{width: 50%;}
	#towns-mapping .town-right{padding-left: 15px;}
}
@media only screen and (max-width: 768px){
	#towns-mapping .town-details{width: 62%;}
	#towns-mapping .town-left .town-title{font-size: 16px;}
}
@media only screen and (max-width: 480px){
	#towns-mapping{background: url(towns-map/towns-map-bg-nobr.jpg) no-repeat #b7b7b7;}
	#towns-mapping .town-details{
		display: block;
		width: 100%;
		padding: 50px 10px 15px;
		text-align: center;
	}
	#towns-mapping .town-left,
	#towns-mapping .town-right{
		display: block;
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	#towns-mapping .town-left .town-title{max-width: 100%; text-align: center;}
}



