*, html {
	padding: 0;
	margin: 0
}
body{
	font-family: sans-serif;
  	font-weight: 400;
  	background:  #191e5f;
  	color:white;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	background: url(images/bg.jpg) transparent no-repeat center top;
	background-size: cover;
}

.wrapper2{
	width: 100%;
	overflow: hidden;
	background:#191E5F;
	background-size: cover;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}
p {
    margin: 0 0 20px;
    line-height: 24px;
}
a {
	color: #fff;
}
a:hover {
	color: #e9cd49;
	text-decoration: none
}
a:focus, a:active {
	outline: none
}
input[type="submit"], input[type="button"], .btn-info {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	border-radius: 36px;
	text-transform: uppercase;
	text-decoration: none;
    background: #087fbc;
    background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%);
    background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%);
    background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 );
	line-height: 28px;
	font-weight: 600;
	border:0px;
}

.deposit-process-wrap {margin:5px 0px;}

input[type="submit"], input[type="button"] {
	padding: 5px 35px;
}
input[type="submit"]:hover, input[type="button"]:hover, .btn-info:hover {
	 background: #087fbc;
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 2px 10px;
    border: 1px solid #5b2d84;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    color: #333;
    border-radius: 4px;
}
textarea {
	font-size: 14px;
	border: 1px solid #1b2356;
	width: 100%;
	padding: 10px;
	background: #fff;
	resize: none;
	color: #333
}
select {
	font-size: 14px;
	border: 1px solid #1b2356;
	width: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/select_arrow.png) no-repeat right #fff;
	padding: 8px 25px 8px 10px;
	color: #333
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus, textarea:focus {
	border: 1px solid #e9cd49
}
label {
	font-weight: 400;
	width: 100%;
	margin: 6px 0;
	color: #fff;
}



/*headerBotContainer*/
.headerContainer{
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.headerInner{
	width: 1170px;
	margin: 0 auto;
}
#logo{
	display: inline-block;
	float: left;
	height: 60px;
	width: 188px;
	background: url(images/logo.png) transparent no-repeat center;
}
.hdRight{
	float: right;
}
.mainNavRight{
    float: right;
    border: 0;
    padding-top: 20px;
}
.navbar{
    margin: 0;
    min-height: 31px;
    border: 0;
}
.navbar .nav{
    margin: 0;
    min-height: 34px;
    border: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
    list-style: none;
}
.mainNavRight .nav > li a:hover,.mainNavRight .nav > li a:focus{
	color: #1895b2;
	background: none;
}
.mainNavRight .nav > li  > a{
	color: #fff;
	font-weight: 700;
	padding: 0px 5px;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 5px 7px;
}

.mainNavRight .nav > li > a.signup {
	margin: 0;
	padding: 5px 40px;
	color: #fff;
	border-radius: 30px;
	margin-left: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.mainNavRight .nav > li > a.signup:hover,.mainNavRight .nav > li > a.signup:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b35b4+0,623fbb+35,534dc5+71,4a57cc+100 */
	background: #6b35b4; /* Old browsers */
	background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 ); /* IE6-9 */
}
.mainNavRight .nav > li > a.login{
	margin: 0;
	padding: 5px 40px;
	border-radius: 30px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b35b4+0,623fbb+35,534dc5+71,4a57cc+100 */
	background: #6b35b4; /* Old browsers */
	background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 ); /* IE6-9 */
	margin-left: 15px;
}
.mainNavRight .nav > li > a.login:hover,.mainNavRight .nav > li > a.login:focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}


}
/*bannerContainer*/


