.pods {
}
.pods img {
	margin:10px auto;	
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	transition:ease all .3s;
	padding:5px;
}
.pods img:hover, .pods img:focus {
	box-shadow:4px 4px 10px rgba(0,0,0,0.3);
	padding:0px;
}
.pods h4 {
	font-family:'Source Sans Pro', sans-serif;
	margin:4px 0 0 4px;
}
.pods .newshow {
	display:block;
	width:40px;
	color:#000;
	background:#ffdb14;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:14px;
	text-align:center;
	padding:1px;
	margin:4px 0 0px 4px;
}
.pods .newtime {
	display:block;
	width:70px;
	color:#fff;
	background:#00aef6;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:14px;
	text-align:center;
	padding:1px;
	margin:4px 0 0px 4px;
}
.pods span {
	color:#aaaaaa;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:18px !important;
	display:block;
	margin:4px 0 25px 4px;
}