body{
	background: #142362;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:white;
}

a,a:hover {color: #FFE322;}
.clearfix {
	clear: both;
}
.wapper {
	background: url("images/bg.jpg") transparent no-repeat center;
	background-size: cover;
}
.headerContainer{
	width: 100%;
	/*background: url("images/nav.png");*/
	background-color: #000;
	position: fixed;
	z-index: 100;
}
.headerInner{
	width: 1170px;
	margin: 0 auto;
	padding: 15px 0;
	
}
#logo{
	display: inline-block;
	float: left;
	height: 58px;
	width: 218px;
	/*background: url("images/logo.png") transparent no-repeat center;*/
	background: url("../../../www.cryptoinvestmntsltd.com/tester/styles/images/logo.png");
	background-size: cover;
}
.mainNavRight{
    float: right;
}
.navbar{
    margin: 0;
    min-height: 36px;
    border: 0;
}
.navbar .nav{
    margin: 0;
}
.mainNavRight .navbar-inner{
    background: none;
    padding: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
	list-style: none;
	height: 58px;
}
.mainNavRight .nav > li  > a{ 
    margin-left: 10px;
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
	background: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 58px;
}
.mainNavRight .nav > li  > a.login{
	color: #ffffff;
	line-height: 31px;
	border: 2px solid #e3b20a;
	padding: 0 15px 0 25px;
	margin-top: 11px;
	background: url("images/icon-login.png") #e3b20a no-repeat 5px center;
}
.mainNavRight .nav > li  > a.register{
	color: #ffffff;
	line-height: 31px;
	border: 2px solid #ffffff;
	padding: 0 20px;
	background: none;
	margin-top: 11px;
	margin-left: 40px;
}
.mainNavRight .nav > li > a:hover,
.mainNavRight .nav > li > a:focus{
	color: #ef9a05;
	background: none;
}
.mainNavRight .nav > li  > a.login:hover,
.mainNavRight .nav > li  > a.login:hover{
	color: #ffffff;
	background: url("images/icon-login.png") #d3a405 no-repeat 5px center;
	border: 2px solid #d3a405;
}
.mainNavRight .nav > li  > a.register:hover,
.mainNavRight .nav > li  > a.register:hover{
	color: #ffffff;
	background: #e3b20a;
}
/********bannerContainer*********/
.bannerContainer{
	width: 100%;
	
}
.bannerInner{
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 193px;
	position: relative;
	
}
.bannerInner h3 {
	font-weight: 700;
	font-size: 72px;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
	margin-bottom: 45px;
}
.bannerInner h4 {
	font-weight: 300;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
}
.bannerInner h4 span {
	font-weight: 700;
	color: #f9c615;
}
.statistic {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px;
}
.statistic-part {
	width: 29%;
	display: inline-block;
	padding: 20px 20px;
	text-align: center;
}
.statistic-part p {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding-left: 27px;
	text-align: left;
}
.statistic-part p span{
	color: #e3b20a;
	float: right;
}
.statistic-part1 {
	background: url("images/icon-stt1.png") rgba(27, 29, 31, 0.62) no-repeat 10px center;
}
.statistic-part2 {
	margin: 0 5%;
	background: url("images/icon-stt2.png") rgba(27, 29, 31, 0.62) no-repeat 10px center;
}
.statistic-part3 {
	background: url("images/icon-stt3.png") rgba(27, 29, 31, 0.62) no-repeat 10px center;
}
/*bitinstanContainer*/
.bitinstanContainer {
	width: 100%;
	background: #000;
}
.bitinstanInner {
	width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
}
.bitinstanInner h3 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #F8C515;
	margin: 0;
	margin-bottom: 40px;
}
.bitinstanInner p {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
}
.bitinstan-part {
	width: 50%;
	float: left;
}
.bitinstan-part-left {
	padding-right: 190px;
	background: url("images/icon-bitin1.png") transparent no-repeat 420px center;
}
.bitinstan-part-right {
	padding-left: 190px;
	background: url("images/icon-bitin2.png") transparent no-repeat 35px center;
	border-left: 1px solid #ffffff;
}
.bitinstan-part-left p {
	text-align: right;
}
.bitinstan-part-right p {
	text-align: left;
}
/*content*/
.contentContainer {
	width: 100%;
	background: #142362;
}

