::-moz-selection {
    background-color: #97b26b;
    color: #fff
}
::-webkit-selection {
    background-color: #97b26b;
    color: #fff
}
::selection {
    background-color: #97b26b;
    color: #fff
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    min-width: 1140px;
    background: #D7F0F6;
    letter-spacing: .2px;
    color: #41464D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
li {
    list-style-type: none
}
a,
p,
b,
i,
input,
textarea,
button,
label,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b {
    transition: All .2s ease;
    -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    text-decoration: none;
    margin: 0;
    padding: 0
}
.fancybox-overlay,
.fancybox,
.fancybox-desktop,
.fancybox-type-image,
.fancybox-opened {
    transition: All 0 ease;
    -webkit-transition: All 0 ease;
    -moz-transition: All 0 ease;
    -o-transition: All 0 ease
}
p {
    color: #333;
    font-weight: 600;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(151, 178, 107, 0.36) inset;
    background-image: none;
    color: #3f5f0d!important;
    -webkit-text-fill-color: #3f5f0d!important
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.max-width {
    display: block;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: url(../imgs/pattern-line2.png) repeat 0 0;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 108, 128, .1);
    box-shadow: 0 0 40px 3px rgba(0, 108, 128, .1);
    overflow: hidden;
    min-height: 100px
}
.main {
    display: block;
    width: 1100px;
    margin: 0 auto;
    position: relative
}
.main:after {
    content: "";
    display: block;
    clear: both
}
.border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}
.left {
    float: left
}
.right {
    float: right
}
.featuresbg {
    display: block;
    width: 100%;
    background: url(../imgs/featurebg.jpg) repeat left top;
    background-size: 100%;}
.col20 {
    display: inline-block;
    width: 200px;
    padding: 44px 0
}
.col25 {
    display: inline-block;
    width: 245px;
    padding: 44px 0
}
.col30 {
    display: inline-block;
    width: 330px;
    padding: 44px 0
}
.col50 {
    display: inline-block;
    width: 500px;
    padding: 44px 0
}
.col40 {
    display: inline-block;
    width: 400px;
    padding: 44px 0
}
.col40 .box { background: url(../imgs/btc.png) no-repeat 13px center;
    padding: 5px 11px 5px 80px;
	 margin: 0px 6px 0px 0px;
    float: left;
    height: 56px;
    border: 1px solid #5E6161;
	
	
	}
