﻿@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight: 300;
   background: #f9f9f9;  
	color:#555;
}	

#topo{
height:100px;
padding-bottom: 5px;
}

.topo-interna{
margin: 0 auto;
width:980px;
text-align:left;
padding-top:20px;}

.logo{
width: 210px;
float: left;
}

.menu ul{
   float:right;
   display: inline-block;
   list-style: none;
   padding-top: 10px;
}

.menu ul li{
   float: left;
   padding-top: 10px;
}

.menu ul li a{
   color: #424242;
   padding-left: 45px;
   font-weight: 300;
   text-decoration: none;
   font-size: 20px;
}

.menu ul li a:hover{
  text-decoration: underline;
}

a.link-active{
    color: #009bdd!important;
    font-weight: 500!important;
}



#welcome{
height:60px;
background: #626262;
   
}

.welcome-message{
margin: 0 auto;
width:980px;
text-align:left;
color:#fff;
line-height: 60px;}

.welcome-message h1{
    font-size: 18px;
    letter-spacing: -.54px;
    text-align: center;
    font-weight: 300;
}

.welcome-message h2{
   color: #c2e8ff;
   font-weight: 300;
   font-size: 20px;
   text-align: center;
}



#header{
height:360px;
background: #465B73;
background-image: url(images/bg.jpg);
opacity: 50%;
background-position: top center;
background-repeat: no-repeat;
}

.header-interna{
margin: 0 auto;
width:980px;
text-align:left;
color:#fff;
padding-top: 60px;}



.header-interna h2{
   color: #fff;
   font-weight: 300;
   font-size: 18px;
   text-align: center;
   padding-top: 15px;
}


form{
   padding-top: 30px;
   padding-left: 70px;
}

.form-control {
    display: block;
    width: 560px;
    float: left;
    margin-right: 20px;
    height: 40px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



button{
background: #009bdd;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    height: 55px;
    width: 240px;
    cursor: pointer;
    float: left;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    border-bottom: solid 3px #0e80b1;
}

button:hover{
border-bottom: 0px;
}



/*--- Content ---*/


#content{  
padding-top: 30px;
background: #e3e5e5;}

.content-interna{ 
margin: 0 auto;
width:980px;
text-align:left;
height: 260px;
padding-top: 20px;}


.plans-info {width: 330px; height: 400px;  }


.img-server{
width: 125px;
padding-bottom: 15px;
}

.version{
    padding: 80px 20px 0 19px;
    float: left;
}

.version-less-top1{
  padding-top: 65px!important;
  padding-left: 20px!important;
}

.version-last{
  padding:54px 0px 0 18px;
}


.version h4{
  font-size: 22px;
  padding-bottom: 10px;
  color: #009bdd;
  font-weight: 300;
}

.version h5{
      padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.upgrade-interna h3{
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    color: #626262;
}

.p1{
    padding-bottom: 50px;
    width: 170px;
    padding-top: 48px;
}

.p2{
      padding-bottom: 50px;
      width: 170px;
}

.p3{
      width: 145px;
    padding-bottom: 38px;
}

.p4{
  width: 130px;
  padding-bottom: 25px;
}


.img-home{
  float: left;
  width: 85px;
  padding: 0 30px 0 50px;
}

.plan-button-home{
    display: block;
    position: relative;
    width: 190px;
    padding: 10px;
    clear: right;
    margin: 10px auto 30px;
    background: #8c8c8c;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #868383;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
}

.plan-button-home:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
}

.header-interna h1{
font-size: 46px;
letter-spacing: -.54px;
text-align: center;
font-weight: 100;
}


/*---Affiliate Program---*/

#affiliate{
height:240px;
background: #465B73;
background-image: url(images/bg.jpg);
opacity: 50%;
background-position: top center;
background-repeat: no-repeat;
}

.affiliate-interna{
margin: 0 auto;
width:980px;
text-align:center;
color:#fff;
padding-top: 50px;}

.affiliate-interna h1{
font-size: 46px;
letter-spacing: -.54px;
text-align: center;
font-weight: 100;
}

