* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #08091B;
    /* background-color: #5BBFE1; */
    background-color: #014D7E;
}
small {font-size: 0.8em;}
i {font-style: italic;}
b {font-weight: 700;}
label {color: #fff;}
a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
a, input, bottom, select, textarea, input:active, bottom:active, select:active, textarea:active, input:focus, bottom:focus, select:focus, textarea:focus {
    resize: none !important;
    outline: 0 !important;
    outline: none !important;
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after, input[type="radio"]:checked + label:after, input[type="radio"]:not(:checked) + label:after {
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    transition: all 0s ease !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type=number], select, textarea {
    padding: 15px 20px;
    font-size: 14px;
    color: #898989;
    border: 1px solid #898989;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    border-color: #08091B;
    color: #08091B;
}
.selectric {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.selectric .label {
    color: rgba(255, 255, 255, 0.7);
}
.selectric .button {
    color: rgba(255, 255, 255, 0.7);
    background: none;
}
.selectric .button:after {
    border-top-color: rgba(255, 255, 255, 0.7);
}
.selectric-hover .selectric {
    border-color: #fff !important;
}
.selectric-hover .label {
    color: #fff;
}
.selectric-hover .button:after {
    border-top-color: #fff !important;
}
.selectric-items {
    background: #ffffff;
    border: 1px solid #E7E7E7;
}
.selectric-items li:hover, 
.selectric-items li.highlighted {
    background: #E7E7E7;
    color: #08091B;
}
::-webkit-input-placeholder {color:#02233A;}
::-moz-placeholder          {color:#02233A;}/* Firefox 19+ */
:-moz-placeholder           {color:#02233A;}/* Firefox 18- */
:-ms-input-placeholder      {color:#02233A;}
.btn, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #16b222;
    border: 0;
    height: 30px;
    font-size: 14px;
    line-height: 1.4;
}
.btn:hover, .btn.active, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, bottom:hover, bottom:focus {
    background: #117a19;
}
.btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active, input[type="button"]:active,input[type="button"].active, bottom:active, bottom.active {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3px ;
}
.btn-1 {
    display: inline-block;
    position: relative;
    padding: 8px 56px 8px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #16b222;
    height: 50px;
}

.btn-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
}
.btn-1.active:before, 
.btn-1:hover:before {
    background: #117a19;
}
.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 36px;
    top: 7px;
    background: #fff;
}
.btn-1 i {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 10px;
    background-size: 100% !important;
}
.btn-1:hover i {
    background: #117a19;
}
.btn-1 small {
    display: block;
}
.form-input {
    position: relative;
    margin-bottom: 20px;
}
.form-input input, 
.form-input textarea, 
.form-input select {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 200px;
    color: rgba(255, 255, 255, 0.7);
    height: 48px;
}

.form-input input:focus, 
.form-input textarea:focus, 
.form-input select:focus {
    border-color: #fff;
    color: #fff;
}
.form-input textarea {
    height: auto;
}
.form-input label {
    position: absolute;
    /* height: 28px; */
    height: calc(100% - 20px);
    width: 170px;
    padding-right: 10px;
    line-height: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    left: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 800;
}
.form-input input:focus + label {
    border-color: #fff;
    color: #fff;
}
.form-checkbox {
    display: inline-block;
}
.form-checkbox label {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.form-checkbox label:before {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    width: 16px !important;
    height: 16px !important;
    top: 5px !important;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    border-color: #fff !important;
}
.form-checkbox label:after {
    left: 5px !important;
    top: 9px !important;
    width: 7px !important;
    height: 4px !important;
    border-radius: 0 !important;
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.form-link {
    line-height: 30px;
    font-weight: 800;
    display: inline-block;
}
.success, .info, .error {
    border-top: 4px solid rgba(0, 0, 0, 0.3);
    padding: 14px 20px 16px 20px;
    color: #fff;
    margin-bottom: 25px;
}
.success {
    background: #16B222;
}
.info {
    background: #0D80CA;
}
.error {
    background: #a50f0f;
}
.success li, .info li, .error li {
    display: block;
    color: #fff !important;
}
.success ul br, .info ul br, .error ul br {
    display: none;
}
.success a, .info a, .error a {
    font-weight: 900 !important;
    color: #rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
}
.success a:hover, .info a:hover, .error a:hover {
    color: #rgba(0, 0, 0, 0.9) !important;
}
.info.info-1 {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid rgba(255, 255, 255, 0.3);
}
.text-left  {text-align: left;}
.text-right {text-align: right;}
.right      {float: right;}
.left       {float: left;}
.br {
  padding: 12px;
}
.pagination {
    padding: 30px 0 10px 0;
    text-align: left;
    border-top: 1px solid #fff;
    display: block;
}
.pagination li {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    cursor: pointer;
}
.pagination li:first-child a {
    
}
.pagination li:last-child a {
    border: none;
}
.pagination li a:hover, 
.pagination li.active a {
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.3) !important;
}
.content-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1160px;
    max-width: 1920px;
    overflow: hidden;
}
.container {
    width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.row.row-1 {
    margin-right: -10px;
    margin-left: -10px;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.row.row-2 > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.row.row-2 > div:first-child {
    padding-right: 20px;
}
.row.row-2 > div:left-child {
    padding-left: 20px;
}

.header {
    position: relative;
    height: 600px;
    padding: 30px 0 30px 0;
    color: #636363;
    background: url(../img/header.jpg) center top no-repeat;
}
.header-slide-1 {
    width: 100%;
    height: 338px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/header-slide-1.png) left top;
    opacity: 0.75;
    animation: headerslide1 54s linear infinite;
}
@keyframes headerslide1 {
  from {
    /* background-position: -1920px 0; */
    background-position: 1920px 0;
  }
}
.header-slide-2 {
    width: 100%;
    height: 380px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/header-slide-2.png) left top;
    opacity: 0.75;
    animation: headerslide2 84s linear infinite;
}
@keyframes headerslide2 {
  from {
    /* background-position: -1920px 0; */
    background-position: 1920px 0;
  }
}
.header-slide-3 {
    width: 100%;
    height: 570px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/header-slide-3.png) left top;
    animation: headerslide3 194s linear infinite;
}
@keyframes headerslide3 {
  from {
    /* background-position: -2880px 0; */
    background-position: 2880px 0;
  }
}
.header-container {
    
}
.header-container > .container {
    background: #fff url(../img/bg-1.png);
    padding: 25px 0 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-top {
    padding: 0 20px 5px 20px;
}
.header-logo { 
    float: left;
    position: relative;
}
.header-logo::before { 
    content: '';
    position: absolute;
    right: -35px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #08091B;
    opacity: 0.5;
}
.header-logo a {
    width: 260px;
    height: 80px;
    display: block;
    background: url(../img/logo.png);
    background-size: 100%;
}
.header-calculator {
    float: left;
    padding: 15px  0 0 75px !important;
}
.header-calculator a {
    display: block;
    position: relative;
    padding: 8px 56px 8px 35px;
    text-transform: uppercase;
    color: #fff;
    background: #014D7E;
    float: left;
    height: 50px;
    text-align: right;
}
.header-calculator a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
}
.header-calculator a:hover:before {
    background: #022C48;
}
.header-calculator a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 36px;
    top: 7px;
    background: #fff;
}

.header-calculator small {
    display: block;
}
.header-calculator i {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 10px;
    background-size: 100% !important
}
.header-calculator a:hover i {
    background: #022C48;
}
.header-data {
    float: right;
    height: 80px;
}
.header-data > div {
    float: left;
    padding: 0 0 0 20px;
}
/*
.header-data .lang {
    padding: 15px 40px 20px 0;
}
.header-data .language-selection {
    position: relative;
    padding: 5px 80px 5px 30px;
    cursor: pointer;
    border: 1px solid;
    height: 50px;
    color: #014D7E;
}
.header-data .language-selection:hover {
    color: #022C48;
}
.header-data .language-selection::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #014D7E transparent transparent transparent;

}
.header-data .language-selection:hover::before {
    border-color: #022C48 transparent transparent transparent;

}
.header-data .language-selection i {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -1px;
    right: 20px;
    background: #014D7E;
}
.header-data .language-selection:hover i {
    background: #022C48;
}
.header-data .language-selection span {
    display: block;
}
*/
.header-data .links {
    text-align: right;
    padding: 20px 0 0 0;
    margin-top: -5px;
}
.header-data .links a {
    display: block;
    position: relative;
    padding: 8px 56px 8px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #16b222;
    float: left;
    height: 50px;
}

.header-data .links a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
}
.header-data .links a.active:before, 
.header-data .links a:hover:before {
    background: #117a19;
}
.header-data .links a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 36px;
    top: 7px;
    background: #fff;
}
.header-data .links a:first-child {
    margin-right: 10px;
}
.header-data .links a:hover {
    color: #fff;
}
.header-data .links i {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 10px;
    background-size: 100% !important;
}
.header-data .links a:hover i {
    background: #117a19;
}
.header-data .links a small {
    display: block;
}
.header-menu {
    margin-top: 20px;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.header-menu ul {
    z-index: 9;
    position: relative;
}
.header-menu li {
    display: block;
    float: left;
    text-align: center;
    margin-right: 15px;
}

.header-menu a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 20px;
    text-transform: uppercase;
    color: #08091B;
    padding: 14px 40px;
    text-align: left;
    height: 60px;
}
.header-menu a.header-menu-icon {
    padding: 14px 40px 14px 70px;
}
.header-menu a:hover {
    background: #fff;
    color: #014D7E;
}
.header-menu a.active {
    color: #014D7E;
}
.header-menu a i {
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: 14px;
    background: #000;
    border-radius: 100%;
    opacity: 0.1;
}
.header-menu a.active i, 
.header-menu a:hover i {
    background: #014D7E;
    opacity: 1;
}
.header-menu a.header-menu-icon i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 20px;
    border-radius: 0;
    opacity: 1;
    background: none !important;
}
.header-menu a.header-menu-icon i::before, 
.header-menu a.header-menu-icon i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background-size: 100% !important;
}
.header-menu a.header-menu-icon i::before {
    background: url(../img/icon-header-2-home.png);
    opacity: 1;
}
.header-menu a.header-menu-icon i::after {
    background: url(../img/icon-header-2-home-h.png);
    opacity: 0;
}
.header-menu a.active i.icon-header-2-home::before, 
.header-menu a:hover i.icon-header-2-home::before {opacity: 0;}
.header-menu a.active i.icon-header-2-home::after, 
.header-menu a:hover i.icon-header-2-home::after {opacity: 1;}


