@import url('https://fonts.googleapis.com/css?family=Encode+Sans:400,500,600,700&amp;display=swap');


* {
	margin:0px;
	padding:0px;
	outline:none;

}
.links {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.links:hover {
	color: #ff992a;
	text-decoration: none;
}
.white_l {
	color: #fff;
	text-decoration: none;
}
.white_l:hover {
	color: #f5d5c5;
	
}
a {
	color: #ffa01c;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.hf {
	color: #f5d5c5;
	font-size: 22px;
	font-weight: 500;
}
.w {
	padding:30px 10px;
	margin: 15px 5px;
	overflow: hidden;
	background: #eff4f7;
	color: #1e1f1f;
}

body {
	font-family: 'Encode Sans', sans-serif;
	font-size: 16px;
	background: #fff url(../images/bg.html) no-repeat 50% 50% fixed;
	color: #000;
	min-width: 320px;

}

header {
	background: url("../images/header.jpg") no-repeat 100% 0% fixed;
	width: 100%;
	display: block;
	min-height: 653px;
	overflow: hidden;
}
.header {
	background: url("../images/header2.jpg") no-repeat 100% 0% fixed;
	width: 100%;
	display: block;
	min-height: 200px;
}
#logo {
	display: block;
	background: url("../images/logo.png") no-repeat 50% 50%;
	height: 69px;
	width: 331px;
	float: left;
	margin: 40px 10px 0px 30px;
}
#lang_box {
	width: 64px;
	height: 44px;
	float: left;
	display: block;
	margin: 32px 10px 0px 20px;
	cursor: pointer;
}
#lang_box:before {
content: "";
	height: 10px;
	width: 10px;
	margin-top: 15px;
	background: url("../images/m_arrow.png") no-repeat;
            position:absolute;
	margin-left: 60px;
            transition:.5s;
}
#lang_box:hover:before {
	content: "";
transform:rotate(-180deg)!important;
}

#lang_box:hover div.sub-lang {
 
background: rgba(255,255,255, 0.6);
	margin-top: 10px;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	padding: 5px 0px!important;
	border-bottom: 3px solid #f5d5c5;
	   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#lang_box div.sub-lang {
  position: absolute;
display: block;
	opacity: 0;
	  z-index: 200;
	width: 120px;
	overflow: hidden;
	padding: 10px 15px;
	margin-top: 0px;
	transform: scale(1.15);
	visibility: hidden;
   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#lang_box div.sub-lang ul li {
	list-style: none;
	line-height: 22px;
	height: 22px;
	display: block;
	margin-left: 10px;
}
#lang_box div.sub-lang ul li a {
	color: #485886;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