.bannerContainer{
	width: 100%;
	overflow: hidden;
}
.bannerInner{
	width: 1170px;
	margin: 0 auto;
}
.ctn-banner-left{
	width: 41%;
	padding: 25px 0 0px;
	float: left;
}
.ctn-banner h3{
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 60px;
	margin: 0;
	font-weight: 700;
	padding: 60px 0 35px;
	line-height: 60px;
	text-transform: uppercase;
}
.ctn-banner p{
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight:  600;
	line-height: 28px;
	margin: 0;
	margin-bottom: 45px;
}
.ctn-banner h4{
	background: url(images/bn-bg.png) no-repeat left center;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	padding: 37px 50px;
	margin: 0;
	margin-bottom: 50px;
}
.banner-btt{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.banner-btt a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 35px;
	border-radius: 30px;
	margin: 0 15px;
	text-decoration: none;
}
.banner-btt a.bn-btt1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b35b4+0,623fbb+35,534dc5+71,4a57cc+100 */
	background: #6b35b4; /* Old browsers */
	background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 ); /* IE6-9 */
}
.banner-btt a.bn-btt2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.banner-btt a.bn-btt3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#087fbc+0,188dc8+38,35a7dd+72,40b1e6+100 */
	background: #087fbc; /* Old browsers */
	background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 ); /* IE6-9 */
}
.ctn-banner a.bn-btt1:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.ctn-banner a.bn-btt2:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b35b4+0,623fbb+35,534dc5+71,4a57cc+100 */
	background: #6b35b4; /* Old browsers */
	background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 ); /* IE6-9 */
}
.ctn-banner a.bn-btt3:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}

/*statistContainer*/
.statistContainer{
	width: 100%;
	padding: 50px 0 0;
	overflow: hidden;
}
.statistInner{
	width: 1170px;
	margin: 0 auto;
	border-radius: 4px;
	min-height: 175px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323998+0,3e2995+37,4a1992+65,59068e+100 */
	background: #323998; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #323998 0%, #3e2995 37%, #4a1992 65%, #59068e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323998', endColorstr='#59068e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ctn-statist{
	width: 20%;
	float: left;
	margin-top: -46px;
	padding: 14px 0;
	padding-top: 129px;
	text-align: center;
}
.ctn-statist h3{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 10px;
}
.ctn-statist p{
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}
.statist-part1{
	background: url(images/stt-ic1.png) transparent no-repeat center top ;
}
.statist-part2{
	background: url(images/stt-ic2.png) transparent no-repeat center top ;
}
.statist-part3{
	background: url(images/stt-ic3.png) transparent no-repeat center top ;
}
.statist-part4{
	background: url(images/stt-ic4.png) transparent no-repeat center top ;
}
.statist-part5{
	background: url(images/stt-ic5.png) transparent no-repeat center top ;
}


/*invesmentContainer*/
.invesmentContainer{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.investmentInner{
	width: 1170px;
	margin: 0 auto;
}
.investmentInner h1{
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 0 0 50px;
	font-weight: 600;
	text-align: center;
}
.ctn-invesment-part{
	width: 24%;
	border-radius: 4px;
	margin-right: 15px;
	padding: 30px 25px;
	float: left;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b4daf+0,2f42a7+35,372e98+72,3b2490+100 */
	background: #2b4daf; /* Old browsers */
	background: -moz-linear-gradient(left, #2b4daf 0%, #2f42a7 35%, #372e98 72%, #3b2490 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4daf', endColorstr='#3b2490',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part4{
	margin-right: 0;
}
.ctn-invesment-part img{
	margin-bottom: 10px;
}
.ctn-invesment-part3 img{
	margin-bottom: 22px;
}
.ctn-invesment-part hr{
	border-top: 1px solid #0d84c0;
	margin: 6px 0;
}
.investment-title{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 15px;
}
.investment-title h3{
	width: 58%;
	float: left;
	display: inline-block;
	margin: 0;
	text-align:  right;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.investment-title h3 span{
	font-size: 36px;
}
.investment-title h4{
	width: 42%;
	float: right;
	display: inline-block;
	margin: 0;
	font-weight:  600;
	font-size: 18px;
	color: #fff;
	padding: 9px 12px;
	text-align:  left;
	line-height: 25px;
}
.ctn-invesment-part a{
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 70px;
	text-decoration: none;
	border-radius: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#087fbc+0,188dc8+38,35a7dd+72,40b1e6+100 */
	background: #087fbc; /* Old browsers */
	background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part2 a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part4 a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part2 a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#087fbc+0,188dc8+38,35a7dd+72,40b1e6+100 */
	background: #087fbc; /* Old browsers */
	background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 ); /* IE6-9 */
}
.ctn-invesment-part4 a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#087fbc+0,188dc8+38,35a7dd+72,40b1e6+100 */
	background: #087fbc; /* Old browsers */
	background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 ); /* IE6-9 */
}
.investment-ctn{
	width: 100%;
	padding: 20px 0 25px;
	text-align: left;
}
.investment-ctn p{
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight:  600;
	padding: 0 10px;
}
.investment-ctn p span{
	float: right;
}