.header-menu a small {
    display: block;
    line-height: 14px;
}
.btc-price {
    position: absolute;
    z-index: 9;
}
.btc-price .cryptonatorwidget > div {
    position: relative;
    float: left;
    padding: 10px 20px 10px 50px !important;
    border: none !important;
    color: #fff;
}
.btc-price .cryptonatorwidget > div::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100% !important;
}
.btc-price .cryptonatorwidget > div:nth-child(1)::before {background: url(../img/icon-btc-price-btc.png);}
.btc-price .cryptonatorwidget > div:nth-child(2)::before {background: url(../img/icon-btc-price-ltc.png);}
.btc-price .cryptonatorwidget > div:nth-child(3)::before {background: url(../img/icon-btc-price-doge.png);}
.btc-price .cryptonatorwidget > div:nth-child(4)::before {background: url(../img/icon-btc-price-bch.png);}
.btc-price .cryptonatorwidget > div:nth-child(5)::before {background: url(../img/icon-btc-price-eth.png);}
.btc-price .cryptonatorwidget > div:last-child {
    display: none !important;
}
.btc-price .cryptonatorwidget font {
    display: block;
}
.btc-price .cryptonatorwidget font:last-child {
    position: absolute;
    top: 12px;
    right: 5px;
    font-weight: 800;
}
.header-content {
    
}
.header-content-text {
    width: 60%;
    padding: 100px 30px 0 0;
    color: #fff;
}
/* No Parallax
.header-content-img {
    position: absolute;
    width: 476px;
    height: 448px;
    top: -70px;
    right: 0;
    background: url(../img/header-content.png) top;
}
*/
.header-content-img {
    position: absolute;
    width: 596px;
    height: 448px;
    top: -70px;
    right: -100px;
    
}
.header-content-img-1 {
    background: url(../img/header-content-1.png) top no-repeat;
}
.header-content-img-2 {
    background: url(../img/header-content-2.png) top no-repeat;
}