#lang_box div.sub-lang ul li a:hover {
	color: #0e0e0e;
}
.en {
	background: url("../images/en.png") no-repeat 50% 50%;
	width: 50px;
	padding-top: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #1f1f1f;
	display: block;
}
.nav {
	display: block;
	float: right;
	max-width: 800px;
	margin: 40px 30px 0px 10px;
	padding-left: 10px;
	background: linear-gradient(90deg, rgba(255,255,255, 0.6) 0%, rgba(255,255,255, 0.0) 60%);
	border-radius: 5px;
}
.nav2 {
	display: inline-block;
	text-align: center;
	max-width: 800px;
	margin: 50px 30px 0px 50px;
	padding-left: 10px;
	background: linear-gradient(90deg, rgba(255,255,255, 0.6) 0%, rgba(255,255,255, 0.0) 60%);
	border-radius: 5px;
}
nav ul {
	display: inline-block;
}
.login_area {
	display: inline-block;
	background: url("../images/user_ic.png") no-repeat 0px 50%;
	height: 30px;
	text-align: left;
	padding-left: 27px;
	margin: 0px 10px;
}
.login_area a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #485886;
	padding: 0px 10px;
}
.login_area a:hover {
	color: #0e0e0e;

}
nav ul li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
nav ul li a {
	text-decoration: none;
	color: #0e0e0e;
	font-weight: 500;
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.sub-menu {
  position: absolute;
display: block;
	opacity: 0;
	  z-index: 200;
	width: 200px;
	text-align: left;
	overflow: hidden;
	padding: 10px 15px;
	margin-top: 20px;
	transform: scale(1.15);
	visibility: hidden;
   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.sub-menu li {
	display: block!important;
  float: none!important;
	margin: 10px;
	width: 100%!important;
	padding: 0px 10px!important;
   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.sub-menu li a {
  border-right: none;
  color: #060606;
	font-size: 14px;
	width: 100%!important;
	border-radius: 3px;
  padding: 10px 10px!important;
	   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

ul.sub-menu li:last-child a {
  border-bottom: none;
}

ul.sub-menu li a:hover {
  color: #485886!important;
	font-size: 15px;
	   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav ul li:hover ul {
 
  background: rgba(255,255,255, 0.6);
	margin-top: 10px;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	padding: 5px 0px!important;
	border-bottom: 3px solid #f5d5c5;
	   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav ul li:hover a {

  color: #060606;
  text-shadow: none;
	   -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav ul li:hover > a{
  color: #060606;

}
.sub:before{
content: "";
	height: 10px;
	width: 10px;
	margin-top: 7px;
	background: url("../images/m_arrow.png") no-repeat;
            position:absolute;
	margin-left: 85px;
            transition:.5s;
	z-index: 100;
}
nav ul li:hover.sub:before {
	content: "";
transform:rotate(-180deg)!important;
}
.welcome_txt {
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	margin-top: 160px;
}
.rules-list li {
	list-style: none;
}

.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; 
    pointer-events: none; 
    margin: 0;
    padding: 0;color: #060606;
}

.modal:target {
    opacity: 1;
	  pointer-events: auto; 
    overflow-y: auto; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto; 
  }
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    outline: 0;
	border-radius: 10px;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
	font-size: 20px;
	border: none;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 65px;
    font-size: 32px;
    font-weight: 500;
	padding-left: 85px;
	height:65px; 
	background: url("../images/calc_ic.png") no-repeat 0px 50%;
	background-size: contain;
	color: #485886;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #485886;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    text-decoration: none;
}

.close:focus, .close:hover {
    color: #f38a51;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.calc_block {
	width: 300px;
	display: block;
	margin: 5px auto;
	text-transform: uppercase;
}
.calc_block2 {
	width: 360px;
	display: block;
	margin: 5px auto;
	text-transform: uppercase;
}
.calcinpts2 {
	background:#f7f7f3;
	font-size: 32px;
	width: 180px;
	margin: 5px;
	color: #485886;
	padding: 12px 60px;
	border:none;
	text-align: center;
	font-weight: 600;
	border-radius: 5px;
}
.calcinpts22 {
	background:#485886;
	font-size: 32px;
	width: 180px;
	margin: 5px;
	color: #fff;
	padding: 11px 60px;
	border:none;
	text-align: center;
	font-weight: 600;
	border-radius: 5px;
}
.plan_box2 {
	padding: 0px 20px 20px;
	text-align: center;
	background: linear-gradient(0deg, #eff4f7, #ffffff);
	display: block;
	border-bottom: 10px solid #485886;
}.orange_block {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #f38a51;
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	width: 200px;
	margin: 10px auto;
}
.plan2 {
	width: 320px;
	margin: 0px auto 10px;
	overflow: hidden;
	display: block;
}
.p57_w {
	height: 24px;
	width: 52px;
	display: inline-block;
	float: right;
	border-radius: 3px;
	margin: 6px 5px;
	background: #485886 url("../images/s_btc1.png") no-repeat 50% 50%;
}
.p48_w {
	height: 24px;
	width: 52px;
	display: inline-block;
	float: right;
	border-radius: 3px;
	margin: 6px 5px;
	background: #485886 url("../images/s_btc1.png") no-repeat 50% 50%;
}
.p18_w {
	height: 24px;
	width: 52px;
	display: inline-block;
	float: right;
	border-radius: 3px;
	margin: 6px 5px;
	background: #485886 url("../images/s_pm1.png") no-repeat 50% 50%;
}
.p69_w {
	height: 24px;
	width: 52px;
	display: inline-block;
	float: right;
	border-radius: 3px;
	margin: 6px 5px;
	background: #485886 url("../images/s_eth1.png") no-repeat 50% 50%;
}
.radio {
vertical-align: top;
width: 17px;
height: 17px;
margin: 0 3px 0 0;
}
.radio + label {
cursor: pointer;
margin-bottom: 12px;
display: block;
	border-radius: 50%;
}
.radio:not(checked) {
position: absolute;
opacity: 0;
}
.radio:not(checked) + label {
position: relative;
padding: 0 0 0 35px;
	border-radius: 50%;
}
.radio:not(checked) + label:before {
content: '';
position: absolute;
top: -3px;
left: 0;
width: 23px;
height: 22px;
border: 1px solid #fff;
background: #485886;
	border-radius: 50%;
}
.radio:not(checked) + label:after {
content: '';
position: absolute;
top: 1px;
left: 4px;
width: 17px;
height: 16px;
background: #f38a51;
box-shadow: inset 0 0px 1px rgba(0,0,0,.5);
opacity: 0;
transition: all .2s;
	border-radius: 50%;
}
.radio:checked + label:after {
opacity: 1;
}

.usd {
	content: "";
	z-index: 11;
	display: block;
	position: absolute;
	background:#f38a51;
	font-size: 32px;
	width: 62px;
	margin: 5px;
	color: #fff;
	height: 62px;
	line-height: 64px;
	border:none;
	text-align: center;
	margin-top: 5px;
	font-weight: 600;
	border-radius: 5px 0px 0px 5px;
}

.rate2 {
	content: "";
	z-index: 11;
	display: block;
	position: absolute;
	background:#f38a51;
	font-size: 20px;
	width: 30px;
	margin: 5px;
	color: #485886;
	height: 30px;
	line-height: 30px;
	border:none;
	text-align: center;
	margin-top: 23px;
	margin-left: 158px;
	font-weight: 600;
	border-radius: 50%;
}
.calcinpts3 {
	background:#5e5dab;
	font-size: 32px;
	font-weight: bold;
	margin: 5px;
	color: #fff;
		border:none;
	border-radius: 5px;
	padding: 12px 15px;
}
.calcinpts {
	background:#f38a51;
	font-size: 20px;
	width: 100%;
	margin: 5px;
	color: #060606;
		border:none;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding: 16px 15px;
}
.calcinpts4 {
	background:#485886;
	font-size: 24px;
	width: 100%;
	margin: 5px;
	color: #fff;
		border:none;
	border-radius: 3px;
	text-align: center;
	padding: 12px 15px;
}
.f_cont {
	color: #485886;
	padding: 0px 10px;
}

p label {
	color: #485886;
	font-size: 14px;
}
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 15px 15px;
	background: #fff;
    overflow: auto;
	border-radius: 3px;
	border: 10px solid #485886;
	color: #485886;text-align: center;
}
	
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.signup_box {
	margin-top: 200px; 
	text-align: right;
}


input.plan1 {
    opacity: 0;
    position: absolute;
	margin-top: -50px;
}
 
input.plan1, label.plan1 {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	margin-top: 10px;
}
 
label.plan1 {
    position: relative;
	margin-top: 10px;
}


input.plan1 + label:before {
       content: '';
	text-align: center;
	font-size: 24px;
		height: 50px;
	width: 50px;
	color: #212113;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	margin: 5px 10px;
	background: #f1f0fa  url(../images/check.png) no-repeat 50% 50%;
	background-repeat: no-repeat;
	background-position: center;
	transition:  0.3s all ease;
	border: 2px solid #000;
	cursor: pointer;
	opacity: 0.1;
	border-radius: 50%;
	
}
input.plan1:checked + label:before {
	   content: '';
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 5px 10px;
		background:#485886 url(../images/check.png) no-repeat 50% 50%;
	border: 2px solid #485886;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
}

input.plan5 {
    opacity: 0;
    position: absolute;
	margin-top: -20px;
}
 
input.plan5, label.plan5 {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	margin-top: 10px;
}
 
label.plan5 {
    position: relative;
	margin-top: 10px;
}


input.plan5 + label:before {
       content: '';
	text-align: center;
	font-size: 24px;
		height: 50px;
	width: 50px;
	color: #212113;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	margin: 5px 10px;
	background: #f1f0fa;
	background-repeat: no-repeat;
	background-position: center;
	transition:  0.3s all ease;
	border: 2px solid #000;
	cursor: pointer;
	opacity: 0.1;
	border-radius: 50%;
	
}
input.plan5:checked + label:before {
	   content: '';
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 5px 10px;
	background:#485886 url(../images/check.png) no-repeat 50% 50%;
	border: 2px solid #485886;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
}

.getstarted {
	display: inline-block;
	border: 2px solid #485886;
	font-size: 28px;
	padding: 14px 50px 14px 30px; 
	text-decoration: none;
	color: #485886;
	min-width: 170px;
	text-align: left;
	background: url("../images/gert_ic.png") no-repeat 88% 50%;
	border-radius: 5px;
	cursor: pointer;
	transition: all 500ms;
}
.getstarted:hover {
	background: #fff url("../images/gert_ic.png") no-repeat 88% 50%;
}
.list_f {
	margin-top: 20px;
}
.list_f ul li  {
	font-size: 20px;
	color: #485886;
	margin-left: 20px;
	font-weight: 500;
	margin-top: 10px;
	
}
.intro {
	width: 100%;
	max-width: 1040px;
	float: left;
	background: #485886 url("../images/intro_bg.jpg") no-repeat 50% 50%;
	display: block;
	border: 7px solid #f5d5c5;
	border-left: none;
	min-height: 470px;
	margin-right: 10px;
	font-size: 15px;
	padding: 20px 10px 20px 10px;
	margin-top: -85px;
}
.main_info {
	width: calc(100% - 40px);
	padding: 20px;
	line-height: 32px;
}
@media (min-width:1200px){
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}
}
.row {
	width: 100%;
	display: block;
	margin: 0px auto;
	clear: both;
}
.content {
	padding: 20px 80px;
	line-height: 30px;
}
.content2 {
	padding: 20px 20px;
	line-height: 30px;
	background: #eff4f7;
	margin: 20px 0px;
}
.img {
	display: block;
	float: left;
	margin: 0px 5px 0px;
}
h3 {
	font-size: 36px;
	line-height: 60px;
	height: 60px;
	font-weight: 500;
	text-align: left;
	color: #485886;
}
h3::after {
	content: "";
	position: absolute;
	background: url("../images/dot_h.png") no-repeat 50% 50%;
		display: inline-block;
	height: 28px;
	width: 28px;
	margin-left: 48px;
	margin-top: 0px;
}
.invest_box {
	display: block;
	width: 100%;
	background: url("../images/plans_box_bg.jpg") no-repeat 50% 50%;
	min-height: 600px;
	padding-top: 57px;
	padding-bottom: 30px;
}
.invest_box2 {
	display: block;
	width: 100%;
	background: url("../images/plans_box_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	min-height: 600px;
	padding-top: 57px;
	padding-bottom: 30px;
}
.plan_d {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 300px;
	float: none;
    width: 100%;
			max-width: 400px;
			margin: 0px auto;
}
.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
	height: 604px;
	float: left;
	width: 845px;
}
.plan_cont {
	width: 990px;
	display: block;
	float: left;
	
}
.p_rate {
	font-size: 180px;
	color: #485886;
	display: inline-block;
}
.plan_info_ {
	width: 350px;
	display: block;
	float: left;
}
.p_p {
	height: 100px;
	width: 100px;
	display: block;
	float: right;
	background: #485886;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 96px;
	font-size: 96px;
	margin-top: 50px;
}
.ref_info_box {
	display: inline-block;
	width: 990px;
	margin-top: 50px;

}
.p_rate_s {
	font-size: 170px;
	color: #f38a51;
	display: block;
	float: left;
	width: 190px;
	margin-top: 0px;
}
.p_p_s {
	height: 94px;
	width: 94px;
	display: block;
	float: left;
	background: #f38a51;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 94px;
	font-size: 87px;
	margin-top: 45px;
}
.plus {
	text-shadow: -5px 0px #f38a51;
	color: #485886;
}
.p_details {
	font-size: 40px;
	text-align: center;
	display: block;
	font-weight: 500;
	clear: both;
	width: 100%;
	margin-top: -25px;
}
.ref_pic {
	background: url("../images/ref.png") no-repeat 50% 50%;
	width: 399px;
	height: 264px;
	display: inline-block;
}
.ref_rtxt {
	font-size: 24px;
	font-weight: 600;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.target {
	background: url("../images/target.png") no-repeat 50% 50%;
	width: 402px;
	height: 257px;
	display: block;
	margin: 0px 30px;
	float: left;
}
.p_f {
	font-size: 40px;
}
.calc_box {
	display: block;
	float: left;
	width: 420px;
	margin-left: 160px;
	margin-top: 60px;
}
.calc_but {
	width: 396px;
	height: 136px;
	display: inline-block;
	border: 4px solid #485886;
	border-left: none;
	border-radius: 5px;
	padding-top: 30px;
	font-size: 66px;
	line-height: 50px;
	color: #f38a51;
	text-align: center;
	transition: all 500ms;
	cursor: pointer;
}
.calc_but::before {
	content: "";
	background: url("../images/calc_ic.png") no-repeat 50% 50%;
	width: 290px;
	height: 212px;
	position: absolute;
	margin-left: -150px;
	margin-top: -52px;
	display: block;
	transition: all 500ms;
}
.calc_but:hover {
	background: #fff;
	transition: all 500ms;
}
.calc_f {
	color: #485886;
	font-size: 39px;
	font-weight: 500;
	letter-spacing: 6px;
}
#reward_ {
	background: #485886;
	clear: both;
	color: #fff;
	min-height: 80px;
	padding-top: 30px;
	display: block;
	margin: 100px auto 90px;
	text-align: center;
}
.reward_img {
	background: url("../images/btcbonus.png") no-repeat 50% 50%;
	height: 300px;
	width: 398px;
	display: inline-block;
	position: relative;
	margin: -80px auto -150px;
}
.reward_txt {
	display: inline-block;
	float: right;
	font-size: 20px;
	position: relative;
	margin-right: 40px;
	margin-top: -10px;
	text-align: left;
}
.r_t {
	font-size: 32px;
	font-weight: 500;
}
#copy {
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin: 20px auto;
}
.pp {
	text-align: center;
	display: block;
}
.btc {
	background: url("../images/btc.png") no-repeat 50% 50%;
	height: 75px;
	width: 300px;
	display: inline-block;
	margin: 10px 20px;
	cursor: pointer;
	transition: all 500ms;
}
	.btc:hover, .eth:hover,.pm:hover {
		opacity: 0.6;
		transition: all 500ms;
	}
.eth {
	background: url("../images/eth.png") no-repeat 50% 50%;
	height: 75px;
	width: 297px;
	display: inline-block;
	margin: 10px 20px;
		cursor: pointer;
	transition: all 500ms;
}
.pm {
	background: url("../images/pm.png") no-repeat 50% 55%;
	height: 75px;
	width: 300px;
	display: inline-block;
	margin: 10px 20px;
		cursor: pointer;
	transition: all 500ms;
}
.location {
	display: inline-block;
	background: url("../images/location_ic.png") no-repeat 0px 50%;
	height: 50px;
	line-height: 50px;
	padding-left: 58px;
	text-align: left;
	font-size: 28px;
	color: #fff;
}
.f_h {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
}
.f_menu ul {
	margin-top: 40px;
}
.f_menu ul li {
	list-style: none;
	display: block;
	line-height: 40px;
	text-align: left;

}
.f_menu ul li a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
.cert_line {
	min-height:124px;
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.16);
	clear: both;
	margin: 30px 0px 60px;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.cert_img {
	display: inline-block;
	background: url("../images/cert_img.png") no-repeat 0% 50%;
	height: 225px;
	padding-left: 296px;
	line-height: 225px;
	margin: -30px 0px -30px;
		cursor: pointer;
	transition: all 500ms;
}
.cert_img:hover {
	opacity: 0.6;
	transition: all 500ms;
}
.orange {
	color: #f38a51;
}
.f_n {
	border-radius: 50%;
	height: 74px;
	width: 74px;
	border: 5px solid #f5d5c5;
	display: inline-block;
	margin: 5px;
	text-align: center;
	line-height: 68px;
	color: #ffffff;
	font-size: 60px;
}
.f_txt {
	display: inline-block;
	line-height:30px;
}
.f_cont {
	color: #f6f6f8;
	display: block;
	margin: 20px 5px;
}
.map {
	background: url("../images/map_img.png") no-repeat 50% 50%;
	display: block;
	width: 918px;
	height: 250px;
	margin: 50px auto 10px;
	padding-top: 210px;
	text-align: center;
}
.rdot_o {
	height: 91px;
	width: 91px;
	border-radius: 50%;
	margin: 5px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #f38a51;
	font-weight: 500;
	color: #fff;
	font-size: 38px;
	text-align: center;
	line-height: 91px;
}
.rdot {
	height: 91px;
	width: 91px;
	border-radius: 50%;
	margin: 5px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #485886;
	font-weight: 500;
	color: #fff;
	font-size: 38px;
	text-align: center;
	line-height: 91px;
}
.features_box {
	display: block;
	width: calc(100% - 60px);
	padding: 30px;
	min-height: 460px;
	overflow: hidden;
	background: url("../images/why_img.jpg") no-repeat 50% 50%;
}
.f1 {
	background: url("../images/f1.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 60px 20px;
}
.f2 {
	background: url("../images/f2.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 60px 20px;
}
.f3 {
	background: url("../images/f3.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 60px 20px;
}
.f4 {
	background: url("../images/f4.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 60px 20px;
}

.accordion dl, .accordion-list {
	border:0;
 &:after {
 content: "";
 display:block;
 height:1em;
 width:100%;
 background-color:darken(#f38a51, 10%);
}
}
.accordion dd, .accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 5px;
}
.accordion p {
	padding:2em;
	background:none;
	color: #20201f;
	margin: 5px 15px;
	border:2px solid #f38a51 !important;
}
.accordion {
	position:relative;
	margin-bottom: 20px;
}

.accordionTitle, .accordion__Heading {
border:1px solid #f38a51 !important;
	text-align:left;
	padding:0.6em 2em;
	text-align:left;
	text-indent:0;
	display:block;
	text-decoration:none;
	color:#fff;
	background:#485886;
	font-size: 20px;
	transition:background-color 0.5s ease-in-out;
	margin-bottom:0;
 &:before {
 content: "+";
 font-size:1.4em;
 line-height:0.5em;
 float:left;
 transition: transform 0.3s ease-in-out;
}
 &:hover {
 background-color:darken(#f38a51, 10%) !important;
 color:#fff !important
}
}
.accordionTitle:hover, .accordion__Heading:hover {
	color:#fff !important
}
.accordionTitle:hover a, .accordion__Heading:hover a {
color:#fff !important
}
.accordionTitle a:hover, .accordion__Heading a:hover {
	color:#fff !important
}
.accordionTitle:before, .accordion__Heading:before {
	background:url(../images/q.png) no-repeat scroll left center;
	line-height: 30px;
	width:30px;
	height:30px;
	text-align: left;
	content: "";
	float: left;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	position:relative;
	top:0px;
	left:-20px;
}
.accordionTitleActive:before, .accordionTitle.is-expanded:before {
	background:url(../images/qa.png) no-repeat scroll left center;
	top:0px;
	content: "";
}
.accordionTitleActive, .accordionTitle.is-expanded {
	background-color:darken(#f38a51, 10%);
 &:before {
 transform:rotate(-225deg);
}
}
.accordionItem {
	height:auto;
	overflow:hidden;
 //SHAME: magic number to allow the accordion to animate max-height:50em;
	transition:max-height 1s;
 @media screen and (min-width:48em) {
 max-height:15em;
 transition:max-height 0.5s
}
}
.accordionItem.is-collapsed {
	max-height:0;
}
.no-js .accordionItem.is-collapsed {
	max-height: auto;
}
.animateIn {
	animation: accordionIn 0.3s normal ease-in both 1;
}
.animateOut {
	animation: accordionOut 0.3s alternate ease-in both 1;
}
@keyframes accordionIn {
 0% {
 opacity: 0;
 transform:scale(0.9) rotateX(-60deg);
 transform-origin: 50% 0;
}
 100% {
 opacity:1;
 transform:scale(1);
}
}
 @keyframes accordionOut {
 0% {
 opacity: 1;
 transform:scale(1);
}
 100% {
 opacity:0;
 transform:scale(0.9) rotateX(-60deg);
}
}
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape) {
.cd-tabs-content {
width: 76%
}
}
.accordion a:focus, .accordion a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.cd-tabs-navigation a:focus, .cd-tabs-navigation a:hover {
	text-decoration: none !important;
}
.thblock > p {
	border-bottom: 1px dotted #fff;
	padding-bottom: 25px;
	float:left;
	width:100%
}
.accordion dl:focus, .accordion dl a:focus {
	border:0px !important;
	outline:none !important
}
a.is-collapsed.is-expanded {
	background-color:#f38a51 !important;
	color:#fff !important;
}


footer {
	width: 100%;
	background: url("../images/footer_bg.jpg") no-repeat 50% 50%;
	min-height: 895px;
	clear: both;
	display: block;
	text-align: center;
}
.ftop_box {
	background: rgba(0,0,0,0.10);
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 80px;
	margin-bottom: -30px;
	width: 100%;
}
.footer_cont {
	max-width: 1400px;
	display: block;
	margin: 20px auto;
}
.mail {
	background: url("../images/mail_ic.png") no-repeat 0px 50%;
	padding-left: 40px;
	text-align: left;
	font-size: 20px;
	color:#fff;
}
.ref_info {
	display: block;
	padding: 0px 0px 10px;
	margin-right: -40px;
	overflow: hidden;

}
.dash {
	width: 32px;
	height: 4px;
	display: inline-block;
	background: #485886;
	margin-bottom: 10px;
}
.circle_l {
	height: 96px;
	width: 96px;
	border: 4px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 52px;
	margin-left: 446px;
	position: absolute;
	z-index: 0;
}
.circle_l::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 52px;
	margin-top: -4px;
	margin-left: -4px;
	height: 104px;
}
.circle_l2 {
	height: 96px;
	width: 96px;
	border: 4px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 252px;
		margin-left: 446px;
	position: absolute;
	z-index: 0;
}
.circle_l2::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 52px;
	margin-top: -4px;
	margin-left: -4px;
	height: 104px;
}
.circle_r {
	height: 96px;
	width: 96px;
	border: 4px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 52px;
	margin-left: -50px;
	position: absolute;
	z-index: 0;
}
.circle_r::after {
	content: "";
	display: block;
	background: #fff;
	width: 52px;
	margin-top: -4px;
	margin-left: 48px;
	height: 104px;
}
.ref_info1 {
	display:block;
	text-align: right;
	float: left;
	width: 500px;

}
.ref_info2 {
	display:block;
	position: relative;
	text-align: center;
	float: right;
	margin-top: 110px;
	width: 262px;

}
.ref_level {
	font-size: 138px;
	height: 90px;
	color: #485886;
	font-weight: 600;
}
.levels_txt {
	display: inline-block;
	color: #fff;
	background: #f38a51;
	text-align: center;
	font-size: 36px;
	height: 60px;
	width: 152px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.l_txt {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	padding: 10px 20px 10px 10px;
	border-left: 5px solid #485886;
	margin-bottom: 20px;
}
.input_block label {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding-bottom: 20px;
}
td.inheader {
	background:#f38a51;
	font-weight: bold;
	text-align: center;
	font-size:18px;
	padding:18px 10px;
	color:#fff;
	border-bottom:3px solid #f5d5c5;
}
td.item {
	background:#485886;
	padding:12px 10px;
	color:#fff;
	font-size: 16px;
}
.calc_but2 {
    font-size: 18px;
	color: #485886;
	background:none;
	display:inline-block;
	text-decoration: none;
	min-width:160px;
	padding:24px 30px;
	cursor:pointer;
	margin: 5px;
	text-align:center;
	text-transform:uppercase;
	border-radius: 5px;
	border: 2px solid #485886; 
	transition: 300ms all;
}
.calc_but2:hover {
	color: #fff;
	background:#485886;
		display:inline-block;
	text-decoration: none;
	min-width:160px;
	padding:24px 30px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	transition: 300ms all;
}

.sbmt {
    font-size: 18px;
	color: #485886;
	background:none;
	min-width:160px;
	padding:24px 30px;
	cursor:pointer;
	margin: 5px;
	text-align:center;
	text-transform:uppercase;
	border-radius: 5px;
	border: 2px solid #485886; 
	transition: 300ms all;
}
.sbmt:hover {
	color: #fff;
	background:#485886;
	min-width:160px;
	padding:24px 30px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	transition: 300ms all;
}
.inpts {
	font-size: 16px;
	color: #fff;
	background:#485886;
	border: 4px solid #f5d5c5;
	border-left: none;
	border-bottom: none;
	border-radius: 0px;
	width: calc(100% - 30px);
	padding:15px 10px;
	margin:1px;
}
.inptsP {
	font-size: 16px;
	color: #fff;
	background:#485886;
	border: 4px solid #f5d5c5;
	border-radius: 0px;
		border-left: none;
	border-bottom: none;
	width: calc(100% - 90px);
	padding:15px 10px 15px 70px;
	margin:1px;
}
ul.pagination {
  list-style: none;
  margin:auto;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
#a_menu {
	background: #eff4f7;
	display: block;
	height: auto;
	padding: 40px;
	margin-right: 40px;
}
#a_menu ul li {
	list-style: none;
}
#a_menu ul li a {
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #0e0e0e;
	display: block;
	border: 2px solid #485886;
	border-radius: 5px;
	padding: 10px 10px 10px 50px;
	margin: 5px;
	transition: all 500ms;
}
#a_menu ul li a:hover {
	background: #485886;
	color: #fff;
	transition: all 500ms;
}
.account_box {
	background: url("../images/user_box.png") no-repeat 50% 0px;
	padding-top: 110px;
	text-align: center;
	font-size: 28px;
}
.account_f {
	font-size: 36px;
	color: #f38a51;
	font-weight: 600;
}
.main_acc {
	display: block;
	min-height: 100px;
	overflow: hidden;
	width: 100%;
	background: #f5d5c5;
}
.info_box {
	background: #eff4f7;
	display: block;
	width: calc(100% - 40px);
	margin: 10px 0px;
	text-align: center;
	padding: 20px;
}
.affiliate_box {
	display: block;
	min-height: 100px;
	width: 100%;
	background: #485886;
	margin: 10px 0px;
}
.link_img {
	font-size: 24px;
	color: #fff;
	line-height: 100px;
	margin: 0px 30px;
	text-align: left;
	background: url("../images/link_ic.png") no-repeat 100% 50%;
}
.balance_box {
	display: block;
	height: 100%;
	min-height: 20px;
	overflow: hidden;
	width: 100%;
	background: #eff4f7;
	margin: 10px 0px;
}
.box_acc1 {
	border: 2px solid #485886;
	margin: 10px;
	text-align: center;
	min-height: 70px;
	font-size: 24px;
	padding: 30px;
  height: 100%;
	border-radius: 5px;
}
.box_acc2 {
	border: 2px solid #f38a51;
	margin: 10px;
	text-align: center;
	min-height: 70px;
	font-size: 24px;
	padding: 30px;
  height: 100%;
	border-radius: 5px;
}
.box_acc3 {
	border: 2px solid #485886;
	margin: 10px;
	text-align: center;
	min-height: 70px;
	font-size: 24px;
	padding: 30px;
  height: 100%;
	border-radius: 5px;
}
.acc_data {
	font-size: 32px;
	color: #485886;
}
.reg_date {
	background: url("../images/reg_date.png") no-repeat 10px 50%;
	padding-left: 88px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	min-height: 80px;
	padding-top: 20px;
	margin: 20px;
}
.reg_ip {
	background: url("../images/your_ip.png") no-repeat 10px 50%;
	padding-left: 88px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	min-height: 80px;
	padding-top: 20px;
	margin: 20px;
}
.access_date {
	background: url("../images/last_access.png") no-repeat 10px 50%;
	padding-left: 88px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	min-height: 80px;
	padding-top: 20px;
	margin: 20px;
}
.data_b {
	font-size: 24px;
	font-weight: 600;
	color: #f38a51;
}
.stats_accbox {
	background: #485886;
	display: block;
	color: #fff;
	padding: 30px 20px;
}
.stats_accbox2 {
	background: #f38a51;
	display: block;
	color: #fff;
	padding: 30px 20px;
}
.acc_h {
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
}
td.items {
	background: rgba(0,0,0,0.10);
	border-radius: 5px 0px 0px 5px;
	padding:15px 15px;
	color:#fff;
	font-size: 18px;
}
td.items:nth-child(2n) {
	background: none;
	padding:15px 10px;
	color:#fff;
	border:1px solid #fff;
	border-radius: 0px 5px 5px 0px;
	border-left: none;
	font-size: 16px;
}
.pp_pic {
	border-radius: 5px;
	background: rgba(255,255,255,0.40);
	padding: 10px 20px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin: 10px;
}
.dep_but {
	display: inline-block;
	min-width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	background: #485886 url("../images/dep_ic.png") no-repeat 91% 50%;
	border-radius: 5px;
	padding: 0px 20px;
	margin: 10px;
	transition: all 500ms;
	cursor: pointer;
	
}
.dep_but:hover {
	background: #0e0e0e url("../images/dep_ic.png") no-repeat 93% 50%;
	color: #fff;
	transition: all 500ms;
}
.withd_but {
	display: inline-block;
	min-width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	background: #f38a51 url("../images/withd_ic.png") no-repeat 91% 50%;
	border-radius: 5px;
	padding: 0px 20px;
	margin: 10px;
	cursor: pointer;
	transition: all 500ms;
}
.withd_but:hover {
	background: #0e0e0e url("../images/withd_ic.png") no-repeat 93% 50%;
	color: #fff;
	transition: all 500ms;
}
@media only screen and (max-width : 1850px) {
	
	.f1 {
	background: url("../images/f1.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 20px;
}
.f2 {
	background: url("../images/f2.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 20px;
}
.f3 {
	background: url("../images/f3.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 20px;
}
.f4 {
	background: url("../images/f4.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 20px;
}
	
.ref_info {
	display: block;
	padding: 0px 0px 10px;
	margin-right: 0px;
	overflow: hidden;

}
	.ref_info1 {
	display:block;
	text-align: right;
	float: none;
	width: 500px;
		margin: 0px auto;

}
.ref_info2 {
	display:block;
	position: relative;
	text-align: center;
	float: none;
	margin: 50px auto 10px;
	width: 262px;

}
	.invest_box {
	display: block;
	width: 100%;
	background: url("../images/plans_box_bg.jpg") no-repeat 50% 50%;
		background-size: cover;
	min-height: 600px;
	padding-top: 57px;
		text-align: center;
}
	.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 490px;
	float: left;
    width: 700px;
}
	.map {
	background: url("../images/map_img.png") no-repeat 50% 50%;
		background-size: contain;
	display: block;
	width: 800px;
	height: 210px;
	margin: 50px auto 10px;
	padding-top: 210px;
	text-align: center;
}
}

@media only screen and (max-width : 1715px) {
	#reward_ {
	background: #485886;
	clear: both;
	color: #fff;
	min-height: 80px;
	padding-top: 30px;
	display: block;
	margin: 100px auto 90px;
	text-align: center;
}
.reward_img {
	background: url("../images/btcbonus.png") no-repeat 50% 50%;
	background-size: contain;
	height: 200px;
	width: 300px;
	display: inline-block;
	position: relative;
	margin: -50px auto -100px;
}
.reward_txt {
	display: inline-block;
	float: right;
	font-size: 18px;
	position: relative;
	margin-right: 40px;
	margin-top: -10px;
	text-align: left;
}
.r_t {
	font-size: 30px;
	font-weight: 500;
}
	.plan_cont {
	width: 900px;
	display: block;
	float: right;
	
}
.p_rate {
	font-size: 150px;
	color: #485886;
	display: inline-block;
}
.plan_info_ {
	width: 300px;
	display: block;
	float: left;
}
.p_p {
	height: 90px;
	width: 90px;
	display: block;
	float: right;
	background: #485886;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 86px;
	font-size: 86px;
	margin-top: 45px;
}
.ref_info_box {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin-top: 50px;

}
.p_rate_s {
	font-size: 150px;
	color: #f38a51;
	display: block;
	float: left;
	width: 170px;
	margin-top: 0px;
}
.p_p_s {
	height: 84px;
	width: 84px;
	display: block;
	float: left;
	background: #f38a51;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 82px;
	font-size: 77px;
	margin-top: 45px;
}
.plus {
	text-shadow: -5px 0px #f38a51;
	color: #485886;
}

.ref_rtxt {
	font-size: 24px;
	font-weight: 600;
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.target {
	background: url("../images/target.png") no-repeat 50% 50%;
	background-size: contain;
	width: 320px;
	height: 207px;
	display: block;
	margin: 0px 30px;
	float: left;
}
.p_f {
	font-size: 40px;
}
.calc_box {
	display: block;
	float: left;
	width: 400px;
	margin-left: 130px;
	margin-top: 60px;
}
.calc_but {
	width: 320px;
	height: 96px;
	display: inline-block;
	border: 4px solid #485886;
	border-left: none;
	border-radius: 5px;
	padding-top: 10px;
	font-size: 46px;
	line-height: 40px;
	color: #f38a51;
	text-align: center;
	transition: all 500ms;
	cursor: pointer;
}
.calc_but::before {
	content: "";
	background: url("../images/calc_ic.png") no-repeat 50% 50%;
	background-size: contain;
	width: 240px;
	height: 160px;
	position: absolute;
	margin-left: -122px;
	margin-top: -35px;
	display: block;
	transition: all 500ms;
}
.calc_but:hover {
	background: #fff;
	transition: all 500ms;
}
.calc_f {
	color: #485886;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 6px;
}
}

@media only screen and (max-width : 1620px) {
	.plan_cont {
		width: 100%;
	max-width: 830px;
	display: inline-block;
	float: none;
	
}
	.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 400px;
	float: left;
    width: 500px;
}	
	.calc_box {
	display: block;
	float: left;
	width: 400px;
	margin-left: 130px;
	margin-top: 60px;
}
	.ref_info_box {
	display: inline-block;
	width: 100%;
	max-width: 830px;
	margin-top: 50px;

}
	.p_details {
	font-size: 30px;
	text-align: center;
	display: block;
	font-weight: 500;
	clear: both;
	width: 100%;
	margin-top: -25px;
}
		.map {
	background: url("../images/map_img.png") no-repeat 50% 50%;
		background-size: contain;
	display: block;
	width: 600px;
	height: 210px;
	margin: 50px auto 10px;
	padding-top: 210px;
	text-align: center;
}
}
@media only screen and (max-width : 1370px) {
	
	.reward_img {
	background: url("../images/btcbonus.png") no-repeat 50% 50%;
	background-size: contain;
	height: 200px;
	width: 250px;
	display: inline-block;
	position: relative;
	margin: -50px auto -100px;
}
.reward_txt {
	display: inline-block;
	float: right;
	font-size: 15px;
	position: relative;
	margin-right: 20px;
	margin-top: -10px;
	text-align: left;
}
.r_t {
	font-size: 28px;
	font-weight: 500;
}
	.content {
	padding: 20px;
	line-height: 26px;
}
	.content2 {
	padding: 20px 20px;
	line-height: 26px;
	background: #eff4f7;
	margin: 20px 0px;
}
	.calc_box {
	display: block;
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-top: 60px;
}
	.calc_but {
	width: 270px;
	height: 86px;
	display: inline-block;
	border: 4px solid #485886;
	border-left: none;
	border-radius: 5px;
	padding-top: 10px;
	font-size: 42px;
	line-height: 34px;
	color: #f38a51;
	text-align: center;
	transition: all 500ms;
	cursor: pointer;
}
	.calc_but::before {
	content: "";
	background: url("../images/calc_ic.png") no-repeat 50% 50%;
	background-size: contain;
	width: 200px;
	height: 140px;
	position: absolute;
	margin-left: -100px;
	margin-top: -35px;
	display: block;
	transition: all 500ms;
}
.calc_but:hover {
	background: #fff;
	transition: all 500ms;
}
.calc_f {
	color: #485886;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 6px;
}
	.target {
	background: url("../images/target.png") no-repeat 50% 50%;
	background-size: contain;
	width: 270px;
	height: 187px;
	display: block;
	margin: 0px 30px;
	float: left;
}
		.plan_cont {
		width: 100%;
	max-width: 700px;
	display: inline-block;
	float: none;
	
}
		.ref_info_box {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	margin-top: 50px;

}
	.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 370px;
	float: left;
    width: 450px;
}	
}

@media only screen and (max-width : 1200px) {
	#reward_ {
	background: #485886;
	clear: both;
	color: #fff;
	min-height: 80px;
	padding-top: 30px;
	display: block;
	margin: 50px auto 10px;
	text-align: center;
}
		.reward_img {
	background: url("../images/btcbonus.png") no-repeat 50% 50%;
	background-size: contain;
	height: 200px;
	width: 250px;
	display: block;
	position: relative;
	margin: -80px auto -30px;
}
.reward_txt {
	display: block;
	float: none;
	font-size: 16px;
	position: relative;
	margin-right: 20px;
	margin-top: -10px;
	padding-bottom: 20px;
	text-align: center;
}
.r_t {
	font-size: 28px;
	font-weight: 500;
}
	#logo {
	display: block;
	background: url("../images/logo.png") no-repeat 50% 50%;
	height: 69px;
	width: 331px;
	float: none;
	margin: 40px auto 0px auto;
}
	#lang_box {
	width: 64px;
	height: 44px;
	float: left;
		position: absolute;
	display: block;
	margin: -70px 10px 0px 20px;
	cursor: pointer;
}
	.nav {
	display: block;
	float: none;
	max-width: 800px;
	margin: 20px auto 0px auto;
	padding-left: 10px;
	background: linear-gradient(90deg, rgba(255,255,255, 0.6) 0%, rgba(255,255,255, 0.0) 60%);
	border-radius: 5px;
		text-align: center;
}
	header {
	background: url("../images/header.jpg") no-repeat 33% 0% fixed;
	width: 100%;
	display: block;
	min-height: 653px;
	overflow: hidden;
}
	.header {
	background: url("../images/header2.jpg") no-repeat 80% 0% fixed;
	width: 100%;
	display: block;
	min-height: 200px;
		overflow: hidden;
}
	.welcome_txt {
	text-align: center;
	font-size: 26px;
	line-height: 45px;
	margin-top: 100px;
}
	.features_box {
	display: block;
	width: calc(100% - 60px);
	padding: 30px;
	min-height: 300px;
	overflow: hidden;
	background: url("../images/why_img.jpg") no-repeat 50% 50%;
		background-size: cover;
}
		.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 390px;
	float: none;
    width: 500px;
			margin: 0px auto;
}
	
	.intro {
	width: 100%;
	max-width: 1020px;
	float: none;
	background: #485886 url("../images/intro_bg.jpg") no-repeat 50% 50%;
		background-size: cover;
	display: block;
	border: 7px solid #f5d5c5;
	min-height: 470px;
	padding: 20px 20px;
	margin-top: -85px;
		width: calc(100% - 74px);
		margin-left: auto;
		margin-right: auto;
}
	.map {
	background: url("../images/map_img.png") no-repeat 50% 50%;
		background-size: contain;
	display: block;
	width: 100%;
	height: 210px;
	margin: 50px auto 10px;
	padding-top: 150px;
	text-align: center;
}
	.ref_pic {
	background: url("../images/ref.png") no-repeat 50% 50%;
		background-size: contain;
	width: 300px;
	height: 200px;
	display: inline-block;
}
	footer {
	width: 100%;
	background: url("../images/footer_bg.jpg") no-repeat 50% 50%;
		background-size: cover;
	min-height: 895px;
	clear: both;
	display: block;
	text-align: center;
}
	
	.footer_cont {
	max-width: 1200px;
	display: block;
	margin: 20px auto;
		text-align: center;
}
	
	.f_h {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
.f_menu ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.f_menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	line-height: 40px;
	text-align: left;

}
	
	.mail {
		display: inline-block;
	background: url("../images/mail_ic.png") no-repeat 0px 50%;
	padding-left: 40px;
	text-align: left;
	font-size: 20px;
	color:#fff;
}
	#a_menu {
	background: #eff4f7;
	display: block;
	height: calc(100% - 80px);
	padding: 40px;
	margin-right: 40px;
		margin: 0px auto;
}
}
@media only screen and (max-width : 850px) {
	header {
	background: url("../images/header.jpg") no-repeat 40% 0% fixed;
	width: 100%;
	display: block;
	min-height: 653px;
	overflow: hidden;
}
}
@media only screen and (max-width : 720px) {
		#logo {
	display: block;
	background: url("../images/logo.png") no-repeat 50% 50%;
			background-size: contain;
	height: 40px;
	width: 240px;
	float: none;
	margin: 20px auto 0px auto;
}
	
		#lang_box {
	width: 64px;
	height: 44px;
	float: left;
		position: absolute;
	display: block;
	margin: -52px 10px 0px 10px;
	cursor: pointer;
}
	header {
	background: url("../images/header.jpg") no-repeat 44% 0% fixed;
	width: 100%;
	display: block;
	min-height: 580px;
	overflow: hidden;
}
		.welcome_txt {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	margin-top: 60px;
}
.rdot_o {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: 5px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #f38a51;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
.rdot {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: 5px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #485886;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
	
.dash {
	width: 32px;
	height: 3px;
	display: inline-block;
	background: #485886;
	margin-bottom: 5px;
}
.circle_l {
	height: 54px;
	width: 54px;
	border: 3px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 30px;
	margin-left: 306px;
	position: absolute;
	z-index: 0;
}
.circle_l::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 30px;
	margin-top: -4px;
	margin-left: -4px;
	height: 62px;
}
.circle_l2 {
	height: 54px;
	width: 54px;
	border: 3px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 152px;
		margin-left: 306px;
	position: absolute;
	z-index: 0;
}
.circle_l2::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 30px;
	margin-top: -4px;
	margin-left: -4px;
	height: 62px;
}
.circle_r {
	height: 54px;
	width: 54px;
	border: 3px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 32px;
	margin-left: -30px;
	position: absolute;
	z-index: 0;
}
.circle_r::after {
	content: "";
	display: block;
	background: #fff;
	width: 30px;
	margin-top: -4px;
	margin-left: 27px;
	height: 62px;
}	
	.ref_level {
	font-size: 138px;
	height: 90px;
	color: #485886;
	font-weight: 600;
}
.levels_txt {
	display: inline-block;
	color: #fff;
	background: #f38a51;
	text-align: center;
	font-size: 36px;
	height: 60px;
	width: 152px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.l_txt {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
		.ref_info1 {
	display:block;
	text-align: right;
	float: none;
	width: 340px;
		margin: 0px auto;

}
	.target {
	background: url("../images/target.png") no-repeat 50% 50%;
	background-size: contain;
	width: 220px;
	height: 150px;
	display: block;
	margin: 0px 30px;
	float: left;
}
	.p_rate_s {
	font-size: 140px;
	color: #f38a51;
	display: block;
	float: left;
	width: 150px;
	margin-top: -20px;
}
	.p_p_s {
	height: 74px;
	width: 74px;
	display: block;
	float: left;
	background: #f38a51;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 67px;
	margin-top: 20px;
}
	
	.cert_line {
	min-height:124px;
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.16);
	clear: both;
	margin: 30px 0px 60px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.cert_img {
	display: inline-block;
	background: url("../images/cert_img.png") no-repeat 50% 50%;
	background-size: contain;
	height: 125px;
	text-align: center;
	padding-left: 0px;
	line-height: 285px;
	font-size: 24px;
	padding-top: 40px;
	margin: -30px 0px -30px;
}
		.calc_box {
	display: block;
	float: none;
	width: 250px;
			margin: 20px auto 10px;
}
	.plan_info_ {
	width: 300px;
	display: block;
	float: none;
		margin: 10px auto;
}
	
	.f1 {
	background: url("../images/f1.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 100px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 10px;
}
.f2 {
	background: url("../images/f2.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 100px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 10px;
}
.f3 {
	background: url("../images/f3.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 100px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 10px;
}
.f4 {
	background: url("../images/f4.png") no-repeat 0px 50%;
	min-height: 82px;
	display: inline-block;
	min-width: 100px;
	text-align: left;
	padding-left: 102px;
	line-height: 82px;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 10px;
}
		.plan {
	display: block;
	background: url("../images/plan_img.png") no-repeat 50% 50%;
		background-size: contain;
	height: 300px;
	float: none;
    width: 100%;
			max-width: 400px;
			margin: 0px auto;
}
#copy {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin: 20px auto;
}	
	.btc {
	background: url("../images/btc.png") no-repeat 50% 50%;
		background-size: contain;
	height: 60px;
	width: 240px;
	display: inline-block;
	margin: 10px 20px;
}

.eth {
	background: url("../images/eth.png") no-repeat 50% 50%;
	background-size: contain;
	height: 60px;
	width: 240px;
	display: inline-block;
	margin: 10px 20px;
}
	h3 {
	font-size: 30px;
	line-height: 60px;
	height: 60px;
	font-weight: 500;
	text-align: left;
	color: #485886;
}
	.nav2 {
	display: block;
	text-align: center;
	max-width: 800px;
	margin: 50px auto 10px auto;
	padding-left: 10px;
	background: linear-gradient(90deg, rgba(255,255,255, 0.6) 0%, rgba(255,255,255, 0.0) 60%);
	border-radius: 5px;
}
	.img {
	display: block;
	float: none;
	width: 300px;
	margin: 0px auto 0px auto;
}
	.dash {
	width: 10px;
	height: 3px;
	display: inline-block;
	background: #485886;
	margin-bottom: 5px;
}
	.circle_l {
	height: 54px;
	width: 54px;
	border: 3px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 30px;
	margin-left: 240px;
	position: absolute;
	z-index: 0;
}
.circle_l::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 30px;
	margin-top: -4px;
	margin-left: -4px;
	height: 62px;
}
.circle_l2 {
	height: 54px;
	width: 54px;
	border: 3px solid #485886;
	display: inline-block;
	background: none;
	border-radius: 50%;
	margin-top: 152px;
		margin-left: 240px;
	position: absolute;
	z-index: 0;
}
.circle_l2::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 30px;
	margin-top: -4px;
	margin-left: -4px;
	height: 62px;
}
		.ref_info1 {
	display:block;
	text-align: right;
	float: none;
	width: 275px;
		margin: 0px auto;

}
	@media only screen and (max-width : 500px) {
		h3 {
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	font-weight: 500;
	text-align: left;
	color: #485886;
}
	}
}