.col40 .boxpm {
	}	
	.col40 .box h4 {color:#fff;margin-right:10px}
	.col40 .box ul {padding:0; margin:0}
.col60 {
    display: inline-block;
    width: 600px;
    padding: 44px 0
}
.col100 {
    display: inline-block;
    width: 100%;
    padding: 44px 0
}
.tcenter {text-align: center;}
.flow-link {
    display: inline-block;
    background: url(../imgs/bg_txtr02.jpg) no-repeat;
    font-weight: 300;
    padding: 10px 34px;
    line-height: 23px;
    font-size: 13px;
    
    -webkit-background-size: 350px 234px;
    background-size: 350px 234px;
    color: #0E4F6B;
    font-weight: 400;
    position: relative;
    overflow: hidden
}
.flow-link:after {
    -webkit-transition: left 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: left 1.2s cubic-bezier(.19, 1, .22, 1);
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: 100%;
    left: -200%;
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    background: #fff;
    -webkit-transform: translateX(-50%)translateY(-50%)rotate(45deg);
    -ms-transform: translateX(-50%)translateY(-50%)rotate(45deg);
    transform: translateX(-50%)translateY(-50%)rotate(45deg)
}
.flow-link:hover:after {
    overflow: hidden;
    -webkit-transition: left 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: left 1.2s cubic-bezier(.19, 1, .22, 1);
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: 100%;
    left: 200%;
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    background: #fff;
    -webkit-transform: translateX(-50%)translateY(-50%)rotate(45deg);
    -ms-transform: translateX(-50%)translateY(-50%)rotate(45deg);
    transform: translateX(-50%)translateY(-50%)rotate(45deg)
}
.normal-link {
    color: #53A68C;
    text-decoration: underline
}
.normal-link:hover {
    color: #7CC576;
    text-decoration: underline
}
.white-link {
    color: #2C506C;
    background: #FEF54F;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 12px
}
.white-link:hover {
    color: #30C0F4
}
.home-bg {
    background: url(../imgs/head-bg.jpg) no-repeat center center
}
.about-bg {
    background: url(../imgs/about-bg.jpg) no-repeat center center
}
.header {
    display: block;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 250px;
    -webkit-box-shadow: 0 50px 50px -35px rgba(0, 108, 128, .2);
    box-shadow: 0 50px 50px -35px rgba(0, 108, 128, .2);
    position: relative
}
.header object {
    display: block;
    position: absolute
}
.header .menu {
    display: block;
    width: 100%;
    height: 67px
}
.header .menu .logo {
    display: inline-block;
    width: 160px;
    height: 67px;
    float: left;
    padding-top: 10px
}
.header .menu .logo img {
    display: inline-block;
    float: left
}
.header .menu .logo b {
    display: inline-block;
    float: left;
    line-height: 67px;
    color: #fff;
    margin-left: 12px
}
.header .menu .links {
    display: inline-block;
    width: 940px;
    height: 67px;
    float: left;
    text-align: left;
    padding-top: 10px
}
.header .menu .links a {
    display: inline-block;
    line-height: 38px;
    margin: 16px 10px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px
}
.header .menu .links a:hover {
    color: #76cf3a
}
.header .menu .links .stay {
    float: right;
    font-weight: 300;
    margin: 16px 0
}
.header .menu .links .stay:hover {
    color: #fff
}
.header .menu .links a.top-line-icon {
    display: inline-block;
    background: url(../imgs/men.svg) no-repeat center center;
    background-size: 20px;
    overflow: hidden;
    padding: 0;
    margin: 24px 4px 0 0;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center
}
.header .menu .links .reg {
    display: inline-block;
    background: none;
    line-height: 36px;
    margin: 15px 0 15px 4px;
    padding: 0 16px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 19px;
    float: right;
    letter-spacing: .5px;
    overflow: hidden
}
.header .menu .links .reg:hover {
    color: #fff;
    border: 1px solid #6DD5F8;
    background: url(../imgs/bg_txtr02.jpg) no-repeat;
    -webkit-background-size: 350px 234px;
    background-size: 350px 234px
}
.header .hero {
    display: block;
    width: 100%;
    line-height: 21px;
    color: #fff;
    padding: 44px 0 40px
}
.header .hero h1 {
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 33px;
    font-weight: 300;
    padding-bottom: 24px;
    text-transform: uppercase;
}
.header .hero h2 {
    display: block;
    width: 100%;
    line-height: 31px;
    font-size: 27px;
    font-weight: 300;
    padding-bottom: 24px
}
.header .hero h3 {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 24px
}
.header .hero p {
    display: block;
    width: 100%;
    font-weight: 300;
    padding-bottom: 30px;
    line-height: 21px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9)
}
.header .menu .logo2 {
    display: inline-block;
    width: 200px;
    height: 67px;
    float: left;
    text-align: center
}
.header .menu .left-button {
    display: inline-block;
    width: 450px;
    height: 67px;
    float: left;
    text-align: left
}
.header .menu .left-button a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    float: left;
    padding: 2px 0;
    margin: 18px 25px 18px 0;
    color: #15BCDF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px
}
.header .menu .left-button a:hover {
    color: #306A92
}
.header .menu .right-button {
    display: inline-block;
    width: 250px;
    height: 67px;
    float: right;
    text-align: right
}
.header .menu .right-button a {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    float: right;
    padding: 4px 20px;
    margin: 18px 0;
    color: #15BCDF;
    text-transform: uppercase;
    font-size: 11px
}
.header .menu .right-button a:hover {
    color: #306A92
}
.header .menu .right-button a.xex {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    float: right;
    padding: 4px 20px;
    margin: 18px 0;
    box-shadow: 0 0 0 1px #97b26b;
    -webkit-box-shadow: 0 0 0 1px #97b26b;
    color: #669a12;
    text-transform: uppercase;
    font-size: 11px!important;
    border-radius: 20px
}
.header .menu .right-button a.xex:hover {
    background: rgba(151, 178, 107, 0.15)
}
.header .menu .ver2 a:hover {
    color: #4DACC6!important
}
.header .menu .ver2 a.reg:hover {
    color: #fff!important;
    background: #4DACC6!important;
    overflow: hidden
}
.header .white .logo {
    padding-top: 0!important
}
.header .white .links {
    padding-top: 0!important
    
}
.header .white {
    background: #fff;
    -webkit-box-shadow: 0 22px 60px 9px rgba(233, 247, 69, .05);
    box-shadow: 0 22px 60px 9px rgba(0, 58, 69, .05)
}
.header .white .links a {
    color: #7F9954
}
.header .white .links .reg {
    color: #3F6B82;
    border: 1px solid rgba(151, 178, 107, 0.36);
    overflow: hidden
}
.header .white .logo b {
    color: #3F6B82
}
.header .menu .links .stay:hover {
    color: #3F6B82
}
.header .menu .links a.top-line-icon {
    display: inline-block;
    background: url(../imgs/men2.svg) no-repeat center center;
    background-size: 20px;
    overflow: hidden;
    padding: 0;
    margin: 24px 4px 0 0;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center
}
.header .hero .video-box {
    display: block;
    top: 300px;
    left: 250px;
    width: 452px;
    height: 284px;
    padding: 24px 74px 39px;
    position: absolute;
    background: url(../imgs/mac-book.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}
.intro {
    height: 325px!important;
    -webkit-box-shadow: 22px 22px 60px 9px rgba(0, 108, 128, .2)!important;
    box-shadow: 22px 22px 60px 9px rgba(0, 108, 128, .2)!important
}
#login-box-in-head {
    display: block;
    width: 320px;
    height: 0;
    background: #fff!important;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    top: 67px;
    right: 50%;
    margin-right: -550px;
    -webkit-box-shadow: 2px 2px 60px 9px rgba(0, 108, 128, 0);
    box-shadow: 2px 2px 60px 9px rgba(0, 108, 128, 0)
}
#login-box-in-head .boxinside {
    display: block;
    width: 240px;
    float: right;
    line-height: 35px;
    height: 35px;
    padding: 40px
}
#login-box-in-head .boxinside b {
    display: inline-block;
    width: 240px;
    float: left;
    line-height: 25px;
    height: 25px;
    font-weight: 300;
    font-size: 21px;
    text-align: center
}
#login-box-in-head .boxinside .fa-lock {
    display: inline-block;
    width: 240px;
    float: left;
    line-height: 45px;
    height: 45px;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    color: #CCE8EF;
    padding-bottom: 10px
}
#login-box-in-head .boxinside input[type="text"],
#login-box-in-head .boxinside input[type="password"] {
    display: block;
    color: #2EBAE9;
    line-height: 35px;
    font-size: 13px;
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
    margin: 0 20px;
    width: 180px;
   background: rgba(151, 178, 107, 0.36);
    border-bottom: 2px solid #2EBAE9;
    margin-top: 5px;
    text-align: center
}
#login-box-in-head .boxinside input[type="submit"] {
    display: block;
    text-align: center;
    margin: 0 20px;
    width: 200px;
    background: #2EBAE9;
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 11px
}
#login-box-in-head input::-webkit-input-placeholder {
    color: rgba(46, 186, 233, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
#login-box-in-head input::-moz-placeholder {
    color: rgba(46, 186, 233, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
#login-box-in-head input:-moz-placeholder {
    color: rgba(46, 186, 233, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
#login-box-in-head input:-ms-input-placeholder {
    color: rgba(46, 186, 233, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.ceo-talk {
    min-height: 80px;
    padding: 34px 0
}
.ceo-talk .ceo-name {
    display: inline-block;
    width: 230px;
    line-height: 21px;
    float: left;
    font-size: 15px;
    font-weight: 500;
    padding: 30px 0
}
.ceo-talk .ceo-name small {
    display: inline-block;
    line-height: 21px;
    float: left;
    font-size: 11px;
    font-weight: 300
}
.ceo-talk .ceo-testimonials {
    display: inline-block;
    width: 700px;
    line-height: 19px;
    float: right;
    padding: 29px 50px 29px 0;
    font-size: 13px
}
.about-us {
    padding: 14px 0
}
.about-us h2 {
    display: block;
    font-size: 27px;
    line-height: 29px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #97b26b;
}
.about-us h3 {
    display: block;
    font-size: 21px;
    line-height: 23px;
    font-weight: 300;
    padding-bottom: 24px
}
.about-us b {
    font-weight: 400
}
.about-us .blue-title {
    font-weight: 400;
    display: block;
    padding-bottom: 20px;
    color: #31bdea;
    font-size: 15px;
    width: 800px;
    margin: 0 auto
}
.about-us p {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    padding-bottom: 16px;
    text-align: justify;
	
}
.about-us .certificate p {
    display: inline-block;
    width: 300px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300
}
.about-us .certificate p .download-pdf {
    display: block;
    width: 300px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    background: #EBF2F4;
    margin-bottom: 10px;
    color: #95A5A6;
    padding: 8px 0;
    font-weight: 400;

    position: relative
}
.about-us .certificate p .download-pdf:hover {
    display: block;
    width: 300px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    background: #95A5A6;
    margin-bottom: 10px;
    color: #EBF2F4;
    padding: 8px 0;
    font-weight: 400;
    position: relative
}
.about-us .certificate p .download-pdf .fa-wpforms {
    display: block;
    width: 21px;
    line-height: 21px;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 17px
}
.about-us .certificate img {
    display: inline-block;
    width: 80px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    float: right;
    margin: 0 60px
}
.darkgreenbg {
    display: block;
    width: 100%;
    min-height: 200px;
    background: #97b26b;
    background: -moz-linear-gradient(-45deg, #97b26b 0%, #81E3FB 100%);
    background: -webkit-linear-gradient(-45deg, #97b26b 0%, #81E3FB 100%);
    background: linear-gradient(135deg, #97b26b 0%, #81E3FB 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#97b26b', endColorstr='#81E3FB', GradientType=1)
}
.greenbg {
    display: block;
    width: 100%;
    background: url(../imgs/bg-2.jpg) repeat left top;
    background-size: 100%;
    -moz-background-size: 100%;
    min-height: 10px
}
.greenbg2 {
    display: block;
    width: 100%;
    
    min-height: 10px;
}

.bg-1 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-1.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-2 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-2.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-3 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-3.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-4 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-4.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-5 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-5.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-6 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-6.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-7 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-7.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-17 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-affiliate.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-8 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-8.jpg) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px
}
.bg-9 {
    display: block;
    width: 100%;
    background: url(../imgs/ch1-slide-2.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-10 {
    display: block;
    width: 100%;
    background: url(../imgs/ch1-slide-3.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-started {
    display: block;
    width: 100%;
    background: url(../imgs/ch1-slide-4.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px
}
.bg-aff {
    display: block;
    width: 100%;
    background: #001D2D url(../imgs/ch1-slide-2.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px;
}
.bg-ab {
    display: block;
    width: 100%;
    background: url(../imgs/ch1-slide-5.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px;
}
.bg-11 {
    display: block;
    width: 100%;
    
    background-size: cover;
    -moz-background-size: cover;
    min-height: 10px;
}
.bg-12 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-12.png) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px;
}
.bg-13 {
    display: block;
    width: 100%;
    background: url(../imgs/bg-13.png) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px
}
.mb-bg {
    display: block;
    width: 100%;
    background: url(../imgs/mb-bg.jpg) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px
}
.line-map {
    display: block;
    width: 100%;
    background: url(../imgs/sec03_bg_l.png) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px
}
.rep-join {
    display: block;
    width: 100%;
    background: url(../imgs/rep-join.jpg) no-repeat center center;
    background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    min-height: 10px;
    padding: 20px 0 25px
}
.graybg {
    display: block;
    width: 100%;
    background: rgba(151, 178, 107, 0.36);
    min-height: 10px
}
.darkbg {
    display: block;
    width: 100%;
    background: #333;
    min-height: 100px
}
.bg-white {
    display: block;
    width: 100%;
    
    box-shadow: none;
    -webkit-box-shadow: none;
    min-height: 10px
}
.sumtexts {
    text-align: center
}
.sumtexts h3 {
    display: block;
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
    padding-bottom: 10px
}
.sumtexts p {
    display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    padding-bottom: 10px
}
.investment-box {
    padding: 50px 0 80px;
    color: #0E4F6B
}
.investment-box h3 {
    color: #fff
}
.investment-box p {
    color: #fff
}
.investment-box .list {
    padding:4px 0px;
}
.investment-box .col30 {
    margin-top: 20px;
    background: rgba(14, 79, 107, 0.69);
    padding: 20px;
    width: 257px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1), 0 0 0 20px rgba(255, 255, 255, 0.7)
}

.investment-box .col30.left {
    margin-right: 65px;
    margin-left: 20px
}
.investment-box .col30.right {
    margin-right: 20px
}
.investment-box .name {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    color: #fff;
    text-transform: uppercase;
    text-align: center
}
.investment-box .profit {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    padding: 11px 28px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}
.investment-box .profit label {
    display: inline-block;
    width: 36%;
    float: right;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.investment-box .minmax {
    display: inline-block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6)
}
.investment-box .minmax label {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px;
    display: inline-block;
    width: 15%;
    margin: 0;
    padding: 0
}
.investment-box .minmax b {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: -.5px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 35%;
    font-family: 'Montserrat', sans-serif
}
.investment-box .description {
    display: inline-block;
    width: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6)
}
.investment-box .description b {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 2px 0 2px;
    font-family: 'Montserrat', sans-serif
}
.investment-box .description label {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px;
    display: inline-block;
    float: left;
    width: 100%
}
.investment-box .col30:hover .profit,
.investment-box .col30:hover .minmax,
.investment-box .col30:hover .description,
.investment-box .col30:hover .name {
    border-bottom: solid 1px rgba(119, 208, 240, .3)
}
.investment-box .dec {
    display: block;
    float: left;
    padding-top: 16px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    width: 100%
}
.calculator {
    padding: 45px 0 40px
}
.calculator .witr {
    display: inline-block;
    width: 200px;
    float: left;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 300;
    color: #86B9CC;
    padding: 5px 0;
    letter-spacing: -0.5px;
    margin-left: 00px
}
.calculator .fa-calculator {
    display: inline-block;
    width: 60px;
    float: left;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #96EBE4;
    padding: 0 15px 0 13px
}
.calculator .amount {
    display: inline-block;
    width: 160px;
    float: left;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #648B99;
    position: relative;
    margin-right: 20px
}
.calculator .amount:before,
.calculator .amount:after {
    content: "";
    width: 1px;
    height: 4px;
    background: #8CE8E5;
    position: absolute;
    bottom: 0
}
.calculator .amount:before {
    left: 0
}
.calculator .amount:after {
    right: 0
}
.calculator .amount label {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding-top: 4px
}
.calculator .amount input {
    display: block;
    width: 158px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8CE8E5;
    padding: 2px 1px;
}
.calculator .amount .btc {
    display: block;
    position: absolute;
    bottom: 8px;
    font-weight: 400;
    font-size: 11px;
    right: 0;
    line-height: 11px
}
.calculator .amount input:focus,
.calculator .amount input:hover {
    outline: none
}
.calculator .amount input[type=number]::-webkit-inner-spin-button,
.calculator .amount input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none
}
.calculator .plan {
    display: inline-block;
    width: 194px;
    float: left;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-right: 20px
}
.calculator .plan:before,
.calculator .plan:after {
    content: "";
    width: 1px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0
}
.calculator .plan:before {
    left: 0
}
.calculator .plan:after {
    right: 0
}
.calculator .plan label {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    padding-top: 4px
}
.calculator .plan #inpvar1 {
    display: block;
    width: 192px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -1.5px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 2px 1px;
}
.calculator .amount2 {
    display: inline-block;
    width: 170px;
    float: left;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    position: relative;
    margin-right: 0
}
.calculator .amount2:before,
.calculator .amount2:after {
    content: "";
    width: 1px;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 0
}
.calculator .amount2:before {
    left: 0
}
.calculator .amount2:after {
    right: 0
}
.calculator .amount2 label {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    padding-top: 4px
}
.calculator .amount2 #inpvar2 {
    display: block;
    width: 168px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -1px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C0F1F4;
    padding: 2px 1px;
}
.calculator .amount2 .btc {
    display: block;
    position: absolute;
    bottom: 8px;
    font-weight: 400;
    font-size: 11px;
    right: 0;
    line-height: 11px
}
.calculator .amount3 {
    display: inline-block;
    width: 230px;
    float: right;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    position: relative;
    margin-right: 0
}
.calculator .amount3 label {
    display: inline-block;
    width: 100px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    letter-spacing: -0.5px;
    float: left;
    padding-top: 4px;
}
.calculator .amount3 #inpvar3 {
    display: inline-block;
    width: 128px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -1px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C0F1F4;
    padding: 2px 1px;
    float: right;
}
.calculator .amount3 #inpvar4 {
    display: inline-block;
    width: 128px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -1px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C0F1F4;
    padding: 2px 1px;
    float: right;
}
.calculator .amount3 .btc {
    display: block;
    position: absolute;
    bottom: 8px;
    font-weight: 600;
    font-size: 9px;
    right: 0;
    line-height: 11px
}
.affiliate {
    padding: 38px 0
}
.affiliate h1 {
    display: block;
    font-size: 31px;
    line-height: 33px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #32708F
}
.affiliate h3 {
    display: block;
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 24px;
    color: #32708F
}
.affiliate b {
    font-weight: 400;
    color: #32708F
}
.affiliate p {
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    padding-bottom: 30px;
    color: #32708F
}
.affiliate .box-shadow {
    -webkit-box-shadow: 0 10px 30px 4px rgba(0, 58, 69, .0);
    box-shadow: 0 10px 30px 4px rgba(0, 58, 69, .0);
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}
.affiliate .box-shadow:hover {
    -webkit-box-shadow: -10px -10px 0 px rgba(0, 58, 69, .18);
    box-shadow: 10px -10px 0 rgba(0, 58, 69, .18);
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}
.affiliate .left-box {
    width: 400px;
    padding: 34px 25px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(119, 208, 240, 1), 0 0 0 20px rgba(255, 255, 255, 1), 22px 22px 60px 9px rgba(0, 108, 128, .2);
    -webkit-box-shadow: 0 0 0 1px rgba(119, 208, 240, 1), 0 0 0 20px rgba(255, 255, 255, 1), 22px 22px 60px 9px rgba(0, 108, 128, .2);
    margin: 30px 0
}
.affiliate .ref-com {
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 80px;
    left: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 20px
}
.affiliate .ref-line {
    display: block;
    width: 300px;
    height: 0;
    position: absolute;
    top: 100px;
    left: 100px;
    border-bottom: 1px dotted #235062
}
.affiliate .level-1 {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 65px;
    left: 170px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: #31C1F3;
    background: linear-gradient(45deg, #31C1F3 0, #53D9E5 100%);
    background: -webkit-linear-gradient(45deg, #31C1F3 0, #53D9E5 100%)
}
.affiliate .level-1 .inner {
    display: block;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    margin: 9px
}
.affiliate .level-1 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-1 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-1 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.affiliate .level-2 {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 291px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: #fff
}
.affiliate .level-2 .inner {
    display: block;
    border: 1px solid #5DD9EA;
    width: 50px;
    height: 50px;
    margin: 4px
}
.affiliate .level-2 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-2 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #0293C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-2 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #0293C8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.affiliate .level-3 {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 400px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: #fff
}
.affiliate .level-3 .inner {
    display: block;
    border: 1px solid #5DD9EA;
    width: 50px;
    height: 50px;
    margin: 4px
}
.affiliate .level-3 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-3 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #0293C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-3 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #0293C8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.affiliate .rep-com {
    display: block;
    width: 120px;
    height: 30px;
    position: absolute;
    top: 200px;
    left: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 20px
}
.affiliate .rep-line {
    display: block;
    width: 300px;
    height: 0;
    position: absolute;
    top: 220px;
    left: 115px;
    border-bottom: 1px dotted #235062
}
.affiliate .level-4 {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 185px;
    left: 170px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: #08b3e4;
    background: linear-gradient(45deg, #08b3e4 0, #48e0cb 100%);
    background: -webkit-linear-gradient(45deg, #08b3e4 0, #48e0cb 100%)
}
.affiliate .level-4 .inner {
    display: block;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    margin: 9px
}
.affiliate .level-4 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-4 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-4 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.affiliate .level-5 {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 190px;
    left: 291px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: rgba(255, 255, 255, 1)
}
.affiliate .level-5 .inner {
    display: block;
    border: 1px solid #5DD9EA;
    width: 50px;
    height: 50px;
    margin: 4px
}
.affiliate .level-5 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-5 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #0293C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-5 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #0293C8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.affiliate .level-6 {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 190px;
    left: 400px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    background: rgba(255, 255, 255, 1)
}
.affiliate .level-6 .inner {
    display: block;
    border: 1px solid #5DD9EA;
    width: 50px;
    height: 50px;
    margin: 4px
}
.affiliate .level-6 .inner .text-inner {
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center
}
.affiliate .level-6 .inner .text-inner b {
    display: block;
    width: 50px;
    line-height: 13px;
    color: #0293C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding-top: 13px;
    letter-spacing: -1px
}
.affiliate .level-6 .inner .text-inner p {
    display: block;
    width: 50px;
    line-height: 10px;
    color: #0293C8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.5px
}
.whyus {
    padding: 20px 0 10px
}
.whyus h3 {
    display: inline-block;
    width: 230px;
    float: right;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
	color:#97b26b;
}
.whyus p {
    display: inline-block;
    width: 230px;
    float: right;
    font-size: 13px;
    line-height: 19px;
	color:#fff;
}
.whyus img {
    display: inline-block;
    width: 80px;
    float: left;
    padding-right: 20px;
    padding-top: 25px
}
.companyh .box {
	
	    background: #ffffff;
    background-color: rgba(255,255,255,0.55);
    margin: 0px;
    padding: 0px 0px 0px 30px;
    float: left;
    height: 121px;
    width: 490px;
    border: 1px solid #ffffff;
    border-radius: 111px;
	
}

.companyh .box h3{
    font-size: 27px;
    line-height: 20px;
    font-weight: 700;
    color: #97b26b;
    text-transform: uppercase;
    margin: 29px 0px 0px;
    padding: 0px 0px 3px 59px;

}
.companyh .box p{
    font-size: 14px;
    margin: 0px;
    padding: 22px 0px 0px;

}

.companyh .badge {
background: url(../imgs/badge_companies-house.png) no-repeat 0px 0px;
    margin: 0px 0px 0px;
    padding: 0px;
    float: right;
    height: 121px;
    width: 160px;
}
.formore {
    display: inline-block;
    width: 300px;
    padding: 20px 0 10px
}
.formore img {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block
}
.formore h3 {
    width: 240px;
    height: 40px;
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 14px
}
.formore p {
    display: block;
    width: 300px;
    float: right;
    font-size: 13px;
    line-height: 19px;
    font-weight: bolder;
}
.formore h3.sup {
    width: 300px;
    height: 40px;
    float: right;
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}
.formore p.sup {
    display: block;
    width: 300px;
    float: right;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    font-weight: 400
}
.formore p.sup a {
    color: #5BBFF3
}
.formore p.sup a:hover {
    text-decoration: underline
}
.formore i.fa {
    display: block;
    width: 300px;
    float: right;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #5BBFF3;
    padding: 0 0 10px
}
.bank-sec {
    display: block;
    width: 300px;
    float: left;
    padding-bottom: 14px
}
.bank-sec a {
    display: inline-block;
    width: 100px;
    height: 24px;
    margin: 0 20px 10px 0;
    float: left
}
.bank-sec a img {
    display: block;
    max-width: 100px;
    max-height: 24px
}
.ref-opt label {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0
}
.ref-opt label p {
    padding-bottom: 14px
}
.ref-opt label .dot-o {
    display: block;
    width: 140px;
    height: 9px;
    position: absolute;
    background: url(../imgs/dot-o.png) no-repeat right center;
    -webkit-background-size: 255px 9px;
    background-size: 255px 9px;
    top: 5px;
    left: -170px
}
.signupline {
    padding: 54px 0;
    text-align: center
}
.signupline h2 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-bottom: 20px
}
.signupline a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid #2EBAE9;
    color: #2EBAE9;
    width: 180px;
    margin: 0 auto;
    text-transform: uppercase
}
.signupline a:hover {
    border: 1px solid #2EBAE9;
    background: #2EBAE9;
    color: #fff
}
.how-to-start {
    padding: 84px 0 54px
}

.how-to-start .col50 {
    background: #97b26b;
    z-index: 10;
    width: 520px;
    padding: 0;
    -webkit-box-shadow: 22px 22px 60px 9px rgba(0, 58, 69, .1);
    box-shadow: 22px 22px 60px 9px rgba(0, 58, 69, .1);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
	min-height: 250px;
    text-align: justify;
    border-radius: 35px;
}
.how-to-start .col50 h2 {
    display: block;
    font-weight: 600;
    font-size: 19px;
    color: #333;
    width: 440px;
    float: left;
    padding: 40px 40px 10px
}
.how-to-start .col50 p {
    display: block;
    font-weight: bolder;
    font-size: 13px;
    width: 100%;
    float: left;
    width: 440px;
    padding: 10px 40px 40px;
	color:#fff
}
.how-to-start .col50 img {
    display: block;
    width: 320px;
    padding: 0 100px 50px
}

.rep-join a {
    border: 1px solid #3f5f0d!important;
    background: #3f5f0d!important;
    color: #fff!important;
    padding: 0!important;
    font-size: 13px!important
}
.line1 {
    display: block;
    width: 200px;
    height: 1px;
    background: none;
    border-bottom: 1px dashed #557684;
    position: absolute;
    top: 92px;
    left: 224px
}
.line2 {
    display: block;
    width: 200px;
    height: 1px;
    background: none;
    border-bottom: 1px dashed #557684;
    position: absolute;
    top: 92px;
    right: 224px
}
.darkgreenbg-for-support {
    display: block;
    width: 700px;
    min-height: 200px;
    padding: 50px;
    margin: 0 150px;
    background: rgba(151, 178, 107, 0.36);
}
.darkgreenbg-for-support .ips {
    display: inline-block;
    width: 300px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 28px
}
.darkgreenbg-for-support .ips input[type="text"] {
    outline: none;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
    transition: .25s all
}
.darkgreenbg-for-support .ips input:focus,
.darkgreenbg-for-support .ips input:active {
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: transparent
}
.darkgreenbg-for-support .tart {
    display: inline-block;
    width: 300px;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 28px
}
.darkgreenbg-for-support .tart .text {
    outline: none;
    float: right;
    width: 100%;
    height: 118px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    resize: none;
    margin-top: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
    transition: .25s all
}
.darkgreenbg-for-support .tart .text:focus {
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: transparent
}
.darkgreenbg-for-support .tom {
    display: inline-block;
    float: left;
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
    line-height: 14px;

    padding-bottom: 0
}
.darkgreenbg-for-support .sbmt {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #fff;
    background: #3f5f0d;
    border-radius: 39px;
    border: none;
    outline: none;
    padding: 10px 65px;
    text-transform: uppercase;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px
}
.darkgreenbg-for-support .sbmt:hover {
    background: #4e7c01;
}
.left-news {
    display: block;
    width: 500px;
    box-shadow: 0 0 0 1px #CAE8F8;
    -webkit-box-shadow: 0 0 0 1px #CAE8F8;
    padding: 50px;
    margin-bottom: 50px
}
.left-news img {
    display: block;
    width: 500px;
    margin-bottom: 30px
}
.left-news small {
    display: block;
    width: 500px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}
.left-news h3 {
    display: block;
    width: 500px;
    color: #5BBFF3;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px
}
.acc_trigger {
    line-height: 21px;
    width: 480px;
    font-size: 13px;
    font-weight: 400;
    float: left;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
.acc_trigger a {
    display: block;
    float: left;
    color: #3F6B83;
    text-decoration: none
}
.active {
    border-bottom: 1px solid #2EBAE9
}
.active a {
    color: #2EBAE9
}
.acc_container {
    dÃƒÂ­splay: block;
    width: 480px;
    float: left;
    background: rgba(151, 178, 107, 0.36);
    transition: All 0 ease;
    -webkit-transition: All 0 ease;
    -moz-transition: All 0 ease;
    -o-transition: All 0 ease
}
.acc_container .block {
    padding: 20px;
    display: block;
    font-size: 12px;
    background: rgba(151, 178, 107, 0.36);
    transition: All 0 ease;
    -webkit-transition: All 0 ease;
    -moz-transition: All 0 ease;
    -o-transition: All 0 ease
}
.log-form {
    display: block;
    width: 420px;
    margin: 0 auto
}
.log-form input {
    display: inline-block;
    border: 1px solid rgba(151, 178, 107, 0.52);
    padding: 15px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    outline: none
}
.log-form input:focus {
    border: 1px solid rgba(151, 178, 107, 0.52);
}
.log-form .full {
    width: 366px;
    margin: 0 10px 20px;
    float: left
}
.log-form .half {
    width: 156px;
    margin: 0 10px 20px;
    float: left
}
.log-form .agree {
    width: 300px;
    margin: 0 60px 20px;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: 300
}
.log-form .agree a {
    color: #97b26b;
    font-weight: bold;
}
.log-form .button-go {
    width: 400px;
    margin: 0 10px 20px;
    float: left;
    border: 2px solid #3f5f0d;
    border-radius: 50px;
    background: #3f5f0d!important;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0;
    cursor: pointer
}
.log-form .button-go:hover {
    border: 2px solid #4e7c01!important;
    background: #4e7c01!important
}
.log-form .failed {
    width: 400px;
    margin: 0 10px 20px;
    float: left;
    font-size: 12px;
    text-align: center;
    background: #FFF0F3;
    color: #EC8171;
    padding: 10px 0
}
.log-form .failed .fa {
    padding-right: 5px;
    line-height: 18px
}
.log-form .ok-la {
    width: 400px;
    margin: 0 10px 20px;
    float: left;
    font-size: 12px;
    text-align: center;
    background: #E4F5FF;
    color: #00A89B;
    padding: 10px 0
}
.log-form .ok-la .fa {
    padding-right: 5px;
    line-height: 18px
}
.log-form input::-webkit-input-placeholder {
    color: rgba(199, 213, 217, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.log-form input::-moz-placeholder {
    color: rgba(199, 213, 217, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.log-form input:-moz-placeholder {
    color: rgba(199, 213, 217, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.log-form input:-ms-input-placeholder {
    color: rgba(199, 213, 217, .9);
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif
}
.log-form input:-webkit-autofill,
.log-form textarea:-webkit-autofill,
.log-form select:-webkit-autofill {
    }
.strong-shadow {
    -webkit-box-shadow: 22px 22px 60px 9px rgba(0, 58, 69, .18);
    box-shadow: 22px 22px 60px 9px rgba(0, 58, 69, .18)
}
.white-2 {
    background: #333
}
.left-menu {
    min-height: 100px;
    display: inline-block;
    width: 270px;
    float: left;
    min-height: 800px;
    padding: 0;
	background:#333;
}
.left-menu .hello-member {
    display: block;
    width: 220px;
    min-height: 10px;
    margin: 0;
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
.left-menu .hello-member img {
    display: inline-block;
    width: 40px;
    padding: 0;
    margin: 0;
    float: left
}
.left-menu .hello-member .foro {
    display: inline-block;
    width: 160px;
    padding: 0;
    margin: 0;
    float: right
}
.left-menu .hello-member .foro h3 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -.25px;
    padding: 5px 0;
    color: #fff
}
.left-menu .hello-member .foro h3 b {
    font-weight: 600;
    font-size: 15px
}
.left-menu .hello-member .foro p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.25px;
    color: #fff
}
.left-menu .hello-member .foro p a {
    background: #2EBAE9;
    padding: 4px 6px;
    color: #fff;
    font-size: 8px;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .25px
}
.left-menu .hello-member .foro p a:hover {
    text-decoration: underline
}
.left-menu .side-menu {
    display: block;
    width: 270px;
    float: left;
    min-height: 100px;
    padding: 0
}
.left-menu .side-menu a {
    display: block;
    width: 220px;
    min-height: 10px;
    margin: 0;
    padding: 20px 25px;
    border-bottom: 1px solid #444;
    line-height: 21px;
    font-size: 13px;
    color: #fff;
    font-weight: 400
}
.left-menu .side-menu a .fa {
    display: inline-block;
    width: 20px;
    padding-right: 14px;
    float: left;
    line-height: 21px;
    font-size: 15px;
    text-align: center;
    color: #ccc;
}
.left-menu .side-menu a:hover {
    background: #666;
    color: #fff
}
.left-menu .side-menu a:hover .fa {
    color: #fff
}
.left-menu .side-menu a.active {
    background: #666;
    color: #fff
}
.left-menu .side-menu a.active .fa {
    color: #fff
}
.left-menu .free-bitcoin {
    display: block;
    width: 200px;
    float: left;
    min-height: 100px;
    padding: 0;
    padding: 35px
}
.left-menu .free-bitcoin h3 {
    display: block;
    width: 220px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff
}
.left-menu .free-bitcoin p {
    display: block;
    width: 220px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 17px
}
.left-menu .free-bitcoin a {
    display: inline-block;
    float: left;
    color: #2EBAE9;
    font-weight: 400;
    font-size: 12px;
    margin: 15px 0
}
.left-menu .free-bitcoin a:hover {
    text-decoration: underline
}
.right-menu {
    background: #fff;
    display: inline-block;
    width: 829px;
    float: right;
    min-height: 800px;
    padding: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05)
}
.right-menu .title {
    display: block;
    width: 760px;
    line-height: 30px;
    border-bottom: 1px solid #F3F3F3;
    padding: 0 34px 0 35px
}
.right-menu .title h2 {
    display: block;
    width: 760px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0 10px
}
.right-menu .title a {
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0 10px;
    margin-right: 35px;
    color: #41464D;
    border-bottom: 2px solid #fff
}
.right-menu .title a.active {
    color: #41C7E4;
    border-bottom: 2px solid #41C7E4
}
.right-menu .full {
    display: block;
    width: 760px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px 34px 25px 35px
}
.right-menu .full:after {
    display: block;
    content: "";
    clear: both
}
.right-menu .full .border-right {
    box-shadow: 2px 0 0 -1px rgba(0, 0, 0, 0.05)
}
.right-menu .full .left {
    display: inline-block;
    width: 350px;
    float: left;
    min-height: 20px;
    padding-right: 30px
}
.right-menu .full .right {
    display: inline-block;
    width: 350px;
    float: right;
    min-height: 20px
}
.right-menu .stat-over {
    padding: 40px 34px 40px 35px;
    color: #5a5f6d
}
.right-menu .stat-over img {
    display: inline-block;
    width: 56px;
    float: left;
    padding-right: 24px
}
.right-menu .stat-over .numb {
    display: inline-block;
    width: 170px;
    float: left
}
.right-menu .stat-over .numb h3 {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 17px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 4px;
    letter-spacing: -.5px
}
.right-menu .stat-over .numb h3 .fa {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding-right: 2px
}
.right-menu .stat-over .numb p {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 13px;
    line-height: 15px
}
.right-menu .stat-over .button {
    display: inline-block;
    width: 100px;
    float: left;
    text-align: right;
    padding-top: 10px
}
.right-menu .stat-over .more-stat label {
    display: block;
    width: 100%;
    line-height: 21px;
    padding: 3px 0;
    margin: 0;
    float: left
}
.right-menu .stat-over .more-stat p {
    display: inline-block;
    width: 45%;
    float: left;
	color:#222
}
.right-menu .stat-over .more-stat p .fa {
    display: inline-block;
    width: 20px;
    float: left;
    line-height: 21px
}
.right-menu .stat-over .more-stat b {
    display: inline-block;
    width: 55%;
    float: right;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.5px
}
.right-menu .full-text {
    width: 760px!important
}
.right-menu .full-text label {
    display: block;
    width: 100%;
    line-height: 21px;
    padding: 3px 0;
    margin: 0;
    float: left
}
.right-menu .full-text p {
    display: inline-block;
    width: 180px;
    float: left;
	color:#222
}
.right-menu .full-text p .fa {
    display: inline-block;
    width: 20px;
    float: left;
    line-height: 21px
}
.right-menu .full-text b {
    display: inline-block;
    width: 580px;
    float: left;
    font-weight: 400
}
.right-menu .full .ref-link-box {
    display: block;
    width: 100%;
    float: left;
    min-height: 70px;
    background: rgba(151, 178, 107, 0.36);
    line-height: 70px
}
.right-menu .full .ref-link-box p {
    display: inline-block;
    float: left;
    background: #97b26b;
    line-height: 70px;
    padding: 0 20px;
    color: #fff;
    margin: 0;
    font-weight: 600
}
.right-menu .full .ref-link-box b {
    display: inline-block;
    float: left;
    line-height: 70px;
    padding: 0 20px;
    font-weight: 400;
    color: #0E4F6B;
    margin: 0
}
.right-menu .full .ref-link-box a {
    display: inline-block;
    float: right;
    line-height: 70px;
    padding: 0 20px;
    font-weight: 400;
color: #fff;
    background: #3f5f0d;
    margin: 0;
    height: 70px
}
.right-menu .full .ref-link-box a .fa {
    display: inline-block;
    float: right;
    line-height: 72px;
    font-size: 14px;
    padding-left: 5px
}
.right-menu .full .tabs-dep {
    display: inline-block;
    width: 500px;
    background: #fff;
    float: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
    position: relative
}
.right-menu .full .tabs-dep h3 {
    display: block;
    width: 450px;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 50px;
    margin: 5px 25px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px
}
.right-menu .full .tabs-dep label {
    display: block;
    width: 450px;
    margin: 5px 25px;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    float: left
}
.right-menu .full .tabs-dep label b {
    display: block;
    width: 450px;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    padding: 15px 0 5px
}
.right-menu .full .tabs-dep label p {
    display: block;
    width: 450px;
    font-weight: 300;
    font-size: 13px;
    line-height: 39px;
    padding: 15px 0 5px;
    text-align: center;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #2BCBD7;
    letter-spacing: -.5px
}
.right-menu .full .tabs-dep label p img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto
}
.right-menu .full .tabs-dep label p .fa {
    padding-right: 5px
}
.right-menu .full .tabs-dep label input {
    display: block;
    width: 348px;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 50px;
    margin: 0;
    outline: none
}
.right-menu .full .tabs-dep label select {
    display: block;
    width: 225px;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    margin: 0;
    outline: none
}
.right-menu .full .tabs-dep label input:focus,
.right-menu .full .tabs-dep label input:active {
    border: 1px solid #2EBAE9;
    outline: none;
    z-index: 10;
    position: relative
}
.right-menu .full .tabs-dep label span {
    box-shadow: 0 0 0 1px #F4F4F4;
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #2BCBD7;
    margin: 0 1px;
    background: #fff;
    padding: 0 25px;
    letter-spacing: -.5px
}
.right-menu .full .tabs-dep label span#inpvar1 {
    width: 398px;
    text-align: right;
    color: #2EBAE9
}
.right-menu .full .tabs-dep label span#inpvar2 {
    width: 398px;
    text-align: right;
    color: #44EABB
}
.right-menu .full .tabs-dep label span#inpvar3 {
    width: 174px;
    text-align: right;
    margin: 0 0 0 1px
}
.right-menu .full .tabs-dep label span#inpvar4 {
    width: 174px;
    text-align: right;
    margin: 0 1px 0 0
}
.right-menu .full .tabs-dep label .fa-arrow-circle-o-down {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    top: 51px;
    left: 10px;
    color: #C4D9EF;
    z-index: 100
}
.right-menu .full .tabs-dep label .btc {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: center;
    font-size: 20px;
    top: 47px;
    right: 10px;
    color: #C4D9EF;
    border: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 0 #fff;
    background: none;
    color: #414652;
    z-index: 100
}
.right-menu .full .tabs-dep label .btc1 {
    display: block;
    position: absolute;
    width: 120px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: left;
    font-size: 20px;
    top: 43px;
    left: 20px;
    font-weight: 300;
    text-transform: initial!important;
    color: #878A96!important;
    border: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 0 #fff;
    background: none;
    color: #414652;
    letter-spacing: 0;
    z-index: 100
}
.right-menu .full .tabs-dep label .btc2 {
    display: block;
    position: absolute;
    width: 120px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: left;
    font-size: 20px;
    top: 83px;
    left: 20px;
    font-weight: 300;
    text-transform: initial!important;
    color: #878A96!important;
    border: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 0 #fff;
    background: none;
    color: #414652;
    letter-spacing: 0;
    z-index: 100
}
.right-menu .full .tabs-dep label .btc3 {
    display: block;
    position: absolute;
    width: 120px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: left;
    font-size: 20px;
    top: 123px;
    left: 20px;
    font-weight: 300;
    text-transform: initial!important;
    color: #878A96!important;
    border: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 0 #fff;
    background: none;
    color: #414652;
    letter-spacing: 0;
    z-index: 100
}
.right-menu .full .tabs-dep label .btc4 {
    display: block;
    position: absolute;
    width: 120px;
    height: 30px!important;
    line-height: 30px!important;
    text-align: left;
    font-size: 20px;
    top: 123px;
    left: 240px;
    font-weight: 300;
    text-transform: initial!important;
    color: #878A96!important;
    border: none;
    padding: 0!important;
    margin: 0!important;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 0 0 #fff;
    background: none;
    color: #414652;
    letter-spacing: 0;
    z-index: 100
}
.right-menu .full .tabs-dep label .aac {
    display: inline-block;
    float: left;
    width: 108px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    height: 30px;
    padding: 5px 10px 5px 20px
}
.right-menu .full .tabs-dep label .acm {
    display: inline-block;
    float: left;
    width: 208px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    height: 30px;
    padding: 5px 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.5px;
    text-align: right
}
.right-menu .full .tabs-dep label .btc-text {
    display: inline-block;
    float: left;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    height: 30px;
    padding: 5px 20px
}
.right-menu .full .tabs-dep label .acc {
    background: url(../imgs/wallet.svg) no-repeat;
    background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-position: 10px 5px;
    -webkit-background-position: 10px 5px;
    display: inline-block;
    float: left;
    width: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    height: 30px;
    padding: 5px 20px 5px 50px
}
.right-menu .full .tabs-dep label .acc-no {
    display: inline-block;
    float: left;
    width: 276px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    line-height: 30px;
    height: 30px;
    padding: 5px 20px;
    font-weight: 400px;
    letter-spacing: -.25px
}
.right-menu .full .tabs-dep label.bottom-line {
    display: block;
    width: 450px;
    padding: 15px 25px;
    margin: 15px 0 0;
    font-weight: 300;
    font-size: 12px;
    position: relative;
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}
.right-menu .full .tabs-dep label.bottom-line input.sbmt {
    display: block;
    width: 450px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 40px;
    background: #2BCBD7;
    color: #fff;
    font-size: 12px;
    position: relative;
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer
}
.right-menu .full .tabs-dep .sbmt:hover {
    background: #2BAFDB!important
}
.right-menu .full .tabs-dep .dep-comfirm {
    display: inline-block;
    float: left;
    width: 300px
}
.right-menu .full .tabs-dep .dep-comfirm b {
    display: block;
    float: left;
    width: 100%
}
.right-menu .full .tabs-dep .dep-comfirm b i {
    font-weight: 400
}
.right-menu .full .tabs-dep .dep-comfirm b h5 {
    display: block!important;
    font-size: 13px;
    border-bottom: 1px dotted #D7E9EF;
    margin: 5px 0;
    color: #0E4F6B
}
.right-menu .full .tabs-dep .dep-comfirm b h4 {
    display: block!important;
    font-size: 13px;
    border-bottom: 1px dotted #D7E9EF;
    margin: 5px 0;
    color: #0E4F6B
}
.right-menu .full .tabs-dep .dep-comfirm b h4 a {
    color: #0E4F6B
}
.right-menu .full .tabs-dep .dep-comfirm2 {
    display: inline-block;
    float: left;
    width: 100px
}
.right-menu .full .tabs-dep .dep-comfirm2 img {
    display: block!important;
    width: 100px;
    height: 100px;
    float: right
}
.right-menu .full .tabs-dep .formoredetails {
    display: block!important;
    width: 150px;
    line-height: 19px;
    float: left;
    text-align: center;
    color: #fff;
    background: #41C7E4;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 5px 0
}
.right-menu .full .tabs-dep .btc_form {
    display: inline-block;
    float: left;
    width: 300px;
    margin: 5px 25px;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    line-height: 20px
}
.right-menu .full .tabs-dep .btc_form b {
    display: block;
    width: 100%;
    font-size: 13px;
    border-bottom: 1px dotted #D7E9EF;
    margin: 5px 0;
    color: #0E4F6B
}
.right-menu .full .tabs-dep .btc_form span {
    font-weight: 400;
    font-style: italic
}
.right-menu .full .tabs-dep .btc_form i {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px dotted #D7E9EF;
    margin: 5px 0;
    color: #0E4F6B
}
.right-menu .full .tabs-dep .btc_form a {
    color: #0E4F6B
}
.right-menu .full .tabs-dep .btc_form img {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: -150px
}
.right-menu .table-full {
    display: block;
    width: 829px;
    float: left;
    margin: 0;
    padding: 0
}
.right-menu .table-full li {
    display: block;
    width: 829px;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0
}
.right-menu .table-full li.not-found {
    background: #FFE5E5;
    color: #FF563D;
    text-align: center;
    display: block;
    width: 829px;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 0
}
.right-menu .table-full li .ntx-1 {
    display: inline-block;
    float: left;
    line-height: 19px;
    font-size: 12px;
    padding-left: 35px;
    width: 44px;
    text-align: center
}
.right-menu .table-full li .ntx-2 {
    display: inline-block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    padding-left: 35px;
    width: 38px
}
.right-menu .table-full li .ntx-2 img {
    display: block;
    float: left;
    height: 38px
}
.right-menu .table-full li .ntx-3 {
    display: inline-block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    padding-left: 35px;
    width: 265px
}
.right-menu .table-full li .ntx-3 b {
    display: block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    width: 100%;
    font-weight: 600
}
.right-menu .table-full li .ntx-3 p {
    display: block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    width: 100%;
    font-weight: 400
}
.right-menu .table-full li .ntx-4 {
    display: inline-block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    padding-left: 35px;
    width: 205px;
    text-align: right
}
.right-menu .table-full li .ntx-4 b {
    display: block;
    float: left;
    line-height: 19px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    width: 205px;
    text-align: right
}
.right-menu .table-full li .ntx-5 {
    display: inline-block;
    float: right;
    line-height: 19px;
    font-size: 13px;
    padding-right: 34px;
    text-align: right;
    width: 100px
}
.right-menu .table-full li:first-child {
    background: #F0F4F8;
    line-height: 19px!important;
    padding: 15px 0;
    border-bottom: 0 solid #fff
}
.right-menu .table-full li:first-child .ntx-1,
.right-menu .table-full li:first-child .ntx-2,
.right-menu .table-full li:first-child .ntx-3,
.right-menu .table-full li:first-child .ntx-4,
.right-menu .table-full li:first-child .ntx-5 {
    color: #a1a1b3
}
.right-menu .tabs-info {
    display: block;
    float: left;
    width: 839px
}
.right-menu .tabs-info .tabs-choice-input {
    display: none!important
}
.right-menu .tabs-info .label-choice-tab {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0 35px;
    text-align: center;
    border-bottom: 2px solid #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0 8px;
    letter-spacing: .25px
}
#container input:checked + label {
    color: #41C7E4;
    border-bottom: 2px solid #41C7E4;
    font-weight: 400
}
#content {
    display: block;
    float: left;
    width: 839px;
    text-align: left;
    min-height: 300px;
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}
#content #content-1,
#content #content-2,
#content #content-3 {
    display: none
}
#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    display: block
}
.right-menu .super-pick-select-style {
    display: block;
    float: left;
    width: 230px;
    border: none;
    outline: none;
    background: url(../imgs/selectstyle.png) no-repeat right center;
    padding: 5px 15px;
    line-height: 1;
    line-height: 100%;
    height: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative
}
.right-menu .full .profile-edit {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 0
}
.right-menu .full .profile-edit .texts {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0
}
.right-menu .full .profile-edit .texts b {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 19px;
    font-size: 13px;
    font-weight: 600
}
.right-menu .full .profile-edit .texts p {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 19px;
    font-size: 13px;
    font-weight: 300
}
.right-menu .full .profile-edit .form {
    display: inline-block;
    float: right;
    width: 50%;
    padding: 0;
    margin: 0
}
.right-menu .full .profile-edit .form input {
    display: block;
    float: right;
    width: 348px;
    padding: 9px 15px;
    margin: 0;
    height: 20px;
    line-height: 1;
    line-height: 100%;
    border: 1px solid #DDD;
    outline: none;
    font-size: 14px
}
.right-menu .full .profile-edit .form input:focus,
.right-menu .full .profile-edit .form input:active {
    border: 1px solid #78E0E3;
    outline: none
}
.right-menu .deposit-bg {
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../imgs/ico/37_secure_payment_credit_debit_atm_card_protected-512.svg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    top: 0;
    right: -20px
}
.right-menu .withdraw-bg {
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../imgs/ico/29_secure_electronic_payment_credit_debit_card-512.svg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    top: 0;
    right: -20px
}
.right-menu .bxxx {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}
.right-menu .failed {
    margin: 20px 25px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #FFF0F3;
    color: #EC8171;
    padding: 20px
}
.right-menu .failed .fa {
    padding-right: 5px;
    line-height: 18px
}
.right-menu .ok {
    margin: 20px 25px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #E4F5FF;
    color: #00A89B;
    padding: 20px
}
.right-menu .ok .fa {
    padding-right: 5px;
    line-height: 18px
}
.transition,
input[type=radio]:after,
input[type=checkbox][type=radio]:after,
input[type=checkbox]:after {
    -moz-transition: all .25s cubic-bezier(0.75, 0.01, 0.48, 2);
    -o-transition: all .25s cubic-bezier(0.75, 0.01, 0.48, 2);
    -webkit-transition: all .25s cubic-bezier(0.75, 0.01, 0.48, 2);
    transition: all .25s cubic-bezier(0.75, 0.01, 0.48, 2)
}
.bgTransition,
input[type=radio]:before,
input[type=checkbox][type=radio]:before,
input[type=checkbox]:before {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
input[type=radio],
input[type=checkbox] {
    position: relative
}
input[type=radio]:before,
input[type=radio]:after,
input[type=checkbox]:before,
input[type=checkbox]:after {
    content: "";
    position: absolute
}
input[type=radio]:before,
input[type=checkbox]:before {
    height: 100%
}
input[type=radio][type=radio],
input[type=checkbox][type=radio] {
    border-radius: 30px
}
input[type=radio][type=radio]:before,
input[type=checkbox][type=radio]:before {
    width: 100%;
    border-radius: 30px;
    background-color: #D7E9EF;
    box-shadow: 0 0 0 1px #D7E9EF
}
input[type=radio][type=radio]:after,
input[type=checkbox][type=radio]:after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #97b26b;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}
input[type=radio][type=radio]:checked:after,
input[type=checkbox][type=radio]:checked:after {
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75)
}
input[type=radio][type=radio]:checked:before,
input[type=checkbox][type=radio]:checked:before {
    background-color: #3f5f0d;
    box-shadow: 0 0 0 2px #3f5f0d;
}
input[type=radio][type=checkbox]:before,
input[type=checkbox][type=checkbox]:before {
    width: 200%;
    background-color: #3f5f0d;
    box-shadow: 0 0 0 2px #3f5f0d;
    -moz-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    border-radius: 30px
}
input[type=radio][type=checkbox]:after,
input[type=checkbox][type=checkbox]:after {
    width: 80%;
    height: 80%;
    margin-top: 10%;
    margin-left: 10%;
    background-color: #D7E9EF;
    border-radius: 30px;
    -moz-transform: translate(60%, 0);
    -ms-transform: translate(60%, 0);
    -webkit-transform: translate(60%, 0);
    transform: translate(60%, 0)
}
input[type=radio][type=checkbox]:checked:after,
input[type=checkbox][type=checkbox]:checked:after {
    -moz-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -webkit-transform: translate(-60%, 0);
    transform: translate(-60%, 0)
}
input[type=radio][type=checkbox]:checked:before,
input[type=checkbox][type=checkbox]:checked:before {
    background-color: #4e7c01;
    box-shadow: 0 0 0 2px #4e7c01;
}
input[type=radio],
input[type=checkbox] {
    cursor: pointer;
    margin: 5px;
    width: 20px;
    height: 20px
}
.radio,
.check {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}
.radio {
    margin-left: -36px
}
.check {
    margin-left: 36px
}
canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    vertical-align: bottom
}
#particles-js {
    height: 100%;
    position: relative;
    background-color: #b61924;
    background-image: url();
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.next-page {
    display: block;
    padding: 20px;
    float: left
}
.next-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #2EBAE9;
    border: 1px solid #5DC3F4;
    border-radius: 2px;
    float: left;
    margin-right: 5px
}
.next-page a:hover {
    background: #A2D8EF;
    color: #fff
}
.next-page a.curr {
    background: #2EBAE9;
    color: #fff
}
.next-page a.curr:hover {
    background: #2EBAE9;
    color: #fff
}
.bxxx {
    display: inline-block;
    width: 50%;
    float: left
}
.bxxx li {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 48px!important;
    float: left
}
.bxxx input[type="radio"] {
    display: none
}
.bxxx label {
    display: block;
    width: 250px!important;
    background: #FFF7F7;
    float: left;
    padding: 8px 15px!important;
    line-height: 30px!important;
    font-weight: 400;
    color: #70919F
}
.bxxx label .fa-check {
    display: inline-block;
    color: #FFF7F7;
    float: right;
    font-size: 20px;
    line-height: 30px!important;
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}
.bxxx label .fa-times {
    display: inline-block;
    color: #FFD6D6;
    float: right;
    font-size: 20px;
    line-height: 30px!important;
    padding-left: 10px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}