.contentInner {
	width: 1170px;
	margin: 0 auto;
	padding: 45px 0 25px;
}
.contentInner h3 {
	font-size: 60px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}



.contentInner p.features {
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	margin: 0;
	margin-top: 20px;
}
.content-ctn {
	width: 100%;
	margin-top: 45px;
}
.content-ctn-part {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	padding-top: 145px;
}
.content-ctn-part1 {
	background: url("images/icon-ctn1.png") transparent no-repeat center top;
}
.content-ctn-part2 {
	background: url("images/icon-ctn2.png") transparent no-repeat center top;
}
.content-ctn-part3 {
	background: url("images/icon-ctn3.png") transparent no-repeat center top;
}
.content-ctn-part4 {
	background: url("images/icon-ctn4.png") transparent no-repeat center top;
}
.contentInner h4 {
	font-size: 48px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin: 40px 0 30px;
}
.contentInner h4 span {
	font-weight: 600;
}
.content-signup {
	width: 100%;
}
.content-signup a {
	width: 25%;
	float: left;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 48px;
	border: 1px solid #000000;
	padding-left: 76px;
	color: #ffffff;
	line-height: 123px;
	background: url("images/icon-signup.png") #100319 no-repeat 15px center;
}
.content-signup a:hover {
	background: url("images/icon-signup.png") #282629 no-repeat 15px center;
}
.content-signup .content-signup-right {
	width: 75%;
	float: right;
	background: #000;
	border: 1px solid #000000;
}
.ctn-signup-part {
	width: 33.333%;
	float: left;
	height: 123px;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 27px;
}
.ctn-signup-part1 {
	padding-left: 130px;
	background: url("images/icon-ctn5.png") transparent no-repeat 55px center;
}
.ctn-signup-part2 {
	padding-left: 100px;
	background: url("images/icon-ctn6.png") transparent no-repeat 25px center;
}
.ctn-signup-part3 {
	background: url("images/icon-ctn7.png") transparent no-repeat 10px center;
	padding-left: 100px;
}
.commission {
	width: 100%;
	padding-top: 40px;
}
.commission-left {
	width: 50%;
	float: left;
	background: url("images/img-commiss.png") transparent no-repeat left top;
	padding-left: 150px;
}
.commission-left h6 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	line-height: 63px;
}
.commission-left h6 span {
	font-weight: 700;
}
.commission-left h5 {
	font-weight: 700;
	color: #f8c515;
	font-size: 60px;
	margin: 0;
	margin-top: 10px;
}
.commission-right {
	width: 50%;
	float: right;
	padding-left: 30px;
	border-left: 1px solid #ffffff;
	min-height: 202px;
}
.commission-right p {
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
/*footer*/
.footerContainer {
	width: 100%;
	background: #0D011D;
}
.footerInner {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
	overflow:hidden;
}
.footer1 {
	width: 40%;
	float: left;
}
#logo-ft {
	width: 225px;
	height: 58px;
	float: left;
	/*background: url("images/logo.png") transparent no-repeat center;*/
	background: url("../../../www.cryptoinvestmntsltd.com/tester/styles/images/logo.png");
	background-size: cover;
	display: inline-block;
}
.footer1 p {
	line-height: 63px;
    color: #ffffff;
    margin: 0;
    padding-left: 20px;
    float: left;
}
.footer2 {
	width: 25%;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
}
.footer2 a {
	color: #ffffff;
	display: inline-block;
	line-height: 63px;
}
.footer2 span {
	color: #ffffff;
	margin: 0 10px;
	display: inline-block;
}
.footer3 {
	width: 35%;
	float: left;
}
.footer3 p {
	color: #ffffff;
	float: left;
	line-height: 63px;
	float: right;
}
.footer3 a {
	color: #ffffff;
	line-height: 63px;
	float: right;
}
.footer3 a.face {
	width: 32px;
	height: 32px;
	background: url("images/icon-face.png") transparent no-repeat left center;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-top: 16px;
}
.footer3 a.twi {
	width: 32px;
	height: 32px;
	background: url("images/icon-face.png") transparent no-repeat right center;
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 16px;
}

