/* @override 
	http://jatsimac27-4.local:5757/css/news_v2.css
	http://glamorgancricket-ycp6.temp-dns.com/site/css/news.css
	http://localhost:5757/css/news.css

/* CSS Document */
/*2016-03-25*/

   
news.detail .homegrid { 
	padding-top: 0; 
	padding-bottom: 0; 
}

.news.detail .news-side, .article-side {
	background-color: #caccca;
	min-height: 250px;
}	
.news.detail .article h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-top: 20px;

}
.news.detail h2 {
	font-weight: 400;
	margin-top: 0;

}
.news.detail hr {
	border-bottom: 5px solid #ecedec;
	margin-left: -15px;
	margin-right: -15px;
}
p.lead {
	font-size: 22px;
}
p {
	font: 16px/24px 'Open Sans', sans-serif;
	font-weight: 400;
}
.content {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 25px;
	font: 16px/24px 'Open Sans', sans-serif;
	font-weight: 400;
	
}

.title.block li {
	color: gray;
}
.filters ul {
	margin-bottom: 0;
}
.filters li {
	padding-right: 0;
	margin-right: -5px;
	margin-bottom: 5px;
}

.npblock a {
display: block;
position: relative;

padding: 5px 10px;
background: #ebedeb;
	
}
.npblock a:hover {
	background-color: #F9CD23;

}
.npblock a:link {
	text-decoration: none;
	color: black;
}

.npblock .prev .title {
padding-left: 22px;

}
.npblock .next .title {
padding-right: 25px;

}
.npblock i {
	position: absolute;
	font-size: 50px;
	bottom: 0px;
}
.npblock .next i {
	right: 10px;
 
}

.npblock .prev i {
	
}
.npblock .next span, .npblock .prev span {
	display: block;
	font-size: 14px;
	
}
.npblock .next span{
	text-align: left;
}
.npblock .prev span{
	text-align: right;
	
}
.npblock .prev p {
	text-align: right;
}
.npblock a:link {
	color: #0d2e65;
}
.title.block {
	z-index: 1;
}
.npblock .title {
	font-size: 20px;
	font-size: 20px!important;
	padding: 0;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

/*.news-side, .article-side {
	margin: 0 0px;
	padding-top: 15px;
}*/

.news.listing .news-list {
	padding: 0;
}
.news.listing .news-list .main,
.news.listing .news-list .main hero {
	position: static;
}

.prev {
		margin-bottom: 20px;
	}

figure {
	overflow: hidden;
}
.newsgrid .main .title,
.news.listing .title {
	background-color: #efcf10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main .title h1 {
	padding: 15px;
	text-transform: uppercase;
	font: 18px/18px 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

h1 span {
	display: block;
	font-size: 10px;
/*	margin-bottom: 1em;*/
	font-weight: 400;
}

h1.news {
	font-size: 22px;
	width: 100%;
	top: 20px;
	margin: 0;
	font-weight: 400;
}
.media {
	margin-top: 5px;
}
.media a:link {
	color: #0d2e65;
	text-decoration: none;
}


.media:hover {
	background-color: #efcf10;
}


@media (min-width : 320px) 	{	



	}
@media (min-width : 480px) 	{	
.news-side {
	float: left;
}
.news-side .media {
	width: 47%;
	float: left;
	margin-right: 1%;
}

	}
@media (min-width : 768px) 	{	
	.prev { margin-bottom: 0px; }

	
	}
@media (min-width : 992px) 	{

.news-side .media {
	width: 100%;
}

.main .title h1 {
	padding: 12px;
	font-size: 20px;
}
h1.news {
	font-size: 22px;
	width: 100%;
	top: 20px;
}
h1 span {
	display: block;
	font-size: 12px;
/*	margin-bottom: 1em;*/
	font-weight: 400;
}

		}
@media (min-width : 1200px) { 		}
@media (min-width : 1470px) { 
.news.listing .main .photo img {
/*	width: 270px;
	margin-left: -10px;*/
}
.title h1.news {
	font-size: 22px;
	line-height: 24px;
/*	text-transform: none;*/
}
		}