.affiliate-interna h2{
   color: #fff;
   font-weight: 300;
   font-size: 18px;
   text-align: center;
}

.affiliate-interna h2 a{
  color: #31b6ef;
  font-weight: 500;
  text-decoration: none;
}

.affiliate-interna h2 a:hover{
  text-decoration: underline;
}


/*---Payouts---*/

#payouts{  
padding-top: 0px;}

.payouts-interna{ 
margin: 0 auto;
width:980px;
text-align:left;
height: 1340px;
padding-top: 60px;}


.payouts-interna a{
  color:#555;
  text-decoration: none;
}

.payouts-interna a:hover{
  text-decoration: underline;
}

#payouts h3{
text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #626262;
}

#payouts h4{
    text-align: center;
    font-size: 20px;
    padding: 20px 0 40px 0;
    font-weight: 300;

}

#payouts h4 span{
  color: #009bdd;
  font-weight: 500;
}

p.btc{
  font-weight: bold;
  color: #00CC00;
}



table { 
    border-collapse: separate; 
    border-spacing: 0 10px; 
    margin-top: -10px; /* correct offset on first border spacing if desired */
}
td {
    border: solid 1px #dedede;
    border-style: solid none;
    padding: 10px;
}
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 8px; 
    border-top-right-radius: 8px; 
}

tr.title td {
    border: solid 1px #f9f9f9;
    border-style: solid none;
}


/*---Table Payments---*/

#table-payments{  
padding-top: 80px;
padding-bottom: 35px;
background: #fff;}

.table-payments-interna{ 
margin: 0 auto;
width:920px;
text-align: center;}



table{
   text-align: center;
   width: 978px;
   border:none;
}

th{
   background: #ec8438;
    color: #fff;
    height: 60px;
    font-size: 18px;
}

th a{
   color: #fff;
   text-decoration: none;
}

th a:hover{
   text-decoration: underline;
}

th.active{
   background: #f7941e;
}

th.active a{
   text-decoration: underline;
}

th.active a:hover{
   text-decoration: none;
}

tr.title{
   height: 20px;
    font-weight: 600;
}

tr.lightgray{
   height: 60px;
}

tr.darkgray{
   height: 60px;
   background: #dedede;
}

td a{
   color: #69bc35;
   text-decoration: none;
}

td a:hover{
   text-decoration: underline;
}

.truncate{
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 40px;
}

.truncate-menor{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 40px;
}

.truncate-link{
   display: inline-block;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.w3-button{
background: #0e80b1;
border: none;
border-radius: 0px!important;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight:bold;
font-size:16px;
text-transform:uppercase;
height:55px;
width:245px;
cursor:pointer;
float:left;
border-right: 2px solid #f8f8f8;
}

.w3-button:hover{
background: #0d6a92!important;
text-decoration: underline;
}

.w3-orange{
  background: #009bdd; 
}

p.status{
  color: #f11543;
    font-weight: bold;
}


.load-button{
    display: block;
    position: relative;
    width: 220px;
    padding: 15px 20px;
    clear: right;
    margin: 10px auto 30px;
    background: #009bdd;
    color: #FFF!important;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #0e80b1;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
    font-size: 20px;
}

.load-button:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
text-decoration: none!important;
}



/*---Contacts---*/
#contact{  
padding-top: 0px;}

.content-contact {
margin: 0 auto;
width:980px;
text-align:center;
height: 730px;
padding-top: 60px;
font-size: 16px;}

.content-contact p{
  text-align: center;
  padding-bottom: 40px;
}

.content-contact h3{
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
}

.content-contact h4{
  color: #626262;
  padding: 0 0 25px 0;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
}


form.contact{
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.form-contact{
    width: 390px;
    margin-bottom: 20px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  
}

textarea{
    width: 390px;
    height: 200px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 40px;

}



a.send{
display: block;
    position: relative;
    width: 220px;
    padding: 15px 20px;
    clear: right;
    margin: 0px auto 30px;
    background: #009bdd;
    color: #FFF!important;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #0e80b1;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
    font-size: 18px;
}

a.send:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
text-decoration: none!important;
}


/*---FAQ---*/

