.contentBot {
	width: 100%;
	overflow: hidden;
}
.ctn-bot-row {
	width: 22%;
	border-radius: 30px;
	padding: 31px 0;
	padding-top: 120px;
	margin-right: 46px;
	text-align: center;
	float: left;
}
.ctn-bot-row1 {
	background: url(images/ctn-ic1.png) #1a0e62 no-repeat center top 25px;
}
.ctn-bot-row2 {
	background: url(images/ctn-ic2.png) #1a0e62 no-repeat center top 25px;
}
.ctn-bot-row3 {
	background: url(images/ctn-ic3.png) #1a0e62 no-repeat center top 25px;
}
.ctn-bot-row4 {
	background: url(images/ctn-ic4.png) #1a0e62 no-repeat center top 25px;
	margin-right: 0;
}
.ctn-bot-row h3, .memtop h2 {
	font-size: 18px;
	color: #fabc0d;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}
.ctn-bot-row p, .memtop p {
	font-size: 14px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
/*becomeContainer*/
.becomeContainer {
	width: 100%;
	min-height: 70px;
	background: #0e0d11;
	border-top: 1px solid #b68611;
	border-bottom: 1px solid #b68611;
}
.becomeInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-become {
	width: 100%;
	background: url(images/bg-cal.png) transparent no-repeat center;
	background-size: 100%;
	padding: 28px 0;
	margin: -15px 0;
	text-align: center;
}
.ctn-become p {
	font-size: 26px;
	color: #111112;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	line-height: 42px;
}
.ctn-become p span {
	font-weight: 600;
}
/*startedContainer*/
.startedContainer {
	width: 100%;
	background: #fafafa;
	margin-top: 13px;
	overflow: hidden;
}
.startedInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-started {
	width: 100%;
	overflow: hidden;
}
.started-row {
	width: 25%;
	overflow: hidden;
	padding: 50px 40px;
	background: #1a0e62;
	float: left;
}
.started-row h3 {
	font-size: 14px;
	color: #f3952f;
	margin: 0;
	font-weight: 600;
	padding-bottom: 10px;
}
.started-row h1 {
	font-size: 60px;
	color: #fff;
	margin: 0;
	font-weight: 500;
}
.started-row h2, .detailed-stats-box p {
	font-size: 14px;
	color: #fcc504;
	margin: 0;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform:uppercase;
}
.started-row p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	font-weight: 500;
	line-height: 26px;
}
.started-row a, .detailed-stats-box a {
	color: #111725;
	font-size: 14px;
	margin: 0;
	padding: 7px 25px;
	font-weight: 500;
	margin-top: 17px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc901+0,f8b017+50,f29430+100 */
	background: #fdc901; /* Old browsers */
	background: -moz-linear-gradient(top, #fdc901 0%, #f8b017 50%, #f29430 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdc901 0%, #f8b017 50%, #f29430 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdc901 0%, #f8b017 50%, #f29430 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc901', endColorstr='#f29430', GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
}
.started-row a:hover, .detailed-stats-box a:hover {
	background: #fff;
}
.started-part2 {
	background: #594daf;
}
.started-part4 {
	background: #594daf;
}
