body {
    overflow-x: hidden;
	margin-top: 0;
	padding: 0;
}
img {
	display:inline;
	}
a {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

.m-t-25 {
    margin-top: 5px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-steps {
    margin-left: 5px !important;
    float:left;
    font-size: 90px;
    text-align: center;
	font-weight:bold;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.no-border-top {
    border-top: none !important;
}

@media only screen and (max-width: 767px) {
    .p-l-15-mobile {
        padding-left: 15px !important;
    }
}


.navbar {
    margin-bottom: 0;
	
}

.navbar-default {
    background-image: none;
    border-radius: 0;
    border: none;
    background: #FFFFFF;
}

.navbar-brand {
    padding: 2px 10px;
}

    .navbar-brand img {
        width: 150%;
        max-width: 150px;
    }

.navbar-nav {
    float: left;
}

    .navbar-nav > li {
        text-align: center;
    }

.navbar-default .navbar-nav > li > a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
	font-weight: bold;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        text-shadow: 0px 2px 2px #777;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }
        .navbar-nav > li {
            display: block;
        }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
        float: right;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background: transparent;
            color: #fff;
            border-color: #fff;
        }

    .navbar-header {
        text-align: center;
        display: none;
    }

    .navbar-brand {
        padding: 5px 10px;
        margin: 0 auto;
        display: block;
		float: left;
        width: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 8px;
    }
}

.content-box {
  background: #fff;
}

.content h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0px 0 16px 0;
  color: #222;
  font-size: 48px;
  line-height: 57px;
}

.content .img-responsive {
    margin: 0 auto 5px auto;
}

.content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0 0 20px 0;
  line-height: 28px;
  font-size: 20px;
  color: #222;
}

    .content p.small-text {
        font-size: 15px;
        padding: 15px 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 23px;
    }

    .content p.pink-text {
        color: #0198bd;
    }

    .content p.update {
        border: 1px dotted #000;
        background: #EFFFF7;
        padding: 4px 9px;
    }

        .content p.update .red-text {
            color: #F00;
        }

.content h5 {
    font-family: Georgia;
    color: #222;
    margin: 8px 0 20px 0;
    font-size: 20px;
    line-height: 28px;
}

    .content h5.pink-border-bottom {
        color: #666;
        border-bottom: 2px solid #0198bd;
        margin-bottom: 15px;
    }

.content h4 {
    font-family: OpenSans-Bold;
    font-size: 21px;
    line-height: 28px;
    color: #222;
    margin: 0 0 20px 0;
}

.content p a {
    color: #0198bd;
}

    .content p a:hover, .content p a:focus {
        color: #0198bd;
    }

.content h3 {
    font-family: OpenSans-Bold;
    color: #222;
    margin: 26px 0;
    font-size: 26px;
}

