#news {
	padding-bottom:0px !important;
}

#news div.img-list {
  position: relative;
  width: 100%;
  cursor: default;
  background-color:#FFF;
  margin-bottom:30px;
}
 
#news div.img-list span {
  position: absolute;
  top: 16%;
  left: 0%;
  width:100%;
  height:60%;
  padding: 0px 20px 0px 20px;
  font-family: "NeutraDispMedium";
  font-weight: 300;
  color: #000;
  font-size:16px;
  line-height: 18px;
  display: none;
  text-align:center;
  vertical-align: middle;
}
 
#news div.img-list i {
  font-size:24px;
  margin-bottom:10px;
} 

#news div.img-list:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}

#news div.img-list:hover span {
  display: block;
}

#news .image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

#news .image img{
    position:absolute;
    width:100%;
    height:100%;
}

#news p {
	font-size:30px;
	margin-bottom:30px;
	color:#706F6F;
}
#news h3 {
	font-size:14px;
}
#news h4 {
	font-family:Gotham-Light;
}
.btn-primary {
	margin-top:0px !important;
}
hr {
	margin-top: 80px;
	margin-bottom: 80px;
}