div#booking.news{
	padding: 20px;
	margin-top: 10px;
}

div#booking.news .title{
	padding-bottom: 5px;
}

div#news_stories .item{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding: 15px 0px !important;
	margin: 0px 15px !important;
}

div#news_stories{
	clear: both;
	padding-bottom: 20px;
	margin: 10px 0px;	
}

div#news_stories .date{
	float: right;
}

div#photo_stories{
	padding: 0px 10px;
	position: relative;
}

div#photo_stories > div:first-child, div#photo_stories > div:nth-child(2){
	margin-top: 10px;
}

div#photo_stories .item{
	  overflow: hidden;
	  float:left;
	  width:44%;
	  width:-moz-calc(45% - 3px);
	  width: -webkit-calc(45% - 3px);
	  width: -o-calc(45% - 3px);
	  width: calc(45% - 3px);
	  margin: 0px 2% 10px 0px;
	  padding: 2%;
 }
 
div#photo_stories .photo{
	padding: 3px 10px 10px 0px;
	float: left
}
div#photo_stories .item img{
	border: 1px solid #f2f2f2 ;
    -moz-box-shadow: 3px 3px 7px 0px #b9b9b9;
	-webkit-box-shadow: 3px 3px 7px 0px #b9b9b9;
	box-shadow: 3px 3px 7px 0px #b9b9b9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
}
 
div#photo_stories > div:nth-child(2n) {
margin-right: 0px;
clear: right;
}