#hero-pic {
  backface-visibility:hidden;
  background:url("../images/the-park.png") no-repeat scroll 50% 50% #000;
  background-size:cover;
}

@font-face {
  font-family: "PlatformM";
  src: url("../fonts/Platform-Medium.ttf");
}


.black {
  color: #000!important;
}

.news {
	max-width: 1500px;
	margin: 0 auto;
}

figure.news-tile {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  min-width: 250px;
  max-width: 365px;
  height: 370px;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.news-tile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.news-tile .image {
  max-height: 220px;
  overflow: hidden;
}
figure.news-tile img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.news-tile figcaption {
  margin: -40px 15px 0;
  padding: 15px ;
  position: relative;
  background-color: #00a29e;
  height: 100%
}
figure.news-tile .date {
  background-color: #2980b9;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.news-tile .date span {
  display: block;
  line-height: 26px;
}
figure.news-tile .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.news-tile .date .year {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.1);
}
figure.news-tile h3,
figure.news-tile p {
  margin: 0;
  padding: 0;
}
figure.news-tile h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
figure.news-tile p {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.6em;
}

figure.news-tile a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.news-tile:hover img,
figure.news-tile.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figcaption h3 {
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
}

figcaption p {
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
}

.featured {
  max-height: 500px;
  max-width: 720px!important;
  height: 490px!important;
}

.featured .image {
	max-height: 370px!important;
}

.featured-list {
	max-width: 720px!important;
	height: 240px!important;
}

.featured-image {
	float: left;
	width: 100%;
	max-width: 360px;
}

.feat-cap {
	float: right;
	margin: -180px -3px 0 210px!important;
	padding: 14px!important;
}

.feat-fig {
	float: right;
	margin: -80px 15px 0 !important;
	padding: 14px!important;
}

.featured-content {
	margin-bottom: 10px;
}

.line-break {
	/* border: #fff solid 2px; */
	display:block;
    border:none;
    color:white;
    height:1px;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 650, from(#000), to(#fff));
}

.latest-news-section-heading {margin-top: 25px;}
.latest-news-section {
    padding-left: 0;
    padding-top: 10px;
}
.content-section-right {
    padding-top: 10px;
}




@media media(max-width: 767px) {
  .content-section-right {margin-top: 0;}
}