.footer {
    height: auto;
    background: #02233A;
    color: #fff;
    padding: 40px 0 20px 0;
}
.footer-calculator {
    
}

.footer-calculator { 
    float: left;
    padding: 0 10px;
}
.footer-calculator > a { 
    width: 260px;
    height: 80px;
    display: block;
    background: url(../img/logo-footer.png);
    background-size: 100%;
}
.footer-support {
    padding-top: 20px;
    text-align: center;
}
.footer-support a {
    color: #E7E7E7;
}
.footer-support a:hover {
    color: #16B222;
}
.footer-support a i {
    background: #E7E7E7;
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -1px;
    background-size: 100% !important
}
.footer-support a i.icon-footer-1-email {
    background: url(../img/icon-footer-1-email.png);
}
.footer-support a:hover i.icon-footer-1-email {
    background: url(../img/icon-footer-1-email-h.png);
}
.footer-data {
    float: right;
}
.footer-data ul {
    float: right;
}
.footer-data li {
    float: left;
    padding-left: 50px;
}
.footer-data li a {
    line-height: 30px;
    display: block;
    color: #16B222;
}
.footer-data li a:hover {
    color: #E7E7E7;
}
.footer-payment-systems {
    width: 798px;
    height: 28px;
    padding: 10px;
    background: #022C48 url(../img/payment-systems.png);
    margin-top: 22px;
}
.footer-copyright {
    padding-top: 20px;
    text-align: right;
    font-size: 0.8em;
    color: #898989;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background:  rgba(1,77,126, 0.95);
    display: none;
}
.modal-content {
    position: absolute;
    width: 600px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    background: #fff;
    padding: 20px;
    text-align: center;
}
.calculator-plans > div {
    width: 20%;
    padding: 5px;
    float: left;
}
.calculator-plans label {
    padding: 30px 5px 25px 5px !important;
    display: block !important;
    color: #08091B;
}
.calculator-plans label:before {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    top: -1px !important;
    left: -1px !important;
    background: none !important;
    
}
.calculator-plans label:after {
    top: 10px !important;
    left: calc(50% - 5px) !important;
    background: #fff !important;
}
.calculator-plans input[type="radio"]:checked + label {
    background: #014D7E;
    color: #fff;
}
.calculator-plans .name {
    
}
.calculator-plans .percent {
    font-size: 25px;
    padding: 15px 0 5px 0;
    display: block;
}
.calculator-plans .period {
    font-size: 10px;
}
.calculator-amount {
    padding: 40px 0 20px 0;
}
.calculator-amount > div {
    padding: 0 5px;
}
.calculator-amount #clplan-amount {
    width: 100%;
}
.calculator-amount .amount {
    width: 50%;
    float: left;
}
.calculator-amount small {
    display: block;
    padding-top: 5px;
    opacity: 0.5;
}
.calculator-amount .result {
    width: 25%;
    float: left;
    text-align: left;
    padding: 4px 0 4px 20px;
    background: #16B222;
    color: #fff;
}
.calculator-amount .result.result1 {
    width: 30%;
}
.calculator-amount .result.result2 {
    width: 20%;
}
.calculator-amount .result span {
    font-size: 22px;
}
.calculator-amount .result small {
    display: block;
    margin-top: -5px;
    opacity: 0.5;
    padding: 0;
}
.modal-close {
    position: absolute;
    top: calc(100% + 20px);
    left: calc(50% - 100px);
    width: 200px;
    
}


