body{
    font-family: 'Lato', sans-serif;
    min-width: 980px;
        padding-right: 0 !important;
}
.modal  {
    padding-right: 0 !important;
}
.container {
    max-width: 980px !important;
}
#mc_embed_signup_scroll, #mc_embed_signup{
    height: 48px;
}
#hellopreloader>p{
    display:none;
}
#hellopreloader_preload{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: #59ABE3;
    background-size:95px;
}
.pulse-css {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: white;
    position: relative;
}
.pulse-css:before, .pulse-css:after {
    content: '';
    width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 4s linear infinite;
}
.pulse-css:after {
    animation-delay: 2s;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

@keyframes logo-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.75);
    }
    100% {
        transform: scale(1);
    }
}
.itob-white{
    height: 100px;
    position: absolute;
    animation: logo-pulse 4s ease-in-out infinite;
}
.blue{
    color: #00a0e3
}
.modal-header{
    background-color: #00a0e3;
}
.modal-title{
    text-align: center;
    width: 100%;
}
.midnightHeader.pink {
    background: url('img/bg-2.png') no-repeat 0 0;
    background-size: cover;
}
.modal-header .close{
    padding: 0;
}
.close{
    float: right;
    position: absolute;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    right: 35px;
    top: 25px;
    z-index: 10;
    cursor: pointer;
}
button{
    outline: none;
}
.cover h1{
    margin-top: 140px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
}
h2{
    font-weight: 900;
    margin-bottom: 50px;
    font-size: 24px;
    color: #646666;
}
p.description{
    margin-bottom: 45px;
    font-size: 18px;
    margin-top: 7px;

}
section{
    padding: 75px 0;
}
section.section-easy{
    background-image: url('img/section-bg-1.png');
    color: white;
}
.container{
    margin:0 auto;
}
.bg-transparent{
    padding-top: 20px;
    background-color: rgba(0,0,0,0) !important;
    max-width: 900px;
    margin: 0 auto;
}

.navbar.bg-transparent {
    max-width: 980px;
}

.runline{
    /*max-width: 900px;*/
    margin: 0 auto;
}
a.nav-link{
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #00C8DC;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00C8DC;
}

header{
    z-index: 162;
    position: absolute;
    width: 100%;
}
marquee{
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
}
.marqmodal{
    width: 80%;
    margin: 0 auto;
}
.policy-terms{
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.policy-terms>li{
    color: #00A0E3;
}

.policy-link{
    color: #323333;
    text-decoration: underline;
    text-transform: uppercase;
}
.form-check-label{
    font-size: 16px;
    text-align: center;
    color: #00A0E3;
}

.modal .btn-group {
    width: 100%;
}

button.calculator-input {
    color: gray;
    width: 100%;
    text-align: left;
}

.calculator-input .caret {
    float: right;
    top: 13px;
    position: relative;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.price-dropdown {
    padding: 10px;
}

.price-dropdown a {
    color: gray;
}

.carousel-cell {
    padding-top: 50px !important;
}
.accordion-arrow{
    position: absolute;
    right: 25px;
}
.accordion-arrow:before{
    display: inline-block;
    height: 20px;
    width: 20px;
}
.custom-select{
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: white;
    vertical-align: middle;
    background-color: rgba(0,0,0,0);
    background-size: 8px 10px;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select>option{
    color: black
}
button{
    border: 0;
}
.btn-custom-blue{
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    height: 35px;
    width: 205px;
    background-color: rgba(0, 160, 227, 1);
    color: white;
    display: inline-block;
    border-radius: 15px;
    border-color: rgba(0, 160, 227, 1);
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    transition: all 0.2s ease-in;
}

.btn-custom-blue:hover:disabled,
.btn-custom-blue:disabled{
    background-color: rgba(0, 0, 0, 0.22);
    color: white;
}

.btn-custom-blue:hover{
    background-color: rgb(0, 134, 227);
    color: white;
    text-decoration: none;
}


.section-ico .container{
    width: 827px;
}
.section-ico .description{
    text-indent: 3em;
    line-height: normal;
    font-weight: 500;
    text-align: justify
}
.highlight{
    color: #00A0E3;
}

.transparent-footer footer {
    z-index: 111;
    position: relative;
    border-top: 1px solid #ffffff4d;
    width: 100%;
}

.euth {
    transform: translate(2px, 0) !important;
}

.section-hand{
    overflow: hidden;
}

.z-lang{
    position: fixed;
    margin: 0 auto;
    max-width:980px;
    top: 10px;
    left: 0;
    right: 0;
    height: 0;
    padding: 4px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;
}

.z-lang .dropdown-menu {
    border-radius: 20px;
}

.z-lang .dropdown-menu{
    min-width: max-content;
    padding: 5px 10px;
}
.z-lang .dropdown-menu li{
    line-height: 1;
    padding: 5px 0;
}
.z-lang .dropdown-toggle{
    display: flex;
    align-items: center;
}

.icon-small {
    height:18px;
    width: 18px;
    border-radius: 50%;
    margin:0;
    /*margin-right: 10px;*/
    padding:0;
}
.z-lang .dropdown-menu li .icon-small{
    height:22px;
    width: 22px;
    border-radius: 50%;
    margin:0;
    margin-right: 10px;
    padding:0;
}

.language-name{
    font-size: 15px;
}
.z-nav{
    margin: 0 auto;
    width:980px;
    padding: 16px 15px 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.z-nav_menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.z-nav_menu_item{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    font-weight: 900;
}
.z-nav_menu_item>a{
    color: white;
    text-decoration: none;
}
.z-nav_menu_item:last-child{
    margin:0;
}
.z-nav_menu_item.active>a, .z-nav_menu_item>a:hover{
    color: #00A0E3;
}


.steps, .steps-ch{
    width: 827px;
    height: 260px;
    display: flex;
    margin-bottom: 50px;
}
.steps>img, .steps-ch>img{
    position: absolute;
}

#step-money{
    opacity: 0;
    height: 200px;
    width: 200px;
}
#step-line{
    opacity: 0;
    width:150px;
    left:200px;
}
#step-dollars{
    opacity: 0;
    height: 50px;
    left: 245px;
}
#step-smart-contract{
    opacity: 0;
    height: 200px;
    left: 350px;
    z-index: 99;
}
#step-smart-contract-text{
    opacity: 0;
    color: blue;
    text-align: center;
    position: absolute;
    left: 390px;
    bottom: 40px;
}
#step-line-up{
    /*opacity: 0;*/
    width: 200px;
    left: 525px;
    transform: rotate(145deg) scale(0);
    bottom: 240px;
}