#faq{  
padding-top: 0px;}

.content-faq {
margin: 0 auto;
width:980px;
text-align:left;
height: 1500px;
padding-top: 60px;
font-size: 16px;}

.content-faq p{
  text-align: left;
  padding-bottom: 40px;
}

.content-faq h3{
  text-align: left;
  padding-bottom: 20px;
  font-size: 28px;
  color: #009bdd;
  font-weight: 300!important;
}

.content-faq h3 strong{
  font-weight: 300!important;
}

.content-faq h4{
  color: #424242;
  padding: 0 0 25px 0;
  font-size: 34px;
  text-align: left;
}

.content-faq a{
  color: #009bdd!important;
  text-decoration: none;
  font-weight: bold;
}

.content-faq a:hover{
  text-decoration: underline;
}



/*---Affiliate---*/


#affiliate-maior{
height:260px;
background: #465B73;
background-image: url(images/bg.jpg);
opacity: 50%;
background-position: top center;
background-repeat: no-repeat;
}

.affiliate-interna-maior{
margin: 0 auto;
width:980px;
text-align:center;
color:#fff;
padding-top: 60px;}

.affiliate-interna-maior h1{
font-size: 46px;
letter-spacing: -.54px;
text-align: center;
font-weight: 100;
}

.affiliate-interna-maior h2{
   color: #fff;
   font-weight: 300;
   font-size: 18px;
   text-align: center;
}


.affiliate-interna-maior a{
  color: #31b6ef;
  text-decoration: none;
  font-weight: bold;
}

.affiliate-interna-maior a:hover{
  text-decoration: underline;
}

#affiliate-content{  
padding-top: 30px;}

.affiliate-content-interna{ 
margin: 0 auto;
    width: 980px;
    text-align: center;
    height: 245px;
    padding-top: 38px;}

.affiliate-content-interna h3{
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    color: #626262;
    padding-top: 30px;
}


.affiliate-content-interna p{
  font-size: 20px;
}


.affiliate-content-interna a{
  color: #009bdd;
  font-weight: 500;
  text-decoration: none;
}

.affiliate-content-interna a:hover{
  text-decoration: underline;
}

#account h3{
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #626262;
    padding-bottom: 10px;

}

.referral-link h3{
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #fff!important;
    padding-bottom: 10px;

}


#account h4 a{
  color: #ea6808;
  font-size: 24px;
  text-decoration: none;
}

#account h4 a:hover{
  text-decoration: underline;;
}

#account{  
padding-top: 0px;}

.account-interna{ 
margin: 0 auto;
width:980px;
text-align:center;
height: 1850px;
padding-top: 60px;}


.account-interna a{
  color: #009bdd;
  font-weight: bold;
  text-decoration: none;
}

.account-interna a:hover{
  text-decoration: underline;
}


.notice {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    padding: 20px 60px 50px 25px;
    margin-bottom: 30px;
    background: #fff;
    color: #424242;
    border: 1px solid #ab2929;
    border-radius: 4px;
    height: 160px;
  }

.notice img {
    float: left;
    width: 22px;
    padding-right: 10px;
    padding-top: 4px;
}

.notice a {
    text-decoration: underline;
    color: #ab2929;
    font-weight: bold;
}

.notice h5{
  color: #c72424;
  font-weight: 400;
  font-size: 22px;
}

.notice p{
  padding-top: 10px;
}


.warning {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    padding: 20px 60px 50px 25px;
    margin-bottom: 30px;
    background: #fff;
    color: #424242;
    border: 1px solid #049c93;
    border-radius: 4px;
    height: 160px;
  }

.warning img {
    float: left;
    width: 22px;
    padding-right: 10px;
    padding-top: 4px;
}

.warning a {
    text-decoration: underline;
    color: #049c93;
    font-weight: bold;
}

.warning h5{
  color: #049c93;
  font-weight: 400;
  font-size: 22px;
}

.warning p{
  padding-top: 10px;
}


.caution {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    padding: 20px 60px 50px 25px;
    margin-bottom: 30px;
    background: #fff;
    color: #424242;
    border: 1px solid #c89406;
    border-radius: 4px;
    height: 160px;
  }

