@font-face {
 font-family: 'ProximaNova-Semibold';
 src: url('fonts/ProximaNova-Semibold.eot');
 src: url('fonts/ProximaNova-Semibold.html') format('woff2'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold-2.html') format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'), url('fonts/ProximaNova-Semiboldd41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'ProximaNova-Bold';
 src: url('fonts/ProximaNova-Bold.eot');
 src: url('fonts/ProximaNova-Bold.html') format('woff2'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold-2.html') format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'), url('fonts/ProximaNova-Boldd41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'ProximaNova-Regular';
 src: url('fonts/ProximaNova-Regular.eot');
 src: url('fonts/ProximaNova-Regular.html') format('woff2'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular-2.html') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('fonts/ProximaNova-Regulard41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'proxima_novalight';
 src: url('fonts/proximanovalight-webfont.eot');
 src: url('fonts/proximanovalight-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovalight-webfont.html') format('woff2'), url('fonts/proximanovalight-webfont.woff') format('woff'), url('fonts/proximanovalight-webfont-2.html') format('truetype'), url('fonts/proximanovalight-webfont.svg#proxima_novalight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'ProximaNova-Extrabld';
 src: url('fonts/ProximaNova-Extrabld.eot');
 src: url('fonts/ProximaNova-Extrabld.html') format('woff2'), url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld-2.html') format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg'), url('fonts/ProximaNova-Extrabldd41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: 'ProximaNova-Regular';
	font-weight: normal;
	background: #000;
	color: #fff;
	font-size: 14px;
}
a {
	color: #fff
}
a:hover {
	color: #33bbdc;
	text-decoration: none
}
a:focus, a:active {
	outline: none
}
input[type="submit"], input[type="button"], .btn-info {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
	padding: 5px 35px;
	display: inline-block;
	margin: 0 auto;
	color: #223d46;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	border-radius: 50px;
}
input[type="submit"]:hover, input[type="button"]:hover, .btn-info:hover {
	background: #f3f3f3;
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: #111;
	border: 1px solid #333;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
textarea {
	color: #fff;
	font-size: 14px;
	border: 1px solid #333;
	width: 100%;
	padding: 10px;
	background: #111
}
select {
	color: #fff;
	font-size: 13px;
	border: 1px solid #3cbede;
	width: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/select_arrow.png) no-repeat right #3cbede;
	padding: 4px 25px 4px 10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus, textarea:focus {
	border: 1px solid #3fbfde
}
label {
	font-weight: 400;
	width: 100%;
	margin: 6px 0;
	color: #fff;
	font-size: 14px;
}
.clearfix {
	clear: both;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*wrapper*/
.wrapper {
	width: 100%;
	background: url(images/bg.jpg) #040404 no-repeat top center;
	background-size: cover;/*background-attachment: fixed;*/
}
/*.headerTopContainer*/
.headerTopContainer {
	width: 100%;
	overflow: hidden;
	background: #070707;
	border-bottom: 1px solid #33b5d5;
	padding: 10px 0;
}
.headerTopInner {
	width: 1170px;
	margin: 0 auto;
}
.headerTopInner p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	line-height: 25px;
}
.headerTopInner p span {
	display: inline-block;
	margin-left: 5px;
	color: #16b1d7;
}
.hdTop-row1 {
	float: left;
	min-height: 25px;
	background: url(images/hdTop-icon1.png) transparent no-repeat left;
	padding-left: 30px;
}
.hdTop-row2 {
	float: left;
	min-height: 25px;
	background: url(images/hdTop-icon2.png) transparent no-repeat left;
	padding-left: 31px;
	margin-left: 35px;
}
.hdTop-row3 {
	float: left;
	margin-left: 85px;
}
.hdTop-row4 {
	float: right;
}
.hdTop-row4 a {
	display: inline-block;
	float: left;
	padding: 8px 31px;
	border-radius: 30px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	font-family: 'ProximaNova-Semibold';
	text-transform: uppercase;
	color: #223d46;
}
.hdTop-row4 a.hdTop-btt1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.hdTop-row4 a.hdTop-btt2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdfe0+50,dbdfe0+61,b6bebe+100 */
	margin-left: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
.hdTop-row4 a.hdTop-btt2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.hdTop-row4 a.hdTop-btt1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdfe0+50,dbdfe0+61,b6bebe+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
/*headerBotContainer*/
.headerContainer {
	width: 100%;
	overflow: hidden;
	background: rgba(17, 24, 27, 0.77);
	padding: 9px 0;
}
.headerInner {
	width: 1170px;
	margin: 0 auto;
}
#logo {
	display: inline-block;
	float: left;
	height: 50px;
	width: 195px;
	background: url(images/logo.png) transparent no-repeat center;
}
.hdRight {
	float: right;
	margin-top: 10px;
}
.mainNavRight {
	float: right;
	border: 0;
	height: 30px;
}
.navbar {
	margin: 0;
	min-height: 28px;
	border: 0;
}
.navbar .nav {
	margin: 0;
	min-height: 30px;
	border: 0;
}
.mainNavRight .nav > li {
	text-align: center;
	float: left;
	list-style: none;
}
.mainNavRight .nav > li a:hover {
	color: #4ac3e0;
	background: none;
}
.mainNavRight .nav > li > a {
	color: #fff;
	padding: 0px 5px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
	font-weight: normal;
	margin: 6px 10px;
}
/*bannerContainer*/
.bannerContainer {
	width: 100%;
	overflow: hidden;
}
.bannerInner {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.bannerLeft {
	width: 47%;
	float: left;
	padding: 60px 0 70px;
}
.bannerLeft h3 {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 42px;
	margin: 0;
	line-height: 48px;
	font-family: 'proxima_novalight';
	text-transform: uppercase;
}
.bannerLeft h3 span {
	font-family: 'ProximaNova-Bold';
}
.bannerLeft p {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 40px;
}
.banner-btt {
	width: 100%;
	overflow: hidden;
}
.banner-btt a {
	display: inline-block;
	color: #023342;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	margin: 0;
	font-family: 'ProximaNova-Semibold';
	padding: 8px 39px;
	text-transform: uppercase;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.banner-btt a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdfe0+50,dbdfe0+61,b6bebe+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
.bannerRight {
	float: right;
	position: relative;
	width: 53%;
}
.bannerRight .ctn-image {
	position: absolute;
	z-index: 24;
}
.image {
	/* margin:-60px 0 0 -60px; */
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}
 @-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
 @-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.image1 {
	top: 15px;
	left: 43px;
}
.image2 {
	top: 145px;
	left: 102px;
}
.image3 {
	top: 250px;
	left: 204px;
}
.image4 {
	top: 150px;
	left: 270px;
}
.image5 {
	top: 232px;
	right: 0;
}
.image6 {
	top: 30px;
	right: 56px;
}
/*statictisContainer*/
.statictisContainer {
	width: 100%;
	background: #07b7cf;
	padding: 30px 0;
	overflow: hidden;
}
.statictisInner {
	width: 1170px;
	margin: 0 auto;
}
.statictis-row {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 55px;
}
.statictis-part1 {
	background: url(images/plan-ic1.html) transparent no-repeat center top;
}
.statictis-part2 {
	background: url(images/plan-ic2.html) transparent no-repeat center top;
}
.statictis-part3 {
	background: url(images/plan-ic3.html) transparent no-repeat center top;
}
.statictis-part4 {
	background: url(images/plan-ic4.html) transparent no-repeat center top;
}
.statictis-row h1 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	padding: 10px;
}
/*investmentContainer*/
.investmentContainer {
	width: 100%;
	background: rgba(7, 169, 209, 0.78);
	margin-top: 200px;
	padding: 87px 0 15px;
}
.investmentInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-investment-top {
	width: 100%;
	margin-top: -236px;
	padding-bottom: 30px;
}
.ctn-mid-daily {
	width: 16%;
	float: left;
	text-align: center;
	margin-right: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,0c0b0b+61,020202+100 */
	background: #111111; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #111111 0%, #0c0b0b 61%, #020202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#020202', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 25px;
	border: 1px solid #01b1dd;
}
.ctn-mid-daily:last-child {
	margin-right: 0;
}
.ctn-mid-daily img {
	margin: 0;
	margin-bottom: 10px;
	margin-top: -80px;
	text-align: center;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.ctn-mid-daily img:hover, .ctn-mid-daily img:focus, .ctn-mid-daily img:active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.ctn-mid-daily .ctn-mid-part1 {
	border-bottom: 1px solid #01b1dd;
}
.ctn-mid-daily .ctn-mid-part1 h3 {
	font-size: 34px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	margin: 0;
	line-height: 34px;
	padding-bottom: 5px;
}
.ctn-mid-daily .ctn-mid-part1 p {
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	color: #2cb8db;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.ctn-mid-daily .ctn-mid-part2 {
	padding-top: 9px;
	overflow: hidden;
}
.ctn-mid-daily .ctn-mid-part2 p {
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.ctn-mid-daily .ctn-mid-part2 p span {
	color: #20b4d9;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
}
.ctn-investment-bot {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 30px;
}
.ctn-calculator {
	width: 100%;
	overflow: hidden;
	margin-top: 23px;
}
.ctn-calculator .title {
	width: 47%;
	float: left;
	padding: 12px 0;
	padding-left: 80px;
	background: url(images/call.png) transparent no-repeat center left;
}
.ctn-calculator .title span {
	padding-right: 20px;
	color: #fff;
	position: absolute;
	right: 0;
	font-size: 24px;
	top: 7px;
	text-transform: uppercase;
	float: right;
}
.ctn-calculator .title h3 {
	font-size: 22px;
	color: #080808;
	display: inline-block;
	margin: 0;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding: 0;
	padding-right: 35px;
	line-height: 44px;
	float: left;
}
.ctn-calculator .title p {
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	line-height: 44px;
	float: left;
}
.ctn-calculator .title input {
	font-size: 18px;
	color: #fff;
	width: 215px;
	outline: none;
	border: 1px solid #080808;
	float: right;
	background: #080808;
	text-align: right;
	height: 44px;
	margin-right: 35px;
	border-radius: 30px;
}
.ctn-calculator .content {
	width: 53%;
	padding: 9px 0;
	float: right;
}
.ctn-calculator .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ctn-calculator .content ul li {
	width: 33.333%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #080808;
}
.ctn-calculator .content ul li span {
	color: #080808;
	font-size: 20px;
}
.ctn-calculator .content ul li span strong {
	font-weight: normal;
}
/*contentTopContainer*/
.contentTopContainer {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 50px;
	background: url(images/bg-las.jpg) transparent center;
}
.contentTopInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-about-left {
	width: 52%;
	float: left;
}
.ctn-about-left h1 {
	font-size: 30px;
	margin: 0;
	color: #32bbdc;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 25px;
}
.ctn-about-left p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 10px;
}
.ctn-about-right {
	width: 45%;
	float: right;
	padding: 25px 0;
	padding-left: 265px;
	background: url(images/certificate.png) transparent no-repeat top left;
}
.ctn-about-right h3 {
	font-size: 18px;
	margin: 0;
	color: #32bbdc;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 5px;
}
.ctn-about-right h4 {
	font-size: 18px;
	margin: 0;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
}
.ctn-about-right h4 span {
	color: #32bbdc
}
.ctn-about-right p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 14px;
	padding: 13px 0;
	padding-left: 37px;
}
.ctn-about-right p span {
	color: #32bbdc;
}
.ctn-about-right p.about-text1 {
	background: url(images/hdTop-icon1.png) transparent no-repeat center left;
	border-bottom: 1px solid #105c6f;
}
.ctn-about-right p.about-text2 {
	background: url(images/hdTop-icon2.png) transparent no-repeat center left;
	margin-bottom: 25px;
}
.ctn-about-right a {
	font-size: 14px;
	color: #025063;
	margin: 0;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 30px;
	width: 100%;
	line-height: 14px;
	font-family: 'ProximaNova-Semibold';
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.ctn-about-right a.about-btt1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.ctn-about-right a.about-btt2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdfe0+50,dbdfe0+61,b6bebe+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
.ctn-about-right a.about-btt2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.ctn-about-right a.about-btt1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdfe0+50,dbdfe0+61,b6bebe+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
/*contentBotContainer*/
.contentBotContainer {
	width: 100%;
	background: url(images/bg-bottom.jpg) transparent no-repeat top center;
	background-size: cover;
	padding: 45px 0;
	overflow: hidden;/* background-attachment: fixed; */
}
.contentBotInner {
	width: 1170px;
	margin: 0 auto;
}
.contentBotInner h1, .ctn-investment-top h1, .howto h2 {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'proxima_novalight';
	margin: 0;
	padding-bottom: 45px;
}
.ctn-bot-row {
	width: 30%;
	padding: 25px;
	text-align: center;
	padding-top: 135px;
	float: left;
	border: 1px solid #0d738d;
}
.ctn-bot-row h3 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #38bddd;
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
}
.ctn-bot-row p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}
.bot-part1 {
	background: url(images/stt-img1.png) rgba(17, 16, 13, 0.64) no-repeat center top 25px;
}
.bot-part2 {
	background: url(images/stt-img2.png) rgba(17, 16, 13, 0.64) no-repeat center top 25px;
	margin: 0 5%;
}
.bot-part3 {
	background: url(images/stt-img3.png) rgba(17, 16, 13, 0.64) no-repeat center top 25px;
}
/*commissionContainer*/
.commissionContainer {
	width: 100%;
	background: #08c2f0;
	padding: 18px 0;
	overflow: hidden;
}
.commissionInner {
	width: 1170px;
	margin: 0 auto;
}
.commissionLeft {
	width: 50%;
	float: left;
	padding: 39px 0;
	padding-left: 125px;
	background: url(images/ctn-about.png) transparent no-repeat center left;
}
.commissionLeft h1 {
	font-size: 36px;
	color: #131009;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	line-height: 36px;
}
.commissionRight {
	width: 50%;
	float: right;
	padding: 26px 0px;
}
.ctn-commission {
	width: 49%;
	float: left;
	text-align: center;
	padding: 12px 0;
	background: #040404;
	border: 1px solid #01b1dd;
	-webkit-box-shadow: 0px -2px 9px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -2px 9px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -2px 9px -1px rgba(0, 0, 0, 0.75);
}
.ctn-commission-part2 {
	float: right;
}
.ctn-commission h3 {
	font-size: 36px;
	margin: 0;
	font-family: 'ProximaNova-Bold';
	color: #fff;
	line-height: 36px;
}
/*companyContainer*/
.companyContainer {
	width: 100%;
	background: url(images/bg-bottom.jpg) transparent no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	overflow: hidden;
}
.companyInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-company-left {
	width: 40%;
	float: left;
}
.ctn-company-left h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 30px;
}
.companyLeft {
	width: 100%;
	position: relative;
	padding: 20px 0 20px 170px;
	background: url(images/ctn-bg.html) transparent no-repeat center left;
}
.companyLeft p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 25px;
}
.companyLeft a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	margin-top: 20px;
	background: #daa821;
	padding: 9px 50px;
	border-radius: 4px;
	line-height: 25px;
	text-decoration: none;
}
.companyLeft a:hover {
	background: #1cb342;
}
.img_click {
	position: absolute;
	left: 45px;
	top: 65px;
}
.company-img {
	width: 550px;
}
.ctn-company-right {
	width: 60%;
	border: 1px solid #86a1b5;
	padding: 35px 24px 25px;
	float: right;
}
.ctn-company-right h3 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 30px;
}
.ctn-company-right p {
	font-size: 13px;
	color: #fff;
	margin: 0;
	text-align: center;
	margin-bottom: 25px;
	line-height: 23px;
}
.companyRight {
	width: 100%;
	overflow: hidden;
}
.companyRight a {
	background: url(images/ctn-solid.png) no-repeat left center;
	display: inline-block;
	height: 43px;
	margin: 0px 15px;
}
.companyRight a.solid1 {
	width: 319px;
	background-position: 0 0px;
	margin-left: 0;
}
.companyRight a.solid2 {
	width: 138px;
	background-position: -337px 0;
}
.companyRight a.solid3 {
	width: 124px;
	background-position: -489px 0;
	margin-right: 0;
}
.solid a:hover {
	opacity: 0.7;
}
/*latestContainer*/
.latestContainer {
	width: 100%;
	background: #111111;
	background: -moz-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%);
	background: radial-gradient(ellipse at center, #111111 0%, #0c0b0b 61%, #020202 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#020202', GradientType=1 );
	background-attachment: fixed;
	padding: 30px 0 10px;
	overflow: hidden;
}
.latestInner {
	width: 1170px;
	margin: 0 auto;
}
.ctn-latest-part1 {
	width: 28%;
	margin-right: 23px;
	padding: 14px;
	background: #fff;
	float: left;
	background: #111111;
	background: -moz-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #111111 0%, #0c0b0b 61%, #020202 100%);
	background: radial-gradient(ellipse at center, #111111 0%, #0c0b0b 61%, #020202 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#020202', GradientType=1 );
	padding: 20px 15px;
	border: 1px solid #01b1dd;
}
.ctn-latest-part3 {
	width: 40%;
	float: left;
	margin-right: 23px;
}
.ctn-latest-part2 {
	margin-right: 0;
}
.ctn-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ctn-title2 {
}
.ctn-title h1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #08c2f0;
	padding: 10px 0;
	font-family: 'ProximaNova-Bold';
	margin: 0;
	padding-left: 30px;
}
.ctn-latest-part1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ctn-latest-part1>ul >li {
	border-bottom: 1px solid #3d4446;
	padding: 15px 0;
	font-size: 17px;
	color: #fff;
	font-family: 'ProximaNova-Bold';
}
/*.ctn-latest-part1 ul li:last-child{
	border-bottom: none;
	padding-bottom: 20px;
}*/
.ctn-latest-part1 ul li b {
	color: #fff;
	font-size: 12px;
	padding-left: 20px;
	float: right;
	margin-top: -6px;
	text-align: right;
	font-family: 'ProximaNova-Regular';
}
.ctn-latest-part1 ul li b span {
	color: #08c2f0;
}
.ctn-promote {
	width: 48.5%;
	text-align: center;
	float: left;
	padding: 13px 0;
	border: 1px solid #4597e3;
	padding-top: 68px;
	margin-bottom: 13px;
}
.ctn-promote h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-family: 'ProximaNova-Bold';
}
.ctn-promote p {
	font-size: 18px;
	color: #08c2f0;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0;
}
.promote-part1 {
	background: url(images/ctn1--img1.png) transparent no-repeat center top 15px;
	margin-right: 14px;
}
.promote-part2 {
	background: url(images/ctn1--img1.png) transparent no-repeat center top 15px;
}
.promote-part3 {
	background: url(images/ctn1--img2.png) transparent no-repeat center top 15px;
	margin-right: 14px;
}
.promote-part4 {
	background: url(images/ctn1--img3.png) transparent no-repeat center top 15px;
}
.promote-part5 {
	background: url(images/ctn1--img4.png) transparent no-repeat center top 15px;
	margin-right: 14px;
}
.promote-part6 {
	background: url(images/ctn1--img5.png) transparent no-repeat center top 15px;
}
/*footerContainer*/
.footerContainer {
	padding: 38px 0;
	overflow: hidden;
	background: #040404;
	width: 100%;
	border-top: 1px solid #09b1db;
}
.fooetrInner {
	width: 1170px;
	margin: 0 auto;
}
.footerLeft {
	width: 30%;
	float: left;
	margin-top: 12px;
}
.footerLeft p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	font-family: 'ProximaNova-Semibold';
}
.footerMid {
	width: 30%;
	float: left;
}
.footerMid a {
	background: url(images/ctn-solid.png) no-repeat left center;
	background-size: cover;
	display: inline-block;
	height: 63px;
	margin-right: 25px;
}
.footerMid a:hover {
	opacity: 0.8;
}
.footerMid a.solid1 {
	width: 143px;
	background-position: 0 0;
}
.footerMid a.solid2 {
	width: 130px;
	background-position: -170px 0px;
	margin-right: 0;
}
.footerRight {
	width: 39%;
	float: right;
	margin-top: 15px;
}
.footerRight a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
	display: inline-block;
	float: left;
	padding: 3px 10px;
	color: #fff;
}
@media (max-width: 1170px) {
.wrapper, .headerTopContainer, .headerContainer, .bannerContainer, .statictisContainer, .investmentContainer, .contentTopContainer, .contentBotContainer, .latestContainer, .footerContainer, .commissionContainer {
 width: 1170px !important;
}
.headerTopInner, .headerInner, .bannerInner, .statictisInner, .investmentInner, .contentTopInner, .contentBotInner, .latestInner, .footerInner, .commissionInner {
 margin: 0 !important;
}
}
.bannerContainer.inside {
	border-bottom: 1px solid #33b5d5
}
.inside_wrap {
	width: 100%;
	float: left;
	padding: 45px 0;
}
.inside_inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1170px;
}
.howto {
	text-align: center;
	width: 100%;
	float: left;
	margin: 0 0 25px;
}
.howto p {
	font-size: 16px;
	line-height: 26px;
}
.invest_left {
	width: 72%;
	float: left;
	font-size: 35px;
	text-transform: uppercase;
	color: #32bbdc;
	font-family: 'ProximaNova-Bold';
}
.invest_right {
	width: 28%;
	float: right;
	text-align: right;
}
.invest_right a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f0f6+0,6ccfe6+50,6ccfe6+59,0cadd6+100 */
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
	line-height: 50px;
	display: inline-block;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	color: #223d46;
	font-size: 22px;
	text-transform: uppercase;
}
.invest_right a:hover {
	background: #fff;
}
.start-step {
	width: 31.33%;
	float: left;
	padding: 15px;
	margin: 1%;
	border: 1px solid #4597e3;
	min-height: 415px;
}
.start-step span {
	display: block;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 20px
}
.start-step h3 {
	font-size: 19px;
	color: #08c2f0;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	margin: 0 0 15px;
	text-align: center;
}
.start-step p {
	text-align: justify
}
ul.affliateblock li, .news_block {
	padding: 20px 20px 20px 150px;
	margin: 0 0 30px;
	border: 1px solid #4597e3;
	width: 100%;
	float: left;
}
ul.affliateblock li.one {
	background: url(images/affiliate_one.png) no-repeat 20px center
}
ul.affliateblock li.two {
	background: url(images/affiliate_two.png) no-repeat 20px center
}
.news_block {
	background: url(images/news_icon.png) no-repeat 20px 15px
}
ul.affliateblock li h4, .news_title, .address h2, .emailblock h2, .phone h2, .contact_right h2, .section-header, .logo-container h2 {
	font-size: 24px;
	color: #38bddd;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
	line-height: 30px;
	width: 100%;
	float: left;
	font-family: 'ProximaNova-Bold';
}
.affi_bottom {
	width: 100%;
	background: url(images/bg-bottom.jpg) transparent no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.news_infos {
	width: 100%;
	float: left;
	padding: 0 0 15px;
}
.news_time {
	font-size: 12px;
	color: #666;
	border-left: 1px solid #666;
	padding: 5px 10px;
}
.contact_left, .contact_right {
	width: 100%;
	float: left;
}
.contact_right {
	margin: 30px 0 0;
}
.address, .emailblock, .phone {
	padding: 15px 15px 15px 100px;
	width: 31.33%;
	float: left;
	color: #fff;
	margin: 0 2% 0 0;
	border: 1px solid #01b1dd;
	min-height: 125px;
}
.address {
	background: url(images/location_icon.png) no-repeat 20px center;
}
.emailblock {
	background: url(images/email_icon.png) no-repeat 20px center;
}
.phone {
	background: url(images/phone_icon.png) no-repeat 20px center;
	margin: 0
}
.contact_right textarea {
	height: 145px
}
.support {
	background: #000;
}
.support label {
	color: #fff
}
.form-container-wrap {
	width: 100%;
	float: left;
	background: url(images/bg-bottom.jpg) transparent no-repeat top center;
	background-size: 100% 100%
}
.form-container.login, .form-container.forgot_pw, .form-container.signuppage, .logo-container {
	width: 100%;
	margin: 50px auto;
	max-width: 660px;
	border: 1px solid #0d738d;
	overflow: hidden;
	text-align: center
}
.form-container.login {
	background: url(images/login_icon.png) rgba(17, 16, 13, 0.64) no-repeat center 20px;
}
.form-container.forgot_pw {
	background: url(images/forgot_icon.png) rgba(17, 16, 13, 0.64) no-repeat center top 25px;
}
.form-container.signuppage {
	background: url(images/signup_icon.png) rgba(17, 16, 13, 0.64) no-repeat center top 25px;
}
.logo-container {
	padding:20px;
}
.form-container.login form, .form-container.forgot_pw form, .form-container.signuppage form {
	padding: 130px 20px 10px;
}
.form-container.login form a, .form-container.forgot_pw form a, .form-container.signuppage form a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.form-container.login form a:hover, .form-container.forgot_pw form a:hover, .form-container.signuppage form a:hover {
	text-decoration: none;
	color: #3cbede
}
.existing_user {
	text-align: center;
	background: #08c2f0;
	padding: 15px 0;
	margin: 3px;
	color: #000;
	font-family: 'ProximaNova-Bold';
	width: calc(100% - 6px);
	float: left;
}
.existing_user a, .existing_user a:hover {
	color: #000;
}
.form-container.login form td, .form-container.forgot_pw td, .form-container.signuppage td {
	color: #fff;
	padding: 5px 10px;
	vertical-align: middle
}
.login_redirect {
	background: #000;
	text-align: center;
}
.login_redirect h2 {
	text-align: center
}
.member_wrap {
	width: 100%;
	float: left;
	padding: 0;
	background: #000
}
.member_inside {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	float: left
}
.big-stats {
	background: #08c2f0;
	width: 100%;
	float: left;
	color: #fff;
	padding: 15px 0;
}
.big-stats .big-stats-box {
	float: left;
	width: calc(25% - 20px);
	border: 1px solid #fff;
	min-height: 50px;
	margin: 10px;
	padding: 10px;
	background: #111;
}
.big-stats .big-stats-box .left {
	float: left;
	width: 22%;
	padding: 12px 0;
}
.big-stats .big-stats-box .right {
	float: left;
	width: 78%;
}
.big-stats .big-stats-box .right h2 {
	font-size: 17px;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
}
.big-stats .big-stats-box .right p {
	margin: 0;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 30px;
}
.my_accont {
	font-size: 19px
}
.membersidebar {
	background: #101010;
	width: 25%;
	float: left;
	border: 1px solid #01b1dd;
}
.membersidebar ul {
	list-style: none;
	margin: 0;
	padding: 8px 10px!important;
	width: 100%;
	float: left
}
.membersidebar ul li {
	border-bottom: 1px solid #01b1dd;
	line-height: 30px;
	width: 100%;
	float: left;
	padding: 9px 0;
}
.membersidebar ul li:last-child {
	border: 0
}
.membersidebar ul li a {
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	display: block;
	float: left;
	width: 72%;
}
.membersidebar ul li span {
	width: 12%;
	height: 30px;
	float: left;
	margin: 0 8px 0 0;
	min-width: 30px;
	max-width: 30px;
}
.membersidebar ul li span.one {
	background: url(images/accleft1.png) repeat scroll 0 0
}
.membersidebar ul li span.two {
	background: url(images/accleft2.png) repeat scroll 0 0
}
.membersidebar ul li span.three {
	background: url(images/accleft3.png) repeat scroll 0 0
}
.membersidebar ul li span.four {
	background: url(images/accleft4.png) repeat scroll 0 0
}
.membersidebar ul li span.five {
	background: url(images/accleft5.png) repeat scroll 0 0
}
.membersidebar ul li span.six {
	background: url(images/accleft6.png) repeat scroll 0 0
}
.membersidebar ul li span.seven {
	background: url(images/accleft7.png) repeat scroll 0 0
}
.membersidebar ul li span.eight {
	background: url(images/accleft8.png) repeat scroll 0 0
}
.membersidebar ul li span.nine {
	background: url(images/accleft9.png) repeat scroll 0 0
}
.membersidebar ul li span.ten {
	background: url(images/accleft10.png) repeat scroll 0 0
}
.membersidebar ul li span.eleven {
	background: url(images/accleft11.png) repeat scroll 0 0
}
.membersidebar ul li:hover {
	background: #32bbdc
}
.membersidebar ul li:hover a {
	color: #fff;
	text-decoration: none
}
.member-container {
	width: 72%;
	float: right;
}
.mem_wrapper {
	width: 100%;
	float: left;
}
.member-right {
	width: 100%;
	float: right
}
.member-right .top {
	width: 100%;
	float: left
}
.member-right .top p {
	float: left;
	width: 33%;
	margin: 0;
	line-height: 35px;
	font-size: 22px;
	text-transform: uppercase;
	color: #223d46;
	background: #32bbdc url(https://ddgu.ddos-guard.net/ddgu/?h=aHR0cHM6Ly9iaXRkcmFnb24uYml6&amp;u=L3N0eWxlcy9pbWFnZXMvYWNjX2JhbGFuY2UucG5n) no-repeat 10px center;
	padding: 5px 10px 5px 65px;
}
.member-right .top h2 {
	margin: 0;
	float: right;
	line-height: 33px;
	width: 67%;
	text-align: right;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	background: #111;
	font-size: 15px;
	border: 1px solid #3cbede;
}
.account_mid .mem_mid {
	margin: 0 2% 0 0;
	float: left;
	width: 32%;
	background: #111;
	border: 1px solid #32bbdc;
}
.account_mid .mem_mid:last-child {
	margin-right: 0
}
.account_mid strong {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	border-top: 1px solid #32bbdc;
	line-height: 38px;
	color: #fff !important;
	text-transform: uppercase;
}
.account_mid p.big {
	font-size: 26px;
	float: left;
	width: 100%;
	text-align: center;
	color: #32bbdc;
	font-family: 'ProximaNova-Bold';
	line-height: 30px;
}
.acc-bal, .ear-tot, .acc-dep {
	width: 100%;
	height:126px;
	float: left;
}
.acc-bal {
	background: url(images/acc-bal.png) no-repeat center center #000
}
.ear-tot {
	background: url(images/ear-tot.png) no-repeat center center #000
}
.acc-dep {
	background: url(images/acc-dep.png) no-repeat center center #000
}
.account-bottom, .detailed-stats {
	width: 100%;
	float: left
}
.detailed-stats .pull-left, .detailed-stats .pull-right {
	width: 49%
}
.member-right table {
	border-left: 1px solid #3cbede;
	border-top: 1px solid #3cbede;
	margin-bottom: 10px
}
.member-right table tr {
	background: #111
}
.member-right table td, .member-right table th {
	border-bottom: 1px solid #3cbede;
	border-right: 1px solid #3cbede;
	padding: 8px 10px;
	font-size: 14px
}
.member-right table tr:nth-child(even) {
 background: #1a1a1a
}
.member-right td.inheader {
	color: #fff;
	font-family: 'ProximaNova-Semibold';
	font-size: 14px;
	text-transform: uppercase;
	background: #32a9c6
}
.acc_button_wrap {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	margin: 0 0 20px;
}
.acc_button_wrap a {
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
	padding: 9px 0;
	text-decoration: none;
	margin: 0 2px;
	text-transform: uppercase;
	text-align: center;
	width: 45%;
	display: inline-block;
}
.acc_button_wrap a.eh:hover, .acc_button_wrap a.tw:hover, .acc_button_wrap a.wf:hover, .acc_button_wrap a.af:hover {
	background:#fff;
}
.acc_button_wrap a.eh, .acc_button_wrap a.tw, .acc_button_wrap a.wf, .acc_button_wrap a.af {
	color: #223d46;
}
.acc_button_wrap a.eh, .acc_button_wrap a.wf {
	font-family: 'ProximaNova-Semibold';
	background-repeat: no-repeat;
	background-position:10px center;
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
}
.acc_button_wrap a.tw, .acc_button_wrap a.af {
	font-family: 'ProximaNova-Semibold';
	background-repeat: no-repeat;
	background-position:10px center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
}
.account_deposit .ctn-profit {
	width: calc(100% - 85px);
	float: left;
	margin-bottom: 25px
}
.account_deposit .ctn-daily-part {
	background: #ebf0f3
}
.account_deposit .ctn-daily-part input[type="radio"] {
	float: left;
	margin: 5px 15px 0 0
}
.account_deposit .ctn-daily-part p {
	margin: 10px 4% 0 0;
	width: 44%;
	float: left
}
.promo-table textarea {
	height: 70px!important;
	background: #d5daec!important
}
.detailed-stats-box {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	padding: 15px 10px 5px 20px;
	border: 1px solid #01b1dd;
}
.detailed-stats-box p {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.detailed-stats-box p.detailed-stats-img {
	float: left;
	margin: 0 20px 0 0
}
.detailed-stats-box h3, .my_accont h2, .member_right h3, h3.refheader, .member-right h3 {
margin: 5px 0 15px;
    color: #39bddd;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.account_deposit {
	width: 100%;
	float: left;
}
.account_deposit .invetment_wrap {
	background: none;
	padding: 0;
	color: #86878a
}
.account_deposit .invetment_wrap .inv .radio, .account_deposit .invetment_wrap .half .radio {
	background-color: #36862f;
	display: inline-block;
	width: 160px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-weight: 400;
	border-radius: 30px;
	text-transform: uppercase;
	margin: 10px 0 20px
}
.account_deposit .invetment_wrap .inv input[type=radio], .account_deposit .invetment_wrap .half input[type=radio] {
	display: none
}
.account_deposit .invetment_wrap .inv input[type=radio]:checked + .radio, .account_deposit .invetment_wrap .half input[type=radio]:checked + .radio {
	background-color: #1caafb
}
.account_deposit .invetment_wrap .half {
	border: none
}
.member-right b, .member-right strong {
	color: #3cbede
}
.account_mid {
	padding: 20px 0;
	width: 100%;
	float: left
}
.alert-danger {
	background-color: #f8e7e6;
	border-color: #de403c;
	color: #de403c;
}
.aff-banners .nav-tabs > li > a {
	background: #222;
	color: #3cbede;
	padding: 8px 30px;
	border-color: #3cbede !important;
}
.aff-banners .nav-tabs > li > a:hover, .aff-banners .nav-tabs > li.active > a {
	background: #3cbede;
	color: #fff;
}
#show-hide-2 {
	padding: 20px;
	border: 1px solid #3cbede
}
.account_deposit .ctn-investment-top {
	width: 100%;
	float: left;
	margin-top: 0;
	padding: 0;
}
.account_deposit .ctn-mid-daily {
	width: 31%;
	margin: 40px 1%;
}
.ctn-mid-daily .radio {
	background: #c8f0f6; /* Old browsers */
	background: -moz-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8f0f6 0%, #6ccfe6 50%, #6ccfe6 59%, #0cadd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f0f6', endColorstr='#0cadd6', GradientType=0 ); /* IE6-9 */
	display: inline-block;
	width: 100%;
	color: #223d46;
	text-align: center;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
}
.ctn-mid-daily input[type=radio] {
	display: none
}
.ctn-mid-daily input[type=radio]:checked + .radio {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #dbdfe0 50%, #dbdfe0 61%, #b6bebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6bebe', GradientType=0 ); /* IE6-9 */
	color:#223d46;
}