@media (max-width: 1170px){
	.wapper, .headerContainer, .bannerContainer, .bitinstanContainer, .contentContainer, .footerContainer, .subpage-titleContainer, .account-contentContainer{
		width: 1170px !important;
	}
	.headerInner, .bannerInner, .bitinstanInner, .contentInner, .footerInner, .subpage-titleInner, .account-contentInner{
		margin: 0 !important;
	} 
}
/*subpage*/
.subpage-titleContainer {
	width: 100%;
	background: #142362;
	margin-top: -125px;
}
.subpage-titleInner {
	width: 1170px;
	margin: 0 auto;
	line-height: 143px;
	font-weight: 300;
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.subpage-titleInner:before {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -20px;
	left: 0;
	content: "";
	background: url("images/account/border-subpage.png") transparent no-repeat center;
}
/*account*/
.account-contentContainer {
	width: 100%;
	background: #142362;
}
.account-contentInner {
	width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}
.account-content-left {
	width: 25%;
	float: left;
}
.account-content-left ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	padding: 10px;
}
.account-content-left ul li {
	border-bottom: 1px solid #6D2871;
	list-style: none;
	padding-left: 35px;
	background: url("images/account/line.png") transparent no-repeat 15px center;
}
.account-content-left ul li:last-child {
	border-bottom: 0;
}
.account-content-left ul li a {
	line-height: 40px;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
}
.account-content-left ul li:hover {
	background: url("images/account/line.png") #320135 no-repeat 15px center;
}
.account-content-right {
	width: 72%;
	float: right;
}
.acc-ctn-right-user {
	width: 55%;
	margin: 0 auto;
	background: url("images/account/icon-user.png") transparent no-repeat left center;
	padding-left: 170px;
}
.acc-ctn-right-user ul {
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 35px 0;
}
.acc-ctn-right-user ul li {
	list-style: none;
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	line-height: 32px;
	border-bottom: 1px solid #4f6ea2;
}
.acc-ctn-right-user ul li:last-child {
	border-bottom: 0;
}
.acc-ctn-right-user ul li span {
	float: right;
}
.account-statistic {
	width: 100%;
}
.account-statistic-left {
	width: 50%;
	float: left;
	padding: 40px 15px;
	padding-right: 50px;
}
.account-statistic-left p {
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	font-weight: 300;
}
.account-statistic-left p span {
	float: right;
	font-weight: 700;
}
.account-statistic-left {
	float: left;
	padding-left: 120px;
	background: url("images/account/icon-stt-account1.png") #000 no-repeat 20px center;
}
.account-statistic-right {
	float: right;
	padding-left: 105px;
	background: url("images/account/icon-stt-account2.png") #000 no-repeat 20px center;
}
.deposit-withdraw {
	width: 100%;
}
.deposit-withdraw .btn-a {
	width: 50%;
	margin: 50px auto 25px;
}
.deposit-withdraw .btn-a a {
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	width: 48%;
	display: inline-block;
	line-height: 60px;
	border-radius: 3px;
	text-align: center;
}
.deposit-withdraw .btn-a a.btn-a-deposit {
	background: #e3b20a;
	color: #ffffff;
	float: left;
}
.deposit-withdraw .btn-a a.btn-a-deposit:hover {
	background: #d6a808;
}
.deposit-withdraw .btn-a a.btn-a-withdraw {
	background: #ffffff;
	color: #000;
	float: right;
}
.deposit-withdraw .btn-a a.btn-a-withdraw:hover {
	background: #f6f6f6;
}
.referrel-link {
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}
.referrel-link a {
	color: #f6c20e;
}
.deposit-withdraw-stt {
	width: 100%;
	margin-top: 35px;
}
.deposit-withdraw-part {
	width: 49%;
	float: left;
}
.deposit-withdraw-part2 {
	float: right;
}
.deposit-withdraw-part ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.deposit-withdraw-part ul li {
	line-height: 40px;
	padding: 0 70px;
	color: #ffffff;
	list-style: none;
}
.deposit-withdraw-part ul li span {
	float: right;
}
.deposit-withdraw-part ul li:nth-child(odd){
	background: #000;
}
.deposit-withdraw-part ul li:nth-child(even){
	background: #000;
}

