@charset "utf-8";
/* CSS Document */
@import url("fonts/stylesheet.css");
body {
	font-family: 'Neo Sans Pro', 'Montserrat', sans-serif;
	color: #929393;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 400;
	color: inherit;
	text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: bold;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
p:last-child {
	margin: 0 !important
}
a {
	color: #929393;
	outline: none;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #056eab;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%
}
label {
	font-weight: normal
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
	height: 39px;
	border: 1px solid #53c7d8;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 15px;
	color:#929393;
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #53c7d8;
	padding: 10px;
	border-radius: 8px;
	resize: none;
	font-size: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #fcc40f
}
input[type="submit"], input[type="button"] {
    background: rgb(27,225,182);
    background: linear-gradient(90deg, rgba(27,225,182,1) 0%, rgba(63,173,212,1) 100%);
	border: none;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 36px;
	display: inline-block;
	padding: 0 40px
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #39B7CF;
}
select {
    color: #fff;
    font-size: 13px;
    border: 0px;
    height: 39px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/select_arrow.png) no-repeat right #3E9ABB;
    padding: 5px 50px 5px 10px;
    border-radius: 36px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
header, main, footer, section {
	width: 100%;
	float: left;
	display: block;
}
.main_wrap {
}
.bannerwrap {
    background: url(images/mainbg-min.jpg) no-repeat top center fixed #46A2C7;
	background-size: cover;
}

.bannerwrap_sub {
    background: url(images/mainbg-min.jpg) no-repeat center fixed #46A2C7;
    background-size: cover;
}

.bannerwrap_account {
	    background: url(images/mainbg-min.jpg) no-repeat center top fixed #46A2C7;
}

.navwrap {
	background: url(images/headerbg-min.png) no-repeat top center;
}
.logo {
	padding: 0 0 0 25px;
	position:relative;
}

.pulsing-logo {
 /*animation-delay: 2s;*/
  animation: pulse 3s infinite;
  animation-direction: alternate;
  position:absolute;
  top:0px;
    left: 25px;
}

.logo-text {
	  position:absolute;
  top:0px;
    left: 25px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.header_right {
}
.header_top {
	padding: 27px 0;
}
.nav_inside {
}
.headersocial {
	display: inline-block;
}
.headersocial a {
	display: inline-block;
	margin: 0 5px;
}
.headersocial a span {
	border: 2px solid #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
}
.headerphone {
	background: url(images/phoneicon-min.png) no-repeat left center;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 0 40px;
	font-size: 18px;
	color: #fff;
}

.headeraccount {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	font-size: 14px;
	color: #fff;
}

.loginwrap {
	display: inline-block;
	margin: 0 0 0 20px;
}
.loginwrap a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	line-height: 32px;
	padding: 0px 20px 0 40px;
	display: inline-block;
	border-radius: 50px;
	margin: 0 0 0 5px;
	position: relative;
}
.memberlogin {
	background: rgb(83,162,238);
	background: linear-gradient(90deg, rgba(83,162,238,1) 0%, rgba(1,201,253,1) 100%);
}
.memberlogin:hover {
	background: rgb(83,162,238);
}
.openaccount {
	background: rgb(221,200,62);
	background: linear-gradient(90deg, rgba(221,200,62,1) 0%, rgba(237,219,105,1) 100%);
}
.openaccount:hover {
	background: rgb(221,200,62);
}
.memberlogin:before, .openaccount:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 5px;
}
.memberlogin:before {
	background: url(images/membericon-min.png) no-repeat center center;
}
.openaccount:before {
	background: url(images/openaccicon-min.png) no-repeat center center;
}

.memberdash:before {
    background: url(images/openaccicon-min.png) no-repeat center center;
}

.logoutacc:before {
    background: url(images/logoutacc-min.png) no-repeat center center;
}

.navbar-collapse {
	padding: 0;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 8px;
	line-height: 54px;
}
.navbar-nav > li:hover a, .navbar-nav > li:focus a, .navbar-nav > li:active a {
	background: none;
}
.nav_inside {
}
.slidewrap {
}
.bannerinfos {
	text-align: center;
	padding: 40px 0 0 0;
	width: 100%;
	float: left;
}
.bannerinfos h1 {
	color: #fff;
	font-size: 72px;
	line-height: 72px;
	font-weight: 400;
	margin: 0 0 95px;
}



.bannerinfos h1 span {
	font-weight: 500;
}

.bannerinfos-sub h1 {
	    color: #fff;
    font-size: 52px;
    line-height: 72px;
    font-weight: 400;
    margin: 20px 0 45px;
}