#step-line-middle{
    /*opacity: 0;*/
    width:150px;
    left:540px;
    transform: scale(0);
}

#step-line-down{
    /*opacity: 0;*/
    width: 200px;
    left: 525px;
    transform: rotate(35deg) scale(0);
    bottom: 120px;
}

#step-etherium-up{
    opacity: 0;
    height: 50px;
    left: 590px;
    bottom: 210px;
}
#step-etherium-middle{
    opacity: 0;
    height: 50px;
    left: 620px;
    bottom: 155px;
}
#step-etherium-down {
    opacity: 0;
    height: 50px;
    left: 590px;
    bottom: 100px;
}
#step-holder-up{
    opacity: 0;
    height: 100px;
    left: 700px;
    bottom: 260px;
}
#step-holder-middle{
    opacity: 0;
    height: 100px;
    left: 700px;
}
#step-holder-down{
    opacity: 0;
    height: 100px;
    left: 700px;
    bottom: 10px;
}
.steps-ch #step-line-up{
    opacity: 0;
    width: 200px;
    left: 525px;
    transform: rotate(145deg);
    bottom: 260px;
}

.steps-ch #step-line-middle{
    opacity: 0;
    width:150px;
    left:540px;
}

.steps-ch #step-line-down{
    opacity: 0;
    width: 200px;
    left: 525px;
    transform: rotate(35deg);
    bottom: 145px;
}

.steps-ch #step-etherium-up{
    opacity: 0;
    height: 50px;
    left: 590px;
    bottom: 230px;
}
.steps-ch #step-etherium-middle{
    opacity: 0;
    height: 50px;
    left: 620px;
    bottom: 180px;
}
.steps-ch #step-etherium-down {
    opacity: 0;
    height: 50px;
    left: 590px;
    bottom: 125px;
}
.steps-ch #step-holder-up{
    opacity: 0;
    height: 100px;
    left: 700px;
    bottom: 260px;
}
.steps-ch #step-holder-middle{
    opacity: 0;
    height: 100px;
    left: 700px;
}
.steps-ch #step-holder-down{
    opacity: 0;
    height: 100px;
    left: 700px;
    bottom: 50px;
}

#subscribe-failure h5 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}

#mc-form-ch .email,
#mc-form2-ch .email,
#mc-form .email,
#mc-form2 .email {
    color: #fff;
}

.team-member__photo__wrapper {
    width: 181px;
    height: 181px;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}

.team-member__photo__wrapper img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.modal-dialog {
    width: 900px;
    max-width: initial;
}