/*calculateContainer*/
.calculateContainer{
	width: 100%;
	overflow: hidden;
}
.calculateInner{
	width: 1170px;
	margin: 0 auto;
}
.calculateLeft{
	width: 67%;
	float: left;
	padding-right: 80px;
}
.calculateLeft h3{
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: 700;
	margin-top:  10px;
	margin-bottom: 30px;
}
.calculateLeft p{
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 25px;
	text-align: justify;
}
.calculateRight{
	width: 33%;
	float: right;
}
.ctn-calculator{
	width: 100%;
	border-radius: 4px;
	padding: 25px 30px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.calculatorLeft{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align:  center;
}
.calculatorLeft h3{
	font-size: 30px;
	color: #2d47ab;
	text-align:  center;
	margin: 0;
	line-height: 30px;
	margin-bottom: 25px;
}
.calculatorLeft span{
	position: absolute;
	right: 69px;
	top: 62px;
	font-size:  18px;
	color:  #4a4c55;
	font-weight:  600;
}
.calculatorLeft input{
	font-size: 18px;
	color: #4a4c55;
	width: 65%;
	border: 1px solid #66abdb;
	outline: none;
	height: 40px;
	padding: 0 15px;
	font-weight:  600;
	border-radius: 30px;
}
.calculatorRight{
	padding: 20px 0;
	background: url(images/call-ic1.png) transparent no-repeat center left;
	padding-left: 105px;
}
.calculatorRight p{
	width: 100%;
	font-size: 14px;
	color: #4a4c55;
	margin: 0;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
}
.calculatorRight p span{
	float: right;
	padding-right: 5px;
	text-align: right;
}
.calculatorRight hr{
	width:  100%;
	border-top: 1px solid #4fa0d7;
	margin: 3px 0;
}
.ctn-calculator a{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 9px 35px;
	color: #fff;
	border-radius: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba088c+0,a10b91+35,890e95+63,761098+100 */
	background: #ba088c; /* Old browsers */
	background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 ); /* IE6-9 */
}
.ctn-calculator a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#087fbc+0,188dc8+38,35a7dd+72,40b1e6+100 */
	background: #087fbc; /* Old browsers */
	background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 ); /* IE6-9 */
}