.content {
    width: 100%;
}
.plans {
    padding-top: 140px;
    background: #014D7E;
    position: relative;
}
.plans:before {
    width: 100%;
    height: 510px;
    top: 0;
    left: 0;
    background: url(../img/plans.jpg) center;
    position: absolute;
    content: '';
}
.plan {
    width: 20%;
    padding: 10px;
    float: left;

}
.plan > div, 
.plan > label {
    width: 100%;
    background: #fff url(../img/bg-1.png);
    padding: 0px 0 20px 0 !important;
    text-align: center;
    position: relative;
    border-width: 0 0 6px 0;
    margin-bottom: -98px;
    display: block;
}
.plan-logo {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 100%;
    right: -1px;
    background: #014D7E url(../img/bg-2.png);
    border-top: 6px solid #E7E7E7;
}
.plan-logo i {
    display: block;
    width: 140px;
    height: 140px;
    margin: 10px auto;
    background: #fff;
    background-size: 100% !important;
}
.plan-logo span {
    display: block;
    color: #fff;
    font-size: 20px;
}
.plan-percent {
    width: 100%;
    font-size: 32px;
    display: block;
    padding: 20px 10px;
    color: #3598DB;
    text-align: center;
    position: relative;
}
.plan-percent::before {
    width: 50%;
    left: 25%;
    height: 2px;
    bottom: 10px;
    background: #16B222;
    position: absolute;
    content: '';
}
.plan-percent > span {
    display: block;
    color: #16B222;
    font-weight: 800;
}
.plan-period {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400 !important;
}
.plan-data {
    display: block;
    padding: 14px 20px;
    margin-bottom: 20px;
    background: #E7E7E7;
}
.plan-data li {
    display: block;
    padding: 6px 0;
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
    font-style: italic;
    line-height: 32px;
    font-size: 12px;
    position: relative;
}
.plan-data li:last-child {
    border-bottom: none;
}
.plan-data li::before {
    width: 3px;
    left: -10px;
    height: 60%;
    bottom: 20%;
    background: #3A9CDB;
    position: absolute;
    content: '';
}
.plan-data li span {
    float: right;
    font-style: normal;
    font-weight: 700;
    color: #014D7E;
    font-size: 14px;
}
.plan-principal {
    /* color: #3598DB; */
    color: #014D7E;
}
.aboutus {
    padding: 108px 0 0 0;
    color: #fff;
    background: url(../img/aboutus.jpg) center;
}
.aboutus-left {
    width: 40%;
    padding: 0 10px;
    float: left;
}
.aboutus-img {
    padding: 10px;
    background: #fff;
    width: 444px;
    height: 300px;
    background: url(../img/aboutus-img.jpg);
}
.safety li {
    background: #014D7E;
    width: 33.333333333%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 300px;
    text-align: center;
    padding: 20px 10px 0 10px;
}
.safety li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.safety li i {
    display: block;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    background: #12B10A;
    background-size: 100% !important;
}
.safety li span {
    display: block;
    margin-bottom: 30px;
}
.aboutus-right {
    width: 60%;
    padding: 0 10px;
    float: left;
}
.aboutus-text {
    
    height: 270px;
    margin-bottom: 30px;
}
.advantages {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.advantages li {
    
    width: 25%;
    float: left;
    height: 180px;
    text-align: left;
    padding: 0px 18px 0 50px;
    position: relative;
}
.advantages li i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #F0F0F0;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 100% !important;
}
.advantages li > div {
    position: absolute;
    display: block;
    font-size: 60px;
    font-weight: 800;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 50px;
    opacity: 0.7;
}
.advantages li span {
    display: block;
    height: 80px;
    position: relative;
    z-index: 2;
}
.advantages li small {
    display: block;
    margin-left: -50px;
}
.certificate {
    background: #022C48 url(../img/bg-2.png);
    padding: 60px 0;
}
.certificate-left {
    width: 60%;
    float: left;
    text-align: right;
    padding-right: 10px;
}
.referral-program {
    width: 376px;
    height: 365px;
    background-size: 100% !important;
    display: inline-block;
    margin-bottom: -65px;
    margin-right: 10px;
}
.certificate-img {
    width: 212px;
    height: 300px;
    background-size: 100% !important;
    display: inline-block;
}
.certificate-right {
    width: 40%;
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    color: #fff;
}
.certificate-right h5 {
   
}
.certificate-right ul {
    display: inline-block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    /* margin: 26px 0; */
    margin: 16px 0;
}
.certificate-right ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
        overflow: hidden;
}
.certificate-right ul li:last-child {
    border-bottom: none;
}
.certificate-right ul li span {
    display: inline-block;
    width: 80px;
    float: left
}
.certificate-right ul li b {
    display: inline-block;
    width: calc(100% - 80px);
    float: left
}
.certificate-right a:last-child {
    margin-left: 10px;
}
.statistics {
    padding: 60px 0;
    background: url(../img/statistics.jpg) center;
    height: 745px;
}
.statistics-list {
    position: relative;
    width: 30%;
    float: left;
    color: #fff;
    padding-top: 10px;
    padding-right: 10px;
}
.statistics-list::before {
    position: absolute;
    width: 281px;
    height: 315px;
    left: 10px;
    top: 100%;
    content: '';
    background: url(../img/statistics-list.png) top;
}
.statistics-list > div {
    position: relative;
    padding-right: 60px;
    margin-bottom: 20px;
}
.statistics-list .val {
    font-size: 26px;
    line-height: 40px;
}
.statistics-list .name {
    float: right;
    text-transform: uppercase;
    text-align: right;
    padding-top: 2px;
}
.statistics-list .name small {
    display: block;
}
.statistics-list i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    top: 0;
    right: 10px;
    z-index: 1;
    background-size: 100% !important;
}
.statistics-table {
    float: left;
    width: 35%;
    padding: 10px;
}
.statistics-table > div {
    background: #fff;
    padding: 15px;
}
.statistics-table li {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 0 12px 0;
    margin-bottom: 6px;
}
.statistics-table li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.statistics-table span {
    float: left;
    display: block;
}
.statistics-table .name {
    width: 40%;
    color: #014D7E;
}
.statistics-table small {
    display: block;
    font-style: italic;
    color: #333;
}
.statistics-table .amount {
    text-align: right;
    width: calc(60% - 110px);
    padding-right: 10px;
}
.statistics-table .amount small {
    color: #16B222;
    text-transform: uppercase;
}
.statistics-table .payment-systems {
    width: 110px;
    padding: 0 0 0 10px;
}
.statistics-table .payment-systems i {
    width: 100px;
    display: block;
    height: 34px;
    background-size: 100% !important;
}
.content-page {
    background: #022C48;
    padding: 0 0 40px 0;
    color: #fff;
}
.content-page.bg-page-1 {
    background: url(../img/bg-page-1.jpg);
}
.content-page.bg-page-2 {
    background: url(../img/bg-page-2.jpg) center top;
}
.content-page.bg-page-3 {
    background: url(../img/bg-page-3.jpg) center top;
}
.content-page.bg-page-4 {
    background: url(../img/bg-page-4.jpg) center top;
}
.content-page.bg-page-5 {
    background: #022c48 url(../img/bg-page-5.jpg) center top no-repeat;
}
.content-page.bg-page-7 {
    background: #022c48 url(../img/bg-page-7.jpg) center top no-repeat;
}
.content-page-heading {
    width: 100%;
    height: 100px;
    margin-top: -50px;
    background: #014D7E url(../img/bg-2.png);
    border-top: 6px solid #E7E7E7;
    padding: 17px 20px 20px 20px;
    margin-bottom: 40px;
}
.content-page-heading * {
    margin: 0;
    line-height: 60px;
    color: #E7E7E7;
}
.form-signup > div {
    float: left;
    width: 50%;
    padding: 10px;
}
.form-signup .personaldata {
    padding-right: 20px;
}
.form-signup .paymentsystems {
    padding-left: 20px;
}
.form-login > div {
    float: left;
    width: 50%;
    padding: 10px;
}
.form-login > div:first-child {
    padding-right: 20px;
}
.form-login > div:last-child {
    padding-left: 20px;
}
.form-login.form-login-btn > div  {
    padding-top: 0;
    margin-top: -10px;
}
.form-login.form-forgot > div:last-child {
    padding-top: 19px;
}
.loginbtn {
    width: 180px;
}
.form-support > div {
    padding: 10px;
    float: left;
}
.form-support .supportform {
    padding-right: 20px;
    width: 60%;
}
.form-support .supportform .btn {
    width: calc(100% - 180px);
}
.form-support .contactus {
    padding-left: 20px;
    width: 40%;
}
.form-support .contactus > div {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.form-support .contactus-list {
    
}
.form-support .contactus-list li {
    display: block;
    padding: 10px 0 10px 50px;
    position: relative;
    margin-bottom: 30px;
}
.form-support .contactus-list li:before {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 2px;
    right: 0;
    bottom: -15px;
    background: rgba(255, 255, 255, 0.2);
}
.form-support .contactus-list li:last-child:before {
    content: none;
}
.form-support .contactus-list li i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 0px;
    background: #000;
    background-size: 100% !important;
    opacity: 1;
}
.form-support .contactus-list li small {
    display: block;
    color: #E7E7E7;
    opacity: 0.7;
    text-transform: uppercase;
}
.form-support .contactus-list li span {
    display: block;
    color: #fff;
}
.form-support .contactus-list li a {
    color: #16B222;
}
.form-support .contactus-list li a:hover {
    color: #fff;
}
.form-support .contactus-certificate {
    position: relative;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.3); */
    background: #051A31;
    margin: 0 -20px -20px -20px;
    padding: 30px 0;
    overflow: hidden;
    border-top: 6px solid #E7E7E7;
    border-bottom: 6px solid #E7E7E7;
}
.form-support .contactus-certificate svg {
    position: absolute;
    width: 530px;
    height: 530px;
    top: calc(50% - 265px);
    left: calc(50% - 265px);
    opacity: 0.05;
}
.form-support .certificate-img {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.form-support .contactus-certificate .btn {
    position: relative;
    width: 212px;
    display: block;
    margin: 12px auto 0 auto;
    z-index: 1;
}
.faq-content > div {
    float: left;
    width: 50%;
    padding: 10px;
}
.faq-content > div:first-child {
    padding-right: 20px;
}
.faq-content > div:last-child {
    padding-left: 20px;
}
.faq-content .faq {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
}
.faq-content .faq.active {
    margin-top: 50px;
    margin-bottom: 50px;
}
.faq-content .faq > i {
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 0;
    font-weight: 800;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-style: normal;
}
.faq-content .faq.active > i {
    color: #16B222;
}
.faq-content .faq .question {
    cursor: pointer;
}
.faq-content .faq .question:hover {
    opacity: 0.7;
}
.faq-content .faq.active .question {
    color: #16B222;
    opacity: 1 !important;
}
.faq-content .faq .answer {
    position: relative;
    margin-top: 15px;
    display: none;
}
.faq-content .faq .answer:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: -35px;
    bottom: 0;
    background: #16B222;
}
.faq-content .faq.active .answer {
    display: block;
}
.news {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 50px;
}
.news-heading {
    background: rgba(255, 255, 255, 0.3);
    color: #08091B;
    padding: 20px;
}
.news p {
    display: block;
    padding: 20px;
}
.news small {
    display: block;
    padding: 0 20px 20px 20px;
}
.redirect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-page-6.jpg) center;
    background-size: cover;
}
.redirect > div {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 250px);
    width: 500px;
    text-align: center;
}
.redirect > div::before {
    width: 260px;
    height: 80px;
    display: block;
    background: url(../img/logo-footer.png);
    background-size: 100%;
    content: '';
    bottom: calc(100% + 30px);
    left: calc(50% - 130px);
    position: absolute;
}
.account-menu {
    position: relative;
    width: 300px;
    float: left;
    padding: 0 10px;
    z-index: 9;
}
.account-menu ul {
    background: #02233A url(../img/bg-2.png);
    border-top: 6px solid #E7E7E7;
    display: block;
    margin-top: -50px;
    padding: 30px 0;
}
.account-menu ul li {
    text-align: center;
}
.account-menu ul li a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
}
.account-menu ul li a.active {
    color: #16B222;
    font-weight: 800;
}
.account-content {
    position: relative;
    width: calc(100% - 340px);
    float: right;
    padding: 0 10px;
}
.account-content::before {
    position: absolute;
    width: 280px;
    background: #02233A url(../img/bg-2.png);
    top: 0;
    left: -330px;
    content: '';
    height: 100%;
}
.account-content .reflink {
    position: absolute;
    width: 340px;
    top: -36px;
    right: 10px;
    content: '';
    height: 78px;
    /* padding: 20px 0 0 20px; No btn */ 
    padding: 6px  0 0 20px;
    border-left: 4px solid #02233A;
}
.account-content .reflink small {
    display: block;
    text-transform: uppercase;
    color: #02233A;
    font-weight: 800;
}
.account-content .reflink-text.active {
    color: #16B222;
    font-weight: 600;
}
.account-content .reflink-input {
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -999 !important;
    background: none !important;
    border: none !important;
    color: rgba(255, 255, 255, 0) !important;
}
.account-content .reflink .btn {
    height: 20px;
    font-size: 8px;
    margin-top: 10px;
}
.account-balance {
    margin-bottom: 30px;
}
.account-balance > div {
    width: calc(100% / 8);
    float: left;
    padding: 10px;

}
.account-balance > div > div {
    border-bottom: 4px solid #E7E7E7;
}
.account-balance i {
    display: block;
    width: 82.5px;
    height: 28.5px;
    background-size: 100% !important;
    margin-bottom: 10px;
}
.account-balance small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
    margin-top: 5px;
}
.account-balance b {
    font-size: 12px;
    position: relative;
    top: -3px;
}
.account-content table {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.account-content table td {
    padding: 10px 20px;
}
.account-content table td.inheader {
    
}
.account-content div.form-table1 {
    
    background: #02233A url(../img/bg-2.png);
    padding: 20px;
}
.account-content table.form-table1 {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    border: none;
}
.account-content table.form-table1 td {
    padding: 10px;
}
.account-content table.form-table1 tr td:first-child {
    padding-left: 0;
}
.account-content table.form-table1 tr td:last-child {
    padding-right: 0;
}
.account-content table.data-table1 {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.account-content table.data-table1 tr:first-child td {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.account-content table.data-table1 tr:last-child {
    
}
.account-content table.data-table1 td.inheader {
    border: 1px solid #02233A !important;
    background: #02233A url(../img/bg-2.png);
}
.account-content table.data-table1 .table-info {
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.1);
}
.account-content table.data-table1 tr td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.account-content table.data-table1 tr td:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.account-content table .table-payment-systems {
    display: block;
    padding-right: 100px;
    position: relative;
}
.account-content table .table-payment-systems i {
    width: 88px;
    height: 30px;
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    background-size: 100% !important;
    border: 1px solid #fff;
}
.account-main-links {
    text-align: center;
    margin-bottom: 30px;
}
.account-main-links a {
    margin: 0 10px;
    text-align: right;
    width: 200px;
}
.table-edit_account {
    margin-bottom: 20px;
}
.table-edit_account tr:first-child td {
    padding-top: 25px;
}
.table-edit_account tr:last-child td {
    padding-bottom: 25px;
}
.banner-menu {
    margin-left: -10px;
    margin-bottom: 30px;
}
.banner-menu a {
    margin-left: 10px;
}
.banner, 
.copy-success {
    display: none;
}
.banner.active {
    display: block;
}
.banner img {
    display: block;
    margin-bottom: 10px;
}
.plans-deposit {
    padding-top: 140px;
}
.plans-deposit .plan > label {
    margin-bottom: 0px;
}
.plans-deposit .plan-logo {
    height: 140px;
}
.plans-deposit .plan-logo i {
    width: 70px;
    height: 70px;
}
.plans-deposit .plan-period {
    font-size: 14px;
}
.plans-deposit .plan-data li {
    color: #08091B;
    line-height: 18px;
    text-align: center;
}
.plans-deposit .plan-data li::after {
    width: 3px;
    right: -10px;
    height: 60%;
    bottom: 20%;
    background: #3A9CDB;
    position: absolute;
    content: '';
}
.plans-deposit .plan-data li span {
    float: none;
    display: block;
}
.plans-deposit .plan-principal {
    font-size: 11px;
    font-weight: 800;
}

.plans-deposit .plan > label::before, 
.plans-deposit .plan > label::after {
    content: none !important;
}
.plans-deposit .plan > label:hover {
    opacity: 0.7;
}
.plans-deposit input[type="radio"]:checked + label {
    opacity: 1 !important;
    background: #16B222 url(../img/bg-2.png);
}
.plans-deposit input[type="radio"]:checked + label .plan-logo {
    background: #117A19 url(../img/bg-2.png);
}
.plans-deposit input[type="radio"]:checked + label .plan-percent > span {
    color: #E7E7E7;
}
.plans-deposit input[type="radio"]:checked + label .plan-principal {
    color: #fff;
}

.deposit-process {
    
}
.deposit-process > div {
    width: calc(100% / 8);
    float: left;
    padding: 10px;
}
.deposit-process > div > label {
    display: block;
    border-bottom: 4px solid #E7E7E7;
    padding: 0  0  5px  0 !important;
    opacity: 0.4;
    text-align: center;
    line-height: 20px;
}
.deposit-process > div > label:hover {
    opacity: 0.7;
}
.deposit-process > div > label:before {
    content: none !important;
}

.deposit-process > div > label:after {
    left: 0px !important;
    top: -10px !important;
    background: #E7E7E7 !important;
    width: 100% !important;
    height: 4px !important;
    border-radius: 0 !important;
}
.deposit-process i {
    display: block;
    width: 82.5px;
    height: 28.5px;
    background-size: 100% !important;
    margin-bottom: 5px;
}
.deposit-process small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
    margin-top: 5px;
    font-weight: 800;
}
.deposit-process small.balance {
    margin-top: -5px;
    opacity: 0.5 !important;
}
.deposit-process > div input[type="radio"]:checked + label { 
    border-bottom: 4px solid #16B222;
    opacity: 1 !important;
}
.deposit-process > div input[type="radio"]:checked + label small { 
    color: #fff;
    opacity: 1;
}
.deposit-btn {
    margin-top: 40px;
}
.deposit-btn .btn {
    height: 48px;
    width: 100%;
}
.deposit-confirmation-form {
    text-align: center;
    margin-top: 40px;
}
.deposit-confirmation-form img {
    display: inline-block;
    margin-bottom: 20px;
}
.deposit-confirmation-form .sbmt {
    margin: 0 10px;
}
.withdraw-confirmation-form {
    text-align: center;
    margin-top: 40px;
}
.withdraw-process {
    
}
.withdraw-process > div {
    padding: 5px 10px;
    float: left;
    width: 50%;
}
.withdraw-process label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
    line-height: 20px;
    background: #02233A url(../img/bg-2.png);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: 1px solid #0D0D0D;
    padding-left: 28px;
}
.withdraw-process label::before {
    content: "";
    position: absolute;
    width: 2px !important;
    height: 100% !important;
    top: -0px !important;
    left: 0 !important;
    background: #E7E7E7 !important;
    border-radius: 0 !important;
    border: none !important;
}
.withdraw-process label::after {
    width: 125px !important;
    height: 100% !important;
    top: 0px !important;
    left: 15px !important;
    background: #fff url(../img/bg-1.png) !important;
    border-radius: 0 !important;
}
.withdraw-process label:hover {
    opacity: 0.7;
}
.withdraw-process label .process {
    float: left;
    width: 130px;
    padding-right: 30px;
    position: relative;
    z-index: 9;
    font-weight: 800;
}
.withdraw-process label i  {
    width: 100px;
    display: block;
    height: 34px;
    background-size: 100% !important;
}
.withdraw-process label .process small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
    margin-top: 5px;
    text-align: center;
}

.withdraw-process label .process-data {
    float: left;
    width: calc(100% - 130px);
}
.withdraw-process label .process-data .process-data-top {
    height: 34px;
    position: relative;
}
.withdraw-process label .process-data .process-data-top::before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 2px;
    left: 0;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.1);
}
.withdraw-process label .process-data .process-data-top > div {
    float: left;
    width: 50%;
    line-height: 1;
}
.withdraw-process label .process-data .process-data-top > div span {
    display: block;
    margin-top: 5px;
}
.withdraw-process label .process-data > small {
    display: block;
    margin-top: 5px;
}
.withdraw-process input[type="radio"]:checked + label {
    background: #16B222 url(../img/bg-2.png);
    opacity: 1 !important;
}
.withdraw-process input[type="radio"]:checked + label::before {
    background: #117A19 !important;
    width: 4px !important;
}
.withdraw-process input[type="radio"]:checked + label .process {
    color: #02233A;
}
