/* @override 
	http://glamorgancricket-ycp6.temp-dns.com/site/css/article.css */

.general .article-side,
.news.detail .news-side,
.fixtures .article-side {
	background-color: #caccca;
	padding: 15px;
}
.general .homegrid,
.news.detail .homegrid,
.fixtures .homegrid {
	position: relative;
}
.article hr {
	border-bottom: 5px solid #ecedec;
	margin-left: -15px;
	margin-right: -15px;
}
.general ol li {
	font: 15px/24px 'Open Sans', sans-serif;
		font-weight: 400;
		margin-bottom: 1em;
}
.general h1:first-child {
	margin-top: 0;
	border-bottom: 5px solid #ecedec;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family: "Roboto Condensed",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
@media (min-width : 768px) {
	/*SM*/
	.general .article .hero-image {
		margin-top: -20px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px ) {
.general .article-side {
	position: absolute;
	bottom: 0;
	width: 100%;
}
}
@media (min-width : 992px) {
	/*  */
	.general .article .hero-image {
		margin-top: -15px;
		margin-left: -12px;
		margin-right: -13px;
	}
	.article-side,
	.news-side {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			
		}
	
}

@media (min-width : 1200px) {
	/*  */
	.general .article .hero-image {
		margin-top: -12px;
		margin-right: -14px;
		margin-left: -12px;
	}
}

@media (min-width : 1470px) {
/*  */
	.general .article .hero-image {
		margin-top: -20px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
