/***** HOME *****/
.home{
		margin-top: 30px;
}
/****** HELP ******/
.help{
	position: relative;
	margin-top: 46px;
	max-width: 100%;
	padding: 0;
}
.help .content{
	margin: 0;
	padding: 0 40px;
}
.help .col-md-3{
	margin: 0;
	padding: 0;
}
.help .right-col{
	margin: 0;
	padding: 30px 20px;
	position: fixed;
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #543148),
		color-stop(0.99, #38152A)
	);
	background-image: -o-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -moz-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -webkit-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: -ms-linear-gradient(bottom, #543148 0%, #38152A 99%);
	background-image: linear-gradient(to bottom, #543148 0%, #38152A 99%);
	height: 100%;
	width: 100%;
}
.help .right-col a{
	color: white;
}
.help img{
	margin-top: 20px;
	border: 1px solid #543148;
}