.bxxx input[type="radio"]:checked~label {
    color: #1FBFB7;
    background: rgba(151, 178, 107, 0.36);
}
.bxxx input[type="radio"]:checked~label .fa-check {
    color: #1FBFB7;
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}
.bxxx input[type="radio"]:checked~label .fa-times {
    color: rgba(151, 178, 107, 0.36);
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}
.right-menu .btn {
    display: inline-block;
    padding: 5px 15px;
    line-height: 21px;
    font-size: 13px;
    border-radius: 3px;
    color: #263d52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9fb));
    background-image: -webkit-linear-gradient(#fff, #f7f9fb);
    background-image: linear-gradient(#fff, #f7f9fb);
    background-color: #f7f9fb;
    border: 1px solid #d4dce4;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}
.right-menu .btn:hover {
    background: #f7f9fb;
    color: #444;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}
.footer {
    padding: 20px 0
}
.footer .left {
    margin-right: 25px
}
.footer .col20 {
    width: 200px
}
.footer h3 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px
}
.footer h3 small {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: initial
}
.footer .left label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 15px;
    padding-bottom: 4px
}
.footer .left .fa {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    width: 20px;
    text-align: center;
    float: left;
    line-height: 15px
}
.footer .left a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    float: left;
    max-width: 178px
}
.footer .left a:hover {
    text-decoration: underline
}
.footer .right a {
    display: inline-block;
    color: #79a62f;
    background: #A4B8C1;
    line-height: 28px;
    width: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
    font-size: 14px
}
.footer .right a:hover {
    background: #fff
}
.footer .col100 {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}
.footer .col100 p {
    padding: 0;
    font-size: 10px;
    color: #A4B8C1
}
.right-menu table.mem tr{background:#f6f6f6}
.right-menu table.mem td{    padding: 0px 5px;}
.right-menu .sbmt {
    width: 400px;
    margin: 0 10px 20px;
    float: left;
    border: 2px solid #3f5f0d;
    background: #3f5f0d!important;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0;
cursor: pointer}
.right-menu .sbmt:hover {
	border: 2px solid #4e7c01;
    background: #4e7c01!important;
  }
.right-menu table.se select {padding: 5px 10px; border:1px solid #eee;}
.right-menu table.se tr{
text-align:center}
.right-menu .inpts {padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;}
.faqtitle {    padding: 8px 4px;
    background: #97b26b;
    color: #fff;
    font-size: 15px;
    margin: 5px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}

.line-1 {
	width: 100%;
	border-bottom: 2px solid #B2CED3;
	background: #ADDDE7;
	background-size: cover;
}
.is_overlay video {
	width: 100%;
	max-height: 580px;
	margin: -1px 0 -3px 0;
}
.is_overlay video {
	width: 100%;
	max-height: 580px;
	margin: -1px 0 -3px 0;
}	
#main-white{
	height:auto;
	width:100%;
	background: url(../imgs/pattern-recycle.png) repeat 0 0;
	min-width:1170px;
	}

#sub-white{
	height:auto;
	width:1140px;
	padding:40px 0px;
	margin:0 auto;
	overflow:hidden;
	}

.plan-head{
	height:auto;
	width:auto;
	text-align:center;
	}


.plan-head h4{
	color:#97b26b;
        font-size: 27px;
	}

.plan-border{
	height:14px;
	width:888px;
	background-image:url(../imgs/planborder.png);
	margin:0 auto;
	background-repeat:no-repeat;
	margin-top:15px !important;
	}
	
.plan-all{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:21px;
	}

.plan-one{
	height:auto;
	width:269px;
	border:1px solid#97b26b;
	border-radius:5px;
	float:left;
	margin-left:18px;
	transition: all 0.5s ease;
	overflow:hidden;
        border-radius: 63px;
	}

.plan-one:hover .invest-now a{
	background-color:#669a12;
	border:1px solid#FFFFFF;
	color:#FFFFFF;
	}
.plan-one:hover .planbg{
	-moz-box-shadow:inset 2px 3px 39px #ececec;
	-webkit-box-shadow:inset 2px 3px 39px #ececec;
	box-shadow:inset 2px 3px 39px #ececec;
	transition: all 0.5s ease;
	}

.plan-head-{
	height:178px;
	width:269px;
	overflow:hidden;
	background-color:#ececec;
	}

.phb{
	height:auto;
	width:auto;
	margin-top:11px;
	float:left;
	}

.plansystem{
	height:auto;
	width:116px;
	background-color:#007dc6;
	padding:12px 0px;
	border-radius:5px;
	float:left;
	overflow:hidden;
	color:#FFFFFF;
	}
	
.plansystem p{
	text-align:center;
	text-transform:uppercase;
	}

.planbg{
	height:auto;
	width:100%;
	background-color:#97b26b;
	padding:18px 0px;
	overflow:hidden;
	transition: all 0.5s ease;
	}

.percent{
	height:auto;
	width:232px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:17px;
	border-bottom:1px solid#669a12;
	}

.pamount{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.after{
	height:auto;
	width:auto;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	overflow:hidden;
	margin-top:7px;
	}

.plan-down{
	height:auto;
	width:232px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	border-top:1px solid#97b26b;
	}

.plan-min{
	height:auto;
	width:100%;
	overflow:hidden;
	}

.mintext{
	height:auto;
	width:153px;
	padding-left: 40px;
	overflow:hidden;
	}

.min-one{
	height:auto;
	width:100%;
	overflow:hidden;
	color:#FFFFFF;
	margin-top:10px;
	}

.min-one:first-child{
	margin-top:0px;
	}

.min-one p span{
	float:right;
	}

.principal{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#FFFFFF;
	}

.principal span{
	float:right;
        padding-right: 52px;
	}

.invest-now{
	height:auto;
	width:167px;
	margin:0 auto;
	padding-top:25px;
	}
.invest-now a{
	background-color:#FFFFFF;
	color:#333;
	border:1px solid#FFFFFF;
        border-radius: 26px;
        font-weight: 600;
	}



.plan-one:first-child{
	margin-left:0px;
	}
