.newsFeed {
	position: relative;
	float: right;
	width: 300px;
	min-height: 300px;
	margin-left: 20px;
	padding: 10px;
	border-left: 2px solid #f0f0f0;
}

.newsFeed>.label {
	text-transform: uppercase;
	position: absolute;
	top: -30px;
	right: -10px;
	box-shadow: 2px 2px 6px -4px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 90%, #b2b2b2 130%);
	background: -webkit-gradient(linear, left top, right top, color-stop(90%,#ffffff), color-stop(130%,#B2B2B2));
	background: -webkit-linear-gradient(left, #ffffff 90%, #B2B2B2 130%);
	background: -o-linear-gradient(left, #ffffff 90%, #b2b2b2 130%);
	background: -ms-linear-gradient(left, #ffffff 90%, #b2b2b2 130%);
	background: linear-gradient(to right, #ffffff 90%, #B2B2B2 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b2b2b2', GradientType=1);
	border-radius: 0px 5px 5px 0px;
	padding: 10px 20px 10px 100px;
	font-size: 1em;
	color: #19198B;
	font-weight: 600;
}

.newsFeed>ul {
	list-style: none;
	margin: 70px 20px 20px 20px;
	padding: 0px;
}

.newsFeed>ul>li {
	text-align: right;
	clear: both;
	margin-top: 20px;
	border-bottom: 1px solid #F7F7F7;
	height: 77px;
	padding-bottom: 20px;
}

.newsFeed>ul>li>a {
	text-decoration: none;
}

.newsFeed>ul>li>a:hover {
	text-decoration: underline;
}

.newsFeed>ul>li>a>div {
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #FFF;
	box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.25);
}

.newsFeed>ul>li>a>div>div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 73px;
	height: 73px;
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.newsFeed>ul>li>a>div>img {
	width: 75px;
	height: 75px;
	border: 0px;
}

.newsFeed>ul>li>a>h3 {
	font-size: 1em;
	font-weight: 400;
	margin: 0px;
}

.newsFeed>ul>li>a>p {
	color: #B2B2B2;
	margin: 10px 0px 0px 0px;
	font-size: 0.8em;
}

.callToAction {
	clear: both;
	border-top: 2px solid #f0f0f0;
	min-height: 500px;
}

.callToAction>.contactForm {
	border-right: 2px solid #F0F0F0;
	border-left: 0px;
	border-top: 0px;
	padding: 0px 40px 20px 40px;
	width: 310px;
}

.productBags {
	width: 515px;
	height: 178px;
	margin: 20px;
}

.banners {
	float: left;
	width: 500px;
	padding: 20px;
	font-size: 0.8em;
}

.banners>.whereToBuy {
	display: block;
	margin: 20px;
}

@media screen and (min-width: 1180px) {
	.callToAction>.contactForm {
		width: 380px;
	}
}

@media screen and (max-width: 1000px) {
	.newsFeed>.label {
		right: 0px;
		border-radius: 0px;
	}

	.callToAction>.contactForm {
		float: left;
	}

	.productBags {
		width: 400px;
		height: auto;
		margin: 20px;
	}

	.banners>.whereToBuy>img {
		width: 330px;
		height: auto;
	}
}

@media screen and (max-width: 550px) {
	.newsFeed {
		float: none;
		width: auto;
		margin-left: 0px;
		border-left: 0px;
	}

	.callToAction>.contactForm {
		padding: 0px 20px 20px 30px;
		border: 0px;
		float: none;
		width: 310px;
	}

	.productBags {
		width: 300px;
		height: auto;
		margin: 20px;
	}

	.banners>.whereToBuy>img {
		width: 330px;
		height: auto;
	}
}

@media screen and (max-width: 501px) {
	.callToAction>.contactForm {
		width: 260px;
	}

	.productBags {
		width: 250px;
		height: auto;
		margin: 20px;
	}

	.banners>.whereToBuy>img {
		width: 280px;
		height: auto;
	}
}