/*May by VisualHyip.com*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
body {
	font: 400 14px/24px 'Poppins', sans-serif;
	color: #8e8d95;
	background: #FFFFFF;
	padding: 0;
	margin: 0
}


header, main, footer, section {
    width: 100%;
    float: left;
    display: block;
}

p {
	text-align: justify;
	margin: 0 0 30px
}
a {
	color: #7196a0;
	outline: none;
	text-decoration: none;
 -webkit-transition: .3s ease-out;
 -moz-transition: .3s ease-out;
 transition: .3s ease-out
}
a:hover, a:active, a:focus {
	color: #5e64a6;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"], input[type="input"] {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 15px;
	color: #515e6f;
	height: 44px;
	line-height: 44px;
	 -webkit-transition: .3s ease-out;
	 -moz-transition: .3s ease-out;
	 transition: .3s ease-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #7386ca
}


textarea {
	color: #515e6f;
	width: 100%;
	height: 155px;
	border: 1px solid #cecece;
	background: #fff;
	padding: 10px;
	border-radius: 0;
	resize: none
}
input[type="submit"], input[type="button"], button {
display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #EFA704;
    border-radius: 4px;
    border: none;
    padding: 0 25px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;

}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #ffcc5e;
}
select {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 42px;
    color: #515e6f;
    border: 1px solid #a9badc;
    border-radius: 3px;
    background: white;

}

.alert {
    margin-bottom: 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}
table {
	width: 100%
}
table td {
	padding: 8px;
}

table.paidout_mid td {
    padding: 8px;
    border-bottom: 1px solid #EBEBEB;
}

table td.inheader {
	border-bottom:4px solid #FECB30;
}

.wrapper, .banner_wrap, .why_choose, .about_wrap, .investment_contracts, .success_stories, .stat_box_wrap, .footer_payments, footer, .banner_wrap_insiders, .create_account_wrap, .wheretobuy, .inside_wrap, .member_wrap, .mem_main, .account_deposit {
	width: 100%;
	float: left
}
.header_top {
    padding: 22px 0 10px;
    font-size: 14px;
    margin-top: -180px;
}




.accountpages .header_top {
    margin-top: 0px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.header_top h2 {
    font-size: 16px;
    color: #b0afe9;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.prices-container {
    background: #6361C2;
    padding: 30px 30px 25px;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
}



.header_top_inner {
    padding: 22px 0 10px;
    font-size: 14px;
    margin-top: -85px;
}


.header_top_inner .prices-container {
    background: #6361C2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
    margin-bottom: 40px;
}


.prices-container h1 {
text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 20px 0px;
    font-size: 24px;
}

.prices-container h1 p {
    font-size: 14px;
    text-transform: none;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.payment-icon {
    background: #f4f4fb;
    background: -moz-linear-gradient(top, #f4f4fb 0%, #d2d6f8 100%);
    background: -webkit-linear-gradient(top, #f4f4fb 0%,#d2d6f8 100%);
    background: linear-gradient(to bottom, #f4f4fb 0%,#d2d6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4fb', endColorstr='#d2d6f8',GradientType=0 );
    padding-top: 18px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    width: 72px;
    height: 70px;
    margin: -60px auto 10px;
}

.finance_stat {
    width: 180px;
    float: left;
    line-height: 24px;
    text-align: center;
}
.finance_stat .top {
    color: #b0afe9;
    text-transform: uppercase;
    font-weight: 500;

}
.finance_stat .top .down {
	color: #ea4411;
	padding: 0 0 0 10px;
}
.finance_stat .top .up {
	color: #b1e969;
	padding: 0 0 0 10px;
}
.finance_stat .bottom {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.banner_wrap {
    background: #EBEBEB url(images/bg1.png) no-repeat -80px top;
    background-size: cover;
}

.subpage_banner_wrap {
	    padding-bottom: 80px;
}

.subpage_banner_wrap .header_top {
    padding: 22px 0 10px;
    font-size: 14px;
    margin-top: -85px;
}


.subpage_banner_wrap .prices-container {
    background: #6361C2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
}

.login_wrap {
    padding-bottom: 270px;
    padding-top: 120px;
}

.banner_wrap2 {
    background: url(images/bg2.png) no-repeat center bottom;
    padding-bottom: 270px;
}

.loginpage {
    background: white;
    border-radius: 16px;
    border-top: 6px solid #FECB30;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
    margin-bottom: 40px;
    margin-top: 20px;
}

.navbar {
    padding: 20px 0 20px;
    border: none;
    background: none;
    margin: 0;
}
.navbar-nav {
	margin: 17px 0px;
	float:right;
}
.navbar-nav > li {
	float: left;
	margin: 0 6px;
}
.navbar-nav > li > a {
	padding: 0;
	line-height: 40px;
	color: #454563 !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-nav > li > a:hover {
	color: #7386ca !important;
}
.navbar-nav > li.login {
	background: #FECB30;
    border-radius: 36px;
    padding: 0px 25px;
	color:#5951C0;
}
.navbar-nav > li.signup {
	background: #4E4CB4;
    border-radius: 36px;
    padding: 0px 25px;
}
.navbar-nav > li.login:hover {
	background: #FEDF30;
	color:#5951C0;
}
.navbar-nav > li.signup:hover {
	background: #312EB2;
}
.navbar-nav > li.signup a {
	color: #fff !important;
}
.banner_left {
	width: 100%;
	float: left;
}
.banner_left h1 {
    margin: 140px 0 25px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    line-height: 70px;
}
.banner_left h1 span {
	font-weight:600;
}
.banner_left p {
    margin: 0 0 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding-right: 60px;
    text-align: left;
}
.banner_left p.banner_button {
}
.banner_left p.banner_button a.moreinfo {
    background: #FECB30;
    border-radius: 4px;
    color: #3a3966;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
}
.banner_left p.banner_button a.moreinfo:hover {
	background: #FACA36;
}
.banner_left p.banner_button a.signnow {
    background: #6765CF;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 20px 0px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
}


.banner_left p.banner_button a.signnow span {
    background: #312F96;
    padding: 6px 8px;
    border-radius: 4px;
    margin-left: 20px;
    
    }

.banner_left p.banner_button a.signnow:hover {
	background: #8886E2;
}
.banner_left p.social_icons {
}
.banner_left p.social_icons img {
	margin: 0 6px 0 0;
}
.why_choose {
	background: #e9ecf2;
	text-align: center;
}
.why_choose h1, .success_stories h1 {
	color: #5e64a6;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 30px;
}
.why_choose p, .success_stories p {
	margin: 0 0 40px;
	text-align: center
}
.why_choose_thumb {
	width: 100%;
	float: left;
	padding: 0 0 80px;
}
.about_wrap {
	background: url(images/home_content_bg.html) no-repeat top center #f6f7f8;
	padding: 200px 0 0 0
}

.about_bottom {
	background: url(images/middle-bg.png) no-repeat center top;
}


.about_bottom p{
	font-size:14px;
	color:#8e8d95;
	line-height:24px;
}

.company-block {
    background: #cdd2f6;
    background: -moz-linear-gradient(top, #cdd2f6 0%, #fefeff 100%);
    background: -webkit-linear-gradient(top, #cdd2f6 0%,#fefeff 100%);
    background: linear-gradient(to bottom, #cdd2f6 0%,#fefeff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd2f6', endColorstr='#fefeff',GradientType=0 );
    border-radius: 16px;
    padding: 20px;

}


.company-block h3 {
    color: #6361c2;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}


.howtoblock .aff_top .text h2 {
    color: #f7c147;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 15px;
    text-align: left;
    text-transform: uppercase;
}

.howtoblock .aff_top .text p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align: left;
}



.howtoblock .aff_box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #252371;
    padding: 25px;
    width: 100%;
    float: left;
    margin: 55px 0 0px;
    min-height: 365px;
    border-radius: 16px;
}


.company-number {
    background: #45439D;
    padding: 10px;
    border-radius: 4px;
    color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
    line-height: 50px;
    padding-left: 12px;
    margin-bottom: 10px;
    margin-left: -30px;
}

.about_bottom_inner 
.company-number  {
	padding-left:30px;
}

.cert-img {
	background:white;
	border-radius:10px;
	padding:6px;
	text-align:center;
}

.company-date {
	background:#EFA704;
}

.company-number span {
    float: right;
    background: #f4f4fb;
    background: -moz-linear-gradient(top, #f4f4fb 0%, #d2d6f8 100%);
    background: -webkit-linear-gradient(top, #f4f4fb 0%,#d2d6f8 100%);
    background: linear-gradient(to bottom, #f4f4fb 0%,#d2d6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4fb', endColorstr='#d2d6f8',GradientType=0 );
    border-radius: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
}


.company-block a {

    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 7px 0px;
    clear: both;
	
}


.about_bottom_inner .company-block a {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 17px 1% 10px;
    width: 48%;
    float: left;
    background: #6361C2;
    text-align: center;
    border-radius: 36px;
    line-height: 46px;
    color: white;
    clear: none;
}


.about_bottom_inner .company-block a:hover {
	background:#6E6CD7;
}

.feature-block {
    background: white;
    border-radius: 16px;
    border-top: 6px solid #C3CAF8;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
    margin-bottom: 40px;
    margin-top: 20px;
}

.feature-block p {
	text-align:center;
}

.feature-block h4 {
	color:#45439d;
	font-size:16px;
	text-transform:uppercase;
}



.about_bottom h1 {
	text-align:center;
	color:#5f5da9;
	font-size:36px;
	font-weight:400;
}

.about_bottom h1 span {
	font-weight:600;
}

.about_bottom p.sub-title {
	color:#5b5b66;
	font-size:18px;
	text-align:center;
	
}


.plan-top {
	text-align:center;
}

.calculatorinputbox input[type="text"] {
    background: #7B79C9;
    padding: 0px 20px;
    line-height: 46px;
    border-radius: 6px 0px 0px 6px;
    font-weight: 500;
    border: 0px;
    color: white;
    float: left;
    width: 80%;
    height: auto;
}

.calculatorinputbox {
 
    overflow: hidden;

}

.plan_calc ul {
	list-style:none;
	overflow:hidden;
	margin-top:10px;
	
}

.plan_calc ul li {
    width: 50%;
    float: left;
    background: url(images/checkbox.png) no-repeat left 2px;
    padding-left: 35px;
    color: #aeaded;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

.plan_calc ul li span {
	display:block;
	color:white;
	font-size:18px;

}

.calculatorinputbox span {
    float: left;
    width: 20%;
    border-radius: 0px 6px 6px 0px;
    background: #8B89E0;
    text-align: center;
    line-height: 46px;
}

.about_bottom .plan-top h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
}

.plan-top h2 span {
	font-weight:600;
}

.plan-top p {
	color:white;
	text-align:center;
	font-size:18px;
}

.plan-top h1 {
	color:white;
	font-size:48px;
	font-weight:700;
}

.plan-top h1 span {
	font-size:36px;
}

.plan_box {
    background: #45439D;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
    color: white;
    margin-top: 20px;
}

.plan_calc {
	background:#5C5AB1;
}


.plan_box p {
	color:#adabf6;
	text-align:center;
	font-weight:500;
	margin-bottom:20px;
}

.plan_box p span {
	color:#fdc442;
}

.plan-top {
	overflow:hidden;
}

.info-box {
	background:#7B79C9;
	padding:0px 20px;
	line-height:60px;
	border-radius:6px;
	font-weight:500;
	margin-bottom:8px;
}

.info-box img {
	margin-right:5px;
}

.plan-hourly {
	width:210px;
	text-align:center;
	float:left;
}

.plan-daily {
	width:210px;
	text-align:center;
	float:left;
}

.plan-arrow {
    width: 60px;
    text-align: center;
    float: left;
    padding-top: 30px;
}


.about_wrap h2, .about_bottom h2, .wheretobuy h2 {
    color: #424259;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 30px;
}
.howtowrap h2, h2.section-title, .account_deposit h1 {
    color: #44439d;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.about_bottom a.purple {
	background: #5e64a6;
}
.about_bottom a.purple:hover {
	background: #ffcc5e;
}
.about_bottom {
    padding: 45px 0 120px 0;
    width: 100%;
    float: left;
}


.about_bottom_inner {
	    padding: 45px 0 60px 0;
}
.security-box h2 {
	color: #788ACB;
    font-size: 18px;
    text-transform: uppercase;
}

.security-box p {

    text-align: justify;
    margin: 5px 0px;

}

.transaction-top label {
	display:block;
}

.pages {
	margin-top:20px;
	
}

.pages a {
	border:1px solid #e7ecff;
	padding:5px 10px;
	border-radius:3px;
}

.btn-info {
    color: #fff;
    background-color: #4b7fff;
    border-color: #4b7fff;
    border-radius: 36px;
    padding: 8px 26px;
    font-weight: 500;
}

.btn-info:hover {
	background:#5685F8;
}

.security-box input[type="radio"] {
	margin:0px 5px;
	vertical-align:middle;
}

.security-box .btn-toolbar {margin-bottom:2px;}

.withdraw-box {text-align:center;}

.withdraw-box h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #5e64a6;
    line-height: 48px;
}


.withdraw-box input[type="text"] {
    display: block;
    width: 30%;
    margin: 20px auto;
}

.stats-affiliate{
	padding: 50px 0 40px 0;
	background:#45439D url(images/stats-bg.jpg) no-repeat center;
}

.security-container {
	background: white;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
    border-top: 6px solid #EFA704;
    text-align: center;
    padding-bottom: 15px;
    margin-top: -120px;
    margin-bottom: 30px;
}

.security-container img {
	margin:0px 10px;
}

.security-container h2 {
	text-align:center;
	color:#45439d;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}

.affiliates-block h1 {
    color: white;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0px;
    line-height: 42px;
	
}

.affiliates-block p {
	color:white;
	font-size:18px;
}

.affiliates-block h1 span {
	color:#f7c147;
	font-weight:600;

}

.text_centered, .text_centered p {
	text-align: center
}
.aff_box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #252371;
    padding: 30px;
    width: 100%;
    float: left;
    margin: 55px 0 0px;
    min-height: 240px;
    border-radius: 16px;
}
.aff_box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
 -webkit-transition: .3s ease-out;
 -moz-transition: .3s ease-out;
 transition: .3s ease-out
}
.aff_top {
	width: 100%;
	float: left;
	padding: 0 0 20px;
	    text-align: center;
}


.aff_top img {
	margin-top:-90px;
}

.aff_top .text h2 {
    color: #f7c147;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.aff_top .text p {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	text-align: center;
}

.stat_box_wrap {
    padding: 50px 0 0px;
    text-align: center;
    overflow: hidden;
}



.stat-block {
    width: 200px;
    float: left;
    border-radius: 16px;
    border-top: 6px solid #F7C147;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.12);
    background: white;
    margin-right: 35px;
    padding: 20px;
}

.stat-left {
	margin-right:0px;
}


.stat_box_wrap .icon {
	padding: 0 0 10px
}
.stat_box_wrap h2 {
	margin: 0;
	font-size: 16px;
	color: #45439d;
	font-weight: 600;
}
.stat_box_wrap p {
	color: #7a7a8b;
	font-size: 14px;
	text-align: center;
	margin: 0;
	font-weight:500;
	text-transform:uppercase;
}
.stat_box_wrap p span {
	font-weight: 600
}
.footer_payments {
	background: #fff;
	text-align: center;
	box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.08)
}
footer {
    background: #28282C;
    padding: 50px 0;
}
.copyright {
    padding: 0px 0px 30px;

}

footer h2 {
    color: #ffd03e;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: 1px solid #3D3D40;
    padding-top: 30px;
    margin-top: 20px;
}

.footer-bottom p.rights {
    text-align: right;
    line-height: 30px;
}

.footer-bottom p.payment-foot {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.footer-bottom p.payment-foot img {
	margin:0px 3px;
}

.copyright h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.copyright h1 span {
	color: #ffb037
}
.copyright p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px;
}
.footer_contacts {
	padding: 5px 0 0 0;
}
.footer_contacts p {
    margin: 0;
    padding: 5px 0 5px 0px;
    font-size: 13px;
    color: #818186;
    line-height: 20px;
    text-align: left;
}

.footer_contacts p a {
	    color: #ffd03e;
}

.footer_links {
}
.footer_links ul {
	width: 50%;
	float: left;
	padding: 5px 0 0 0;
}
.footer_links ul li {
	font-size: 13px;
}
.footer_links ul li a {
    color: #818186;
}
.modal-content {
	background-color: #dfaa39;
	border: none !important;
	color: #fff;
    padding: 10px;
}
.modal-header {
	border-bottom: 1px solid #fff !important;
	padding-bottom: 24px;
}
.modal-header h4 {
	float: left;
	text-transform: uppercase;
	line-height: 18px !important;
}
.close {
	font-weight: 400;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
	margin: 0 !important
}
.calc_heading, .calc_result {
	visibility: visible !important;
	width: 100%;
}
.calc_heading {
	padding: 0 0 20px;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}
.modal-body label {
	width: 100%;
	font-size: 15px;
	text-transform: capitalize;
	margin: 10px 0 0;
}
.modal-body input, .modal-body select {
	background-color: #fff;
	width: 100%;
	border: none;
	border-radius: 0;
	height: 44px;
}
.calc_result {
	font-size: 15px;
}
.calc_result span {
	float: right;
	color: #ffffff;
	font-weight: 700;
	    font-size: 18px;
}
#payment_proof {
    position: fixed;
    top: 310px;
    left: 0;
    z-index: 999;
}
.banner_wrap_insiders {
	background: url(images/home_content_bg.html) no-repeat top 80px center #e9ecf2;
}
.banner_left.inside, .banner_left.dashboard {
	text-align: center;
}
.banner_left.inside h1 {
	margin: 25px 0 63px;
	font-size: 36px;
	padding: 0 0 10px;
}
.banner_left.dashboard h1 {
    background: #6361C2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
    font-size: 24px;
    color: white;
    margin: 40px 0px 10px;
    border-top: 5px solid #FECB30;
    line-height: 60px;
}

h2.account-title {
    color: #45439D;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #fecb30;
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 36px;
    padding-left: 20px;
}

.account-sub-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
    border-top: 6px solid #9191ce;
    padding: 0px;
    margin-top: 30px;
    overflow:hidden;
}

.about_wrap.insidepage {
	padding: 0;
	background: #f6f8f9;
}
.create_account_wrap {
	background: #6168aa;
	text-align: center;
	color: #fff;
	padding: 45px 0;
}
.create_account_wrap h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.create_account_wrap p {
	text-align: center;
}
.wheretobuy {
	background: #fff url(images/stat_bg.html) no-repeat left top;
	padding: 50px 0;
}
.wheretobuy-list {
	padding: 50px 0 0 0;
}
.wheretobuy-list li {
	padding: 0 0 0 50px;
	line-height: 44px;
	background: url(images/tickbullet.html) no-repeat left 10px center;
}
.inside_wrap {

	padding: 0 0 40px;
}

.about-image {
	text-align:center;
}

.news_block {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin: 0 0 25px;
	width: 100%;
	float: left;
	padding: 0
}
.news_title {
	background: #5e64a6 url(images/newspaper.html) no-repeat left 20px center;
	border-radius: 7px 7px 0 0;
	width: 100%;
	float: left;
	line-height: 52px;
	padding: 0 20px 0 70px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
.news_time {
	font-size: 13px;
	line-height: 38px;
	padding: 0 20px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #d3dcef;
	background: #f1f3f8
}
.news_infos {
	padding: 15px 20px;
	width: 100%;
	float: left;
}
.faq-page .tab-content {
	width:100%;
	float:left
}
.faq-page ul.nav-tabs {
	border:none;
	width:100%;
	float:left;
	margin:0 0 15px
}
.faq-page ul.nav-tabs li {
    background: transparent;
    padding: 0;
    border-radius: 0px;
    width: 20%;
    margin: 0px;
    border-bottom: 4px solid #6361C2;
}

.promo-page ul.nav-tabs li {
	width:auto;
}

.promobox {
    text-align: center;
    background: #45439D url(images/stats-bg.jpg) no-repeat center top;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
    padding: 10px 20px 20px;
}

.promobox p {
	text-align:center;
}


.promobox h3 {
	color:#FECB30;
	text-transform:uppercase;
	font-size:18px;
}

.faq-page ul.nav-tabs li a {
	float:left;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	line-height:36px;
	padding:10px 15px;
	border:none;
	width:100%;
	border-right:1px solid #fff!important
}


.promo-page ul.nav-tabs li a {

    padding: 10px 32px;

}

.faq-page ul.nav-tabs>li.active {
    background: transparent;
    border-bottom: 4px solid #FECB30;
}



.faq-page ul.nav-tabs>li>a, .faq-page ul.nav-tabs>li>a:hover, .faq-page ul.nav-tabs>li>a:focus {
	border:none;
	border-radius:0;
	background:none;
	color:#6361C2;
	text-align:center
}
.faq-page .panel-group .panel {
    border-radius: 0;
    margin-top: 1px;
    border-color: #b0afff!important;
    box-shadow: none!important;
    padding: 2px;
    margin-bottom: 5px;
}
.faq-page .panel-heading {
    padding: 0;
    background: #6361c2;
    border: 1px solid #6361c2;
    color: white;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top: 4px solid #fecb30;
}

.faq-page .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}

.faq-page ul.nav-tabs>li>a i {
    display: block;
    color: #C4C4D8;
    font-size: 24px;
}

.faq-page .panel-collapse {
	font-size:15px;
}
.faq-page .panel-title>a:hover, .faq-page .panel-title>a:focus {
	text-decoration:none;
	color:white;
}
.news .collapse.in {
	font-size: 15px;
	padding: 20px;
}
.address, .email, .phone {
    text-align: center;
    border-radius: 16px;
    border-top: 6px solid #F7C147;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: white;
    padding: 20px;
    margin-bottom: 10px;
}
.address h2, .email h2, .phone h2, .form-container-support h2 {
    text-align: center;
    margin: 5px 0px;
    font-size: 18px;
    color: #6361c2;
    font-weight: 500;
    text-transform: uppercase;
}
.address p, .email p, .phone p {
	color: #515e6f;
	font-size: 16px;
	text-align: center;
	margin: 0;
}
.email a {
	color: #515e6f;
}
.form-container-support {
	margin: 20px auto;
	text-align: center;
	padding: 30px 0 0 0;
}
.form-container-support input {
	width: 100%
}
.contact_box {
	padding: 15px 0 0 0;
}
.login_logowrap.onlylogin {
    padding-top: 20px;
    padding-bottom: 30px;
}
.login_logowrap {
	text-align: center;
	padding: 50px 0;
}
.loginfooter {
    text-align: center;
    color: #818186;
    font-size: 14px;
    padding: 40px 0 40px 0;
    width: 100%;
    float: left;
    background: #28282C;
}
.login_redirect {
	background: #e9ecf2 url(images/herobackground.html) no-repeat center top
}

.map-container {
	margin-top:40px;
	border:10px solid #ffffff;
	background:white;
}

span.user {
	position:relative
}

span.user input {
	padding-left:40px;
}

span.user i {
    position: absolute;
    top: 1px;
    left: 15px;
    color: #EFA704;
    font-size: 16px;
}

.form-container.loginpage h3,  .form-container.signuppage h3, .logo-container h3 {
	color: #44439d;
    font-size: 20px;
    font-weight: 500;
    padding: 0 8px;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.form-container.forgot_pw p {
	text-align: center
}
.form-container.loginpage input, .form-container.forgot_pw input, .form-container.signuppage input {
	width: 100%
}
.form-container.loginpage table td, .form-container.forgot_pw table td, .form-container.signuppage table td {
	text-align: center;
	font-size: 13px;
}
.form-group_checkbox {
	text-align: center;
}
.form-group_checkbox input.checkbox {
	width: auto;
	float: left;
	margin: 5px 10px 0 0;
}
.form-group_checkbox span {
	float: left;
	font-size: 13px;
}
.logo-container {
	padding: 150px 0 0 0;
}
.paymentproof {
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
}
.paymentproof td {
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 8px
}
.accountpages {
	background: #e9ecf2;
}
.member_wrap {
	padding: 30px 0;
	background: #e9ecf2
}
.acc_nav .navbar-nav > li > a {
    color: #898e95 !important;
    font-size: 13px;
}

.acc_nav .navbar-nav > li > a i {
	color:#FECB30;
	margin-right:5px;
}

.acc_nav .navbar-nav > li {
    margin: 0 0 0 8px;
    padding: 0 0 0 20px;
    position: relative;
}
.acc_nav .navbar-nav > li.login, .acc_nav .navbar-nav > li.signup {
	text-align: center;
	padding: 0 20px;
}
.acc_nav .navbar-nav > li ul {
	display: none;
	background: #454563;
	border: 1px solid #5e64a6;
	width: 220px;
	border-bottom: none;
}
.acc_nav .navbar-nav > li ul li {
	border-bottom: 1px solid #5e64a6;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	font-size: 13px;
}
.acc_nav .navbar-nav > li ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 38px;
	display:block;
}
.acc_nav .navbar-nav > li:hover ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99
}
.accountpages .navbar {
	padding: 0
}
.acc_nav .navbar-nav {
	margin: 0
}

.accountpages .logo img {
    max-height: 70px;
  
}

.header_username {
    color: #fff;
    font-size: 13px;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    text-align: right;

}

.header_username span a {
	background:#FECB30;
	color:white;
	border-radius:36px;
	padding: 6px 15px;
	margin:0px 3px;
}

.header_username span.icon2 a {
	background:#45439D;
}

.header_username span.icon-logout a {
	background:#FF5100;
}

.header_username span a i {
	margin-right:0px;
}


.account-balance {
    background: #7b79c9;
    border-radius: 16px;
    border-top: 6px solid #ffd03e;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
}


.account-balance span{
    display: block;
    margin: 0px auto 5px;
    border-radius: 100%;
    padding: 10px;
}

.account-balance span img {
    max-width: 105px;
}

.account-balance-bottom {
	overflow:hidden;
}

.account-balance-bottom ul li {
    float: left;
    color: white;
    width: 49%;
    line-height: 48px;
    text-align: left;
    font-weight: 500;
    margin-top: 10px;
    background: #5c5ab1;
    border-radius: 6px;
    padding: 0px 15px;


}

.mem_main .plan_box  {
	margin-bottom:20px;
}

.mem_main .plan_box  .info-box {
	margin-top:10px;
}


.mem_main .calculatorinputbox span {
    float: left;
    width: 15%;
    border-radius: 6px 0px 0px 6px;
    background: #8B89E0;
    text-align: center;
    line-height: 46px;
}

.mem_main  .calculatorinputbox input[type="text"] {
    background: #7B79C9;
    padding: 0px 20px;
    line-height: 46px;
    border-radius: 0px;
    font-weight: 500;
    border: 0px;
    color: white;
    float: left;
    width: 55%;
    height: auto;
}

.mem_main  .calculatorinputbox  a {
    background: #FFD03E;
    padding: 0px 20px;
    line-height: 46px;
    border-radius: 0px 6px 6px 0px;
    font-weight: 500;
    border: 0px;
    color: #45439D;
    float: left;
    width: 30%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}

.mem_main  .calculatorinputbox  a:hover {
	background:#FFC73E;
}


.mem_main .plan_box h2 {

    font-size: 24px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;

}

.mem_main .plan_box.security_box h2 {
    font-size: 14px;
    margin-bottom: 20px;
    background: #7B79C9;
    border-radius: 6px;
    padding: 15px 20px;
}

.mem_main .plan_box .depositbox_mid h2 {
    padding: 7px 0px 7px;
}


.mem_main .plan_calc h2 {
	    margin-bottom: 20px;
	    margin-top:10px;
}

.account-balance-bottom ul li span {
	color:#FFC606;
	float:right;
}

.account_deposit .calculatorinputbox input[type="text"] {
    background: #7B79C9;
    padding: 0px 20px;
    line-height: 46px;
    border-radius: 0px 6px 6px 0px;
    font-weight: 500;
    border: 0px;
    color: white;
    float: left;
    width: 84%;
    height: auto;
}

.deposit_account_balance {
    background: #7b79c9 url(images/feature3.png) no-repeat 10px center;
    background-size: 70px auto;
    text-align: left;
    padding-top: 9px;
    padding-left: 90px;
    border-radius: 6px;
    padding-bottom: 10px;
}




.plan_box .deposit_account_balance  h2 {
		text-align: left;
}

.account_deposit  .plan_box p {
    color: #adabf6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
}

.account_deposit .deposit_account_balance p {
	text-align: left;
	color:white;
}

.account-balance-bottom ul li.last {
	margin-right:0px;
	float:right;
}

.account_deposit .plan_calc p {
	margin: 13px 0px;
}

.account-balance h2 {
    color: #eda604;
    margin-top: 10px;
}

.plan_box .account-balance p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.account_stats {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: white;
    border-radius: 16px;
    border-top: 6px solid #ffd03e;
    padding: 20px 10px;
    width: calc(100% - 30px);
    float: left;
    margin: 0 15px 30px;
}
.account_stats h2 {
    color: #7a838e;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    display: block;
    padding: 35px 0 35px 130px;
    text-transform: uppercase;
    border-radius: 6px;
}
.account_stats1 {
	background: #E9ECF2 url(images/account_stats1.png) no-repeat 20px center;
}
.account_stats2 {
	background: #E9ECF2 url(images/account_stats2.png) no-repeat 20px center;
}
.account_stats3 {
	background: #E9ECF2 url(images/account_stats3.png) no-repeat 20px center;
}
.account_stats span {
    display: block;
    color: #5c5ab1;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 0;
    width: 100%;
    text-transform: uppercase;
}
.account_topbox, .depositlist_box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 15px;
    width: 100%;
    float: left;
    border-radius: 6px;
}
.depositlist_box {
	margin: 0 0 25px;
	font-size:16px;
}
.accountbox_top, .depositlist_box_top {
    border-bottom: 0px;
	overflow:hidden;
    padding: 10px;
    background: #E9ECF2;
    border-radius: 4px;
}
.depositlist_box_top {
	margin-bottom: 15px
}


.depositlist_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 25px 15px;
    width: 100%;
    float: none;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
    border-top: 6px solid #9191ce;

}

.depositlist_box_top-plans {
		margin-bottom:10px;
		border-bottom:0px;
}

.account_topbox h3 {
    display: block;
    color: #44439d;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 32px;
    float: left;
}

.account_topbox h3 img {
	margin-right:5px;
}

.affiliate-page h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #6361c2;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0px;
}

.affiliate_wrap h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #788ACB;
    line-height: 56px;
    margin-top: 0px;
}

.affiliate-top {text-align:center;}


.affiliate-top p {
	text-align:center;
}


.affiliate-how {
	text-align:center;
	    padding-bottom: 40px;
}

.affiliate-how h2 {
	font-size: 18px;
    color: #6361C2;
    font-weight: 600;
    
    }


.affiliate-how p {
	text-align:center;
}

.affiliate-page h3.tier-percent {
	    font-size: 18px;
    text-transform: uppercase;
    color: #a2aab5;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}


.affiliate_wrap {
	background:white;
	    padding: 40px 0 40px;
}


.affiliate-table {
	margin-top:20px;
}

.affiliate-table th {
    background: #a2d85b;
    color: white;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}


.affiliate-table td {
    background: #2e2c8c;
    color: white;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #fecb30;
}

table.affiliate-table td.inheader {
    border-bottom: 4px solid #FECB30;
    font-weight: 600;
    color: #FECB30;
    text-transform: uppercase;
}

.affiliate_wrap2 {
	background:#F6F8F9;
}


.depositlist_box_top h3 {
	display: block;
	color: #788acb;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	text-align:center;
	line-height: 32px;
}

.plan-details {
	overflow:hidden;
}

.plan-details .plan-name {
    font-weight: 600;
    text-transform: uppercase;
    color: #5E64A6;
    float: left;
    width: 30%;
}


.plan-details .plan-name {
    font-weight: 600;
    text-transform: uppercase;
    color: #5E64A6;
    float: left;
    width: 35%;
        font-size: 18px;
}

.plan-details .amount {
    color: #80989e;
    border-left: 1px solid #80989e;
    padding-left: 30px;
    border-right: 1px solid #80989e;
    padding-right: 30px;
    width: 35%;
    float: left;
}

.plan-details .percent {
    float: right;
    color: #A0CC68;
    font-weight: 600;
}

.depositlist_box .alert-info {
	margin-bottom:0px;
	    padding: 10px 15px;
}

/* Customize the label (the container) */
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 10px;
}

