.heading-inner {
  max-width: 940px;
  margin: 0 auto;
}
		
.heading-inner h1 {
	margin-top: 15px;
  	margin-bottom: 15px;
}

.news-item h1,
.news-item h2,
.news-item h3,
.news-item h4,
.news-item h5,
.news-item h6 {
	margin:0 0 10px 0;	
}

.news-item {
	width:100%;
	max-width:400px;
	margin: 3% auto;
	display:block;
	border:solid 1px #e1e1e1;
	min-height: 315px;
	
	position: relative;
}

@media screen and (min-width: 768px) {
	.news-item {
		float: left;
		width:32.6%;
		margin: 3% 1% 3% 0px;
	}
}

.news-item:nth-child(3n+3) {
	margin: 3% auto;
}

@media screen and (min-width: 768px) {
	.news-item:nth-child(3n+3) {
		width:32.6%;
		margin: 3% 0% 3% 0px;
	}
}

.news-item:last-child {
	border-bottom: none;	
}

.news-item-image img {
	max-width: 100%;
    max-height: 290px;
    margin: 0 auto;
    display: block;
    width: auto;
}

.news-item-image .image {
	background-repeat:no-repeat;
	background-size:cover;
	min-height:200px;
}

.news-item-image {
	margin-bottom:20px;
	position:relative;
}

.news-item-image .tag {
	display:block;
	width:55px;
	height:70px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;
	font-size:11px;
	text-align:center;
	background-position:top 5px center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	color:white;
	padding: 48px 0px 0 0;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.news-item-text {
	float:left;
}

.news-item-text {
	width: 100%;
    background: rgba(211,17,69,0.9);
    padding: 7px 12px;
    bottom: 0px;
    position: absolute;
	min-height: 80px;
}
a.display-name {
    width: 80%;
    float: left;
}
a.type,
a.display-name h3{
  color: #ffffff;
  margin-bottom: 0px;
}
.news-item-image .image {
	max-width:100%;
}

.promotion-parent-inner {
	
}

.tag.Snacks,
.tag.Snack {
	background-image: url('../images/snack_icon.svg');	
}

.no-svg .tag.Snacks,
.no-svg .tag.Snack {
	background-image: url('../images/snack_icon.svg');	
}

.tag.Breakfast,
.tag.cereals,
.tag.Cereals{
	background-image: url('../images/cereal_icon.svg');	
}

.no-svg .tag.Breakfast,
.no-svg .tag.cereals,
.no-svg .tag.Cereals {
	background-image: url('../images/cereal_icon.svg');	
}
/*
.tag.Breakfast:after {
	content:"Cereals";
}*/

.tag.Crisps,
.tag.crisps {
	background-image: url('../images/pringles_icon.svg');	
}
a.tag {
    height: 50px;
    display: block;
    width: 20%;
    float: right;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: right center;
}
a.tagname {
    color: #fff;
    font-size: 0.75em;
    display: block;
    float: left;
	clear: both;
}
.no-svg .tag.Crisps {
	background-image: url('../images/pringles_icon.png');	
}

.long-tags select {
	float:right;
	width:30%;
	margin:0 10px;
	max-width:180px;
}

.long-tags label {
	float:left;
	font-size: 18px;
}
select{
	background: #d31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color:#FFF;
	-webkit-appearance: none;
	border:0;
	border-radius:2px;
	outline:none;
	width:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

.full-pager {
    width: 100%;
    display: inline-block;
}
ul.next-prev,
ul.pager {
    padding: 0px;
	width: auto;
	float: left;
}
ul.pager {
	float: right;
}
ul.next-prev li, 
ul.next-prev span,
ul.pager li {
	list-style: none;
	float: left;
}
ul.next-prev li a, 
ul.next-prev span,
ul.pager li a {
	color: #d31145;
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
	font-size: 14px;
	margin: 2px 10px 2px 0px;
    padding: 0px;
}
ul.pager li a {
	margin: 2px 0px 2px 10px;
}
ul.pager li.disabled a {
	color: #969696;
}

@media screen and (max-width: 640px) {
	.long-tags select {
		float:none;
		width:100%;
		clear:both;
		display:block;
		margin:5px 10px;
		max-width:none;
	}
	
	.long-tags label {
		float:left;
		font-size: 18px;
	}
	.news-item-text,
	.news-item-image {
		float:none;
	}
	
	.news-item-text {
		width:100%;
	}
	
	.news-item-image {
		width:100%;
		margin-right:0;
	}
}
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