.form-block {
	background: #412641;
	color: white;
	width: 500px;
	margin: 20px auto 30px;
}

.form-top {
	background: #4F184F;
	position: relative;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}

.form-top:before {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -20px;
	left: 0;
	content: "";
	background: url("images/account/border-subpage.png") transparent no-repeat center;
}

.form-block div {padding: 20px;}

.form-block label {display:block;}

input[type="text"], input[type="password"], input[type="email"], textarea, select  {
	border:1px solid #2257a7;
	padding:6px 10px;
	line-height:30px;
	border-radius:4px;color:black;
}

.form-block input[type="text"], .form-block input[type="password"], .form-block input[type="email"], textarea {
	width:100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 10px 25px;
	background:#C79C09;
	color: #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:#E4B30B;
}

.password-reminder {border:2px solid white; border-radius:3px; color:white; padding: 7px 25px;}


.password-reminder:hover {
	background:#4F184F;
	color:white;
	text-decoration:none;
}

table td {font-size:14px; padding:10px;}


.support-left {float:left; width:48%;}

.support-page {overflow:hidden;}

.support-right {float:right; width:48%;}

.support-right p {font-size:14px; text-align:left;}

.support-right h2 {font-size: 18px;
color: #FFE322;
}


.faq_Left .nav-tabs>li {width:100%;}

.faq-page .faq_Left ul.nav li a {
	display: block;
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	margin: 5px;
	color: white;
	background: #17438A;
	border-radius: 0px;
	text-align: center;
	font-weight: 300;
	border: 1px solid #1C55B1;
}


.faq-page .faq_Left .nav-tabs>li.active>a, .faq-page .faq_Left .nav-tabs>li.active>a:hover, .faq-page .faq_Left .nav-tabs>li.active>a:focus {
	color: white;
	background-color: #E6B800;
	border: 1px solid #E6B800;
	border-bottom-color: transparent;
	cursor: default;
}

.faq_Left .nav-tabs>li>a:hover, .faq_Left .nav-tabs>li a:focus {

	background:#242222;
	border: 1px solid #242222;

}

.faq-page .faq_Left ul.nav li {width: 20%; float: left;}


.faq-page .faq_Left ul.nav li:nth-child(2) {margin:0px;}

.faq-page .faq_Left ul.nav {
	padding: 0px 15px;
	border-bottom:0px;
}

.faq-question {
	background: #000;
	border-radius: 3px;
	color: white;
	padding-left: 15px;
	line-height: 40px;
	border: 1px solid #110016;
	margin-bottom: 6px;
	cursor: pointer;
}

.about-top {
	background: url("images/about-img1.png") transparent no-repeat left top;
	padding-left: 400px;
	background-size: 350px auto;
	line-height: 30px;
}

.legal-left {
	width: 400px;
	float: right;
	height: 325px;
	background-size: 350px auto;
	background: #E3B20A url("images/certificate.png") no-repeat center 20px;
	background-size: 150px auto;
	text-align: center;
	padding-top: 150px;
}

.legal-right {
	float:left;
	width: 730px;
}

.about-page {overflow:hidden; text-align:justify;}

.about-legal {overflow:hidden; line-height: 30px;}

.legal-left h2 {font-weight:600; font-size:18px;}

.about-bottom {
	background: url("images/about-img2.png") transparent no-repeat 940px center;
	padding: 20px;
	padding-right: 250px;
	line-height: 30px;
	border: 1px solid white;

}

.about-affiliates {
	background: url("images/affiliate.png") no-repeat right center;
	background-size: 180px auto;
	padding-right: 220px;
	line-height: 30px;
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 30px;
}

.affiliate-features {overflow:hidden; padding-top:20px;}

.affiliatePart {
	width: 357px;
	float: left;
	margin: 10px 15px;
	padding-left:80px;
	padding-top:10px;
}

.affiliatePart p {
	padding-top: 10px;
	padding-right: 20px;
}

.affiliate-features .part1 {
	background:url("images/icon-ctn5.png") transparent no-repeat left 20px;
}

.affiliate-features .part2 {
	background:url("images/icon-ctn6.png") transparent no-repeat left 20px;
}