.content .top-bottom-border {
    width: 100%;
    height: 13px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

.grey-box {
    padding-top: 15px;
    background: #ccc;
    margin: 0 0 20px 0;
}

.content .grey-box h4 {
    margin-top: 5px;
}

.grey-box .box-inner {
    margin-bottom: 20px;
}

.content .revival-box {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content .revival-box2 {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    background: #f5f9fa;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}



    .content .revival-box .button {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .content .grey-box .img-responsive {
        margin-bottom: 15px;
    }

    .content .revival-text {
        text-align: center;
    }

    .content .revival-box .rev {
        margin-bottom: 15px;
    }

    .content .revival-box .button {
        margin: 0 auto 20px auto;
    }

    .content h1 {
        font-size: 30px;
    }
}

.comments {
    background: #fff;
    padding-bottom: 30px;
}

.recent {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .recent p, .recent a {
        font-family: Tahoma;
        font-size: 14px;
        margin: 0;
        line-height: 18px;
        color: #3B5998;
    }

    .recent p {
        font-weight: bold;
    }

.media {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
}

    .media.border-bottom {
        border-bottom: 1px solid #E2E2E2;
    }

.media-left img {
    margin-top: 6px;
}

.media-body h4 a {
    font-family: Tahoma;
    font-size: 13px;
    color: #3B5998;
    margin: 0 0 5px 0;
    line-height: 14px;
    font-weight: bold;
}

    .media-body h4 a:hover, .media-body h4 a:focus {
        color: #3B5998;
    }

.media-body p {
    font-family: Tahoma;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 15px;
    margin: 0 0 5px 0;
}

    .media-body p.bottom {
        color: #3B5998;
    }

        .media-body p.bottom .like {
            margin-left: 8px;
        }

        .media-body p.bottom .time {
            color: #808080;
            border-bottom: 1px dotted #808080;
        }

.comments p.small {
    font-family: Tahoma;
    font-size: 11px;
    color: #3B5998;
    margin: 10px 0;
}

.footer {
    width: 100%;
    height: 100px;
    background: #000;
    text-align: center;
    padding-top: 30px;
}

.footer a {
     color: DimGray ;
}

.timer {
    position: fixed;
    width: 100%;
    background: #333333;
    bottom: 0;
    padding: 8px 0;
}

    .timer p {
        font-family: Opensans-Regular;
        margin: 0;
        color: #fff;
    }

        .timer p #countdown {
            font-weight: bold;
        }

    .timer .btn {
        font-family: Opensans-Regular;
        margin-top: 3px;
    }

#advertisement {
	text-align:center;
	color: DarkGrey ;
	font-size: 10px;
	font-family: Arial;
}

.col-md-4{
	padding-top:30px;
}

img.checkmark{ 
  border:0;
  display:block;
  float:left;
  height:29px;
  margin:10px 0 0 12px;
  width:30px;}

div.steps{ 
  float:left;
  
  font-size:22px;
  font-weight:bold;
  padding:22px 0 0 0;
  }
a.offer:link,a.offer:visited{
  color:#0000ee;
  text-decoration:underline;}
  
a.offer:active,a.offer:hover{text-decoration:none;}

div.warning{
  color:#434343;
  font-family:OpenSans-Bold;
  padding:22px 12px 0 12px;
  text-align:center;}
/*div.steps a:link,div.steps a:visited{ 
  
  font-size:14px;
  font-weight:normal;
  line-height:15px;}
  
div.steps a:active,div.steps a:hover{text-decoration:none;}



.clear{clear:both;}
a.offer:link,a.offer:visited{
  color:#0000ee;
  text-decoration:underline;}
  
a.offer:active,a.offer:hover{text-decoration:none;}*/
/* Remove Side Bar on Tablet and Mobile*/
    @media only screen and (max-width : 992px) {
    .col-md-4 {
        display: none;
    }
    }


.hamburder-menu-icon {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
}
.main-menu ul li {
    padding: 0 10px;
    line-height: 20px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    float: none;
    position: relative;
    text-align: right;
    display: block;
    color: #000;
}
.hamburder-menu-icon img {
    width: 33px;
}
.mobile-menu-cover {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -22px;
}

.hamburder-menu-icon a {
    font-size: 17px;
    color: #000;
    min-height: 40px;
    line-height: 40px;
    float: right;
}
.main-menu {
    float: right;
    width: 100%;
    display: none;
    position: relative;
    z-index: 30;
    margin-bottom: 30px;
}
.main-menu.open-menu {
    display: block;
}
.navbar-header img {
    width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 767px) {
    .hamburder-menu-icon,
    .main-menu {
        display: none;
    }
    .mobile-menu-cover {
        display: none;
    }
}

@media only screen and (max-width: 768px){

}

#story .hero-deposit-img {
    padding: 0;
    display: inline-block;
    width: 65.4%;
    margin: 0;
    float: left;
}
#story .hero-deposit-svg {
    enable-background:new 0 0 267 519;
    padding: 0;
    display: inline-block;
    width: 33.9%;
    margin: 0;
}