.caution img {
    float: left;
    width: 22px;
    padding-right: 10px;
    padding-top: 4px;
}

.caution a {
    text-decoration: underline;
    color: #c89406;
    font-weight: bold;
}

.caution h5{
  color: #c89406;
  font-weight: 400;
  font-size: 22px;
}

.caution p{
  padding-top: 10px;
}



#header-balance{
  text-align: left;
height:200px;
background: #465B73;
background-image: url(images/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
}


.header-interna-logged{
margin: 0 auto;
width:980px;
text-align:left;
color:#fff;
padding-top: 50px;}

.header-interna-logged h1{
font-size: 46px;
letter-spacing: -.54px;
text-align: left;
float: left;
font-weight: 400;
}



a.button-withdraw{
    float: left;
    position: relative;
    width: 130px;
    padding: 15px 15px;
    margin: 10px auto 30px;
    background: #009bdd;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #0e80b1;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
}

a.button-withdraw:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
}


a.button-status{
    float: left;
    position: relative;
    width: 230px;
    padding: 15px 15px;
    margin: 10px auto 30px;
    background: #0e80b1;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #095d82;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
    margin-left: 20px;
}

a.button-status:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
}


.header-interna-logged button.logout{
    float: left;
    position: relative;
    width: 130px;
    padding: 15px 15px;
    margin: 10px auto 30px;
    background: #0e80b1;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #095d82;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
    margin-left: 20px;
}

.header-interna-logged button.logout:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:40px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;

}





/*---Upgrade---*/



.plan{
border: 1px solid #eeeeee;
border-radius: 6px;
height: 440px;
width: 280px;
float: left;
padding-top: 25px;
background: #fff;
margin-right: 7px;
margin-left: 14px;
text-align: center;
cursor:pointer;
margin-bottom: 60px;
}
.plan:hover{
  border: 1px solid #009ce0;
}

.plan h2{
    font-size: 18px;
    color: #009ce0;
    padding: 25px 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    margin: 0 70px;
    padding-bottom: 20px;
  }

.plan h5{
  font-size: 16px;
  padding: 20px 0 40px 0;
  font-weight: 500;
}



.plan h5 img{
  float: left;
  width: 18px;
  padding: 1px 5px 0 0;
}


.earning-rate p{
  font-size: 16px;
}

.earning-rate p span{
  color: #adadad;
  font-weight: 400!important;
}

.first{
padding-top: 12px;
}

.last{
  margin-right: 0px!important;
}

.bonus{
  border-top: 1px solid #eaeaea;
  margin: 20px 56px 0 56px;
}

.img-version{
    padding-top: 40px;
    width: 170px;
    padding-bottom: 25px;
}

.img-version2{
    width: 150px;
    padding-bottom: 15px;
    padding-top: 12px;
}

.img-version3{
    width: 123px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.img-version4{
    width: 95px;
    padding: 0px 40px;
    height: 120px;
}

.plan-button{
    position: relative;
    width: 130px;
    padding: 15px 40px;
    margin: 20px auto 30px;
    background: #009bdd;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #0e80b1;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
}

.plan-button:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:40px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;

}




/*---Choose your version (Upgrade)---*/

.content-plans{ 
margin: 0 auto;
width:1250px;
text-align:center;
height: 740px;
padding-top: 30px;}

.content-plans h3{
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #626262;
    padding-top: 40px;
}

.content-plans h4{
      text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    padding: 10px 0 60px 0;
}


img.off{
  position: relative;
    top: -31px;
    z-index: 200;
    margin: 0 auto;
    right: -5px;
    float: right;
    width: 150px;
}

.plan-relative{
  position: relative;
  top: -145px;
}

