body {
    font-family: 'Montserrat', Helvetica, Arial, serif;
    color: #eaf2ff;
    font-size: 14px;
    background: #032d79 url(../img/background.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

b, strong {
    font-weight: 600;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.btn {
    border-radius: 10px;
}

.btn-connect {
    background: #248cff!important;
    border-color: #ffffff00;
    color: #fff!important;
    border-right: 4px solid #75b7ff;
    box-shadow: inset 0px 22px 10px -10px #f3ffc142;
}

.btn-connect2 {
    background: none!important;
    border-color: #6a6a6a;
    color: #7fdd2f!important;
    border-right: 4px solid #70cf1f;
}

.btn-connect img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 5px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #00000021;
}

.navbar-brand>img {
    display: block;
    height: 45px;
}

.nav-tabs {
    border-bottom: none;
    height: 55px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6e6e6e;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    border-left: 3px solid #ffffff0a;
    background: #00000000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ffffff00;
    border: 1px solid #fff0;
    border-left: 3px solid #f89d19;
    border-bottom-color: transparent;
}

.connect {
    float: right;
    margin: 20px 0px;
}

.blur {
    background-color: #002371c9;
    border-color: #0000;
    backdrop-filter: blur(6px);
    box-shadow: inset 0px -85px 30px -30px #001749e6;
}

.box {
    white-space: normal;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}

.abox {
    display: block;
    cursor: pointer;
    padding: 20px 0px;
    text-align: center;
    color: #673800;
    text-decoration: none;
    background: #fbbc0a;
    box-shadow: inset 0px -70px 30px -30px #f7941d;
    border-radius: 0px;
    font-weight: 900;
}

.abox:hover, .abox:active, .abox:focus {
    text-decoration: none;
    background-color: #faae11;
    color: #673800;
}

.abox i {
    font-size: 36px;
    margin: 8px 0px;
    vertical-align: middle;
}

.abox .title_mini {
    font-size: 14px;
}

.rowtopmenu {
    margin-top: 155px;
    margin-right: 200px;
    margin-left: 200px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .abox .title_mini {
        display: block;
        font-size: 9px;
        margin-top: 0px;
    }
    .rowtopmenu {
        margin-top: 50px;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
    }
}

.stat_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat_value {
    font-size: 40px;
    font-weight: 800;
    color: #f89d19;
    margin-top: 10px;
}

.stat_value .currency {
    font-size: 20px;
    font-weight: 500;
    text-shadow: none;
}

.title {
    color: #fff;
    border-left: 3px solid #f89d19;
    display: block;
    padding: 6px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    box-shadow: inset 119px 0px 60px -100px #0000003b;
}

.roi {
    background: #ffffff24;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 15px 8px 30px;
    display: inline-block;
    border-radius: 0px;
    margin-left: -30px;
}

.term {
    background: #091631;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 0px 30px 30px 0px;
}

.stats_acc {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0px;
    color: #fff;
}

.stats_acc .text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #f89d19;
}

.stats_acc small {
    font-size: 16px;
}

.table {
    font-size: 12px;
    background: #091631;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    box-shadow: inset 0px -45px 60px #00000040;
}

th {
    border-color: #0000005e!important;
    font-weight: 600;
}

td {
    border-color: #0000003b!important;
}

.depobox {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .depobox {
        display: block;
        float: none;
        margin-top: 15px;
    }
}

.btn-deposit {
    border-radius: 10px;
    display: block;
    width: 100%;
    border: none;
    background: #fbbc0a!important;
    box-shadow: inset 0px -50px 30px -30px #f7941d;
    color: #673800!important;
    font-weight: 800;
    padding: 12px 0px;
    margin-top: 20px!important;
    font-size: 16px;
}

.form-deposit {
    display: inline-block;
    width: 140px;
    border-radius: 30px 0px 0px 30px;
    vertical-align: middle;
    font-size: 11px;
}

.level {
    display: inline-block;
    background: #ffffff2e;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 16px;
    margin: 2px 0px;
    width: 105px;
    text-align: center;
    color: #fff;
}

.level span {
    background: #f89d19;
    display: inline-block;
    border-radius: 6px;
    width: 50px;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
    color: #673800;
}

.form-ref {
    display: inline-block;
    width: 215px;
    border-radius: 6px;
    font-size: 12px;
    height: 28px;
    background: #00000036;
    border: 1px solid #00000030;
    color: #8fa8bf;
    padding-right: 30px;
    margin: 5px 0px;
}

.table>tbody+tbody {
    border-top: 2px solid #0003;
}

.modal-open .modal {
    background: #303030 url(../img/background.jpg) no-repeat center;
    background-size: cover;
}

.modal-content {
    background-color: #012467;
    border-color: #00000061;
}

.close {
    color: #fff;
    opacity: .8;
    font-size: 27px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #00000036;
    color: #fff;
}

.modal-body {
    padding: 30px;
}

.plantit {
    font-size: 20px;
    font-weight: 600;
    margin: 0px -30px;
    padding: 15px 30px;
    margin-top: -30px;
    background: #002061;
    text-align: center;
    box-shadow: inset 0px -46px 30px -30px #011131;
    color: #f89d19;
}

.plandet {
    font-weight: 100;
    margin-top: 4px;
}

.plandet span {
    float: right;
    font-weight: 600;
    color: #f89d19;
}

.propim {
    width: 100%;
    padding: 30px;
}

.table-prop {
    background: none;
    border-radius: 0px;
    box-shadow: none;
}

.table-prop img {
    width: 100px;
    padding: 15px;
}

.table-prop .plan {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    color: #f89d19;
    margin-bottom: 5px;
}

.table-prop .profit {
    color: #f89d19;
    font-weight: 800;
}

.sociallink {
    display: inline-block;
    color: #fff!important;
    font-size: 30px;
    text-shadow: 2px 2px 2px #0000008c;
    margin: 10px 15px;
}

.logobottom {}