/*contentContainer*/
.contentContainer{
	width: 100%;
	padding: 45px 0;
	overflow: hidden;
}
.contentInner{
	width: 1170px;
	margin: 0 auto;
}
.contentInner h3{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 55px;
	text-align: center;
}
.contentLeft{
	width: 37%;
	float: left;
	text-align: right;
}
.contentMid{
	width: 26%;
	float: left;
	text-align: center;
}
.contentRight{
	width: 37%;
	float: right;
	text-align: left;
}
.ctn-inves-row{
	padding: 26px;
	padding-top: 5px;
	padding-bottom: 50px;
}
.ctn-inves-row h1{
	font-size: 24px;
	color: #6bc4fa;
	line-height: 24px;
	font-weight:  600;
	padding-bottom: 20px;
	margin: 0;
}
.ctn-inves-row p{
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 26px;
}
.invers-part3{
	padding-top: 15px;
}
.invers-part4{
	padding-top: 97px;
}
.invers-part6{
	padding-top: 23px;
}
/*withdrawContainer*/
.withdrawContainer{
	width: 100%;
	overflow: hidden;
}
.withdrawInner{
	width: 1170px;
	margin: 0 auto;
}
.withdrawLeft{
	width: 47%;
	float: left;
	border-radius: 4px;
	padding: 30px;
	background: #2b4daf;
	background: -moz-linear-gradient(left, #2b4daf 0%, #2f42a7 35%, #372e98 72%, #3b2490 100%);
	background: -webkit-linear-gradient(left, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
	background: linear-gradient(to right, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4daf', endColorstr='#3b2490',GradientType=1 );
}
.withdrawInner h3{
	font-size: 24px;
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}
.withdrawRight{
	width: 47%;
	float: right;
	border-radius: 4px;
	padding: 30px;
	background: #2b4daf;
	background: -moz-linear-gradient(left, #2b4daf 0%, #2f42a7 35%, #372e98 72%, #3b2490 100%);
	background: -webkit-linear-gradient(left, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
	background: linear-gradient(to right, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4daf', endColorstr='#3b2490',GradientType=1 );
}

.cnt-withdraw{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #7e89df;
}
.cnt-withdraw p{
	font-size: 14px;
	margin: 0;
	display: inline-block;
	line-height: 24px;
	color: #fff;
}
.cnt-withdraw-title p{
	color: #59bde6;
}
.withdraw-part1{
	width: 28%;
	float: left;
}
.withdraw-part2{
	width: 20%;
	float: left;
}
.withdraw-part3{
	width: 15%;
	float: left;
}
.withdraw-part4{
	width: 37%;
	float: right;
}
/*aboutContainer*/
.aboutContainer{
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.aboutInner{
	width: 1170px;
	margin: 0 auto;
	padding: 50px 30px;
	background: #323998;
    background: -moz-linear-gradient(-45deg, #323998 0%, #3e2995 37%, #4a1992 65%, #59068e 100%);
    background: -webkit-linear-gradient(-45deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    background: linear-gradient(135deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323998', endColorstr='#59068e',GradientType=1 );
    border-radius: 4px;
    overflow: hidden;
}
.ctn-about{
	width: 50%;
	float: left;
	padding-left: 135px;
}
.ctn-about h2{
	font-size: 24px;
	margin: 0;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
}
.ctn-about h3{
	font-size: 18px;
	margin: 0;
	color: #81cbfa;
	margin-bottom: 5px;
	font-weight: 700;
}
.ctn-about p{
	font-size: 14px;
	margin: 0;
	color: #fff;
	font-weight: 400;
}
.aboutLeft{
	background: url(images/ctn-acc-ic1.png) transparent no-repeat center left;
}
.aboutRight{
	padding-left: 175px;
	background: url(images/ctn-acc-ic2.png) transparent no-repeat center left 30px;
}
/* solidContainer */
.solidContainer{
	width: 100%;
	padding: 40px 0;
	background: #0d114a;
	overflow: hidden;
}
.solidInner{
	width: 1170px;
	margin: 0 auto;
}
.solid{
	text-align: center;
}
.solid a{
	background: url(solid.png) no-repeat left center;
	display: inline-block;
	height: 30px;
	margin: 0 5px;
}
.solid a:hover{
	opacity: 0.7;
}
.solid a.solid1{
	width: 98px;
	background-position: 0 0;
}
.solid a.solid2{
	width: 109px;
	background-position: -108px 0;
}
.solid a.solid3{
	width: 148px;
	background-position: -231px 0;
}
.solid a.solid4{
	width: 101px;
	background-position: -393px 0;
}
.solid a.solid5{
	width: 142px;
	background-position: -506px 0;
}
.solid a.solid6{
	width: 118px;
	background-position: -664px 0;
}
.solid a.solid7{
	width: 137px;
	background-position: -799px 0;
}
.solid a.solid8{
	width: 111px;
	background-position: -955px 0;
}
.solid a.solid9{
	width: 80px;
	background-position: -1086px 0;
	margin-right: 0;
}


/*footerContainer*/
.footerContainer{
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.footerInner{
	width: 1170px;
	margin: 0 auto;
}
.footerBot{
	width: 100%;
	text-align: center;
}
.footerBot p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.footerTop{
	width: 100%;
	text-align: center;
	padding: 14px 0;
	overflow: hidden;
}
.footerTop a{
	color: #40c2fd;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 5px;
}

.inside_wrap {
	padding: 10px 0;
	width: 100%;
	float: left;
}
.inside_inner {
	width: 1170px;
	margin: 0 auto;
	color: #fff;
}
.bannerContainer.inside {
	    padding-top: 50px;
}
.bannerContainer.inside h4 {
	    font-size: 30px;
}
.panel-group .panel {
	border: none;
	border-radius: 0;
	background: none
}
.panel-group .panel-heading {
	border-bottom: 1px solid #3f4786;
	padding: 0 !important;
    background: #6b35b4;
    background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%);
    background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%);
    background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 );
    border:0px;
}
.panel-group .panel-heading:hover {
	background: #6b35b4;
}
.panel-group .panel-heading:hover a {
	color: #fff;
}
.panel-title > a {
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 14px 10px 14px 45px !important;
    background: url(images/faq_icon.png) no-repeat 6px center;
    font-size: 16px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	    border-top: 1px solid #917dde !important;
}
.panel-title {
	font-size: 14px !important;
}
.news_block {
	width: 100%;
	float: left;
	margin: 0 0 25px;
	padding: 20px 30px;
    background: #2b4daf;
    background: -moz-linear-gradient(left, #2b4daf 0%, #2f42a7 35%, #372e98 72%, #3b2490 100%);
    background: -webkit-linear-gradient(left, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
    background: linear-gradient(to right, #2b4daf 0%,#2f42a7 35%,#372e98 72%,#3b2490 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4daf', endColorstr='#3b2490',GradientType=1 );
    border-radius:4px;
}
.news_infos, .news_time {
	width: 100%;
	float: left;
	padding: 0 0 10px;
}
.news_time {
    color: #94c7fb;
    font-size: 13px;
}
.news_title, .support_top h1, h3.rules, h3.refheader, h3.account_main {
    font-size: 22px;
    margin: 0 0 15px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
.news_title {
	padding: 0 0 0 45px;
	background: url(images/newspaper_icon.png) no-repeat left center
}
.email, .address, .phone {
	width: 33.33%;
	text-align: center;
	float: left;
	padding-bottom: 20px;
}
.contact_frm .form-content {
	width: 100%;
    background: #323998;
    background: -moz-linear-gradient(-45deg, #323998 0%, #3e2995 37%, #4a1992 65%, #59068e 100%);
    background: -webkit-linear-gradient(-45deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    background: linear-gradient(135deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323998', endColorstr='#59068e',GradientType=1 );
	padding: 15px;
	float:left;
	border-radius:4px;
	margin-bottom:30px;
}
.contact_frm textarea {
	height: 220px
}
.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width:100%;
	float:left
}
.contact_frm .form-content table td {
	padding: 8px
}

.paidouttop select {
	width: 100%
}
ul.rule {
}
ul.rule li {
padding: 0 0 15px 0px;
    background: url(images/rules_tick.png) no-repeat 3px 2px;
    line-height: 22px;
}
.form-container-wrap {
	width: 100%;
	float: left
}
.form-container.login, .form-container.forgot_pw, .form-container.signuppage {
background: #ba088c;
    background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%);
    background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%);
    background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 );
	margin: 0 auto;
	overflow:hidden;
	padding: 25px;
	width: 100%;
	max-width: 580px;
	border-radius:4px;
}
.form-container.login .alert, .form-container.forgot_pw .alert, .form-container.signuppage .alert {
	max-width: 700px;
	margin: 0 auto 20px;
}
.form-container.login form, .form-container.forgot_pw form, .form-container.signuppage form, .after_registration {


}
.form-container.signuppage form {
	padding: 25px 10px;
	min-width: 800px;
}
.form-container.login form table td, .form-container.forgot_pw form table td, .form-container.signuppage form table td {
	border: medium none;
	padding: 8px;
	line-height: 34px;
	color:white;
}
.form-container-wrap h2 {
	text-align: center
}
.signuppage, .bottom-link {
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 40px;
}
.bottom-link a {
	color: #fff;
	font-size: 20px;
	    background: #6b35b4;
    background: -moz-linear-gradient(left, #6b35b4 0%, #623fbb 35%, #534dc5 71%, #4a57cc 100%);
    background: -webkit-linear-gradient(left, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%);
    background: linear-gradient(to right, #6b35b4 0%,#623fbb 35%,#534dc5 71%,#4a57cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b35b4', endColorstr='#4a57cc',GradientType=1 );
    padding:8px 25px;
    border-radius:36px;
}
.signuppage a:hover {
	color: #ffffff;
	 background: #6b35b4;
}
.login_redirect {
	background: #08081A;
	background-size: cover;
	padding-top:150px;
	text-align: center;
}
.logo-container {
	margin: 140px auto;
	padding: 15px;
	width: 100%;
	max-width: 580px;
	border: 6px solid #e0c242;
	background: #0b0e21cc;
}
.myaccount {
	padding: 0
}
.membersidebar ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 0 30px;
    margin: 0;
    text-align: center;
}
.membersidebar ul li {
    padding: 6px 14px;
    display: inline-block;
    border-radius: 50px;
    margin: 5px 4px;
    background: #ba088c;
    background: -moz-linear-gradient(left, #ba088c 0%, #a10b91 35%, #890e95 63%, #761098 100%);
    background: -webkit-linear-gradient(left, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%);
    background: linear-gradient(to right, #ba088c 0%,#a10b91 35%,#890e95 63%,#761098 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba088c', endColorstr='#761098',GradientType=1 );
    width: 370px;
}

.membersidebar ul li:hover {
	    background: #ba088c;
}

.membersidebar ul li a {
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
}
.membersidebar ul li:hover {
	text-decoration:none;
}
.membersidebar ul li:hover a {
	color: #fff;
	text-decoration: none
}
.membersidebar, .myaccount_wrap, .acc_top, .member_right, .aff_box, .account_mid, .account-bottom, .detailed-stats, .acc_button_wrap, .detailed-stats-box, .my_accont {
	width: 100%;
	float: left
}
.member-container {
	width: 1170px;
	margin: 0 auto 40px;
    background: #323998;
    background: -moz-linear-gradient(-45deg, #323998 0%, #3e2995 37%, #4a1992 65%, #59068e 100%);
    background: -webkit-linear-gradient(-45deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    background: linear-gradient(135deg, #323998 0%,#3e2995 37%,#4a1992 65%,#59068e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323998', endColorstr='#59068e',GradientType=1 );
	padding: 20px;
	overflow: hidden;
	border-radius:4px;
}
.user_name, .reg_date, .last_acc {
    width: 40%;
    float: left;
    padding: 20px 15px 10px 110px;
    margin: 0 2% 0 0;
    min-height: 95px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.user_name p, .reg_date p, .last_acc p {
	color: #fff;
	margin: 0 0 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}
.user_name h2, .reg_date h2, .last_acc h2 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 0;
	line-height: 24px;
	text-transform: uppercase;
	color: #e5d147;
	font-weight: 700;
}
.user_name {
    background: url(images/user-icon.png) transparent no-repeat center left;
    background-size: 90px auto;
    padding-left: 110px;
    padding-top: 10px;
    border-right: 3px solid #51ACE0;
    border-radius: 0px;
}
.reg_date {
	background: url(images/reg_date.png) no-repeat 10px center #171c27
}
.last_acc {
	background: url(images/last_acc.png) no-repeat 10px center #171c27;
	margin: 0
}
.aff_box {
	color: #0b1436;
	margin: 0 0 25px;
	text-align: center;
	border: 1px solid #131f69;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b68a1d+1,b68a1d+54,e9cd49+54,e9cd49+54,e9cd49+100 */
	background: #b68a1d; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b68a1d 1%, #b68a1d 54%, #e9cd49 54%, #e9cd49 54%, #e9cd49 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b68a1d 1%, #b68a1d 54%, #e9cd49 54%, #e9cd49 54%, #e9cd49 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b68a1d 1%, #b68a1d 54%, #e9cd49 54%, #e9cd49 54%, #e9cd49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68a1d', endColorstr='#e9cd49', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.aff_box a {
	padding: 10px 15px 10px 70px;
	float: left;
	background: url(images/bitcoin-icon.png) no-repeat 20px center;
	text-decoration: none;
	color: #fff;
	line-height: 32px;
	width: 100%;
	text-align: left;
	font-size: 17px;
}
.aff_box a:hover {
	color: #fff;
}
.acc_top {
	    padding: 20px 10px 40px 10px;
}
.account_mid {
    padding: 0 0 0px 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.mem_mid {
    text-align: center;
    width: 360px;
    float: left;
    margin: 8px;
    border: 0px;
    border-radius: 4px;
    background: #191E5F;
}

.mem_mid img {margin-top:-50px;}

.pull-left, .pull-right {
	width: 48%
}
.acc_button_wrap {
	text-align: center;
	margin: 0 0 20px;
}

.acc_button_wrap a {
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    background: #087fbc;
    background: -moz-linear-gradient(left, #087fbc 0%, #188dc8 38%, #35a7dd 72%, #40b1e6 100%);
    background: -webkit-linear-gradient(left, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%);
    background: linear-gradient(to right, #087fbc 0%,#188dc8 38%,#35a7dd 72%,#40b1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fbc', endColorstr='#40b1e6',GradientType=1 );
    margin: 0px 5px;
    font-size: 18px;
    width: 250px;
    display: inline-block;
}

.acc_button_wrap a:hover {
	background: #087fbc;
}

.detailed-stats-box {
	padding: 15px;
	border-radius: 4px;
    background: #191E5F;
	margin: 10px 0;
}
.detailed-stats-img {
	float: left;
	width: 100px;
	margin: 0 !important
}
.detailed-stats-box p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 8px 0 5px 0;
    float: left;
}

.detailed-stats-box h3 {
    float: right;
    margin-top: 10px;
    color: #3DAFE4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.my_accont {
	color: #fff;
	margin-bottom:10px;
}
.aff-banners {
	width: 100%;
	float: left;
}
.aff-banners ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.aff-banners ul li {
    background: #002c5f;
    margin: 0 2px 0 0;
    border-radius: 4px 4px 0 0;
}
.aff-banners ul li:last-child {
	margin: 0;
}
.aff-banners ul li a, .aff-banners ul li.active a {
	text-align: center;
	padding: 8px 25px;
	border: none !important;
	background: none !important;
}
.aff-banners ul li a {
	color: #fff !important;
	font-size: 13px;
}
.aff-banners ul li.active a, .aff-banners ul li:hover a {
	    color: #fff !important;
}
.aff-banners ul li.active, .aff-banners ul li:hover {
	    background: #AE098E;
}
#show-hide-2 {
    text-align: center;
    border: 1px solid #6f4dc5;
    padding: 20px;
    background: #51329E;
}
.my_accont .ctn-invesment-top {
	border: 2px solid #626cb3;
	margin: 0 0 40px;
	padding: 20px;
}
.my_accont .ctn-invesment-part {
	position: relative
}
.my_accont .ctn-invesment-part .radio {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.my_accont .ctn-invesment-part input[type=radio] {
	display: none
}
.my_accont .ctn-invesment-part input[type=radio]:checked + .radio {
    border: 3px solid #3AACE1;
    width: 100%;
    height: 100%;
}
/***************************@@@@@@@ media***********************/


.about-left {
	    width: 77%;
    float: left;
    padding-right: 40px;
}

.about-right {
	    width: 23%;
    float: right;
}

.inside_inner h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2191ef;
}


.acc_top .aboutLeft{
    float: right;
    width: 55%;
    padding-left: 110px;
    padding-top: 10px;
    background-size: 90px auto;
    padding-bottom: 30px;
    font-size: 16px;
}

.acc_top .aboutLeft a {
	    background: #191E5F;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
}

.acc_top .aboutLeft h2 {
margin-top: 0px;
    font-size: 24px;

}

.member-container table td {
	padding:8px;
	border:1px solid #7359E5;
}

.member-container table th {
	padding:8px;
	border:1px solid #7359E5;
	background:#3C287B;
}

.member-container table {width:100%; margin-bottom:10px;}


.paidoutbottom td, .paidouttop td, .member_right table td {
	padding:8px;
	border:1px solid #7359E5;
	font-size: 14px;
	color: #fff;
}
.paidoutbottom td.inheader, .paidouttop td.inheader, .member_right table tr td.inheader, .member_right table tr th.inheader {
	padding:8px;
	border:1px solid #7359E5;
	background:#3C287B;
}




@media (max-width: 1170px){
.wrapper, .wrapper2, .headerContainer,.bannerContainer,.solidContainer,.statistContainer,.calculateContainer,.invesmentContainer,.withdrawContainer,.aboutContainer,.solidContainer,.contentContainer,.footerContainer, .contentBotContainer,.support_top,.contact_frm,.solidContainer,.map,.contentTopContainer, .contact_frm .form-content, .form-container-wrap, .form-container.login, .form-container.forgot_pw, .form-container.signuppage, .login_redirect, .inside_wrap, .headerTopContainer, .wrapper, .headerContainer, .bannerContainer, .contentContainer, .invesmentContainer, .aboutContainer, .footerContainer, .statistContainer 

	 {
		width: 1170px !important;
	}
.headerInner,.bannerInner,.solidInner,.statistInner,.investmentInner,.calculateInner,.aboutInner,.withdrawInner,.solidInner,.contentInner,.footerInner, .member-container, .inside_inner, .headerTopInner, .headerInner, .bannerInner, .contentInner, .invesmentInner, .aboutInner, .footerInner, .statistInner
	{
		margin: 0 !important;
	} 
}