.best-deal{
border: 1px solid #009ce0!important;}



p.complete{
  color: #4e908c;
  font-weight: bold;
}



div.referral-link{
  background: #009bdd;
  margin: 40px 0;
  color: #fff;
    padding: 0px 0 55px 0;}

div.referral-link h3{
  text-align: center;
    font-size: 22px!important;
    padding-bottom: 30px!important;
        padding: 25px;
}

div.referral-link div {
  color: #657296!important;
    font-size: 26px !important;
    text-decoration: none;
    background: #ffffff;
    padding: 15px 80px;
}


div.referral-link h4 a{
  color: #009bdd!important;
    font-size: 26px !important;
    text-decoration: none;
    background: #ffffff;
    padding: 15px 80px;
}

a.change-address{
display: block;
    position: relative;
    padding: 7px 18px;
    margin: 6px 0 0 10px;
    background: #009bdd;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #0e80b1;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
    float: left;
    font-size: 13px;
    top: -3px;
}


   a.change-address:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
text-decoration: none;
}

p.affiliate-link{
  float: left;
  padding-left: 170px;
  padding-top: 10px;
}


/*---Current version ---*/


#current-version{  
background: #f0f1f1;
background-repeat: repeat-x;
}

.current-version-interna{ 
    margin: 0 auto;
    width: 1100px;
    text-align: left;
    height: 300px;
}

#current-version .img-logged{
    float: left;
    height: 220px;
    padding: 30px 45px 0 140px;
}


#current-version .bit-free h3{
    text-align: left;
    font-size: 44px;
    line-height: 28px;
    padding-top: 12px;
    color: #009bdd;
    font-weight: 300;

}

#current-version .bit-free h6{
    text-align: left;
    font-size: 16px;
    padding-top: 70px;
    text-transform: uppercase;
    font-weight: 400;
}


#current-version .earning-rates{
  padding-top: 30px;
  float: left;
  padding-right: 60px;

}

#current-version .earning-rates p{
  font-size: 20px;
}

#current-version .earning-rates h4{
  font-size: 28px;
  text-align: left;
  font-weight: 500;
}




.content-interna .bit-free h3{
text-align: left;
    font-size: 36px;
    line-height: 28px;
    padding-top: 25px;
    font-weight: 300;
}


.content-interna .earning-rates{
    padding-top: 30px;
    float: left;
    padding-right: 50px;
    width: 195px;

}

.content-interna .earning-rates p{
  font-size: 20px;
}

.content-interna .earning-rates h4{
    font-size: 32px;
    text-align: left;
    font-weight: 400;
}




/*---Rodapé---*/

#rodape {
height:70px;
background:#57595b;
color:#fff;
clear:both;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
}

.rodape-interna{
margin: 0 auto;
width:980px;
text-align:center;
line-height:70px;}




#header-logged{
  text-align: left;
height:200px;
background: #465B73;
background-image: url(images/fundo.png);
opacity: 50%;
background-position: top center;
background-repeat: no-repeat;
}



.header-interna-logged h2{
   color: #fff;
   font-weight: 300;
   font-size: 22px;
   text-align: left;

}

.header-interna-logged form{
  float: right;
  padding:0!important;
}






/*---Index Logged---*/

.content-plan-chosen{ 
margin: 0 auto;
width:980px;
text-align:center;
height: 440px;
padding-top: 30px;}

.content-plan-chosen span{color: #ea6808;}

 
.content-plan-chosen h4{ 
    color: #ea6808;
    font-size: 24px;
    text-decoration: none;
        padding-top: 10px;
}
.waiting h5{
  font-size: 18px;
  padding: 30px 0;
}

.waiting p{
  padding-top: 20px;
}








/*---Upgrade---*/

#upgrade{  
padding-top: 60px;
padding-bottom: 35px;
background: #fff;
height: 630px;}


.upgrade-interna{ 
margin: 0 auto;
width:980px;
text-align: center;}










/*---Colapsible panel---*/


.colapsible h3{
  text-align: center;
  font-size: 22px!important;       
  padding: 25px;
  color: #424242;

}

.colapsible img{
  margin-bottom: 15px;
  margin-top: 5px;
}

.colapsible textarea{
  width: 443px;
    height: 50px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px!important;
}

