.main-part {
	background: #666666;
	text-align: center;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 150px;
	border-bottom: 7px solid #e5e5e5;
}
.footer1 {
	background: #666666;
	text-align: center;
	padding-top: 60px;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 180px;
}
.FargoWB {
	position: absolute;
	left: 70%;
	top: 45%;
	text-align: center;
	width: 546px;
	height: 265px;
	margin-left: -273px;
	/*half width*/
	margin-top: -132px;
	/*half height*/
}
hr {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
}
.special-hr {
	width: 575px;
	margin-left: initial;
}
.FWBButton {
	/*position:      absolute;*/
	width: 100%;
	background: #3d85c6;
	background: -webkit-linear-gradient(#3d85c6, #073763);
	background: linear-gradient(#3d85c6, #073763);
	border-radius: 5px;
	padding: 30px 14px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-family: Helvetica;
	text-decoration: none;
}
hr {
	margin-bottom: 25px;
}
.button-one {
	color: #ffffff;
	background-color: #fa694e;
	padding: 15px 30px 15px 30px;
	border-radius: 10px;
	border-style: none;
	font-weight: 200;
	font-size: 15pt;
}
.span2 {
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.button-two {
	color: #ffffff;
	background-color: #fa694e;
	padding: 5px 7px 5px 7px;
	border-radius: 5px;
}
.item {
	font-size: 15pt;
	font-weight: 200;
}
.item ul li {
	font-size: 12pt;
}
img {
	margin-top: 2px;
}
footer {
	background-color: #333333;
	color: #ffffff;
	height: 100px;
	margin-top: 15px;
}
footer p {
	padding-top: 40px;
	text-align: center;
	font-weight: 400;
}
.button-light {
	background-color: #ffffff;
	border: solid 1px #eae7e7;
	border-radius: 10px;
	padding: 7px 12px 7px 12px;
}
.button-light:hover {
	background-color: #fa694a;
	color: #ffffff;
}
@media (max-width: 992px) {
	.button-one {
		padding: 7px 15px 7px 15px;
		font-size: 13pt;
	}
	.gold {
		background: url(images/gold-small.png) no-repeat;
		height: 90px;
		width: 90px;
	}
	.emerald {
		background: url(images/emerald-small.png) no-repeat;
		height: 90px;
		width: 90px;
	}
	.diamond {
		background: url(images/diamond-small.png) no-repeat;
		height: 90px;
		width: 90px;
	}
	.ender-perl {
		background: url(images/ender-perl-small.png) no-repeat;
		height: 90px;
		width: 90px;
	}
	footer {
		height: 70px;
		margin-top: 10px;
	}
	footer p {
		padding-top: 20px;
	}