.planwrap {
	width: 100%;
	float: left;
	background: url(images/bannercross-min.png) no-repeat center center;
	text-align: center;
}
.planrow {
	width: 100%;
	float: left;
	margin: -35px 0;
}
.planitem {
	width: 266px;
	height: 266px;
	background: url(images/planitembg.png) no-repeat center center;
	display: inline-block;
	position: relative;
	perspective: 1000px;
	cursor: pointer;
}

.planitem .scene
{
	position: relative;
	width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d; 
}

.planitem:hover .scene
{
  transform: rotateY(180deg);
}

.planitem>.scene>.front, .planitem>.scene>.back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.planitem>.scene>.back
{
	transform: rotateY(180deg);
}

.planitem>.scene>.front
{
	transform: rotateY(0deg);
}

.account_deposit .planitem .emblem {
    background: url(images/emblem.png) no-repeat center center;
    width: 136px;
    height: 44px;
    position: absolute;
    bottom: 20px;
    left: 65px;
}

.planitem.item1 {
}
.planitem.item2 {
	margin: 0 155px;
}
.planitem.item3 {
}
.planitem.item4 {
	margin: 0 77px;
}
.planitem.item5 {
	margin: 0 77px;
}
.planitem.item6 {
}
.planitem.item7 {
	margin: 0 155px;
}
.planitem.item8 {
}
.planitem .graybox {
		padding: 70px 65px 20px;
		text-align:center;
}

.planitem .percentage {
	font-size: 30px;
	color: #00c9fd;
	line-height: 30px;
	text-align: center;
}
.planitem .percentage span {
	font-size: 24px;
	line-height: 24px;
}

.planitem .percentage small {
	font-size:14px;
	line-height:14px;
	padding: 0px;
}

.planitem .days {
	text-transform: uppercase;
	color: #95a6aa;
}
.planitem .minmax {
	margin: 3px 0;
	border-radius: 50px;
	border: 1px solid #c4e9f2;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.planitem .back {
	padding-top:70px;
	text-align: center;
	
}

.plan-line-back {
	line-height:20px;
	border-radius: 50px;
    margin:2px 65px;
    background:#00C9FD;
    color:white;
    padding-top:2px;
    text-align:center;
}

#card2 .plan-line-back {
    background:#2CF08E;	
}

#card3 .plan-line-back {
    background:#3C87D1;	
}

#card4 .plan-line-back {
    background:#35D8DA;	
}

#card5 .plan-line-back {
    background:#1CE1B7;	
}

#card6 .plan-line-back {
    background:#056EAB;	
}
#card7 .plan-line-back {
    background:#DDC83E;	
}
#card8 .plan-line-back {
    background:#D736F9;	
}



.select-button .radio {
    background: #4ba8d1 url(images/check_inact.png) no-repeat 8px center;
    display: inline-block;
    width: 100%;
    color: white;
    text-align: center;
    padding: 6px 0px 6px 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    width: 160px;
    border-radius: 30px;
    margin: 0px auto 40px;
	
}


.spend-block .select-button .radio {
    background: #4ba8d1 url(images/check_inact.png) no-repeat 8px center;
    display: inline-block;
    width: 100%;
    color: white;
    text-align: center;
    padding: 6px 20px 6px 35px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    width: auto;
    border-radius: 30px;
    margin: 0px auto 10px;
	
}

.select-button input[type=radio] {
	display: none
}
.select-button input[type=radio]:checked + .radio {
    color: white;
     background: #27d7aa url(images/check_act.png) no-repeat 8px center;
}

.member-container .planitem.item2, .member-container .planitem.item4, .member-container .planitem.item5, .member-container .planitem.item7{
	margin:0px;
}

.select-button {
	text-align:center;
}

.account_deposit {
    padding-top: 40px;

}


.plan-line-back span {
	font-weight:600;
	padding-left:5px;
}