.colapsible ul { list-style-type: none; }
.colapsible label{
  font-size: 16px!important;
    padding-bottom: 30px!important;
    padding: 25px;
    color: #009bdd;
    font-weight: 700;
    text-decoration: underline;
}
.colapsible li { 
  padding: 5px;
  background: #dddddd;
      padding-bottom: 30px;
}
.colapsible input[type=checkbox] { display: none; }
.colapsible input[type=checkbox] ~ ul { 
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space:nowrap;

}
.colapsible input[type=checkbox]:checked ~ ul { 
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.colapsible input[type=checkbox]:checked ~ label{
  display: none;
}




/*---Modal Buy Upgrade----*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 610px;
    position: relative;
    margin: 10% auto;
    padding: 50px 40px;
    background: #f8f8f8;
}
.close {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 24px;
}


.modalDialog > div h4{
  color: #009bdd;
  font-size: 26px;
}

.modalDialog > div h3{
    padding-bottom: 20px;
    font-weight: 400;
}

.modalDialog > div h3 span{
  color:#009bdd;
  font-weight: 500;
}

.modalDialog > div h2{
    font-size: 36px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}

.alert1{
      clear: both;
    text-align: center;
    font-size: 15px;
    padding: 15px 0 20px 0;
   background: #009bdd;
}

.alert1 textarea{
    width: 910px;
    height: 50px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px!important;
    margin-top: 10px;
}
#alert-withdraw{
	display:none;
	text-align:left;
	padding-left:20px;
}

#alert-withdraw a {
  text-decoration: none;
}

#alert-withdraw a:hover{
  text-decoration:underline;

}

#widthsum {
	background-color:#FFFFFF;
	border:#f7941e;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    height: 52px;
    width: 300px;
    margin-left: 0px;
    margin-top: 7px;
    text-decoration: none;
    padding: 0 0 0 5px;
    margin-bottom: 25px;
	display:none;
	
	font-size: 46px;
	letter-spacing: -.54px;
	text-align: left;
	float: left;

}


a.button-withdraw{
    float: left;
    position: relative;
    width: 130px;
    padding: 15px 15px;
    margin: 10px auto 30px;
    background: #0e80b1;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #095d82;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
}

a.button-withdraw:hover{
border-bottom:solid 1px #494b52;
top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
margin-bottom:32px;
cursor:hand;cursor:pointer;
transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
transition-timing-function:ease-in;
}

a.button-confirm{
    float: left;
    position: relative;
    width: 130px;
    padding: 15px 15px;
    margin: 10px 10px 30px;
    background: #0e80b1;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #095d82;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
	display:none;
}

a.button-confirm:hover{
	border-bottom:solid 1px #494b52;
	top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
	margin-bottom:32px;
	cursor:hand;cursor:pointer;
	transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
	transition-timing-function:ease-in;
}

a.button-cancel{
    float: left;
    position: relative;
    width: 130px;
    padding: 15px 15px;
    margin: 10px 10px 30px;
    background: #0e80b1;
    color: #FFF;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    -webkit-appearance: none;
    border-bottom: solid 3px #095d82;
    top: -3px;
    box-shadow: rgba(0,0,0,.1) 0 6px 1px;
    transition: box-shadow .6s,border-bottom .6s,top .6s,margin-bottom .6s;
    transition-timing-function: ease-out;
    text-transform: uppercase;
	display:none;
}

a.button-cancel:hover{
	border-bottom:solid 1px #494b52;
	top:-1px;box-shadow:rgba(0,0,0,.05) 0 2px 1px;
	margin-bottom:32px;
	cursor:hand;cursor:pointer;
	transition:box-shadow .1s,border-bottom .1s,top .1s,margin-bottom .1s;
	transition-timing-function:ease-in;
}

.error-message {
	color: #FFF;
	text-align: center;
}


div.referral-link{
  background: #657382;
  margin: 40px 0;
  color: #fff;
  padding: 0px 0 55px 0;
  	text-align:center;
}

div.referral-link h3{
  text-align: center;
    font-size: 22px!important;
    padding-bottom: 30px!important;
        padding: 25px;
}

div.referral-link #url_field{
    color: #f7941e!important;
    font-size: 26px !important;
    text-decoration: none;
    background: #ffffff;
    padding: 15px 80px;
	width:728px; 
	height:70px;

}