/* Hide the browser's default radio button */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #eee;
    border-radius: 50%;
}

.checkcontainer input:checked ~ .radiobtn {
    background-color: #efa703;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

.mem_main .plan_box .btn-toolbar {
    margin-left: 0px;
    text-align: center;
}

.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



.spendbitcoin .checkcontainer {
    border: 1px solid #2196F3;
    padding: 5px 10px;
    padding-left: 38px;
    border-radius: 3px;
    font-size: 14px;
}

.spendbitcoin .radiobtn {
    top: 6px;
    left: 7px;
}
.account_topbox a {
float: right;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #20317c;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffd03e;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
}
.account_topbox a:hover {
	background: #ffcc5e;
}
.accountbox_mid {
	text-align: center;
	padding: 40px 0;
	width: 100%;
	float: left;
}
.depositbox_mid {
    text-align: center;
    padding: 0px;


}
.accountbox_mid h3, .depositbox_mid h3 {
    text-align: center;
    display: block;
    margin: 0 0 15px;
    width: 100%;
}
.accountbox_mid p, .depositbox_mid p {
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
}


.account-sub-container .faq-page ul.nav-tabs li {
	width:50%;
}

.balance-info h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #6baa22;
}

.payment-processor {
    border: 0px;
    padding: 0px 3px;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.payment-processor img {
	margin-right:3px;
}

.spend-button {
	    text-align: center;
    padding-bottom: 20px;
    background: #45439D;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
}

.balance-info {
    background: #cdd2f6;
    background: -moz-linear-gradient(top, #cdd2f6 0%, #fefeff 100%);
    background: -webkit-linear-gradient(top, #cdd2f6 0%,#fefeff 100%);
    background: linear-gradient(to bottom, #cdd2f6 0%,#fefeff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd2f6', endColorstr='#fefeff',GradientType=0 );
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    margin: 5px 20px 20px;

}

.mem_main .plan_box ul li {
	text-transform:uppercase;
	font-weight:500;
}

.mem_main .plan_box ul li span {
	float:right;
	color:#FED530;
	font-weight:600;
}


.mem_main .plan_calc ul li span {
	float:none;
	color:#ffffff;
	font-weight:600;
}

.spend-block .radio {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px auto;
    padding:4px 10px;
    cursor: pointer;
    line-height: 30px;
    border-radius: 4px;
    background: white no-repeat;
    color: #7B79C9;
    border: 0px;
    background-size: 24px auto;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid #7B79C9;
}
.spend-block input[type=radio] {
	display: none
}
.spend-block input[type="radio"]:checked + .radio {
    background: #fff9ea no-repeat;
    color: #EFA704;
    background-size: 24px auto;
    border: 2px solid #EFA704;
}


.depositbox_mid p.payment-details {
	    color: #8ea4c1;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 5px 0px;
    border: 1px solid #c6e0ec;
    padding: 10px;
}

.accountbox_mid h2, .depositbox_mid h2 {
	display: block;
	color: #788acb;
	font-size: 36px;
	font-weight: 500;
	margin: 10px 0 0;
	width: 100%;
	text-transform: uppercase;
}
.depositbox_mid input.fullwidthinput {
	width: 100%;
	margin: 5px 0 0 0
}
.spendbitcoin {
	margin: 10px 0;
}

.processor-balance {
	border-top:1px solid #859AE0;
	margin-top:0px;
	padding-top:10px;
}

.login-links {
	padding:20px 0px 5px;
	text-align:center;
}

.login-links a {
	background:#FECB30;
	padding:8px 20px;
	color:#45439D;
	text-transform:uppercase;
	border-radius:6px;
	font-weight:500;
}

.login-links a:hover {
	text-decoration:none; 
	color:#45439D;
	background:#FEDC30;
}

.accountbox_bottom, .depositbox_bottom {

}
.accountbox_bottom ul, .depositbox_bottom ul {
}
.accountbox_bottom ul li, .depositbox_bottom ul li {
    border-bottom: 1px solid #cccceb;
    padding: 8px 0;
    font-size: 12px;
}
.accountbox_bottom ul li span, .depositbox_bottom ul li span {
    float: right;
    font-weight: 600;
    color: #f3c020;
}
.refbox {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 30px;
    text-align: center;
    background: #45439D url(images/stats-bg.jpg) no-repeat center top;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.31);
}
.refbox h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px;
	width: 100%;
	text-transform: uppercase;
}
.refbox p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.refvalue {
    margin: 0 auto;
    background: #2e3686;
    padding: 3px;
    border-radius: 6px;
    font-size: 12px;
}
.refvalue input#copyTarget {
    width: 78%;
    border: none;
    height: 44px;
    font-size: 13px;
    background: #2e3686;
    color: #fff;
}


.refvalue input.copycode {
    width: 90%;
    border: none;
    height: 44px;
    font-size: 13px;
    background: #2e3686;
    color: #fff;
}

.table-container2 {
    padding: 10px 0px 30px;
}

.refvalue button#copyButton {
    background: #FFD03E;
    border-radius: 4px;
    color: #2e3686;
    font-weight: 600;
    font-size: 13px;
    line-height: 36px;
    border: none;
    width: 18%;
}
.refvalue button#copyButton:hover {
	background: #fff;
	color:#434261
}
.refvalue span#msg {
	color: #222;
	padding: 4px;
	text-align: center;
	float: left;
	width: 100%;
	font-size: 13px;
}