.planitem .minmax span {
	color: #00c9fd;
}
.planitem.item6 .minmax, .planitem.item7 .minmax, .planitem.item8 .minmax {
	background: #05c47e;
	color: #fff;
	border: none;
}
.planitem.item6 .minmax span, .planitem.item7 .minmax span, .planitem.item8 .minmax span {
	color: #fff;
}
.planitem .arrow {
	padding: 12px 0 0;
}
.planitem .icon {
	position: absolute;
	top: -20px;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	transform: rotate(45deg);
	border-radius: 4px;
	box-shadow: 5px 0px 0px -1px #0000002b;
}
.planitem .icon span {
	transform: rotate(-45deg);
	display: block;
	position: relative;
	text-align: center;
}
.planitem .icon span p {
	position: absolute;
	top: -5px;
	color: #fff;
	transform: rotate(45deg);
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.planitem.item1 .icon {
	background: #00c9fd;
}
.planitem.item2 .icon {
	background: #2cf08e;
}
.planitem.item3 .icon {
	background: #3c87d1;
}
.planitem.item4 .icon {
	background: #35d8da;
}
.planitem.item5 .icon {
	background: #28f3c0;
}
.planitem.item6 .icon {
	background: #056eab;
}
.planitem.item7 .icon {
	background: #ddc83e;
}
.planitem.item8 .icon {
	background: #d736f9;
}
.bannerinfos .action {
	width: 100%;
	float: left;
	text-align: center;
	padding: 70px 0 70px 0;
}

.bannerinfos .action a {
	background: #056eab;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 45px;
	line-height: 50px;
	display: inline-block;
	font-size: 18px;
}
.bannerinfos .action a:hover {
	background: #11d7ab;
}
.calculatorwrap {
	background: #fff;
	border-radius: 6px 6px 0 0;
	padding: 15px;
	width: 100%;
	float: left;
}
.calculatorwrap .inside {
	background: #f2f2f2;
	border-radius: 6px;
	width: 100%;
	float: left;
}
.calculatorwrap .icon {
	width: 7%;
	float: left;
	padding: 25px 15px;
}
.calculatorwrap .header {
	width: 18%;
	float: left;
	padding: 25px 15px;
	color: #05c47e;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.calculatorwrap .header span {
	font-weight: 500;
}
.calculatorwrap .calvalue {
	width: 24%;
	float: left;
	padding: 11px 0;
}
.calvalue .calfield {
	background: #3e9abb;
	border-radius: 50px;
	margin: 3px 0;
	position: relative;
}
.calvalue .calfield select {
	background: url(images/select_arrow.png) no-repeat right #3e9abb;
	border: 0;
	width: 100%;
	border-radius: 50px;
}
.calvalue .calfield input {
	background: transparent;
	border: none;
	color: #fff;
}
.calvalue .calfield .value {
	position: absolute;
	right: 0;
	top: 0;
	background: #1be1b6;
	color: #fff;
	padding: 0 15px 0 14px;
	border-radius: 0 50px 50px 0;
	line-height: 39px;
	font-weight: 500;
}
.calresults {
	background: url(images/calculatorresultsbg-min.png) no-repeat center center;
	width: 25%;
	float: left;
	padding: 29px 40px;
	text-align: center;
}
.calresults p {
	margin: 0 0 10px;
	text-align: center;
	font-weight: 500;
	color: #b7b3b3;
	line-height: 18px;
	text-transform: uppercase;
}
.calresults h4 {
	font-size: 24px;
	color: #05c47e;
	font-weight: 500;
	margin: 0;
}
.welcomewrap {
	padding: 50px 0;
}
.welcomeinfos {
}
.welcomeinfos h2 {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 30px;
	color: #3e9abb;
}
.welcomeinfos p {
}
.companywrap {
	background: rgb(27,225,182);
	background: linear-gradient(90deg, rgba(27,225,182,1) 0%, rgba(63,173,212,1) 100%);
	color: #fff;
	border-radius: 15px;
	padding: 15px 15px 100px 15px;
	width: 100%;
	float: left;
}
.companynumber {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #fff;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.companynumber-support {
	margin:0px;
}

.companynumber .icon {
	width: 25%;
	float: left;
	max-width: 120px;
}
.companynumber .txt {
	width: 75%;
	float: left;
	padding: 16px 0;
}
.companynumber .txt h4 {
	font-size: 16px;
	margin: 0;
}
.companynumber .txt h3 {
	font-size: 24px;
	margin: 0;
}
.companywrap .blurb {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
	line-height: 24px;
}
.companywrap .iconwrap {
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 30px 0 30px;
	margin: 0 0 -170px 0;
}
.companywrap .iconwrap .iconbox {
	width: 140px;
	height: 140px;
	margin: 0 10px;
	transform: rotate(45deg);
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 1px #0000001f;
}
.companywrap .iconwrap .iconbox .inside {
	transform: rotate(-45deg);
	width: 140px;
	height: 140px;
}
.companywrap .iconwrap .iconbox .icon {
	padding: 15px 0 10px;
	display: block;
}
.companywrap .iconwrap .iconbox p {
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	color:#fff;
}

.companywrap .iconbox.blue {
	background: #3e9abb;
	float: left;
}
.companywrap .iconbox.green {
	background: #1be1b6;
	float: right;
}
.welcomeaddress {
    width: 100%;
    float: left;
    background: #1b8cb5 url(images/aboutcontactboxbg-min.png) no-repeat center center;
    border-radius: 15px;
    margin: 35px 0 0 0;
    padding: 55px 15px 5px;
    color: #fff;
    background-size: cover;
}
.welcomeaddress .email {
	padding: 15px 30px;
	border-bottom: 1px dotted #fff;
	line-height: 24px;
}
.welcomeaddress .address {
	padding: 15px 30px;
	line-height: 24px;
}
.welcomeaddress .address .icon, .welcomeaddress .email .icon {
	float: left;
	padding: 0 15px 0 0;
}
.featureswrap {
	background: #3d97b8 url(images/featuresbg-min.jpg) no-repeat top right;
	padding: 50px 0;
}
.featuresinside {
	position: relative;
	width: 100%;
	float: left;
}
.featureslogo {
	position: absolute;
	background: rgb(28,222,181);
	background: linear-gradient(90deg, rgba(28,222,181,1) 0%, rgba(63,216,226,1) 100%);
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 10px solid #fff;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-top: -140px;
	margin-left: -140px;
}
.featuredrow {
	width: 100%;
	float: left;
	padding: 35px 0;
}
.featureditem {
	border-radius: 50px;
	color: #fff;
	position: relative;
}
.featureditem.item1 {
	background: rgb(27,225,182);
	background: linear-gradient(90deg, rgba(27,225,182,1) 0%, rgba(56,218,217,1) 100%);
}
.featureditem.item2 {
	background: rgb(35,223,191);
	background: linear-gradient(90deg, rgba(35,223,191,1) 0%, rgba(64,216,227,1) 100%);
}
.featureditem.item3 {
	background: rgb(84,162,238);
	background: linear-gradient(90deg, rgba(84,162,238,1) 0%, rgba(20,191,249,1) 100%);
}
.featureditem.item4 {
	background: rgb(71,168,240);
	background: linear-gradient(90deg, rgba(71,168,240,1) 0%, rgba(0,201,253,1) 100%);
}
.featureditem.item5 {
	background: rgb(127,191,255);
	background: linear-gradient(90deg, rgba(127,191,255,1) 0%, rgba(127,214,255,1) 100%);
}
.featureditem.item6 {
	background: rgb(127,199,255);
	background: linear-gradient(90deg, rgba(127,199,255,1) 0%, rgba(127,221,255,1) 100%);
}
.featureditem.item7 {
	background: rgb(23,194,249);
	background: linear-gradient(90deg, rgba(23,194,249,1) 0%, rgba(33,230,252,1) 100%);
}
.featureditem.item8 {
	background: rgb(25,201,250);
	background: linear-gradient(90deg, rgba(25,201,250,1) 0%, rgba(36,238,253,1) 100%);
}
.featureditem.item1, .featureditem.item3, .featureditem.item5, .featureditem.item7 {
	float: left;
}
.featureditem.item2, .featureditem.item4, .featureditem.item6, .featureditem.item8 {
	float: right;
}
.featureditem.item1, .featureditem.item2, .featureditem.item7, .featureditem.item8 {
	width: 45%;
}
.featureditem.item3, .featureditem.item4, .featureditem.item5, .featureditem.item6 {
	width: 35%;
}
.featureditem p {
	margin: 0;
	line-height: 22px;
	text-align: left;
}
.featureditem.item1, .featureditem.item7 {
	padding: 15px 90px 15px 25px;
}
.featureditem.item2, .featureditem.item8 {
	padding: 15px 25px 15px 90px;
}
.featureditem.item3, .featureditem.item5 {
	padding: 15px 90px 15px 25px;
}
.featureditem.item4, .featureditem.item6 {
	padding: 15px 25px 15px 90px;
}
.featureditem.item2 p, .featureditem.item8 p, .featureditem.item4 p, .featureditem.item6 p {
	text-align: right;
}
.featureditem.item1 .icon, .featureditem.item7 .icon {
	top: -15px;
	right: 0;
}
.featureditem.item2 .icon, .featureditem.item8 .icon {
	top: -15px;
	left: 0;
}
.featureditem.item3 .icon, .featureditem.item5 .icon {
	top: -15px;
	right: 0;
}
.featureditem.item4 .icon, .featureditem.item6 .icon {
	top: -15px;
	left: 0;
}
.featureditem.item1 .icon {
	background: #38dad9;
}
.featureditem.item2 .icon {
	background: #23dfbf;
}
.featureditem.item3 .icon {
	background: #23b8f6;
}
.featureditem.item4 .icon {
	background: #37b0f3;
}
.featureditem.item5 .icon {
	background: #7fd0ff;
}
.featureditem.item6 .icon {
	background: #7fcdff;
}
.featureditem.item7 .icon {
	background: #1fdffb;
}
.featureditem.item8 .icon {
	background: #1bd0fb;
}
.featureditem .icon {
	border-radius: 50%;
	float: right;
	width: 100px;
	height: 100px;
	position: absolute;
	padding: 8px;
}
.featureditem .icon span {
	background: rgb(172,236,232);
	background: linear-gradient(0deg, rgba(172,236,232,1) 0%, rgba(239,253,253,1) 100%);
	border: 6px solid #fff;
	border-radius: 50%;
	display: block;
}
.affiliatewrap {
	padding: 50px 0;
	background: url(images/affiliateprogbg-min.png) no-repeat left top #fff;
	    background-attachment: fixed;
}

.affiliatewrap-sub {
	padding: 50px 0;
    background: rgb(84,162,238);
    background: linear-gradient(90deg, rgba(84,162,238,1) 0%, rgba(0,201,253,1) 100%);
}

.cffiliatevalue {
	width: 100%;
	float: left;
	position: relative;
}
.joinus {
	width: 100%;
	float: left;
	text-align: center;
}
.joinus a {
	background: rgb(23,194,249);
	background: linear-gradient(90deg, rgba(23,194,249,1) 0%, rgba(36,238,253,1) 100%);
	color: #fff;
	width: 186px;
	height: 50px;
	border-radius: 50px;
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 18px;
}
.joinus a:hover {
	background: rgb(23,194,249);
}
.affiliateitems {
	width: 266px;
	height: 266px;
	text-align: center;
	background: url(images/planitembg.png) no-repeat center center;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: -80px 0 0;
}
.affiliateitems .percent {
	font-size: 72px;
	line-height: 72px;
}
.affiliateitems.item1 .percent {
	color: #18c3f9;
}
.affiliateitems.item2 .percent, .affiliateitems.item3 .percent {
	color: #1fe0bb;
}
.affiliateitems .percent span {
	font-size: 60px;
	line-height: 60px;
}
.affiliateitems p {
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	color: #93bfc1;
	font-size: 18px;
}
.affiliateitems.item1 {
	position: relative;
	margin: 0 auto;
}
.affiliateitems.item2 {
	float: left;
}
.affiliateitems.item3 {
	float: right;
}
.affiliateinfos {
	padding: 70px 0;
	width: 100%;
	float: left;
}
.affiliateinfos h2 {
	color: #25dfc2;
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 10px;
}
.affiliateinfos h3 {
	color: #20b0b4;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 20px;
}
.affiliateitems p {
}

.affiliatewrap-sub .affiliateinfos h2, .affiliatewrap-sub .affiliateinfos h3, .affiliatewrap-sub .affiliateinfos p {
	color:white;
} 

.affiliatewrap-sub .affiliateinfos h4 {
	text-transform:none;
	color:white;
	
}

.howtowrap {
	padding: 70px 0;
	background: rgb(84,162,238);
	background: linear-gradient(90deg, rgba(84,162,238,1) 0%, rgba(0,201,253,1) 100%);
}
.howtowrap h2 {
	text-align: center;
	margin: 0 0 45px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
}
.howtoitems {
	background: #fff;
	width: 272px;
	height: 272px;
	border-radius: 50%;
	position: relative;
}
.howtoitems .txt {
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	left: 35px;
	text-align: center;
	text-transform: uppercase;
	bottom: 70px;
}
.howtoitems .icon {
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 55px;
	z-index: 1;
}
.howtoitems .tag {
	width: 195px;
	height: 90px;
	position: absolute;
	top: 55px;
	left: -10px;
	z-index: 9;
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 78px;
}
.howtoitems .tag.one {
	background: url(images/howtostepnum1-min.png) no-repeat left center;
}
.howtoitems .tag.two {
	background: url(images/howtostepnum2-min.png) no-repeat left center;
}
.howtoitems .tag.three {
	background: url(images/howtostepnum3-min.png) no-repeat left center;
}
.howtoitems .tag.four {
	background: url(images/howtostepnum4-min.png) no-repeat left center;
}
.howtoitems a {
	position: absolute;
	bottom: 0;
	width: 160px;
	height: 42px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	background: rgb(221,200,63);
	background: linear-gradient(90deg, rgba(221,200,63,1) 0%, rgba(237,219,105,1) 100%);
	border-radius: 50px;
	color: #fff;
	line-height: 42px;
	text-transform: uppercase;
}
.howtoitems a:hover {
	background: rgb(221,200,63);
}
.statwrap {
	background: rgb(27,225,182);
	background: linear-gradient(90deg, rgba(27,225,182,1) 0%, rgba(64,216,227,1) 100%);
	padding: 50px 0 200px;
	text-align: center;
}
.statbox {
	text-align: center;
}
.statbox .icon {
	display: inline-block;
	padding: 0 0 20px;
}
.statbox p {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
	line-height: 18px;
}
.statbox h4 {
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.lasttenwrap {
	padding: 100px 0;
	background: url(images/lasttenbg-min.jpg) no-repeat center center fixed;
}
.lasttenitem {
	background: rgb(238,253,252);
	background: linear-gradient(180deg, rgba(238,253,252,1) 0%, rgba(173,236,232,1) 100%);
	border-radius: 25px;
	border: 7px solid #fff;
	width: 100%;
	float: left;
	box-shadow: 0 0 5px #00000026 inset;
	padding: 0 0 10px;
	margin: -200px 0 0 0;
}
.lasttenitem .icon {
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	margin: -40px auto 0;
	border-radius: 4px;
	box-shadow: 5px 0px 0px -1px #0000002b;
}
.lasttenitem .icon.item1 {
	background: #4ea4ef;
}
.lasttenitem .icon.item2 {
	background: #ddc83e;
}
.lasttenitem .icon.item3 {
	background: #d736f9;
}
.lasttenitem .icon span {
	transform: rotate(-45deg);
	display: inline-block;
}
.lasttenitem h3 {
	margin: 25px 0 10px;
	text-align: center;
	font-size: 24px;
	color: #228098;
}
.lasttenitem h3 span {
	font-weight: 500;
}
.lasttenitem .listings, .listings {
	padding: 10px;
}

.listings {
	padding:10px 0px;
}

.lasttenitem .listings ul, .listings ul {
	width: 100%;
	float: left;
	margin: 3px 0;
}
.lasttenitem .listings ul li, .listings ul li {
	width: 50%;
	float: left;
	padding: 2px 10px;
	line-height: 30px;
}

.listings ul li {
	width:60%;
	text-align:left;
	}


.lasttenitem .listings ul li:first-child, .listings ul li:first-child {
	background: #a2efe0;
	color: #1d6679;
	border-radius: 50px 0 0 50px;
}
.lasttenitem .listings ul li:last-child, .listings ul li:last-child {
	background: rgb(27,224,182);
	background: linear-gradient(90deg, rgba(27,224,182,1) 0%, rgba(62,173,211,1) 100%);
	color: #fff;
	border-radius: 0 50px 50px 0;
}

.listings ul li:last-child  {
    width: 40%;
    text-align: right;
}

.lasttenitem .listings ul li span, .listings ul li span {
	float: right;
	height: 24px;
}
.footerpaymentwrap {
	text-align: center;
}
.paymentitems {
	background: url(images/paymenticonbg.png) no-repeat center center;
	width: 130px;
	height: 130px;
	display: inline-block;
	margin: -65px 0 0 0;
}
.paymentitems span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 130px;
	height: 130px;
}


.member-container h2 {
    color: #00C9FD;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.member-container .depositbox_mid h2 {
    margin-bottom: 0px;
}

.member-container .afflinkwrap h2 {
	color:white;
	margin-top:20px;
	margin-bottom:10px;
}

.member-container .account-balance h2 {
    text-align: left;
    margin-bottom: 0px;
} 

.action_wrap {
	background:#056EAB;
	color:white;
	padding:50px 0px;
	text-align:center;
}



.action_wrap a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    padding: 6px 35px;
    display: inline-block;
    border-radius: 50px;
    margin: 10px 0 0 5px;
    position: relative;
    background: rgb(221,200,62);
    background: linear-gradient(90deg, rgba(221,200,62,1) 0%, rgba(237,219,105,1) 100%);
    font-weight: 600;
}

