.sloped-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#main-banner {
    height: 770px;
}

.main-bunner-content {
    padding-top: 20px;
}

/* Slider */
.banner_block {
    position: relative;
    overflow: hidden;
  }

.banner {
    position: absolute;
    top: -230px;
    height: auto;
    width: 100%;
    z-index:-100;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}

.sub-position {
    position: relative;
    top: 50%;
    margin-top: -365px;
}

.wrapper {
    display: flex;
    align-items: center;
}

.carousel_dashes:active {
    background-color: #4482C1 !important;
}

.carousel_dashes {
    background-color: #757576 !important;
}

.img-banner {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
/* end of Slider */

#footer-top {
    height: 650px;
}

.footer-image {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

#footer-top-background {
    background-color: #F2F3F2;
}

.sloped-bottom{
    position: absolute;
    height: 100%;
    width: 120%;
}

.sloped-top {
    position: absolute;
    height: 100%;
    width: 120%;
    top: 60%;
    left: 50%;
    transform-origin: 0% 0%;
    transform: rotate(-5deg) translate(-50%, -38%);
}

.background-cover {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: -100;
    display: flex;
    justify-content: center;
}

/* Logo */

#logo {
    width: 225px;
}

#funding-methods-section img {
    width: 80px;
}

.bg-image-cover {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .header-banner */
header.header-banner {
    padding: 200px 0px 100px 0px;
}

.header-banner #title,
.header-banner .title-desc {
/*text-shadow: 2px 2px 4px #000000;*/
color: black;
text-align: center;
}

.header-banner .title-desc {
font-weight: normal !important;
}

.navbar-brand img {
    padding-top: 17px;
}

/* 3 ways get started - CARDS */
.card {
    border: none;
}

.card-header {
    background-color: white;
    border: none;
}

/* FAQ */
.faq {
    cursor: pointer;
  }

.text-black-50 {
    color: rgba(0, 0, 0, 0.25) !important;
}

.fixed_menu {
	background-color: white;
    position: static;
    width: 100%;
    z-index: 500;
}

/* RULES */
.pt-100 {
    padding-top: 100px;
}

.pt-300 {
    padding-top: 300px;
}

.btn-orange {
    background-color:#F68921;
    color:white;
}

.h-70 {
    height: 70px;
}

.h-150 {
    height: 150px;
}

.bor-gray {
    width: 18rem;
    border:1px #EDEEEE solid;
}

.bor-pairs {
    border:1px #959595 solid;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    text-decoration: underline !important;
    border: 0;
}

/* Account Types */
.bronze {
    background-image: linear-gradient(to right, #8f5823,#a46528,#b8722d,#cd7f32,#b8722d,#a46528,#8f5823)
}

.silver {
    background-image: linear-gradient(to right, #868686,#999999,#acacac,#C0C0C0,#acacac,#999999,#868686)
}

.gold {
    background-image: linear-gradient(to right, #b29600,#ccac00,#e5c100,#ffd700,#e5c100,#ccac00,#b29600)
}

.platinum {
    background-image: linear-gradient(to right, #c0c0c0,#cccccc,#d9d9d9,#e6e6e6,#d9d9d9,#cccccc,#c0c0c0)
}

.dec-none {
    text-decoration:none;
    color:white;
}

.image-fix {
    background-repeat: no-repeat;
    background-size: 220px;
}

/* Modal pop-up sign up */
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    position: fixed;
    top: 35%;
    left: 10px;
    filter: drop-shadow(0 0 0.3rem #757576);
    z-index:1000;
    display: none;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position:relative;
    top:-50px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #4482C1;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

/* Fix for microsoft edge */
.legal li {
    display:inline;
}

/* WHU modal */
.overlay-background {
    position: fixed;
    left:0;
    top: 0;
    z-index:9;
}

.padding-layer {
    /* background-color:white; */
    /* padding:20px; */
    height:100%;
    max-height:600px;
    width: 100%;
    max-width: 800px;
    position: relative;
    top:15%;
    background-color: white;
    margin: auto auto;
    box-shadow: 5px 10px 18px #888888;
}

.close-layer {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
}

.image-layer {
    background-image:url('../images/backgrounds/modal_banner.png');
    height: 100%;
    width: 100%;
    /* background-position-x: -132px; */
}

/* Extra small devices */
@media (max-width: 576px){
    .resize_fonts th,
    .resize_fonts td,
    .resize_fonts td a button
    {
        font-size: 12px;
    }

    .nav-link {
        font-size: 12px;
    }
}

/* Until small devices */
@media screen and (max-width: 575px){
}

/* Until medium devices */
@media screen and (max-width: 767px){
    .popup{
        display: none !important;
    }

    .image-layer {
        background-image:url('../images/backgrounds/modal_banner_resp.png');
        background-position-y: -70px;
    }

    .padding-layer {
        max-width: 476px;
        max-height: 480px;
    }
}

/* Large devices */
@media (min-width:768px) and (max-width:991px) {
    .popup{
        top: 0px;
    }
}

/* Until large devices */
@media (max-width: 991px) {
    #main-banner {
        height: 770px;
    }

    .navbar-brand img {
        padding-top: 0px;
    }
}

.asset_index {
    width: 100%;
        -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    display: block;
}

.cookie_style {
    position: fixed;
    left: 0;
    bottom: -16px;
    width: 100%;
    z-index: 9999;
}