@charset "utf-8";
/* CSS Document */
body {
	font: 14px/24px 'Montserrat', sans-serif;
	color: #fff;
	background: #070f23;
	padding: 0;
	margin: 0
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #fc9b32;
	outline: none;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
	color: #fff;
	width: 100%;
	height: 40px;
	background: #0d1834;
	border: 1px solid #0d1834;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 13px;
}
textarea {
	color: #fff;
	width: 100%;
	border: 1px solid #0d1834;
	background: #0d1834;
	padding: 10px;
	border-radius: 4px;
	resize: none;
	font-size: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #fc7e34
}
input[type="submit"], input[type="button"] {
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	padding: 0 40px;
	font-weight: 500;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background: rgb(253,127,47)
}
select {
	color: #fff;
	font-size: 13px;
	border: 1px solid #0d1834;
	border-radius: 4px;
	width: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/select_arrow.png) no-repeat center right 5px #0d1834;
	padding: 5px 25px 5px 10px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, .bannaerwrap, .becomemember, .welcomewrap, .planwrap, .getstartedwrap, .featureswrap, .referralwrap, .footerwrap, .inside_wrap, .loginpage {
	width: 100%;
	float: left;
}
.bannaerwrap {
	background: url(images/bannerslider.jpg) no-repeat top center;
	background-size: cover;
	padding: 0 0 50px;
}
.content {
	width: 1170px;
	margin: 0 auto
}
.logowrap {
	width: 100%;
	float: left;
	padding: 25px 0;
}
.logo {
	width: 30%;
	float: left;
}
.navigation {
	width: 49%;
	float: left;
}
.navigation ul {
	width: 100%;
	float: left;
	text-align: right;
}
.navigation ul li {
	margin: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 71px;
	display: inline-block;
}
.navigation ul li a {
	color: #fff;
}
.navigation ul li a:hover {
	color: #f9be31;
}
.loginwrap {
	width: 21%;
	float: left;
	text-align: right;
	margin: 17px 0;
}
.loginwrap ul {
}
.loginwrap ul li.login, .loginwrap ul li.signup {
	border-radius: 40px;
	display: inline-block;
	line-height: 36px;
}
.loginwrap ul li.login a, .loginwrap ul li.signup a {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 0 30px;
	font-size: 12px;
}
.loginwrap ul li.login {
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
}
.loginwrap ul li.signup {
	background: rgb(136,99,220);
	background: linear-gradient(90deg, rgba(136, 99, 220, 1) 0%, rgba(98, 22, 156, 1) 100%);
}
.loginwrap ul li.login:hover {
	background: #fd7f2f
}
.loginwrap ul li.signup:hover {
	background: #8863db
}
.bannerwrap {
	width: 100%;
	float: left;
	padding: 150px 0 0 0;
	position: relative;
}
.bannerbitcoin {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9
}
.bannaerwrap .content {
	position: relative;
	z-index: 99
}
.bannerleft {
	width: 55%;
	float: left;
}
.bannerright {
	width: 45%;
	float: left;
}
.bannerleft h1 {
	font-size: 56px;
	letter-spacing: -2px;
	color: #fff;
	text-transform: uppercase;
	line-height: 56px;
	font-weight: 700;
	margin: 0 0 25px;
}
.bannerleft h1 span {
	color: #f9be31;
}
.bannerleft p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
	text-align: left;
	font-weight: 500;
}
.bannerleft a {
	width: 192px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 0 3px #000000b3;
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
}
.bannerleft a:hover {
	background: #fd7f2f;
}
.registeredbox {
	margin: 40px 0 0 0;
	width: 100%;
	float: left;
}
.registeredbox h3 {
	margin: 0;
	color: #f9c831;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 0 5px 40px;
	background: url(images/btcicon.png) no-repeat left center;
}
.becomemember {
	padding: 55px 0 75px;
	text-align: center;
	background: rgb(238,131,16);
	background: linear-gradient(90deg, rgba(238, 131, 16, 1) 0%, rgba(255, 213, 85, 1) 100%);
}
.becomemember h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 48px;
	margin: 0;
}
.welcomewrap {
	background: url(images/welcomebg.png) repeat-x top center;
	padding: 0 0 50px;
}
.statwrap {
	width: 100%;
	text-align: center;
	float: left;
	margin: -30px 0 0 0;
}
.statbox {
	width: 23.7%;
	float: left;
	text-align: center;
	background: #3e2767;
	margin: 0 20px 0 0;
	padding: 40px;
	border-radius: 25px;
}
.statbox:last-child {
	margin: 0
}
.statbox span.icon {
	display: inline-block;
	margin: 0 0 20px;
}
.statbox h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}
.statbox p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.welcomeblock {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}
.welcomeleft {
	width: 40%;
	float: left;
}
.welcomeright {
	width: 60%;
	float: left;
	padding: 40px 0 0 0;
}
.welcomeright h2 {
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 25px;
	color: #f5a42c;
}
.welcomeright h2 span {
	font-weight: 700;
}
.welcomeright p {
	margin: 0 0 10px
}
.welcomeright a {
	width: 236px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 0 3px #000000b3;
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
	margin: 20px 0 0 0;
}
.welcomeright a:hover {
	background:rgb(253,127,47);
}
.planwrap {
	background: #142143;
	padding: 55px 0 130px;
}
.planwrap h2 {
	text-align: center;
	color: #f5a42c;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
	margin: 0 0 50px;
}
.planwrap h2 span {
	font-weight: 700;
}
.planitems {
	width: 100%;
	float: left;
}
.planbox {
	width: 23.7%;
	float: left;
	margin: 0 20px 0 0;
	background: #3d2867 url(images/planitemcurve.png) no-repeat bottom center;
	border-radius: 18px;
}
.planbox:last-child {
	margin: 0;
}
.planheader {
	padding: 15px;
	text-align: center;
	width: 100%;
	float: left;
}
.planname {
	font-size: 36px;
	font-weight: 300;
	margin: 10px 0 35px;
	line-height: 40px;
	text-transform: uppercase;
}
.planname span {
	font-weight: 700;
	color: #f97949
}
.plandays {
	text-transform: uppercase;
	line-height: 48px;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	background: #142143;
	font-size: 14px;
}
.planspec {
	width: 100%;
	float: left;
}
.planspec ul {
	padding: 0 30px 10px;
}
.planspec ul li {
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.planspec ul li:last-child {
	border: none;
}
.planspec ul li span {
	float: right;
	text-align: right;
}
.getstartedwrap {
	background: #070f23;
}
.featureswrap {
	padding: 0 0 40px;
}
.calculatorwrap {
	
	border-radius: 20px 20px 0 0;
	border-bottom: 6px solid #f87655;
	background: #070f23;
	margin: -80px 0 40px 0;
	width: 100%;
	float: left;
}
.calculatoricon {
	float: left;
	width: 12%;
}
.investment {
	float: left;
	padding: 22px 30px;
	width: 26%;
}
.investment label {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 15px;
}
.investment label span {
	color: #fc7e34;
}
.investment input {
	height: 46px;
	color: #fc9b32;
	text-align: right;
	border-radius: 40px;
}
.results {
	width: 62%;
	float: left;
}
.resultbox {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
	background: #0d1834;
	border-radius: 15px 15px 0 0;
	text-align: center;
	padding: 20px;
}
.resultbox span.icon {
	display: inline-block;
	padding: 0 0 15px;
}
.resultbox label {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.resultbox h3 {
	margin: 0 0 10px;
	color: #fc9b32;
	font-weight: 700;
	font-size: 24px;
}
.resultbox.three {
	margin: 0;
}
.featureswrap h2 {
	font-size: 42px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px;
	color: #f5a42c;
	width: 100%;
	float: left;
}
.featureswrap h2 span {
	font-weight: 700;
}
.featureinside {
	width: 100%;
	float: left;
}
.featurebox, .lastten {
	width: 49%;
	float: left;
	border-radius: 15px;
	padding: 40px 30px;
	margin: 0 0 20px;
	background: rgb(48,55,99);
	background: linear-gradient(45deg, rgba(48, 55, 99, 1) 0%, rgba(64, 37, 104, 1) 100%);
}
.featurebox.one, .featurebox.three, .featurebox.five, .lastten.left {
	float: left;
}
.featurebox.two, .featurebox.four, .featurebox.six, .lastten.right {
	float: right;
}
.featurebox span.icon, .lastten span.icon {
	float: left;
	display: inline-block;
	margin: 0 20px 0 0;
}
.featurebox.three span.icon, .featurebox.four span.icon {
	float: right;
	margin: 0 0 0 20px;
}
.featurebox h3, .lastten h3 {
	color: #fc7e34;
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0 25px;
	text-transform: uppercase;
}
.featurebox p {
	margin: 0;
	min-height: 75px;
}
.lastten p {
	margin: 0;
	min-height: 175px;
}
.referralwrap {
	background: url(images/welcomebg.png) repeat-x top center;
	padding: 80px 0 40px;
	text-align: center;
}
.refbox, .accbox {
	background: #091126;
	width: 48%;
	border-radius: 15px;
	padding: 150px 50px 50px;
	position: relative;
}
.refbox.left, .accbox.left {
	float: left;
}
.refbox.right, .accbox.right {
	float: right;
}
.refbox .icon, .accbox .icon {
	background: rgb(48,55,99);
	background: linear-gradient(45deg, rgba(48, 55, 99, 1) 0%, rgba(64, 37, 104, 1) 100%);
	width: 170px;
	height: 160px;
	text-align: center;
	line-height: 160px;
	border-radius: 10px;
	top: -40px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
}
.refbox h3, .accbox h3 {
    margin: 20px 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.refbox h3 span, .accbox h3 span {
	font-weight: 700;
	color: #fc9b32
}
.refbox h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}
.refbox p {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.footerwrap {
}
.footertop {
	background: #070f23;
	padding: 75px 0;
	width: 100%;
	float: left;
}
.footerbottom {
	background: #040b1c;
	padding: 70px 0;
	width: 100%;
	float: left;
}
.footertop .left {
	width: 50%;
	float: left;
	color: #f5a42c;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 42px;
}
.footertop .left span {
	font-weight: 700;
	display: block
}
.footertop .right {
	width: 50%;
	float: left;
}
.footertop .right span {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px 0 0;
}
.footertop .right span img {
	margin: 0 6px 0 0
}
.copyright, .footerlinks {
	width: 50%;
	float: left;
	font-weight: 500;
}
.footerlinks a {
	color: #fc9b32;
	margin: 0 0 0 10px;
	font-weight: 500;
	font-size: 13px;
}
 @media (max-width: 1170px) {
.wrapper, .bannaerwrap, .becomemember, .welcomewrap, .planwrap, .getstartedwrap, .featureswrap, .referralwrap, .footerwrap, .inside_wrap, .loginpage {
	width: 1170px;
}
.content {
	margin: 0 !important;
}
}
.bannerwrap.insideheaders {
	padding: 40px 0 0 0;
}
.bannerwrap.insideheaders h1 {
	font-size: 32px;
	margin: 0;
}
.featureswrap.aboutpage {
	padding: 60px 0 30px;
}
.inside_wrap {
	padding: 50px 0;
}
.panel-default {
	border-color: #2e5090;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #070f23c7;
	border-bottom: 3px solid #f87655 !important;
	padding: 0;
	border: none;
	box-shadow: 0 0 0 0 !important;
}
.panel-title {
	font-size: 15px;
	text-transform: uppercase;
	background: url(images/faq.png) no-repeat left 15px center
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color: #fff;
	padding: 15px 15px 15px 60px;
	display: block;
}
.panel {
	background-color: transparent;
}
.inside_wrap.news, .inside_wrap.faq, .inside_wrap.rules, .inside_wrap.paidoutwrap, .inside_wrap.support, .loginarea, .redirect, .inside_wrap.accountmainpage {
	background: url(images/welcomebg.png) repeat-x top center #070f23;
}
.news_block {
	margin: -90px 0 100px 0;
	width: 100%;
	float: left;
	padding: 30px;
	background: #070f23;
	border-radius: 10px;
	border-bottom: 3px solid #f5a42c;
}
.news_title {
	padding: 0 0 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fc9b32;
}
.news_time {
	padding: 0 0 10px 0;
	font-size: 11px;
	border-bottom: 1px dotted #8869c7;
	color: #8869c7;
}
.news_infos {
	padding: 15px 0;
	line-height: 26px;
}
.inside_wrap.rules .content {
	padding: 30px;
	border-radius: 15px;
	background: #091126;
}
h3.sectionhead, .refheader {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 25px;
	color: #f5a42c;
}
.paidouttop {
	background: #3d2867;
	padding: 10px;
	border-radius: 12px;
	margin: 0 0 25px;
}
.paidouttop select {
	width: 100%;
}
.supportleft {
	width: 40%;
	float: left;
	padding: 10px 0 0;
}
.supportleft p strong {
	color: #f9be31;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px;
}
.supportleft h2 {
	font-size: 16px;
	margin: 15px 0 0 0;
	padding: 0 0 0 42px;
	background: url(images/supportemail.png) no-repeat left center;
}
.supportleft h2 a {
	display: block
}
.supportright {
	width: 60%;
	float: left;
	padding: 0 0 0 50px;
}
.supportright form {
	background: rgb(48,55,99);
	background: linear-gradient(45deg, rgba(48, 55, 99, 1) 0%, rgba(64, 37, 104, 1) 100%);
	padding: 20px;
	border-radius: 10px;
}
.supportright .form-block {
	margin: 0 0 8px;
}
.supportright .sbmt {
	margin: 20px 0 0 0
}
.loginpage .logo {
	width: 100%;
	text-align: center;
	padding: 0 0 25px;
	position: relative;
	z-index: 9;
}
.loginpage {
	padding: 20px 0
}
.loginwrappers {
	width: 100%;
	background: rgb(48,55,99);
	background: linear-gradient(45deg, rgba(48, 55, 99, 1) 0%, rgba(64, 37, 104, 1) 100%);
	border-radius: 12px;
	box-shadow: 0 0 5px #0000009e;
	z-index: 9;
	max-width: 500px;
	margin: 0 auto;
	padding: 25px;
	position: relative;
	overflow: hidden;
}
.loginwrappers .icon {
	background: #091126;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	text-align: center;
	margin: -10px auto 20px;
}
.footerwrap.loginfor {
	background: none;
	padding: 25px 0 0 0;
}
.footerwrap.loginfor p {
	text-align: center;
	font-size: 12px;
}
.form-container.login table td, .paidouttop table td, .paidoutbottom table td, .myaccount_wrap table td {
	padding: 7px;
	font-size: 13px;
}
.paidoutbottom table td.inheader, .myaccount_wrap table td.inheader {
	color: #f5a42c;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #f5a42c;
}
.paidoutbottom {
	background: #091126;
	padding: 20px;
	border-radius: 12px;
}
.loginaction {
	text-align: center;
	padding: 20px 0 0 0;
}
.loginaction a {
	color: #f9be31;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.loginaction a:hover {
	color: #fff
}
.loginaction span {
	display: inline-block;
	padding: 0 20px;
	color: #f9be31;
}
.iagree a {
	color: #fff;
	font-size: 13px;
}
.loginredirect h3 {
	color: white;
	text-align: center;
	text-transform: uppercase;
}
.loginredirect h3 span {
	color: #f9be31;
}
.loginredirect p, .loginredirect h4 {
	text-align: center;
}
.loginheads {
	color: #fc7e34;
	font-weight: 500;
	font-size: 20px;
	margin: 10px 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.loginaction {
	text-align: center;
	padding: 20px 0 0 0;
	margin: 30px auto 0;
	max-width: 500px;
	border-top: 1px dotted #fc9b32;
}
.loginaction h4 {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #fc9b32;
	text-transform: uppercase;
}
.loginaction a.signup {
	background: #142143;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	border-radius: 40px;
	padding: 0 35px;
	line-height: 36px;
	display: inline-block;
}
.loginaction a.signup:hover {
	background: #fc7e32;
}
.footerbottom.loginpages {
	text-align: center;
	padding: 30px 0;
}
.footerbottom.loginpages .copyright {
	width: 100%
}
.afterloginheaderblock {
	background: #142143;
	float: right;
	margin: 8px 0 8px 10px;
	padding: 6px 20px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 13px;
	line-height: 32px;
}
.afterloginheaderblock .icon {
	float: left;
	margin: 0 10px 0 0;
}
.afterloginheaderblock span {
	color: #f9be31;
	font-weight: 600;
}
.inside_wrap.accountmainpage {
	padding-top: 0
}
.navbar {
	padding: 20px 0 40px;
	text-align: center;
	background: rgb(238,131,16);
	background: linear-gradient(90deg, rgba(238, 131, 16, 1) 0%, rgba(255, 213, 85, 1) 100%);
	border-radius: 0;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav > li {
	float: left;
	padding: 5px;
	margin: 0 15px 0 0;
}
.navbar-nav > li > a {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 32px;
}
.navbar-nav > li > a span {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 10px 0 0;
}
.navbar-nav > li.dropdown {
	padding: 5px 20px 5px 5px;
}
.navbar-nav > li:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	border: none;
}
.nav .open > a:hover {
	color: #f9be31;
}
.nav-tabs > li > a {
	border: none
}
.membersidebar {
	width: 100%;
	float: left;
}
.membersidebar .content {
	background: #070f23;
	padding: 20px;
	margin: -50px auto 20px;
	position: relative;
	border-radius: 10px 10px 0 0;
	border-bottom: 4px solid #f87655;
	overflow: hidden;
}
.my_accont, .aff-banners {
	background: #070f23;
	padding: 20px;
	margin: 0 auto 30px;
	position: relative;
	border-radius: 10px 10px 0 0;
	border-bottom: 4px solid #f87655;
	overflow: hidden;
}
.memleft {
	float: left;
	width: 30%;
	padding: 0 40px 0 0;
}
.memleft span.icon, .memmid span.icon {
	width: 32px;
	float: left;
	margin: 0 15px 0 0;
	height: 32px;
}
.memleft h2, .memmid h2 {
	margin: 0;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 32px;
}
.memleft h2 span, .memmid h2 span {
	color: #fc7e34;
	font-weight: 600;
}
.memmid {
	width: 35%;
	float: left;
	padding: 0 40px 0 0;
}
.memright {
	width: 35%;
	float: left;
}
.memright button#copyButton {
	background: url(images/copy.png) no-repeat left center;
	border: none;
	width: 32px;
	height: 32px;
	float: left;
}
.memright #copyTarget {
	height: 32px;
	background: #0d1834;
	color: #fc9b32;
	border: none;
	padding: 0 10px;
	float: left;
	width: 240px;
	border-radius: 40px;
}
.memright .getban {
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
	padding: 0 15px;
	border-radius: 40px;
	line-height: 32px;
	float: right;
}
.memright .getban a {
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.memright .getban:hover {
	background: rgb(253,127,47);
}
.myaccount_wrap {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}
.accbox ul {
	width: 100%;
	float: left;
	padding: 0 0 15px;
 0:;
}
.accbox ul li {
	border-bottom: 1px dotted #ffffff57;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 500;
}
.accbox ul li span {
	float: right;
	color: #fc9b32;
	font-weight: 600;
}
.accbox ul li:last-child {
	border: none
}
.acc_button {
	text-align: center
}
.acc_button a {
	width: 236px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 0 3px #000000b3;
	background: rgb(253,127,47);
	background: linear-gradient(90deg, rgba(253, 127, 47, 1) 0%, rgba(235, 99, 176, 1) 100%);
	margin: 0 auto;
}
.acc_button a:hover {
	background: rgb(253,127,47);
}
.alert {
	text-align: center
}
.deposit_text {
	width: 100%;
	float: left;
	padding: 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	background: rgb(238,131,16);
	background: linear-gradient(90deg, rgba(238, 131, 16, 1) 0%, rgba(255, 213, 85, 1) 100%);
	border-radius: 10px;
	margin: 0 0 25px;
}
.deposit_text span {
	float: right;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.aff-banners .nav-tabs {
	border-bottom: 1px solid #f5a42c;
}
.aff-banners .nav-tabs > li.active > a, .aff-banners .nav-tabs > li.active > a:focus, .aff-banners .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #f5a42c;
	border: none;
	border-bottom-color: transparent;
}
.planitems.accpage {
	margin: 0 0 40px;
}
.accpage .plandays {
	background: none;
}
.accpage .planbox .radio {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px;
	line-height: 36px;
	padding: 5px 0;
	cursor: pointer;
	background: #142143;
	font-weight: 500;
	text-align: center;
}
.accpage .planbox input[type=radio] {
	display: none
}
.accpage .planbox input[type="radio"]:checked + .radio {
	background: #f1931d;
	color: #fff;
}