.action_wrap a:hover {
	    background: rgb(221,200,62);
}

footer {
}
.copyrightwrap {
	padding: 25px 0;
}
.copyright {
	text-transform: uppercase;
	color: #2b89a1;
}
.emailitem, .sentitem, .phoneitem {
	text-transform: uppercase;
	color: #fff;
	padding: 2px 25px;
	border-radius: 50px;
}
.emailitem .icon, .sentitem .icon, .phoneitem .icon {
	padding: 0 10px 0 0;
}
.emailitem a, .sentitem a, .phoneitem a {
	color: #fff;
}
.emailitem {
	background: rgb(83,162,238);
	background: linear-gradient(90deg, rgba(83,162,238,1) 0%, rgba(1,200,253,1) 100%);
}
.sentitem {
	background: rgb(27,225,182);
	background: linear-gradient(90deg, rgba(27,225,182,1) 0%, rgba(64,216,227,1) 100%);
}
.phoneitem {
	background: rgb(127,191,255);
	background: linear-gradient(90deg, rgba(127,191,255,1) 0%, rgba(127,221,255,1) 100%);
}
.footerlinks {
	background: #28869e;
	line-height: 30px;
	text-align: center;
	padding: 15px 0;
}
.footerlinks a {
	margin: 0 5px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s;
}
.footerlinks a:hover {
	color: 11d7ab;
}
@media screen and (max-width: 1024px) {
.planwrap {
	background: none;
}
.planitem.item2, .planitem.item7 {
	margin: 0 65px;
}
.planitem.item4, .planitem.item5 {
	margin: 0 30px;
}
.companywrap .iconwrap {
	padding: 40px 20px 30px 20px;
	overflow: hidden;
}
.companywrap .iconwrap .iconbox {
	width: 125px;
	height: 125px;
}
.featuredrow {
	padding: 25px 0;
}
.affiliateitems {
	width: 200px;
	height: 200px;
	padding: 20px;
	background-size: 100%;
}
.affiliateitems .percent {
	font-size: 52px;
	line-height: 52px;
}
.affiliateitems .percent span {
	font-size: 40px;
	line-height: 40px;
}
.affiliateinfos {
	padding: 25px 0;
}
.howtoitems {
	margin: 15px auto;
}
.statbox h4 {
	font-size: 26px;
}
.paymentitems {
	width: 110px;
	height: 110px;
	background-size: 100%;
}
.paymentitems span {
	width: 110px;
	height: 110px;
}
.copyright, .emailitem a, .sentitem a, .phoneitem a {
	font-size: 11px;
}
.bannerinfos h1 {
	font-size: 52px;
	line-height: 52px;
}
.howtowrap h2 {
	font-size: 46px;
	line-height: 56px;
}
}
 @media screen and (max-width: 812px) {
.navwrap {
	background: #056eab;
}
.logo {
	padding: 0;
	text-align: center;
	height: 121px;
    width: 235px;
}

.logo-text {
	left: 75px;
}

.pulsing-logo {
	left: 75px;
}

.header_top {
	text-align: center;
	padding: 20px 0 10px
}
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a {
	line-height: 44px;
	color: #fff;
}
.planitem {
	width: 225px;
	height: 225px;
	background-size: 100%;
}
.planitem .days {
	font-size: 13px;
}
.planitem.item2, .planitem.item7, .planitem.item4, .planitem.item5 {
	margin: 0 10px;
}
.planitem .minmax {
	font-size: 10px;
}
.calculatorwrap .icon, .calculatorwrap .header {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
.calculatorwrap .calvalue {
	width: 100%;
	padding: 0;
}
.calresults {
	width: 50%;
	background-size: 100%;
}
.calculatorwrap .inside {
	padding: 15px 15px 0;
}
.welcomeaddress .address br {
	display: none;
}
.featureslogo {
	position: relative;
	text-align: center;
	margin: 0 auto !important;
	left: 0;
}
.featuredrow {
	padding: 0;
}
.featureditem.item1, .featureditem.item2, .featureditem.item7, .featureditem.item8, .featureditem.item3, .featureditem.item4, .featureditem.item5, .featureditem.item6 {
	width: 100%;
	margin: 20px 0;
}
.featureditem p br {
	display: none;
}
.featureditem.item1 .icon, .featureditem.item2 .icon, .featureditem.item3 .icon, .featureditem.item4 .icon, .featureditem.item5 .icon, .featureditem.item6 .icon, .featureditem.item7 .icon, .featureditem.item8 .icon {
	top: -25px;
}
.welcomewrap, .featureswrap, .affiliatewrap, .howtowrap, .statwrap, .lasttenwrap {
	padding: 30px 0;
}
.bannerinfos .action {
	padding: 60px 0 20px;
}
.bannerinfos {
	padding: 20px 0 0 0;
}
.affiliateinfos {
	padding: 25px 0 0;
}
.bannerinfos h1 {
	font-size: 42px;
	line-height: 56px;
}
.welcomeinfos h2 {
	font-size: 26px;
}
.affiliateinfos h2 {
	font-size: 38px;
	line-height: 44px;
}
.affiliateinfos h3 {
	font-size: 26px;
	line-height: 32px;
}
.howtowrap h2 {
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 25px;
}
.lasttenitem {
	margin: 60px 0 10px 0;
}
.paymentitems {
	width: 80px;
	margin: 0;
	height: 80px;
	background-size: 100%;
}
.paymentitems span {
	width: 80px;
	height: 80px;
	padding: 25px;
}
.footerpaymentwrap {
	padding: 25px 0 0
}
.copyright {
	text-align: center;
}
.emailitem, .sentitem, .phoneitem {
	margin: 3px 0;
}
.footerlinks a {
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
}
.welcomeinfos {
	padding-bottom: 20px;
}
.affiliateitems {
	width: 260px;
	height: 260px;
}
.welcomeaddress {
	padding: 35px 15px 5px;
}
.statbox .icon {
	padding: 0 0 10px;
}
.statbox {
	padding: 15px 0;
}
}
 @media screen and (max-width:767px) {
.nav_inside {
	text-align: center;
}
.navbar-toggle {
    float: none;
    margin: 10px auto !important;
    background: #f5d71b url(images/menu.png) no-repeat center center;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.whybox .icon, .aboutbox .icon {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    transform: rotate(45deg);
    border-radius: 4px;
    box-shadow: 5px 0px 0px -1px #0000002b;
    background: #00c9fd;
    padding-top: 9px;
    margin: 20px auto 30px;
}

.account_deposit .planitem .emblem {
    background: url(images/emblem.png) no-repeat center center;
    width: 136px;
    height: 44px;
    position: absolute;
    bottom: 2px;
    left: 99px;
}

.afflinkwrap #copyButton {

    left: 17%;
	}


.form-container-login .iconbox.blue {
    background: #3e9abb;
    display: none;
}

.form-container-login {
    position: relative;
    padding-left: 30px;
}

.member-container {

    padding: 20px 10px;
}

.navbar-nav {
	margin: 7.5px 0;
}
.planitem.item2, .planitem.item7, .planitem.item4, .planitem.item5 {
	margin: 0;
}
.planitem {
	width: 265px;
	height: 265px;
}
.planrow {
	margin: 0;
}
.footerlinks a {
	font-size: 14px;
}
.loginwrap {
	margin: 15px 0 0 0;
}
.howtoitems .tag {
	font-size: 22px;
}
}
 @media screen and (max-width: 668px) {
}
 @media screen and (max-width: 569px) {
}
 @media screen and (max-width: 415px) {
.featureditem.item1 .icon, .featureditem.item2 .icon, .featureditem.item3 .icon, .featureditem.item4 .icon, .featureditem.item5 .icon, .featureditem.item6 .icon, .featureditem.item7 .icon, .featureditem.item8 .icon {
	top: -15px;
}
.companywrap .iconwrap .iconbox {
	width: 120px;
	height: 120px;
}
.companywrap .iconwrap .iconbox p {
	font-size: 12px;
}
.calresults {
	width: 100%;
}
.planitem.item2, .planitem.item7, .planitem.item4, .planitem.item5 {
	margin: 0;
}
.bannerinfos h1 {
	font-size: 32px;
	line-height: 46px;
	margin: 0 0 35px;
}
.welcomeinfos h2 {
	font-size: 22px;
}
.affiliateinfos h2 {
	font-size: 28px;
	line-height: 34px;
}
.affiliateinfos h3 {
	font-size: 18px;
	line-height: 24px;
}
.howtowrap h2 {
	font-size: 26px;
	line-height: 32px;
}
.affiliateitems.item1, .affiliateitems.item2, .affiliateitems.item3 {
	float: none;
	margin: 5px auto;
}
}
 @media screen and (max-width: 376px) {
.headerphone {
	margin: 0;
}
.companywrap .iconwrap .iconbox {
	margin: 0 auto;
}
.bannerinfos h1 {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 55px;
}
.welcomeinfos h2 {
	font-size: 18px;
}
.affiliateinfos h2 {
	font-size: 24px;
	line-height: 34px;
}
.affiliateinfos h3 {
	font-size: 16px;
	line-height: 24px;
}
.howtowrap h2 {
	font-size: 22px;
	line-height: 28px;
}
.howtoitems .tag {
	font-size: 18px;
}
.companynumber .txt h3 {
	font-size: 20px;
}
.companywrap .blurb {
	font-size: 14px;
}
.bannerinfos .action {
	padding: 25px 0;
}
}
 @media screen and (max-width: 321px) {
.loginwrap a {
	margin: 2px 0;
}
.companywrap .iconwrap .iconbox {
	width: 100px;
	height: 100px;
}
.companywrap .iconwrap .iconbox .icon {
	padding: 0;
}
.welcomeaddress .address, .welcomeaddress .email {
	padding: 15px 0px;
}
}