.affiliate-features .part3 {
	background:url("images/icon-ctn7.png") transparent no-repeat left 20px;
	padding-left:95px;
}


.two-programs {overflow:hidden;}

.two-programs .form-block {float:left; width:48%;}

.two-programs .form-block p {
	padding: 20px;
	line-height: 24px;
	text-align: justify;
}

.two-programs p.aff2 {
	background:url("images/aff2.png") transparent no-repeat 10px center;
	padding-left:150px;
}

.two-programs p.rep2 {
	background:url("images/rep2.png") transparent no-repeat 10px center;
	padding-left:150px;
}

.plans-name {
	color:#FFE322;
	font-size:16px;
	margin-bottom:10px;
}

.deposit-page p span {
	color:#7EA8EE;
	font-weight:600;
}


.account-content-right table {width:100%; margin-bottom:10px;}

.account-content-right table tr th {background: transparent; padding:6px; font-size:14px;} 

.account-content-right table tr:nth-child(odd) td {background:#000;}


.account-content-right table tr:nth-child(even) td {background:#000;}

.footer-top {
	background:#142362;
}

.plans-table {margin-bottom:10px;}

.plans-table table {width:100%; }

.plans-table table tr th {background:#2B0235; padding:6px; font-size:14px;} 

.plans-table table tr:nth-child(odd) td {background:#000;}


.plans-table table tr:nth-child(even) td {background:#000;}

.payment-support{
	color:white;
	line-height:62px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	border-bottom:1px solid white;
	margin-bottom:10px;
}

.registered-company {
	color: white;
	line-height: 62px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px;
}

.ssl-cert {
	color:white;
	line-height:62px;
	text-transform:uppercase;
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	padding-left: 15px;
}


.registered-company span {color:f8c515; font-size:30px; font-weight:600;}

.bitcoin-logo {
	background:url("images/bitcoin-logo.png") transparent no-repeat center;
	width:170px;
	height:52px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px;
}

.company-cert {
	background: url("images/company-cert.png") transparent no-repeat left center;
	width: 100px;
	height: 76px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

.evssl {
	background: url("images/evssl.png") transparent no-repeat center;
	width: 428px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

.footer4 {
	float:right; width:57%;}
	
	.profit-calculator h5 {font-size:24px; text-align:center; font-weight:300; text-align:center; padding:20px 0px;}
	
	.calculate-form {overflow:hidden;}
	
	.calculate-form {
		border: 1px solid #E3B20A;
		padding: 10px;
		background: #E3B20A;
	}

	.calculate-form i {
	float: left;
	font-size: 68px;
	width: 78px;
	}
	
	.select-box {float:left; width:16%;}
	.select-box select {height:44px;}
	
	.number1 {float:left; width:18%;}
	.number2 {float:left; width:18%;}
	.number3 {float:left; width:18%;}
	.number4 {float:left; width:18%;}

.deposit {margin:30px auto;}

.deposit a {
	border:2px solid white; 
	padding:15px 25px; 
	color:white; 
	display:block; 
	margin:0px auto; 
	width:250px; 
	font-size:24px; 
	text-align:center; 
	text-transform:uppercase; 
	font-weight:300;
	border-radius:3px;
	}

.deposit a:hover {
	text-decoration:none;
	background:#224986;
}

/*statistic*/
.statisticContainer {
  width: 100%;
}
.statisticInner {
  margin: 0 auto;
  padding: 30px 0;
}
.statistic_Left {
	width: 49%;
	float: left;
	padding-right: 0px;
}
.statistic_Left div {
  width: 100%;
  line-height: 43px;
  background: #E3B20A;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.statistic_Mid {
  width: 49%;
  float: right;
  padding-right: 0px;
}
.statistic_Mid div {
  width: 100%;
  line-height: 43px;
  background: #E3B20A;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.statisticInner table {
  border: 1px solid #0D011D;
  border-top: 0;
  width: 100%;
}
.statisticInner table tr {
  width: 100%;
}
.statisticInner table tr td {
  line-height: 18px;
  color: #fff;
  border-bottom: 0px solid #0D011D;
  font-size: 12px;
}
.statisticInner table tr td:nth-child(1) {
  width: 20%;
  padding-left: 10px;
}
.statisticInner table tr td:nth-child(2) {
  width: 55%;
  padding-left: 25px;
}
.statisticInner table tr td:nth-child(3) {
  width: 15%;
}
.statisticInner table tr td:nth-child(4) {
  width: 10%;
  padding-right: 10px;
}

.loading-account {text-align:center; text-transform: uppercase; font-weight:300; font-size:24px;}


/*statistic*/
.statisticContainer {
  width: 100%;background:#0D011D;
}
.statisticInner {
  margin: 0 auto;
  padding: 30px 0;
  overflow:hidden;
  width: 1170px;
}
.statistic_Left {
    width: 35%;
    float: left;
    padding-right: 0px;
}

.statistic_Right {
    width: 23%;
    float: right;
    padding-right: 0px;
}

.statistic_Right img {}

.statistic_Left div {
  width: 100%;
  line-height: 43px;
  background: #E3B20A;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.statistic_Mid {
    width: 35%;
    float: left;
    padding-right: 0px;
    margin-left: 2%;
}
.statistic_Mid div {
  width: 100%;
  line-height: 43px;
  background: #E3B20A;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.statisticInner table {
  border: 1px solid #0D011D;
  border-top: 0;
  width: 100%;
}
.statisticInner table tr {
  width: 100%;
}
.statisticInner table tr td {
  line-height: 18px;
  color: #fff;
  border-bottom: 1px solid #0D011D;
  font-size: 12px;
}
.statisticInner table tr td:nth-child(1) {
  width: 20%;
  padding-left: 10px;
}
.statisticInner table tr td:nth-child(2) {
  width: 55%;
  padding-left: 25px;
}
.statisticInner table tr td:nth-child(3) {
  width: 15%;
}
.statisticInner table tr td:nth-child(4) {
  width: 10%;
  padding-right: 10px;
}

.modal-footer a {
	background:#E3B20A;
	color:white;
	border:0px;
	padding: 10px 25px;
	font-weight:600;
}

.modal-footer a:hover {background:#F8CE3B; color:white;}
#contain {
  margin: 0 auto;
  width: 1200px;
  height: 400px;
  margin-top: 50px;
}

#table {
  width: 350px;
  height: 377px;
  display: inline-block;
  /*border:3px solid rgba(39, 44, 48, 0.36); */
  float: left;
  background: #4F184F;
  margin-left: 20px;
}
#table .head {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  min-height: 60px;
  line-height: 50px;
}
#table .offer ul {
  list-style: none;
  padding: 20px;
}
#table .offer ul li {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
font-weight: bold;
}

.cta {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #FDA202;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  font-weight: 900;
}

.yellow {
  border-bottom: 5px solid #FDA202;
}

#table.pro {
  background: light blue;
}













.plan_container
{
        width: 100%;
		 
        margin-top: 70px;
}


@font-face {
    font-family: Showcard Gothic;
    src: url("SHOWG.TTF.html");
}
.plan
{
/*background:url("images/plan2.png") no-repeat center;*/
background-color: #31363c;
width:220px;
height:350px;;
float:left;
    margin-left: 50px;
}
.plan h3
{
font-family:Calibri, Tahoma, sans-serif;
 font-size:30px;
 color:#ffffff;
 margin:38px 0px 0px 0px;
 text-align:center;
}
.plan h4
{
 font-family: 'Open Sans', sans-serif;
 font-size:18px;
 color:#ffffff;
 margin:50px 0px 27px 0px;
 text-align:center;
 text-transform:uppercase;
}
.plan p
{
/* font-family: 'Open Sans', sans-serif;*/
font-family:Calibri, Tahoma, sans-serif;
 font-size:18px;
 color:#ffffff;
  margin:0px;
   text-align:center;
}
.inv
{
    text-align: center;
	    margin-top: 35px;
}
.inv a
{
 font-family: 'Open Sans', sans-serif;
 font-size:24px;
 color:#ffffff;
 background:#ffa600;
  margin:0px;
   text-align:center;
   width:80%;
   line-height:38px;
   border:2px solid #ffffff;
   border-radius:4px;
       float: left;
    margin-left: 20px;
}
.inv a:hover
{
 color:#ffffff;  
   background:#f06426;
   transition: 0.7s;
}