@media only screen and (max-width: 500px){
    #story .hero-deposit-img,
    #story .hero-deposit-svg {
        width: 100%;
    }
}



.cta_btn {
    background-color: #f18b06;
    border-radius: 10px;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 80%;
    display: block;
    padding: 15px 20px;
    margin: 20px auto 40px;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
  }
  
  .cta_btn:hover {
    text-decoration: none;
    color: #ffffff;
    transform: translateY(-5px);
  }
  
  .cta_btn:focus {
    color: #ffffff;
  }
  
  @media(max-width: 499px) {
    .cta_btn {
        font-size: 20px;
        width: 100%;
    } 
  }
  
  /* Popup button */
  
  .modal-images {
    position: relative;
  }
  
  .popup-close-btn {
    z-index: 100;
  }
  
  .cta_popup_btn_wrap {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cta_popup_btn {
    display: block;
    background-color: rgba(234,129,1,1);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ea8101;
    padding: 10px 20px;
    border-radius: 5px;
    transform-origin: bottom right;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
    font-size: 15px;
    margin: 0 auto;
    transform-origin: center;
    line-height: 15px;
    white-space: nowrap;
  }
  
  @keyframes cta_btn_popup {
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .cta_popup_btn {
    animation: cta_btn_popup 1s infinite;
  }
  
  .bitcoin_profit_product_style {
    background-color: #e16f26;
  }
  
  .bitcoin_code_product_style {
    background-color: #D65B07;
  }
  
  .bitcoin_prime_product_style {
    background-color: #C6731C;
  }
  
  .bitcoin_champion_product_style {
    background-color: #FEE251;
    color: #402794;
  }
  
  .bitcoin_revolution_product_style {
    background-color: #DDD035;
    border: 1px solid #BD9B01;
    color: #59218b;
  }
  
  .bitcoin_evolution_product_style {
    background-color: #8A01B3;
    border: 1px solid #8B00A9;
  }
  
  .bitcoin_loophole_product_style {
    background-color: #FDDD00;
    border: 1px solid #FFC533;
    color: #000;
  }
  
  .formule_francaise_product_style {
    background-color: #FFC200;
    border: 1px solid #FFC200;
    color: #E20B0E;
  }
  
  
  .amazon_shares_product_style.cta_popup_btn {
    display: none;
  }
  
  /* End of popup button */
.btn--animate-grow {
    transition-duration: 0.3s;
    transition-property: transform;
}

.btn--animate-grow:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.btn--orange {
    background: #E90E0E;
    color: #fff!important;
    text-decoration: none!important;
}

.btn {
    display: block;
    margin: 0 auto !important;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@media only screen and (max-width: 600px) {
    .u__text--color-white {
        width: 80%;
        font-size: 16px;
        padding: 12px;
        margin: 0 auto !important;
    }
}
  
.main_footer_wrap {
  background-color: #202020;
}

.main_footer {
  padding: 10px 15px 70px;
}

.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_menu a {
  display: block;
  padding: 10px;
  color: #ffffff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 12px;
}

.footer_copyright {
  text-align: center;
  color: #ffffff;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 12px;
  margin-top: 15px;
}

.media .media-heading {
    margin-bottom: 5px;
}

@media(max-width: 991px) {
    .container.content,
    .main_header .container,
    .container.comments {
        width: auto;
    }
}

@media(max-width: 767px) {
  .content h1 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media(max-width: 500px) {
    .comments p {
        font-size: 14px !important;
    }
    .comments .bottom {
        font-size: 12px !important;
    }
}

.sidebar>img{
    display: block;
    margin: 0 auto;
}

#article-tweet{display:none}
.progress-container{width:100%;height:5px;background:#ccc;position:fixed;top:0;left:0;z-index:1000}
.progress-bar{height:5px;background:#0071c6;width:0%}
.main_header{padding-top:5px}
.mid_header{display:flex;border-bottom:1px solid #ccc}
.header_logo img{width:457px;display:block}
.mid_header_right_block{margin-left:auto;display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;font-family:'Merriweather Sans',sans-serif;padding-top:5px}
.subscribe_btn{font-size:12px;font-weight:700;color:#fff;display:block;background-color:#006ed2;border-radius:4px;text-align:center;padding:2px 25px 10px;position:relative}
.subscribe_btn:hover{background-color:#0072bc;color:#fff}
.subscribe_btn:after{content:'As low as $1.49/week';font-size:10px;color:#fff;position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);white-space:nowrap;font-weight:400}
.sign_btn{background-color:#fff;border:1px solid #006ed2;color:#006ed2;font-size:13px;font-weight:700;text-align:center;padding:5px 20px;border-radius:4px;margin-left:10px;display:block}
.sign_btn:hover{background-color:#f8f8f8;color:#00548b}
.search_btn{background-color:#fff;border:1px solid #006ed2;color:#006ed2;font-size:12px;display:flex;align-items:center;padding:8px;margin:0 10px 0;border-radius:4px}
.search_btn:hover{color:#006ed2}
.mid_header_menu{display:flex;align-items:center;justify-content:flex-end;padding:0;margin:auto 0 0;list-style-type:none;width:100%}
.mid_header_menu a{display:flex;align-items:flex-end;font-family:'Merriweather Sans',sans-serif;font-size:12px;font-weight:700;color:#333;padding:5px 10px;border-left:1px solid #ccc}
.mid_header_menu a:hover{color:#006ed2}
.mid_header_menu li:first-child a{border:none}
.mid_header_menu a i{font-size:15px}
.mid_header_menu a span{line-height:1;margin-left:5px}
.bottom_header_wrap{background-color:#f8f8f8}
.bottom_header{display:flex;align-items:center;padding:0 15px}
.bottom_header_menu{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}
.bottom_header_menu a{font-family:'Merriweather Sans',sans-serif;display:block;font-size:14px;color:#333;text-transform:uppercase;margin-right:40px;padding:10px 0;position:relative}
.bottom_header_menu a:after{content:'';display:block;position:absolute;width:100%;height:3px;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);background-color:#0072bc;transition:all .2s ease-in-out}
.bottom_header_menu a:hover:after{transform:translateX(-50%) scaleX(1)}
.sub_header_wrap{background-color:#ecebec}
.sub_header{display:flex;align-items:center;padding:0 15px;justify-content:center}
.sub_header_menu{display:flex;align-items:center;list-style-type:none;padding:0;margin:0}
.sub_header_menu a{font-family:'Merriweather Sans',sans-serif;font-size:14px;color:#333;margin:0 20px;padding:8px 0;display:block;position:relative}
.sub_header_menu a:after{content:'';display:block;position:absolute;width:100%;height:2px;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);background-color:#0072bc;transition:all .2s ease-in-out}
.sub_header_menu a:hover:after{transform:translateX(-50%) scaleX(1)}
.fixed_header_wrap{position:fixed;width:100%;top:-60px;left:0;background-color:#fff;z-index:100;box-shadow:0 2px 4px 0 rgba(0,29,48,.3);transition:all .4s ease-in-out}
.fixed_header{padding:10px 15px;display:flex;align-items:center}
.fixed_header_menu{display:flex;align-items:center;list-style-type:none;margin:0;padding:0}
.fixed_header_menu a{display:block;font-family:'Merriweather Sans',sans-serif;font-size:12px;color:#333;margin-right:30px;text-transform:uppercase}
.fixed_header .subscribe_btn{background-color:#0072bc;margin-left:auto}
.user_btn{display:none;font-size:18px;color:#0072bc;margin-left:10px}
.mobile_menu_btn{display:none}
.container.content{padding-top:30px}
@media(max-width:1199px){.fixed_header_menu li:nth-child(10){display:none}
}
@media(max-width:991px){.bottom_header_menu li:nth-child(10),.bottom_header_menu li:nth-child(9),.fixed_header_menu li:nth-child(8),.fixed_header_menu li:nth-child(9){display:none}
}
@media(max-width:767px){.bottom_header_wrap,.fixed_header_wrap,.mid_header_left_block,.mid_header_menu,.search_btn,.sign_btn,.sub_header_wrap,.top_header_wrap{display:none}
.main_header{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:100;border-bottom:1px solid #eff1f2}
.mid_header .subscribe_btn,.mid_header .user_btn,.mobile_menu_btn{display:block}
.header_logo{display:none}
.mobile_header_logo{max-width:400px;width:100%;display:flex;align-items:center}
.mobile_header_logo img{width:100%}
.mobile_menu_btn{font-size:24px;color:#222}
.subscribe_btn{background-color:#fff;color:#0062aa;white-space:nowrap;padding:5px 15px}
.mid_header_right_block{flex-wrap:nowrap}
.mid_header{padding:5px 15px;justify-content:space-between;border:none}
.container.content{padding-top:60px}
}


/*-----------------------inline css---------------------------*/
 #custom-regbox input,
    #custom-regbox .flag-container {
        font-size: 16px !important;
    }

    #presentation {
        width: 100%;
        border: 1px solid #ccc;
        box-shadow: 1px;
        padding-bottom: 8px;
        border-radius: 5px;
        max-height: 300px;
        overflow-y: scroll;
        position: absolute;
        z-index: 1000;
        background: #fff
    }

    .mail-ext {
        padding: 10px !important;
        cursor: pointer;
        font-size: 16px;
    }

    .mail-ext:hover {
        background: #f5f5f5
    }

    .form_group--email #presentation {
        max-width: 300px;
    }

    .intgrtn-btn-go-to-step,
    .intgrtn-btn-submit {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        max-width: 441px;
        width: 100%;
        border-radius: 8px;
        background: #0084ff;
        border: 1px solid #448ef6;
        color: #fff;
        padding: 10px 24px;
        position: relative;
        z-index: 1;
        box-shadow: #5a3594 0 0 0 0;
        animation: 2s ease 0s infinite normal none running pulsing
    }

    @keyframes pulsing {
        100% {
            box-shadow: transparent 0 0 0 20px
        }
    }

    .logos-wrapper .logo {
        width: auto;
        height: auto
    }

    .btn--orange {
        white-space: normal;
        word-break: break-word
    }

    :root {
        --root-width: 100%;
        --root-max-width: none;
        --root-padding-left: 32px;
        --root-padding-top: 32px;
        --root-padding-right: 32px;
        --root-padding-bottom: 32px;
        --root-overflow: hidden;
        --root-bg: rgba(255, 255, 255, 1);
        --root-color: rgba(15, 15, 15, 1);
        --button-primary-bg: rgba(15, 15, 15, 1);
        --button-primary-hover-bg: rgba(28, 28, 28, 1);
        --button-primary-color: rgba(15, 15, 15, 1);
        --button-secondary-bg: rgba(230, 230, 230, 1);
        --button-secondary-hover-bg: rgba(217, 217, 217, 1);
        --button-secondary-color: rgba(15, 15, 15, 1);
        --button-normal-bg: rgba(15, 15, 15, 0.05);
        --button-normal-color: rgba(15, 15, 15, 1);
        --input-bg: rgba(15, 15, 15, 0.05);
        --input-color: rgba(15, 15, 15, 1);
        --input-placeholder-color: rgba(15, 15, 15, 0.5);
        --icon-close: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
        --icon-back: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path d="M1 5.5h15M5.5.55L.55 5.5l4.95 4.95" /></svg>');
        --icon-caret: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
        --icon-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
        --icon-checkmark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="M2.11 5.56l2.83 2.83 4.95-4.95" /></svg>')
    }

    .footbar-root button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .footbar-root button {
        cursor: pointer
    }

    .footbar-root button {
        margin: 0;
        padding: 0;
        background: 0 0;
        width: auto;
        height: auto;
        text-shadow: none;
        box-shadow: none;
        font-family: inherit;
        font-size: inherit;
        line-height: 1;
        letter-spacing: normal;
        float: none;
        font-weight: 700;
        outline: initial
    }

    .description {
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: normal;
        line-height: 1.5;
        font-weight: 700;
        text-align: center;
    }

    .join-button {
        text-decoration: none;
        display: block;
        white-space: nowrap;
        outline: 0;
        font-family: inherit;
        font-weight: 700;
        border-radius: 4px;
        transition: background-color .2s ease-out;
        line-height: 1.5;
        padding: 11px 23px;
        position: relative
    }

    .join-button>span {
        display: block;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .join-button>* {
        min-width: 0
    }

    .join-button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .join-button:active,
    .join-button:disabled,
    .join-button:focus,
    .join-button:hover {
        outline: 0;
        text-decoration: none
    }

    .join-button {
        color: var(--button-primary-color);
        background: var(--button-primary-bg)
    }

    .join-button:active,
    .join-button:focus,
    .join-button:hover {
        color: var(--button-primary-color);
        background: var(--button-primary-hover-bg)
    }

    #btn-close {
        color: inherit;
        border: 0
    }

    #btn-close::before {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        transform-origin: center center;
        transition: transform .3s, opacity .2s;
        opacity: .5;
        content: ''
    }

    #btn-close:hover::before {
        opacity: 1
    }

    #btn-close::before {
        width: 11px;
        height: 11px;
        background-image: var(--icon-close)
    }

    #btn-close:hover::before {
        transform: rotate(90deg)
    }

    .pristine {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        width: 100%
    }

    @media screen and (min-width:960px) {
        .pristine {
            width: auto;
            max-width: 100%
        }
    }

    .footbar-content {
        position: relative;
        display: flex;
        flex-direction: column
    }

    @media screen and (min-width:960px) {
        .footbar-content {
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center
        }
    }

    .main-word {
        font-size: 16px;
        padding: 5px 0
    }

    .description {
        margin: 0
    }

    @media screen and (min-width:960px) {
        .description {
            margin: 0 16px 0 0
        }
    }

    .buttons-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .footbar-root {
        -webkit-text-size-adjust: 100%;
        z-index: 2147483635;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        box-shadow: 0 -1px 2px 0 #ccc
    }

    @font-face {
        font-family: emoji;
        src: local('Apple Color Emoji'), local('Android Emoji'), local('Segoe UI'), local(EmojiSymbols), local(Symbola);
        unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF
    }

    .footbar-root {
        position: fixed;
        margin: 0 auto;
        width: var(--root-width);
        max-width: var(--root-max-width);
        min-height: 0;
        top: 0;
        left: 0;
        right: 0
    }

    .footbar-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        overflow: var(--root-overflow);
        padding: 5px 10px;
        background-color: var(--root-bg);
        color: var(--root-color)
    }

    .footbar-body {
        margin: 0 auto;
        width: 100%;
        min-width: 0
    }

    @media screen and (min-width:960px) {
        .footbar-body {
            width: auto
        }
    }

    #btn-close {
        padding: 10px;
        position: absolute;
        z-index: 1
    }

    #btn-close {
        top: 0;
        right: 0
    }

    @media screen and (min-width:960px) {
        #btn-close {
            top: auto;
            padding: 20px
        }
    }

    .footbar-root {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }

    @media (max-width:959px) {
        .pristine {
            display: flex;
            flex-flow: column;
            align-items: normal
        }
    }

    @media (max-width:959px) {
        .buttons-container {
            display: flex;
            flex-flow: column
        }
    }

    .footbar-container {
        font-family: Sora, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.55555556;
        border-radius: 0;
        box-shadow: 0 11px 32px -5px rgba(54, 61, 77, .15)
    }

    @media (min-width:960px) {
        .footbar-container {
            box-shadow: 0 10px 24px 0 rgba(54, 61, 77, .15)
        }
    }

    #btn-close:before {
        opacity: .3;
        width: 24px;
        height: 24px
    }

    #btn-close:hover:before {
        opacity: 1
    }

    #btn-close:before {
        background-image: url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-290.000000,%20-65.000000%29%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20transform%3D%22translate%28290.000000,%2065.000000%29%22%3E%3Cpath%20d%3D%22M22.5%201.5v21H1.5V1.5h21z%22%20stroke%3D%22%230f0f0f%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%230f0f0f%22%20d%3D%22M16.999954%208.44117617%2015.5588332%207.00005699%2011.998935%2010.5575%208.44121825%207%207.00004599%208.44117067%2010.5585606%2011.9999973%207%2015.5587778%208.44122375%2017%2011.998935%2013.4414323%2015.5588277%2016.999943%2017%2015.5587723%2013.4414339%2011.9999973z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E)
    }

    #btn-close:hover:before {
        transform: none;
        background-image: url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22%230f0f0f%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-290.000000,%20-65.000000%29%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20transform%3D%22translate%28290.000000,%2065.000000%29%22%3E%3Cpath%20d%3D%22M22.5%201.5v21H1.5V1.5h21z%22%20stroke%3D%22%230f0f0f%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M16.999954%208.44117617%2015.5588332%207.00005699%2011.998935%2010.5575%208.44121825%207%207.00004599%208.44117067%2010.5585606%2011.9999973%207%2015.5587778%208.44122375%2017%2011.998935%2013.4414323%2015.5588277%2016.999943%2017%2015.5587723%2013.4414339%2011.9999973z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E)
    }

    .description {
        line-height: inherit
    }

    @media (min-width:960px) {
        .description {
            margin: 0 24px 0 0
        }
    }

    .buttons-container {
        margin: -8px
    }

    .buttons-container .join-button {
        margin: 5px;
        padding: 6px 14px;
        font-weight: 900;
        line-height: 1.55555556;
        border-radius: 0
    }

    .join-button {
        border: 3px solid #0f0f0f;
        background-color: transparent
    }

    .join-button:focus,
    .join-button:hover {
        background-color: #0f0f0f;
        color: #fff
    }

    .progressive15 {
        color: #65c466;
        padding: 0 0 5px 0;
        text-align: center;
        font-size: 18px
    }

    .progressive15 strong {
        font-weight: 700;
        font-style: normal;
    }

    .first-mb {
        padding: 0 10px
    }

    @media (min-width:960px) {
        .description {
            margin: 0 32px 0 0
        }
    }

    @media (max-width:959.98px) {

        .buttons-container,
        .pristine {
            flex-direction: column;
            align-items: stretch
        }

        .progressive15 {
            font-size: 18px
        }
    }

    .break-word {
        word-break: break-word;
    }

    .first-mb img {
        height: 40px
    }

    .progressive15 {
        color: #ff0
    }

    .progressive15 {
        color: #65c466;
        min-width: 150px;
    }

    .progressive15 strong {
        font-weight: 700;
        font-style: normal;
    }

    @media (max-width:450px) {
        .first-mb img {
            height: 47px
        }
    }

    @media only screen and (max-width:640px) {
        .first-mb img {
            width: 120px;
            height: auto;
            margin: 0 auto
        }

        .first-mb {
            padding: 5px 0;
            text-align: center
        }

        .pristine,
        .progressive15 {
            display: inline;
            text-align: center;
            padding: 5px 0;
            white-space: nowrap;
        }

        .buttons-container .join-button {
            display: inline;
            margin: 5px;
            padding: 3px 20px
        }

        .main-word {
            text-align: center;
            width: 100%;
            padding: 5px 0 0 0;
            font-size: 14px;
        }
    }

    .buttons-container a {
        text-decoration: none
    }

    @media only screen and (max-width:960px) {
        .first-mb {
            padding: 5px 0;
            text-align: center
        }

        .pristine,
        .progressive15 {
            display: inline;
            text-align: center;
            padding: 5px 0;
            white-space: nowrap
        }

        .buttons-container .join-button {
            display: inline;
            margin: 5px;
            padding: 3px 20px
        }
    }

    #footbar-fixed {
        display: none;
    }



    * {box-sizing: border-box;}

#main-container {
    max-width: 450px;
    margin: 30px auto;
}
body{
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

img{
    max-width: 100%;
}

.logo{
    max-width: 30%;
}

.green{
    color: #00c500;
}

.gray{
    color: gray;
}

.orange{
    color: orange;
}

.form-container{
    box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
}

.form-control{
    border-radius: 0;
}

.intgrtn-form-signup {

}

#custom-regbox .formHeader{
    background: #60359b;
    text-align: center;
    color: white;
    font-weight: 700;
    margin: 0;
    padding: 30px 24px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family:inherit;
}

.logos-section{
    padding: 50px 0;
    padding-top: 150px;
}

.logos-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bid-wrapper, .ask-wrapper{
    font-size: .9em;
    font-weight: 700;
    display: flex;
}

.bid-ask-span{
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}

.bid-ask-span{
    transform: scale(1);
    transform:rotate3d(0,1,0,0deg);
    animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}

/* ANIMATION */


@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

/* MEDIA QUERIES */

@media screen and (max-width: 991px){

   #custom-regbox  .formHeader{
        padding: 30px 20px;
        font-size: 20px;
    }
}

@media screen and (max-width:767px){

    .row-2-logos {
        flex-direction: column;
        align-items: center;
    }

    #main-container {
        margin: 0;
    }

    .logos-wrapper{
        flex-direction: column;
    }

    .bid-ask-span{
        font-size: 2em;
    }

    .logo{
        display: inline-block;
        margin-bottom: 15px;
    }

    .logo{
        max-width: 100%;
    }

    .logos-section{
        padding-top: 50px;
    }
}

@media screen and (max-width:575px){

    /* .no-padding{
        padding: 0 15px;
    } */
}


.logos-wrapper {
    display:block;
}
.flex-logos-wrapper {
    display:flex;
}

.logos-row2 {
    margin-top: 20px;
}

.logos-section {
    padding-top:20px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media (max-width: 768px){
    .bid-wrapper, .ask-wrapper{
        margin: 10px 0;
    }
}


/*#region model */
p{
            margin: 0;
        }/*#endregion */


@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");

.formwrap-outer .intgrtn-form-signup {
  padding: 32px;
}
.form-container{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#custom-regbox .formHeader{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ask-bid-wrapper .js-bitcoin-disclamer {
  display: none;
}
.ask-bid-wrapper .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.ask-bid-wrapper .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ask-bid-wrapper .ask-bid {
  text-align: center;
  font-size: 11px;
  margin-bottom: 0;
}

#custom-regbox .formHeader {
  white-space: normal;
  word-break: break-word;
}

@media all and (max-width: 768px) {
  .bid-ask-span {
    animation: unset;
  }
}

/*# sourceMappingURL=intgrtn.css.map */



/* mixin vendorPrefixed */
/* mixin demodeBorder */
.intgrtn-form-signup {
  position: relative; }
  .intgrtn-form-signup,
  .intgrtn-form-signup * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-indent: 0;
    text-align: left; }

/* .intgrtn-contact-request-messages-holder */
@media (max-width: 991px) {
  /* .intgrtn-contact-request-messages-holder */ }

/* media 991 - 767px */
@media (max-width: 767px) {
  /* .intgrtn-contact-request-messages-holder */ }

/* media 767px - 0px */

/* .intgrtn-area-flags-holder */
/* ============ flags sprite ================ */

/*#region name */

/*#endregion */        