.aff-group a {
    background: #7B79C9;
    color: white;
    display: inline-block;
    padding: 11px 25px;
    border-radius: 6px;
    margin: 2px 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.table-container {
    padding: 10px 20px 30px;
}

.deposit_confirm_table table th {
	width:40%;
}

.alert-warning {
    background-color: #fff4bb;
    border-color: #f1d59b;
    color: #d8a505;
}

.member_wrap table, .monitor-table {
	background: #fff;
	margin-bottom:10px;
}
.member_wrap table td, .monitor-table td, .member_wrap table th, .monitor-table th {
	border-bottom: 1px solid #e7ecff;
	padding: 10px;
	font-weight:normal;
	font-size: 13px;
}
.member_wrap table td.inheader {
    background: white;
    color: #8a89ce;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 2px solid #fecb30;
}
.account_deposit {
    padding: 0 10px 10px;
}
.account_deposit h1 {
    text-align: center;
    color: white;
    font-size: 48px;
    margin-bottom: 10px;
}
.account_deposit .plan_box {
	position: relative
}


.profit-block {
	background: #5c5ab1;
    border-radius: 6px;
    padding: 0px 15px;
    color: white;
    line-height: 48px;
}

.profit-table {
	padding:10px 0px;
}

.profit-table span {
	float:right; 
	color:#FED530;
	font-weight:600;
}

.account_deposit .radio {
	background: #5e64a6;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 4px 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 40px;
	margin: 0 0 20px;
	font-size: 14px;
}

.account_deposit input[type="radio"]:checked + .radio {
	background: #ffcc5e;
}
.editblock {
	width: 100%;
	float: left;
	padding: 0 0 12px
}
.editblock label {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 13px;
    color: #7A7995;
}
.editblock input {
	width: 100%
}



.tickets-box h4 {
	font-size:16px;
	text-transform: uppercase;
}

.pagination-block {text-align:center;}

.pagination-block .pagination>li {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination-block .pagination>li>a, .pagination-block .pagination>li>span {
	padding:0px;
	border:0px;
}

.depositlist_box h2 {
	margin-bottom: 10px;
    margin-top: 10px;
}


.tickets-box h3 {
	font-size: 20px;
    color: #5E64A6;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tickets-box label {
	display:block;
	line-height:36px;
}


.tickets-box input {margin-bottom:10px;}

.tickets-box button {margin-left:10px;}


.aff-banners .depositlist_box {
    margin: 20px 0px 0px;
    font-size: 16px;
}

.aff-banners  .depositlist_box_top h3 {
	display: block;
    color: #788acb;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 24px;
}


.aff-banners .depositlist_box_top {
    margin-bottom: 15px;
    padding-bottom: 5px;
}


.aff-banners textarea {
    color: #515e6f;
    width: 100%;
    height: 50px;
    border: 1px solid #c9d5e6;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    resize: none;
    overflow: hidden;
}

.aff-banners p {
    text-align: justify;
    margin: 0 0 20px;
}

.total-deposited {
    overflow: hidden;
    margin: 0px 20px 20px;
    padding: 10px;
    width: auto;
    float: none;

}

.total-deposited h3 {
    float: left;
    margin: 0px;
    color: #45439D;
    font-size: 16px;
    text-transform: uppercase;
}

.total-deposited h3 span {
	color:#FECB30;
}

.total-deposited a {
    float: right;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #44439d;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FECB30;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
}

.total-deposited a:hover {
	    background: #FED530;
}


.security-page {

}

.security-page  h2 {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
}

.security-page p {
	    text-align: left;
    margin: 3px 0px 5px;
    line-height: 26px;
}

.btc_form {
	margin:10px 0px 0px;
	text-align:center;
}

.btc_form b {
    display: block;
    color: #89C73E;
    font-weight: 500;
    font-size: 25px;
    margin: 10px 0px 0px;
}

.btc_form i {
    display: block;
    background: #778ACA;
    color: white;
    font-style: normal;
    padding: 10px;
    border-radius: 4px;
    width: 80%;
    margin: 10px auto 0px;

}


.btc_form i a { color: white;}

.payment-form {

	text-align:center;
	    margin-bottom: -30px;
}

.payment-form br {display:none;}

#placeforstatus {
margin: 10px 0px;
    color: #E09E3B;
}

.payment-image {text-align:center;}

.payment-image br  {display:none;}

.referrals-page .account_topbox {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 25px;
    width: 100%;
    float: left;
    border-radius: 4px;
    min-height: 335px;
    margin-bottom: 20px;
}

.depositlist_box h3 {
	text-transform:uppercase;
	font-size:24px;
}

.payments_wrap h3 {
    color: #6361C2;
    text-transform: uppercase;
    font-size: 18px;
    margin: 13px 0px 12px;
}

.payment-select {
    background: #EBEBEB;
    border-radius: 6px;
    padding: 10px 15px;
}

.payment-select select {
	width:35%;
}

.payment-select input {
	width:20%;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 .account_stats span {
 font-size: 12px;
 margin: 0;
}
 .acc_nav ..navbar-collapse {
padding:0 !important
}
 .navbar-nav > li > a, .acc_nav .navbar-nav > li ul li a {
 font-size: 10px;
}
 .faq-page ul.nav-tabs li a {
 font-size: 15px;
 padding:5px 10px;
}
 .finance_stat {
 width: 25%;
}
.navbar-nav > li {
 margin: 0 4px;
}
.banner_left h1 {
 font-size: 40px;
 line-height: 46px;
}
.about_wrap h2 {
 font-size: 30px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .faq-page ul.nav-tabs li a {
 font-size: 12px;
 padding:5px;
}
.finance_stat {
 font-size: 11px;
}
}
@media screen and (min-width: 1356px) {
.banner_image {
 display: none
}

}
@media screen and (max-width: 1024px) {
 .account_stats {
padding:10px
}
.about_bottom {
 margin: 0px 0;
}
.testi_box {
 min-height: inherit;
}
.testi_top .left {
 max-width: 140px;
}
}
@media screen and (min-width: 769px) {
}
 @media screen and (max-width: 768px) {
 .accountpages .logo {
text-align:center
}
 .accountpages .navbar-toggle {
float:none
}
 .accountpages .acc_nav {
text-align:center
}
 .loginpages {
background:#f1f3f8;
min-height:inherit
}
 .header_username {
    float: none;
    text-align: center;
    margin: 20px 0px 10px;
}
 .login_logowrap.onlylogin {
padding-top:50px
}
 .signuppages .signuppage {
padding:30px
}
 .navbar-toggle {
margin:0 !important
}

.banner_left p {
    margin: 0 0 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding-right: 60px;
    text-align: left;
}

.payment-icon {
	    margin: 0px auto 6px;
}

.navbar-default .navbar-toggle {
    border-color: #FECB30;
    background: #FECB30;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 10px auto !important;
    float: none;
    display: block;
}

.logo {
	text-align:center;
}

.banner_wrap2 {
    background: url(images/bg2.png) no-repeat center bottom;
    padding-bottom: 70px;
    background-size: 600px auto;
}

.plan-hourly {
    width: 100%;
    text-align: center;
    float: left;
}

.info-box img {
    margin: 5px auto;
    display: block;
}


.info-box {
    background: #7B79C9;
    padding: 15px;
    line-height: 24px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}
.plan-daily {
    width: 100%;
    text-align: center;
    float: left;
}

.plan-arrow {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 0px;
}

.stat-block {
    width: 100%;
    float: left;
    border-radius: 16px;
    border-top: 6px solid #F7C147;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.12);
    background: white;
    margin-right: 35px;
    padding: 20px;
    margin-bottom: 10px;
}

.banner_wrap {

 min-height: inherit;
     background-size: auto;
}
.banner_left h1 {
 margin: 0 0 20px;
}

.why_choose {
 padding: 40px 0 0 0
}
.about_wrap a.purple {
 margin: 0 0 40px;
}
.plan_box {
 margin: 20px 0;
}
.about_bottom {
 margin-bottom: 0
}
.about_wrap {
 background: #f6f7f8;
 padding: 40px 0 0 0;
}
.investment_contracts h1 {
 font-size: 30px;
 margin: 40px 0 30px !important;
}
.calculator_button {
 padding: 30px 0 0 0;
}
.why_choose p, .success_stories p {
 font-size: 16px;
 line-height: 26px;
 margin: 0 0 20px;
}
.success_stories {
 padding: 50px 0 40px 0;
}
.stat_box_wrap h2 {
 font-size: 22px;
}
.stat_box_wrap p {
 font-size: 14px;
}
.navbar-nav {
 margin: 0;
}
.navbar-nav > li {
    float: left;
    margin: 2px 0;
    border-bottom: 1px solid #cecece;
    width: 100%;
    background: #6957c8;
    padding-left: 20px;
    border-radius: 36px;
    text-align: center;
}
.navbar-nav > li > a {
text-align: left;
color:white!important;
}

.acc_nav .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 13px;
}

.navbar-nav > li.login a, .navbar-nav > li.signup a {
text-align: left;
}
}
@media screen and (max-width: 736px) {
 .account_topbox, .depositlist_box {
 margin: 10px 0;
}
.depositbox_mid {
 min-height: inherit;
 padding: 20px 0;
}
 .faq-page ul.nav-tabs li {
width:100%;
font-size:15px;
border-bottom:1px solid #fff
}
 .banner_left.inside h1 {
font-size:30px
}
.finance_stat {
 font-size: 11px;
}
.wheretobuy-list {
padding:0
}
 .finance_stat {
 width: 25%;
 line-height: 18px;
 margin: 3px 0;
 font-size: 10px;
}
}
@media screen and (max-width: 667px) {
}
@media screen and (max-width: 568px) {
 .refvalue {
background:none
}
 .refvalue input#copyTarget {
 width: 100%;
 border-radius: 40px;
 padding: 0 10px;
 margin: 0 0 15px;
}
 .member_wrap table td, .monitor-table td {
display:block;
 width:100%;
text-align:left
}
 .banner_left.inside h1 {
font-size:26px
}
.banner_left.dashboard h1 {
font-size:24px
}
 .finance_stat .bottom {
 font-size: 10px;
}
.header_top {
 padding: 10px 0;
}
.why_choose h1, .success_stories h1, .about_bottom h2, .investment_contracts h1, .create_account_wrap h2, .howtowrap h2, h2.section-title, .account_deposit h1 {
 font-size: 30px;
 margin: 0 0 20px;
}
body, .why_choose p, .success_stories p, .plan_box .bottom ul li, .testi_bottom, .stat_box_wrap p, .address p, .email p, .phone p {
 font-size: 13px;
 line-height: 24px;
}
.plan_box .bottom ul li::before {
 top: 7px;
}
}
@media screen and (max-width: 480px) {
 .account_topbox h3 {
width:100%;
margin:0 0 5px
}
 .account_topbox a {
 float: left;
}
 .form-group_checkbox span {
 margin: 2px 0 0 0;
}
 .banner_left.inside h1 {
font-size:22px
}
.banner_left.dashboard h1 {
font-size:20px
}
 .finance_stat {
 width: 50%;
 font-size: 12px;
}
.finance_stat .bottom {
 font-size: 12px;
}
.why_choose h1, .success_stories h1, .about_bottom h2, .investment_contracts h1, .create_account_wrap h2, .howtowrap h2, h2.section-title, .account_deposit h1, .address h2, .email h2, .phone h2, .form-container-support h2, .testi_top .right h2, .stat_box_wrap h2 {
    font-size: 40px;
}
.testi_top .left, .testi_top .right {
 width: 100%;
}
.stat_box_wrap p, .address p, .email p, .phone p {
 font-size: 13px;
}
.banner_left h1 {
	font-size: 32px;
	line-height: 36px;
    text-align: center;
}
.banner_left p {
    text-align: center;
    padding-right: 0px;
}

.banner_left p.banner_button a.moreinfo, .banner_left p.banner_button a.signnow {
	display:block;
	margin-bottom:5px;
}
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
 .refvalue button#copyButton {
width:100%
}
 .form-group_checkbox span {
 font-size: 11px;
 margin: 2px 0 0 0;
}
.banner_left p.banner_button a.moreinfo, .banner_left p.banner_button a.signnow {
    width: 100%;
    margin-bottom: 10px;
}
.banner_left h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
.finance_stat {
 font-size: 10px;
}
.banner_left p.banner_button a.moreinfo, .banner_left p.banner_button a.signnow {
 width: 120px;
 font-size: 14px
}
.why_choose h1, .success_stories h1, .about_bottom h2, .investment_contracts h1, .create_account_wrap h2, .howtowrap h2, h2.section-title, .account_deposit h1, .news_title, .address h2, .email h2, .phone h2, .form-container-support h2 {
 font-size: 18px;
}
.stat_box_wrap p, .address p, .email p, .phone p {
 font-size: 12px;
}
.copyright h1 {
 font-size: 24px;
}
}

input[type="radio"] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
