﻿body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    background-color: #212335;
    color: white;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: white;
}

.table {
    color: white;
}

.answer {
    min-width: 180px;
}

.nav-tabs .nav-link {
    border: 1px solid #26ff9a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover {
    min-width: 300px !important;
}

.navbar-collapse.collapsing, .navbar-collapse.show {
    background: #31344e !important;
}

.mentorlive {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2%;
    color: white;
    text-shadow: 3px 0 0 #000, 0 -3px 0 #000, 0 3px 0 #000, -3px 0 0 #000;
    font-size: 1.1rem;
    text-decoration: none;
}

h5.mentorfullname {
    background-color: #212335;
    color: white;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mentorname {
    background-color: #212335;
    color: white;
    font-weight: 500;
}

.mentorliveowned {
    display: inline-block;
    position: absolute;
    top: 29%;
    left: 2%;
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-size: 1.1rem;
    text-decoration: none;
}

.badge.hvr-grow-shadow {
    background-color: #26ff9a;
    color: #212335;
    font-size: 1rem;
}

#searchQuery {
    text-decoration: none;
}

.navbar-light .navbar-nav a.nav-link {
    color: white !important;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    @media only screen and (min-width:1024px) {
        .navbar-main {
            padding: 0px !important;
        }
    }
}

.grecaptcha-badge {
    display: none;
}

p, span, big, small, label {
    color: white;
}

.chatImg {
    width: 315px;
    height: auto;
}

.btn {
    color: white;
}

ul.multiselect-container {
    min-width: 400px;
}

#zmmtg-root {
    z-index: 9998;
}


a {
    color: #66afe9;
    text-decoration: none;
}

    a > p {
        color: #66afe9;
        text-decoration: underline;
    }

    a.select-course {
        text-decoration: none;
    }

.synctrade-btn {
    width: 100%;
}

img {
    border: 5px;
    max-width: initial !important;
}

.panel {
    background-color: transparent;
}

p > img {
    width: 100%;
    height: auto
}

.modal-dialog {
    max-width: 950px;
}

#updateicon {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 30px;
}

@media only screen and (max-width:1024px) {
    #updateicon {
        position: absolute;
        height: 30px;
        width: 30px;
        top: 0px;
    }
}

#blogContainer {
    min-height: 100vh;
    margin-top: 60px;
    background-color: transparent
}

.blogdesc {
    margin-top: 5%;
    width: 50%;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .blogdesc {
        width: 100%;
        padding: 0
    }
}

.blogdesc > p > img {
    width: 100%;
    height: auto;
}

.jssocials-share {
    vertical-align: unset;
}

.btn-secondary.share-btn {
    float: right;
    margin-top: 5px;
}

@media only screen and (max-width:1024px) {
    .btn-secondary.share-btn {
        width: 40%;
        vertical-align: baseline;
        margin: 0px;
        margin-left: 5px;
    }
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.forum-panel.hvr-grow-shadow:active, .forum-panel.hvr-grow-shadow:focus, .forum-panel.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: white
}

@media only screen and (min-width:1024px) {
    h3 {
        font-size: 21px;
    }
}

.mentorpanel {
    padding: 0px
}

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

    .blogdesc > p > img {
        width: 100%
    }

    .container {
        padding: 0;
        margin: 0
    }

    .mentorpanel {
        padding: 0
    }
}

/*
.popover.mentorpopover {
    min-width: 385px
}

    .popover.mentorpopover.left {
        margin-top: -10%;
        margin-left: 8%
    }

    .popover.mentorpopover.right {
        margin-top: -10%;
        margin-left: -8%
    }

    .popover.mentorpopover > .popover-content {
        color: white;
        background-color: #212335;
    }*/

.new {
    color: #26ff9a;
}
/*
.popover.bottom .arrow:after {
    border-bottom-color: white;
}*/

.tag {
    color: white;
    background-color: #31344e;
    font-size: 12px;
    display: inline-block;
    margin: 2px;
    font-weight: 700
}

.large-tag {
    color: white;
    background-color: #31344e;
    font-size: 20px;
    display: inline-block;
    margin: 2px;
    font-weight: 500
}

.dropdown-toggle > h4:hover {
    color: #26ff9a !important;
}

.popover, .popover-content, .popover-body, .popover-header {
    background-color: #31344e !important;
    color: white !important;
}

.dropdown-menu .dropdown-item {
    color: white !important;
}

.form-control, input, textarea {
    background-color:#31344e !important;
    color: white !important;
}

textarea.form-control, textarea.form-control:active {
    background-color:#31344e;
}

textarea.form-control {
    min-width: 150px !important;
}

.form-control:focus {
    background-color: #31344e;
}


big {
    font-weight: 500
}

.panel > a > big {
    color: white;
}

textarea {
    color: white
}

a:focus {
    outline: 0
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress {
    height: 20px !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1) !important;
    box-shadow: inset 0 3px 3px rgba(0,0,0,.2) !important;
    display: block !important;
    background: none !important;
}

.percent-complete {
    color: rgba(34, 167, 240, 1);
}

@media only screen and (max-width:1024px) {
    h2 > img, p > img {
        width: 100%;
        height: auto
    }
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.trade-tracker-icon {
    background: url(../assets/img/wetradetrackericon.png) no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:1024px) {
    .trade-tracker-icon {
        background-size: 17px;
        width: 17px;
        height: 17px;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin: 0 auto
    }
}
/*
.navbar .navbar-nav {
    display: inline-block;
    float: left
}

    .navbar .navbar-nav .info-nav {
        float: left
    }


@media screen and (max-width:1280px) {
    ul.nav.navbar-nav.search-nav {
        position: absolute;
        left: 60%;
        top: 0;
        transform: translateX(1%);
        width: 75%;
    }
}

@media screen and (max-width:1280px) {
    ul.nav.navbar-nav.search-nav {
        position: absolute;
        left: 20%;
        top: 0;
        transform: translateX(1%)
    }

    .nav > li.guides {
        display: none;
    }

    .nav > li.courses {
        display: block;
    }
}





@media screen and (min-resolution:200dpi) {
    .search-nav {
        display: block;
        float: left;
        width: 80%;
        padding-left: 19px
    }

    .navbar.navbar-nav.info-nav.list-group {
        width: 100%
    }

    .navbar-right {
        float: none
    }

    .navbar .navbar-nav {
        float: none
    }
}

.search-nav {
    position: absolute;
    left: 57%;
    z-index: 9999;
}


@media only screen and (max-width:1800px) {
    .search-nav {
        position: absolute;
        left: 65%;
    }
}

@media only screen and (max-width:1500px) {
    .search-nav {
        position: absolute;
        left: 66%;
    }
}



@media only screen and (max-width:1366px) {
    .search-nav {
        position: absolute;
        left: 61%;
    }

    .nav > li.wetradelive {
        display: none;
    }
}

@media only screen and (max-width:1280px) {
    li.wetradelive {
        display: none;
    }

    .nav > li.learn {
        display: none;
    }

    .search-nav {
        display: block;
        float: left;
        padding-left: 19px;
        position: absolute;
        left: 30%;
        top: 0;
        transform: translateX(1%)
    }

        .search-nav > li {
            float: none
        }

    .navbar.navbar-nav.info-nav.list-group {
        width: 100%
    }

    .navbar .navbar-nav {
        float: none;
        text-align: center
    }

        .navbar .navbar-nav .navbar-right {
            float: left;
            display: none;
        }

    ul.nav.navbar-nav.info-nav.list-group {
        margin: 0 auto
    }

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

        li.msg {
            display: none;
        }

        ul > li.notif-bell {
            display: none;
        }
    }
}

@media screen and (max-width:1200px) {
    ul.nav.navbar-nav.search-nav {
        position: absolute;
        left: 30%;
        top: 0;
        transform: translateX(1%);
    }
}


@media screen and (max-width:800px) {
    ul.nav.navbar-nav.search-nav {
        position: absolute;
        left: 16%;
        top: 0;
        transform: translateX(1%);
        width: 85%;
    }

    .nav > li.guides {
        display: block;
    }

    .nav > li.courses {
        display: block;
    }

    .nav > li.forum {
        display: block;
    }

    .nav > li.wetradelive {
        display: block;
    }
}

.navbar-nav > li > .dropdown-menu {
    min-width: 200px;
}*/

.dropdown-menu.faq {
    position: relative;
    margin: 15px;
}

    .dropdown-menu.faq > li:hover {
        color: white;
    }

.navbar-nav > li.profile-dropdown > .dropdown-menu {
    min-width: 400px;
}

@media only screen and (max-width:767px) {
    .search-nav {
        width: 80%
    }
}

@media only screen and (max-width:1024px) {
    #searchvidstext {
        display: none;
    }

    #searchvids {
        margin-top: 30px;
    }
}

.nextstep {
    pointer-events: none;
    opacity: .5;
    background: #ccc
}

.nav > li.footer {
    display: inline-block
}

.nav-tabs {
}

    .nav-tabs > li {
        width: 25%;
        text-align: center;
        font-size: 20px
    }

    .nav-tabs > .profile-nav-tab {
        width: 50%
    }

@media (max-width:1280px) {
    .nav-tabs > li {
        font-size: 15px
    }
    #chartContainer > .nav-tabs > li.filings {
        display:none;
    }
    #chartContainer > .nav-tabs > li {
        width: 25%;
    }
}

.nav-tabs > li.chart {
    width: 25%
}

.bgChart {
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: transparent;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #31344e;
    }

@media (min-width:1281px) {
    .nav-tabs > li.ticker-forum-tab {
        width: 33.33%
    }

    .nav-tabs > li.forum {
        width: 33.33%
    }

    .nav-tabs > li.forum-discord {
        width: 33.33%
    }

    .nav-tabs > li.news {
        width: 33.33%
    }
}

@media (max-width:1280px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: transparent
    }
}

li > a {
    text-decoration: none;
}

.navbar .dropdown-menu {
    background-color: #31344e !important;
}

.nav-tabs > li > a {
    height: 42px
}

a > big > i:hover {
    color: #00e67a
}

a:hover {
    color: #31344e
}

    a:hover > a {
        color: #31344e
    }

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px
}

    .strike > span {
        position: relative;
        display: inline-block
    }

        .strike > span:after, .strike > span:before {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #212335;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px
        }

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #00e67a;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: 2px solid;
    border-bottom-color: #00e67a;
    font-weight: 500
}

    .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .post-history > .nav-tabs > li.active > a {
        color: #00e67a;
        cursor: pointer;
        border: 1px solid #ccc;
        border-bottom: 2px solid;
        border-bottom-color: #00e67a;
        font-weight: 500
    }

.nav > li > a:focus, .nav > li > a:hover {
    color: #00e67a;
    background-color: transparent;
    border: 1px solid #ccc;
}

.dropdown-menu {
    min-width: 300px
}

#drag:hover {
    background-color: #66afe9;
}

.list-group {
    width: 100%
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 0
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #00e67a
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: none
}








.fixed-top-2 {
    margin-top: 47px;
    height: 6%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #212335;
    border-color: #31344e;
    border-radius: 0;
    min-height: 30px;
    max-height: 30px;
    display: none;
}

.promo-banner, .promo-banner-user {
    padding: 40px;
    height: 7%;
    width: 100%;
    top: 60px;
    right: 0;
    z-index: 1;
    position: fixed;
    background-color: #66afe9;
    border-color: #31344e;
    border-radius: 0;
    min-height: 30px;
    max-height: 30px;
    display: none;
    vertical-align: middle;
    text-align: center;
}

    .promo-banner > a, .promo-banner-user > a, .promo-banner > a, .promo-banner-user > a {
        text-decoration: none;
    }

    .promo-banner > h4, .promo-banner-user > h4, .promo-banner > h5, .promo-banner-user > h5 {
        line-height: 40px;
    }

    .promo-banner > a > h5, .promo-banner-user > a > h5 {
        color: #31344e;
    }

@media only screen and (max-width:800px) {
    .navbar-default .navbar-brand {
        background: 0 0;
        width: 0%;
        background-size: 100px
    }

    .fixed-top-2 {
        display: none;
    }

    .promo-banner {
        padding: 40px;
        height: 7%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 1;
        position: fixed;
        border-color: #31344e;
        border-radius: 0;
        min-height: 5%;
        max-height: 40px;
        vertical-align: middle;
        text-align: center;
    }

    .promo-banner-user {
        position: static;
        height: 110px;
        max-height: 100%;
        margin-top: 15px;
    }

        .promo-banner > h4, .promo-banner-user > h4 {
            line-height: 20px;
            font-size: 16px;
        }
}


#bannerPanel {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#bannerImg {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 200px;
}

@media only screen and (max-width:1024px) {
    #bannerPanel {
        height: 100px;
    }

    #bannerImg {
        object-fit: cover;
        object-position: center;
        height: 75px;
    }
}

@media only screen and (max-width:420px) {
    .navbar-default .navbar-brand {
        background: 0 0;
        width: 0%;
        background-size: 100px
    }

    .fixed-top-2 {
        display: none;
    }

    .promo-banner {
        height: 7%;
        width: 100%;
        top: 7px;
        right: 0;
        z-index: 1;
        position: fixed;
        border-color: #31344e;
        border-radius: 0;
        min-height: 14%;
        max-height: 40px;
        vertical-align: middle;
        text-align: center;
    }

    .promo-banner-user {
        position: static;
        height: 110px;
        max-height: 100%;
        margin-top: 15px;
    }

        .promo-banner > h4, .promo-banner-user > h4 {
            line-height: 20px;
            font-size: 14px;
        }
}

@media only screen and (max-width:360px) {
    .navbar-default .navbar-brand {
        background: 0 0;
        width: 0%;
        background-size: 100px
    }

    .fixed-top-2 {
        display: none;
    }

    .promo-banner {
        height: 7%;
        width: 100%;
        top: 7px;
        right: 0;
        z-index: 1;
        position: fixed;
        border-color: #31344e;
        border-radius: 0;
        min-height: 15%;
        max-height: 40px;
        vertical-align: middle;
        text-align: center;
    }

        .promo-banner > h4 {
            line-height: 20px;
            font-size: 13px;
        }
}

@media only screen and (max-width:1024px) {
    .info-nav {
        min-height: 200px;
        background-color: #212335;
    }

    .fixed-top-2 {
        display: none;
    }
}

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

    .navbar-default .navbar-brand {
        background: 0 0;
        width: 0%;
        background-size: 100px;
        display: none;
    }
}

.skins {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    height: 50px
}

    .skins li {
        display: inline-block;
        margin-top: 16.5px
    }

        .skins li span {
            display: block;
            width: 16px;
            height: 16px;
            border: 1px solid #fff;
            cursor: pointer
        }

.navbar-login {
    padding: 10px;
    padding-bottom: 0
}

li.profile-section {
    height: 30px
}

li.trade-tracker {
    height: 30px
}

li.discord > a {
    background: url(../assets/img/discord.png) no-repeat center;
    background-size: 60px
}

.forum-discord > a {
    background: url(../assets/img/discord.png) no-repeat center;
    background-size: 60px
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0
}

.navbar-brand {
    color: white;
    font-size: 2rem;
    font-weight: 500;
    margin-right: 15px
}

@media only screen and (max-width:1367px) {
    .navbar-brand {
        margin-right: 1px
    }
}



span.highlight {
    background-color: #888
}

b.header-username {
    font-weight: 500
}

.glyphicon.glyphicon-log-in {
    color: white
}

span.login {
    font-family: Roboto;
    font-weight: 500
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: white
}

#search5back {
    margin: 0 auto
}

@media only screen and (min-width:769px) {
    #searchbox5 {
        width: 223px;
        margin: 0 auto;
        transform: translateY(15%)
    }
}

@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #searchbox5 {
        width: 200px;
        margin: 0 auto;
        transform: translateY(15%)
    }
}

@media only screen and (min-width:1500px) {
    #searchbox5 {
        width: 350px;
        margin: 0 auto;
        transform: translateY(15%)
    }
}

@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #searchbox5 {
        width: 200px;
        margin: 0 auto;
        transform: translateY(15%)
    }
}

@media only screen and (max-width:1499px) {
    #searchbox5 {
        width: 200px;
        margin: 0 auto;
        transform: translateY(15%)
    }
}

@media only screen and (max-width:1024px) {
    #searchbox5 {
        width: 90%;
        transform: translateY(15%);
        margin: 0 auto;
        float: left
    }
}

@media only screen and (max-width:767px) {
    #searchbox5 {
        width: 90%;
        margin: 0 auto;
        transform: none;
        float: left
    }
}



span.combodate {
    display: flex
}

.ui-menu .header-auto {
    color: white;
    font-family: Roboto;
    padding-left: 5px;
    font-weight: 600
}

.ui-menu .ui-menu-item {
    padding-left: 10px;
    font-weight: bolder;
    padding: 6px;
}

.ui-widget-content a {
    color: #fff
}


.input-group {
    background-color: #212335;
    border: 1px solid;
}

#search52 {
    background: url(../assets/img/search.svg) no-repeat 10px 2px;
    background-size: 20px;
    border: 2px solid #fff;
    font-family: Roboto;
    color: #fff;
    width: 100%;
    padding-left: 35px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.15) inset
}

    #search52::placeholder {
        color: #fff;
        opacity: 1
    }

    #search52::-ms-input-placeholder {
        color: #white;
        opacity: 1
    }

#search51::placeholder {
    color: white;
    opacity: 1
}

::-ms-input-placeholder {
    color: white;
    opacity: 1
}

.inner-addon {
    position: relative
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none
    }

.left-addon .glyphicon {
    left: 0
}

.right-addon .glyphicon {
    right: 0
}

.left-addon input {
    padding-left: 30px
}

.right-addon input {
    padding-right: 30px
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 90%;
    z-index: 9999;
    color: #fff
}

@media only screen and (max-width:800px) {
    .ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 70%
    }

    .btn-secondary {
        width: 100%;
        margin-top: 10px;
    }
}

.modal-content {
    background-color: #31344e;
}


.btn-secondary {
    background-color: transparent;
    color: white;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    background-color: #31344e;
    ;
    border: 1px solid darkgray;
}

.btn.btn-secondary {
    transition: all .15s ease-in-out;
    transition-property: all;
    transition-duration: 0.15s;
    animation-timing-function: ease-in-out;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.0rem;
    border-radius: 3px;
    height: 2.5rem;
    line-height: 1rem;
    text-align: center;
    padding: 0 0.75rem;
    border: 1px solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:white;
}

}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    box-shadow: 0 0 30px #ccc;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ui-menu-item {
    background-color: #31344e;
}

    .ui-menu-item:hover {
        background-color: #212335;
    }

.ui-widget-content a {
    color: white;
    font-family: Roboto
}

.ui-autocomplete-loading {
    background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center;
    z-index: 1000
}

.autocomplete-img {
    width: 30px;
    height: auto
}

.ui-button:active, .ui-state-active, .ui-state-active.ui-button:hover, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: white;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: inherit;
    color: #212121;
}

.connect-button {
    display: inline-block;
    margin-bottom: 1px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#28a0e5),to(#015e94));
    background-image: linear-gradient(#28a0e5,#015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    height: 32px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(0,0,0,.2);
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}


    .connect-button span {
        display: block;
        position: relative;
        padding: 0 12px;
        padding-left: 12px;
        height: 30px;
        background: #1275ff;
        background-image: none;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#7dc5ee),color-stop(85%,#008cdd),to(#30a2e4));
        background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
        border-radius: 3px;
        padding-left: 44px;
    }

        .connect-button span::before {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC");
        }

        .connect-button span::before {
            content: "";
            display: block;
            position: absolute;
            left: 11px;
            top: 50%;
            width: 23px;
            height: 24px;
            margin-top: -12px;
            background-repeat: no-repeat;
            background-size: 23px 24px;
        }

.user-nav {
    color: white
}

    .user-nav:focus, .user-nav:hover, a.user-nav:focus, a.user-nav:hover {
        background-color: #00e67a;
        color: white
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #00e67a;
    color: white
}

.glyphicon-user {
    margin-right: 4px
}

.header-div {
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    transform: translate(0,-10%)
}

.header-pic {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 50px;
    max-width: 50px
}

#homeContainer {
    min-height: 82vh;
    width: 70%;
    margin-top: 60px;
    text-align: center
}

@media only screen and (max-width:1919px) {
    #homeContainer {
        width: 80%
    }
}

@media only screen and (max-width:1367px) {
    #homeContainer {
        width: 95%
    }
}

@media only screen and (max-width:1199px) {
    #homeContainer {
        width: 100%;
        padding: 0;
        margin-top: 20%
    }
}


a {
    color: white
}

    a > label {
        color: #fff
    }

h1 > a, h2 > a, h3 > a, p > a, big > a, span > a {
    color: #66afe9;
    word-wrap: break-word;
}


.ql-align-center > a {
    color: #337ab7;
    word-wrap: break-word;
}

.ql-align-justify {
    text-align: justify;
}

li > a {
    color: white
}

.ql-snow a {
    color: #66afe9;
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #212335;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    color: white
}

.ql-snow .ql-tooltip {
    color: white;
    z-index: 9999;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: #212335
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
    color: white
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
    background-color: #31344e;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: white;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: white;
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    color: white;
}

.ql-editor.ql-blank::before {
    color: rgba(0,0,0,.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    color: white;
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white
}

ol > li > a {
    color: #00e67a
}

small > i {
    color: darkcyan;
}

div > a, h3 > a, small > a, strong > a, td > a {
    color: white
}

    strong > a > u {
        color: #66afe9;
    }


.notifMsg > div > small {
    color: #fff
}

@media only screen and (min-width:1281px) {
    li.leaderboards > a:after {
        content: 'Leaderboards'
    }
}

@media only screen and (max-width:1280px) {
    li.leaderboards > a:after {
        content: 'Leaders'
    }
}

.ticker-grid {
    border-radius: 10px;
    background-color: transparent;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 15px
}

.ticker-divider {
    width: 25%;
    color: #00e67a;
    border-color: #00e67a
}

.brand-icon {
    color: #26ff9a;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.homepage-icon {
    color: #31344e;
    font-size: 52px
}

.homepage-btn:hover {
    color: #00e67a
}

    .homepage-btn:hover > h1 > i {
        color: #00e67a
    }

@media only screen and (max-width:1280px) {
    .homepage-icon {
        font-size: 25px
    }
}

.verified-trader {
    padding: 20px
}

.popular-loading-spinner {
    margin: 0 auto;
    display: block;
    height: 128px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 0
}

@media only screen and (max-width:1280px) {
    .popular-loading-spinner {
        height: 80px;
        top: 70%
    }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th .popular-ticker-td {
    vertical-align: middle
}

td > div > p {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
}

.table-condensed > .popular-table-body > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding-top: .5em;
    padding-bottom: .5em
}

@media only screen and (min-width:1368px) {
    .popular-ticker-td {
        min-width: 350px
    }
}

.courses-loading-spinner {
    margin: 0 auto;
    display: block;
    height: 128px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9999
}

.courses-grid {
    border-radius: 10px;
    background-color: transparent;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 5.5vh;
    padding: 15px
}

.guides-grid {
    border-radius: 10px;
    background-color: transparent;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 5.5vh;
    padding: 15px
}

.volume-grid {
    margin-top: 9vh;
    padding: 15px
}

@media only screen and (max-width:1024px) {
    .volume-grid {
        margin-top: 0vh;
        padding: 15px
    }
}

.tools-grid {
    text-align: center;
    padding: 15px
}

@media only screen and (max-width:1367px) {
    .title-desc big {
        font-size: 14px
    }
}

.grid-link {
    text-align: center;
    text-decoration: none !important
}

    .grid-link:hover {
        color: #00e67a
    }

.homepage-ticker-img-div {
    position: relative;
    height: 50px;
    display: inline-block;
    float: left
}

.homepage-btn {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 225px
}

    .homepage-btn:hover {
        background: #fff
    }

.grid-img {
    margin: 0 auto;
    border-radius: 20%;
    height: auto;
    width: 50px;
    display: block
}

@media only screen and (max-width:1199px) {
    .grid-img {
        margin: 0 auto;
        border-radius: 20%;
        height: auto;
        width: 40px
    }

    .grid-img-trader {
        display: block;
        margin: 0 auto;
        border-radius: 20%;
        height: auto;
        padding: 1px
    }
}

.small-profile-pic > img.grid-small-img-trader {
    height: 50px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}

.med-profile-pic > img.grid-small-img-trader {
    height: 100px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}

.showcase-pic {
    width: 100%;
    height: 425px;
    text-align: center;
}

    .showcase-pic > img {
        visibility: hidden
    }

        .showcase-pic > img.landscape {
            width: 768px;
            height: 432px;
            visibility: visible;
        }

        .showcase-pic > img.portrait {
            width: auto;
            height: 432px;
            visibility: visible;
        }

@media only screen and (max-width:1024px) {
    .showcase-pic {
        width: 100%;
        height: 100%;
    }

        .showcase-pic > img.landscape {
            width: 100%;
            height: 100%;
            object-fit: contain;
            visibility: visible;
        }

        .showcase-pic > img.portrait {
            width: 100%;
            height: 332px;
            visibility: visible;
        }
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 0
}

@media only screen and (max-width:800px) {
    .grid-img {
        margin: 0 auto;
        border-radius: 20%;
        height: auto;
        width: 35px
    }
}

.company-img {
    border-radius: 20%;
    margin-left: 10px;
    width: 20px;
    height: auto
}

    .company-img:after {
        content: '';
        font-size: 20px;
        color: rgb(100, 100, 100);
        position: absolute;
        z-index: 2;
        top: 40%;
        left: 14%;
        right: 0;
        text-align: center;
        margin: auto;
        background-color: #31344e;
        ;
        font-family: Roboto;
        font-weight: 400;
        width: 100%;
        height: 100%;
    }

.grid-span {
    display: block
}

    .grid-span:hover {
        color: #31344e
    }

.grid-big {
    font-size: 140%
}

.homepage-ticker-price {
    font-size: 140%
}

.homepage-ticker-column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px
}

@media only screen and (max-width:960px) {
    .homepage-ticker-price {
        font-size: 130%
    }

    .homepage-ticker-column {
        padding-left: 0;
        padding-right: 0
    }
}

.ticker-span {
    float: left;
    margin-left: 10%
}

@media only screen and (min-width:1367px) {
    .ticker-span {
        float: left;
        font-size: 100%
    }
}

a > .search-icon {
    font-size: 26px;
    color: #00e67a
}



a > .fa-bitcoin {
    font-size: 32px;
    color: #00e67a
}

.icon-text-span {
    color: #fff;
    font-size: 20px;
    vertical-align: top
}

@media only screen and (max-width:1199px) {
    .icon-text-span {
        color: #fff;
        font-size: 15px;
        vertical-align: top
    }

    a > .search-icon {
        font-size: 20px;
        color: #00e67a
    }

    a > .fa-chart-bar {
        font-size: 26px;
        color: #00e67a
    }

    a > .fa-bitcoin {
        font-size: 20px;
        color: #00e67a
    }
}

@media only screen and (max-width:800px) {
    .icon-text-span {
        color: #fff;
        font-size: 15px;
        vertical-align: top
    }

    a > .search-icon {
        font-size: 14px;
        color: #00e67a
    }

    a > .fa-chart-bar {
        font-size: 15px;
        color: #00e67a
    }

    a > .fa-bitcoin {
        font-size: 15px;
        color: #00e67a
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute
    }
}

.live {
    color: red
}


.sponsored-text {
    color: gold;
}

h5 > i.fas.fa-star {
    color: #f39c12;
}

.sponsored {
    border: 1px solid;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.2);
    border-color: gold;
    background-color: #31344e;
    ;
    width: 60%
}

    .sponsored.no-border {
        border: none
    }

    .sponsored.front-page {
        background: url(../assets/img/affiliatebanners/speedtrader728x90.jpg) no-repeat center;
        width: 728px;
        height: 90px;
        margin: 0 auto
    }

@media only screen and (max-width:1024px) {
    .sponsored.front-page {
        background: url(../assets/img/affiliatebanners/speedtrader468x60.jpg) no-repeat center;
        width: 468px;
        height: 60px;
        margin: 0 auto
    }
}

@media only screen and (max-width:800px) {
    .sponsored.front-page {
        background: url(../assets/img/affiliatebanners/speedtrader320x50.jpg) no-repeat center;
        width: 320px;
        height: 50px;
        margin: 0 auto
    }
}

.sponsored-company {
    font-weight: bolder;
    color: #b58c4a
}

.sponsored-image {
    width: 300px;
    height: auto
}

@media only screen and (max-width:1441px) {
    .sponsored {
        width: 70%
    }
}

@media only screen and (max-width:800px) {
    .sponsored {
        width: 100%
    }

    .sponsored-image {
        width: 225px;
        height: auto
    }
}

.guides-thumbnail > i {
    position: absolute;
    bottom: 0;
    left: 50;
    right: 50
}

i.sponsored-i {
    color: gold
}

.grid-span i {
    font-size: 12px;
    display: block
}

.advertise-center {
    margin-top: 10%;
    text-align: center
}

.advertise-panel {
    margin: 0 auto;
    float: none;
    width: 50%
}



.advertise-btn {
    height: 10%;
    font-size: 40px;
    background-color: #00e67a;
    color: white
}

    .advertise-btn:hover {
        background-color: #00e67a;
        border-color: #00e67a
    }

button.stripe-button-el, button.stripe-button-el > span {
    background-color: #00e67a !important;
    border-color: #00e67a !important;
    background-image: none;
    font-family: Roboto;
    color: white;
    display: none
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-color: #87909e;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background-color: #212335;
    box-shadow: 0 1px 3px 0 #212335;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    color: white;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: red;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}


.send-btn {
    background-color: #00e67a;
    border-color: #00e67a;
    color: white
}

    .send-btn-btn:focus, .send-btn:hover, button.stripe-button-el:focus, button.stripe-button-el:hover, button.stripe-button-el > span:focus, button.stripe-button-el > span:hover {
        background-color: #00e67a;
        border-color: #00e67a
    }

.forum-panel {
    background-color: #31344e;
    ;
    width: 100%;
    margin-bottom: 5px;
    height: 80px
}

.forum-icon {
    height: 70px;
}

.forum-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20%;
    width: 60px;
    height: auto
}

.homepage-ticker-text-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #31344e;
    font-weight: 500
}

.stocklist-text-img {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%,-50%);
    color: #31344e;
    font-weight: 500;
    font-size: 6px
}

@media only screen and (max-width:1199px) {
    .homepage-ticker-text-img {
        font-size: 11px;
        top: 20%
    }
}

.ticker-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-weight: 500
}

.number-of-posts {
    text-align: center;
    height: 30%
}

.number-of-views {
    text-align: center;
    height: 30%
}

.forum-post-count {
    height: 70%;
    text-align: center
}

.forum-view-count {
    height: 70%;
    text-align: center
}

.forum-ticker {
    height: 90px;
    line-height: 80px;
    display: inline-block;
    height: 100%
}

.forum-posts {
    display: inline-block;
    height: 90px
}

.forum-views {
    display: inline-block;
    height: 90px
}

.ticker-profile {
    text-align: center;
    vertical-align: middle;
    background-color: #212335;
    box-shadow: 3px 3px 3px rgba(31,31,34,.11);
    border-color: #e1e1e1;
    white-space: normal;
}

.mainGraph {
    height: 67vh;
    z-index: -1;
    padding: 5px
}

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

    .ticker-profile {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        background-color: #212335;
    }
}

@media only screen and (max-width:1367px) {
    .mainGraph {
        height: 63vh
    }
}

@media only screen and (max-width:1281px) {
    .mainGraph {
        height: 62vh
    }
}

#mainContainer {
    margin-top: 55px;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    overflow-y: hidden;
}

@media only screen and (max-width:1367px) {
    #mainContainer {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 45px
    }
}

@media only screen and (max-width:1199px) {
    #mainContainer {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 75px;
        min-height: 750px
    }

    @media only screen and (min-height:800px) {
        #mainContainer {
            min-height: 850px
        }
    }
    /*
    .popover {
        width: 200%
    }*/
}


#chartContainer {
    margin-top: 105px;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    overflow-y: hidden;
}

@media only screen and (max-width:1367px) {
    #chartContainer {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 45px
    }
}

#tickerName {
    font-size: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width:1199px) {
    #chartContainer {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 55px;
        min-height: 3000px;
        background: white;
    }

    #tickerName {
        font-size: 19px;
    }

    #sentimenText {
        font-size: 12px;
        display: inline-block;
        width: 65%;
    }

    @media only screen and (min-height:800px) {
        #chartContainer {
            min-height: 850px
        }
    }
}

.wetradehq-popover {
    min-width: 260px
}

.ticker-profile-panel {
    border-radius: 10px;
    background-color: #31344e;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: visible;
    filter: blur(99px)
}

#custodianshipTable {
    filter: blur(99px);
}

.news-list {
    height: 78vh;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 10px;
    background-color: #31344e;
}

.ticker-profile-panel [data-scrollable] {
    border-radius: 10px;
    background-color: #31344e;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width:1367px) {
    .ticker-profile-panel {
        border-radius: 10px;
        background-color: #31344e;
        overflow-y: hidden;
        overflow-x: hidden;
        overflow: visible;
        margin: 0 auto;
        padding: 0px;
    }

        .ticker-profile-panel [data-scrollable] {
            border-radius: 10px;
            background-color: #31344e;
            overflow-y: scroll;
            overflow-x: hidden;
        }
}

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

    .ticker-profile-panel {
        border-radius: 10px;
        background-color: #31344e;
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .ticker-profile-panel [data-scrollable] {
            border-radius: 10px;
            background-color: #31344e;
            overflow-y: scroll;
            overflow-x: hidden;
        }

    .mainGraph {
        height: 110vh
    }
}

@media only screen and (max-width:496px) {
    .ticker-profile {
        height: 90vh
    }

    .ticker-profile-panel {
        border-radius: 10px;
        background-color: #31344e;
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .ticker-profile-panel [data-scrollable] {
            border-radius: 10px;
            background-color: #31344e;
            overflow-y: scroll;
            overflow-x: hidden;
        }

    .mainGraph {
        height: 65vh
    }
}

[data-scrollable] {
    position: relative;
    overflow-x: hidden
}

[data-scrollable-h] {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow-x: scroll
}

@media only screen and (max-width:960px) {
    .profile {
        width: 100%;
        padding: 0
    }
}

.profile-username {
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.profile-bio {
    margin-top: 5%;
    margin-left: 5%;
    font-size: 17px;
    background-color: #31344e
}

.profile-bio-text {
    width: 95%;
    display: inline-block
}

.profile-social-media {
    margin-top: 5%;
    margin-left: 5%;
    font-size: 17px
}

.social-media-link {
    display: contents
}

.mentorform-header {
    width: 50%;
    margin: 0 auto
}

@media only screen and (max-width:960px) {
    .mentorform-header {
        width: 100%
    }
}

.mentorform-section {
    float: left;
    border-left: 1px solid #a9a9a9
}

@media only screen and (max-width:960px) {
    .mentorform-section {
        float: none;
        width: 100%
    }
}

.mentor-vid-panel {
    margin-top: 15px;
    max-width: 100vw;
}

@media only screen and (max-width:1280px) {
    .mentor-vid-panel {
        margin-top: 40px;
    }
}

.mentor-pic {
    display: block;
    margin: 0 auto;
    overflow: visible;
    height: 425px;
    background-color: black;
}

    .mentor-pic > img {
        border-radius: 1%;
        display: inline-block;
        position: relative;
        max-width: 100%;
        max-height: 425px;
        margin: 0 auto
    }

.carousel-control.right {
    right: -30px;
}

.carousel-control.left {
    left: -30px;
}

.profile-pic {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

    .profile-pic > img {
        border-radius: 50%;
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: 150px;
        min-width: 150px;
        min-height: 150px;
        margin: 0 auto
    }

    .profile-pic:hover .edit {
        display: block
    }

.small-profile-pic {
    border-radius: 25px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.med-profile-pic {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.course-pic {
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px
}

    .course-pic > img {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: 200px;
        width: 200px;
        margin: 0 auto;
        border-radius: 5px
    }

    .course-pic:hover .edit {
        display: block
    }

.new-course-pic {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px
}

    .new-course-pic > img {
        display: inline-block;
        position: relative;
        top: 0%;
        left: 0%;
        height: 200px;
        width: 100%;
        margin: 0 auto;
        border-radius: 0px
    }

.mentor-pic {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px
}

    .mentor-pic > img {
        display: inline-block;
        visibility: hidden;
        position: relative;
        top: 0%;
        left: 0%;
        margin: 0 auto;
        border-radius: 0px
    }


        .mentor-pic > img.landscape {
            height: 200px;
            width: 100%;
            visibility: visible;
        }

        .mentor-pic > img.portrait {
            width: auto;
            height: 200px;
            visibility: visible;
        }

.intro-vid > iframe {
    height: 100%;
    min-height: 400px;
}

.flying-frame {
    height: 50%;
    width: 60%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*
input[type=file] {
    display: none
}*/

.edit {
    position: relative;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

    .edit a {
        color: #000
    }

.hidden-input {
    left: -999px;
    position: absolute;
    display: none
}

.file-upload {
    display: none
}

.edit-tradingprofile-info {
    text-align: center;
    font-size: 18px
}

    .edit-tradingprofile-info:hover {
        cursor: pointer
    }

.edit-tradingprofile-text {
    display: contents;
    font-size: 13px
}

.trading-type {
    font-size: 13px;
    display: none;
    text-align: center;
    cursor: pointer;
    width: 80%;
    margin: 0 auto
}

.trading-type-text {
    display: contents
}

.trading-time {
    text-align: center;
    font-size: 13px;
    display: none;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px
}

.trading-time-text {
    display: contents
}

.trading-brokerage {
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px
}

.profile-column {
    min-height: 375px
}

.trading-brokerage-text {
    display: contents
}

.edit-trading-type {
    display: none;
    cursor: pointer;
    z-index: 1000;
    float: left
}

.edit-trading-time {
    display: none;
    cursor: pointer;
    cursor: pointer;
    z-index: 1000;
    float: left;
    padding-top: 10px
}

.edit-trading-brokerage {
    display: none;
    cursor: pointer;
    z-index: 1000;
    float: left;
    padding-top: 10px
}

@media only screen and (max-width:1199px) {
    .edit-trading-type {
        display: block
    }

    .edit-trading-time {
        display: block
    }

    .edit-trading-brokerage {
        display: block
    }

    .edit {
        display: block
    }
}
/*
.popover-title {
    color: #26ff9a;
    background-color: #212335;
    border: none
}

.popover-content {
    color: white;
    background-color: #212335;
    border: none;
    max-height: 450px
}

    .popover-content > form > div > label {
        color: white;
    }

.popover {
    border: 1px solid #e1e1e1;
    background-color: #31344e;;
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)
}*/

label {
    color: white
}

.post-count {
    text-align: center;
    font-size: 18px
}

.post-count-number {
    text-align: center;
    font-size: 18px
}

.post-count-icon {
    font-size: 18px
}

.likes {
    text-align: center;
    font-size: 14px;
    padding-left: 10px
}

.dislikes {
    text-align: center;
    font-size: 14px;
    padding-left: 10px
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #26ff9a;
    background-image: -webkit-linear-gradient(top,#26ff9a 0,#26ff9a 100%);
    background-image: -o-linear-gradient(top,#26ff9a 0,#26ff9a 100%);
    background-image: linear-gradient(to bottom,#26ff9a 0,#26ff9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ff9a',endColorstr='#26ff9a',GradientType=0);
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0 solid transparent;
}

.slider-selection {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#31344e 0,#212335 100%);
    background-image: -o-linear-gradient(top,#31344e 0,#212335100%);
    background-image: linear-gradient(to bottom,#31344e 0,#212335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31344e',endColorstr='#212335',GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.reply {
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #f1e7c6;
    border-radius: 5px;
    background-color: transparent
}

    .reply:hover {
        opacity: .6
    }

.replies {
    text-align: center;
    font-size: 14px;
    padding-left: 5px
}

a.profile-link {
    color: #fff
}

    a.profile-link:hover {
        color: #00e67a
    }

@media (max-width:800px) {
    a.profile-link {
        color: white
    }

        a.profile-link:hover {
            color: white
        }

    .nav > .list-group-item:hover {
        color: #00e67a
    }

    .form-control {
        display: inline-block
    }

    .form-group {
        max-width: 275px;
        margin: 0 auto;
        padding: 10px
    }

    .login-img {
        width: 100%
    }
}


.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}

textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}

#bio:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}

.ql-container:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}

.container:target > #new_comment_text, .container:active > #new_comment_text {
    height: 220px;
    transition: 0.25s ease-in;
}

.comment-actions:target > div > .ql-container, .comment-actions:active > div > .ql-container {
    height: 220px;
    transition: 0.25s ease-in;
}

.bootstrap-tagsinput:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}

.CardField:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #00e67a
}


.bootstrap-datetimepicker-widget {
    background-color: #212335;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        background-color: #212335;
    }

.datepicker > div {
    display: block;
}

.profile-likes {
    text-align: center;
    font-size: 18px
}

.profile-likes-count {
    text-align: center;
    font-size: 18px
}

.editable-buttons {
    display: inline-flex;
    z-index: 9999
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: unset
}


.form-inline .form-control {
    width: 100%;
}

.profile-bio-text {
    display: inline;
}

.editableform .control-group {
    width: 100%
}

.editable {
    z-index: -1;
}

.editable-submit {
    z-index: 9999
}

.editable-cancel {
    z-index: 9999
}

.profile-bio:hover .edit-bio {
    display: inline-block;
    cursor: pointer;
    width: 5%
}

.wdt-emoji-popup:hover .edit-bio {
    display: inline-block;
    cursor: pointer;
    width: 5%
}


button.dt-button, div.dt-button, a.dt-button {
    background-color: #212335;
    width: auto;
    color: white;
    font-size: 14px;
    border-color: #00e67a;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    background-color: #31344e;
    ;
    box-shadow: 3px 3px 3px rgba(31,31,34,.11);
    border-color: #e1e1e1;
    white-space: normal;
}

.dataTables_filter > label {
    display: inline-flex;
    vertical-align: sub;
    margin-bottom: 0px;
}

.edit-div {
    width: 5%;
    display: inline-block
}

.edit-bio {
    float: left;
    display: none
}

@media only screen and (min-width:1200px) {
    .post-history {
        overflow: hidden;
        min-height: 82vh
    }
}

.title {
    font-size: 24px;
    text-align: left
}

div.ticker-type {
    font-size: 12px
}

#tickerTitle {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: sub
}

div.ticker-icon-div {
    display: inline-block;
    border-radius: 20%;
    text-align: justify;
}

img.tickerIcon {
    width: 100px;
    height: auto;
    padding: 5px;
}

.similarMentor {
    margin-top: 15px;
    min-height: 175px;
}


img.similarImg {
    width: 50px;
    height: auto;
}

    img.similarImg:after {
        content: attr(alt);
        font-size: 20px;
        color: rgb(100, 100, 100);
        display: block;
        position: absolute;
        z-index: 2;
        top: 40%;
        left: 14%;
        right: 0;
        text-align: center;
        margin: auto;
        background-color: #31344e;
        ;
        font-family: Roboto;
        font-weight: 400;
        width: 100%;
        height: 100%;
        line-height: 50px; /* Equals height of image */
        vertical-align: middle; /* Aligning vertically */
    }

.ticker-title-panel {
    text-align: justify;
}

.tickersentiment {
    height: 50px;
    vertical-align: middle;
}

@media only screen and (max-width:960px) {
    #tickerTitle {
        font-size: 20px;
        text-align: center;
        display: inline-block;
        vertical-align: sub
    }

    div.ticker-icon-div {
        display: inline-block;
        border-radius: 20%;
        float: none;
        text-align: center;
    }

    img.tickerIcon {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
}

.homepage-ticker-title {
    padding: 15px;
    font-size: 24px;
    text-align: center;
    font-weight: bolder
}

.title-desc {
    text-align: center
}

.front-page-title {
    text-align: center;
    padding-top: 5px;
}

@media only screen and (max-width:1280px) {
    .front-page-title {
        padding-top: 45px;
    }
}


.current-price {
    display: inline-block;
    font-size: 19px;
    vertical-align: sub
}

#current-price-text {
    font-size: 31px;
    font-weight: 900;
    display: inline;
    vertical-align: sub;
}

@media only screen and (max-width:1367px) {
    #current-price-text {
        font-size: 27px
    }
}

@media only screen and (max-width:800px) {
    img.tickerIcon {
        width: 45px;
        height: 45px;
        display: none;
    }

    .ticker-title-panel {
        padding: 15px;
        text-align: center;
        text-align: center
    }

    .current-price {
        display: inline-block;
        font-size: 17px;
        margin: 0 auto;
        min-width: 75px
    }

    #current-price-text {
        font-size: 25px;
        font-weight: 900;
    }
}

#percent-change {
    display: inline-block;
    font-size: 18px;
    vertical-align: baseline;
}

#currency {
    font-size: 31px;
    display: inline-block;
}

ul.dropdown-menu.search-ticker-currency-dropdown {
    text-align: center;
    background-color: #31344e;
    ;
    max-width: 150px;
}

.tab-pane {
    border: none;
    border-radius: 4px 4px 0 0;
    border-top: none;
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #26ff9a;
    background-color: #31344e;
    ;
    border-bottom: 1px solid #26ff9a;
}

.mobile-tabs > li {
    width: 33.33%;
}

@media only screen and (max-width:1024px) {
    .mobile-tabs > li {
        width: 100%;
    }

    .search-tab-content {
        min-height: 1500px;
    }

    #tickerDetails > tbody > tr > td {
        width: 100%;
        min-width: 325px;
        display: block;
    }
}

.ticker-info {
    outline: 0;
}

.ticker-details {
    padding: 15px
}

table.ticker-data {
    text-align: center;
    width: 60%
}

tr.ticker-row {
    vertical-align: bottom
}

.dropdown-item {
    cursor: pointer;
}

form {
    background-color: inherit;
}

.dropdown-menu {
    background-color: #212335;
}

    .dropdown-menu.faq {
        background-color: #212335;
    }

@media only screen and (max-width:1080px) {
    .dropdown-menu {
        min-width: 50px;
        width: 100%;
        text-align: center
    }
}

.dropdown-menu > li > .dropdown-menu-item {
    clear: both;
    color: #fff;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    margin: 5px 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none
}

.dropdown-menu > li:focus .dropdown-menu-item, .dropdown-menu > li:hover .dropdown-menu-item {
    background-color: #31344e;
    color: #fff
}

.dropdown-menu > li > .dropdown-menu-item.checkbox {
    margin: 0;
    font-weight: 400
}

    .dropdown-menu > li > .dropdown-menu-item.checkbox input {
        display: none
    }

.indicator-dropdown {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #31344e;
    color: #fff
}

.amcharts-legend-label {
    color: #fff
}

.amcharts-legend-value {
    color: #fff
}

.amChartsPeriodSelector {
    color: #fff
}

td.success {
    background-color: #004000
}

td.danger {
    background-color: #400000
}

#periodselector {
    float: right
}

.amChartsButtonSelected {
    color: #fff;
    border: 1px solid #fff
}

.amcharts-period-input-selected {
    background: #31344e
}

.chart-fullscreen {
    float: right;
    z-index: 5;
    cursor: pointer;
    opacity: 1;
    top: .25em;
    margin-left: 1.5em;
    color: #fff
}

    .chart-fullscreen:hover {
        opacity: .6
    }

.notification {
    color: #fff
}

.notifMsg > div > a {
    color: #fff
}

i.fa-home {
    color: #fff
}

i.fa-comment {
    color: white
}

.notif-badge {
    position: absolute;
    top: 10px;
    right: 0;
    min-width: 1px;
    padding: 2px 6px;
    background-color: red;
    color: white;
}

.notif-menu {
    top: 90%
}

@media only screen and (max-width:1024px) {
    .notif-badge {
        right: 93%;
    }
}

@media only screen and (max-width:720px) {
    .notif-badge {
        right: 88%;
    }
}

.buys-sells-table {
    width: 1%;
    height: 1%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center
}

@media only screen and (max-width:1367px) {
    .buys-sells-table {
        width: 1%;
        height: 1%;
        margin: 0 auto;
        font-size: 11px;
        text-align: center
    }
}

#liveTradesDropdownAnchor {
    cursor: pointer;
    text-decoration: none;
    width: 28%;
    color: #fff
}

.liveTradesColumn {
    height: 8em
}

.chat-loading-spinner, .spinner, .loading-spinner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%;
    width: 128px;
    height: 128px;
    z-index: 9999
}

.chat-input {
    bottom: 115px;
}

h5#chatuser {
    display: inline-block;
}

#chartscript, #chartscript2, #chartscript3 {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
}

.stream-div {
    height: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap
}

@media only screen and (max-width:800px) {
    .stream-div {
        width: 100%
    }
}

.streaming-spinner {
    width: 128px;
    height: 128px;
    z-index: 9999;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    display: block
}

.stream-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.error-graph {
    display: inline-block
}

#volume {
    font-size: 13px
}

#market-cap {
    font-size: 13px
}

#float {
    font-size: 13px
}

#vwap {
    font-size: 13px
}

@media only screen and (max-width:1367px) {
    #volume {
        font-size: 12px
    }

    #market-cap {
        font-size: 12px
    }

    #float {
        font-size: 12px
    }

    #vwap {
        font-size: 12px
    }
}

.post-comment {
    border-radius: 10px;
    background-color: #31344e;
    z-index: 2;
}

@media only screen and (max-width:800px) {
    .post-comment {
        border-radius: 10px;
        background-color: #31344e;
    }
}

@media only screen and (min-width:1200px) {
    .forum {
        overflow: hidden
    }
}

@media only screen and (max-width:1199px) {
    .forum {
        overflow: hidden;
        padding-right: 2px;
        padding-left: 2px;
        margin-top: 2px;
        margin-bottom: 50px
    }
}

.post {
    padding-top: 10px
}

.forum .header {
    display: flex;
    padding: 5px 20px
}

    .forum .header .text {
        padding-left: 15px;
        line-height: 25px
    }

.login-header {
    margin: 0 auto;
    text-align: center;
}

.login-chat-btn {
    background-color: #00e67a;
    border-color: #00e67a;
    color: white
}

    .login-chat-btn:focus, .login-chat-btn:hover {
        background-color: #00e67a;
        border-color: #00e67a
    }

.comment {
    display: flex;
    padding: 4px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
    width: 99%;
    word-break: break-all;
    background-color: #45496e
}

.reply-comment {
    display: flex;
    padding: 3px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    width: 99%;
    word-break: break-all;
    background-color: #31344e;
}

@media only screen and (max-width:960px) {
    .reply-comment {
        display: flex;
        padding: 3px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 5px;
        width: 130%;
        word-break: break-all;
        background-color: #31344e;
    }

    .comment .post-comment {
        width: 130%
    }
}

.comment-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 15px;
    cursor: pointer;
    z-index: 10000;
    border-radius: 5px;
    transition: .3s
}

@media only screen and (max-width:1199px) {
    .comment-img {
        max-width: 100%;
        max-height: 100%;
    }
}

.comment-img:hover {
    opacity: .7
}




@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.close {
    position: absolute;
    top: 1%;
    left: 95%;
    color: white;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

    .close:focus, .close:hover {
        color: #31344e;
        text-decoration: none;
        cursor: pointer
    }

.promo-banner > .close, .promo-banner-user > .close {
    top: 40%;
}



@media only screen and (max-width:960px) {
    .close {
        left: 92%
    }

    .promo-banner > .close, .promo-banner-user > .close {
        top: 0;
    }
}


.upgreen {
    color: green
}

.action-row {
    margin-top: 3%
}

    .action-row .fa-thumbs-up {
        color: green
    }

    .action-row .fa-thumbs-down {
        color: red
    }

    .action-row button {
        background-color: transparent;
        border: 0;
        outline: 0
    }

        .action-row button.active {
            z-index: 1;
            -webkit-transition: all .2s ease-in;
            -webkit-transform: scale(1.5);
            -ms-transition: all .2s ease-in;
            -ms-transform: scale(1.5);
            -moz-transition: all .2s ease-in;
            -moz-transform: scale(1.5);
            transition: all .2s ease-in;
            transform: scale(1.5)
        }

.comments-list {
    border-radius: 10px;
    background-color: transparent;
    min-height: 600px;
}

.comment-actions {
    width: 100%;
}

@media only screen and (max-width:1367px) {
    .comments-list {
        border-radius: 10px;
    }
}


@media only screen and (max-width:1200px) {
    .news-list {
        height: 100vh;
    }

    .comments-list {
        min-height: 100vh;
    }

        .comments-list [data-scrollable] {
            height: 100vh;
        }
}

.forum form {
    margin-bottom: 1px
}


form {
    padding: 0px !important;
}

.upload-image {
    position: absolute;
    right: 6%;
    top: 16%;
    z-index: 9999;
    display: none;
    height: 24px;
    cursor: pointer;
}


ul.dropdown-menu > li.textcomplete-item {
    background-color: #212335;
}

.upload-image:hover {
    color: #00e67a;
}

@media only screen and (max-width:1024px) {
    .upload-image {
        position: absolute;
        right: 8%;
        top: 12%;
        z-index: 9999;
        display: none;
        height: 24px;
        cursor: pointer;
    }
}

.comment-form .right-side {
    flex: 1;
    display: flex;
    justify-content: center
}

    .comment-form .right-side button {
        white-space: pre-wrap
    }

.comment-form textarea {
    width: 100%
}

.button-secondary {
    background: #00e67a;
    color: #fff;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

#talking-about {
    font-size: 12px
}

.comment-text {
    width: 95%
}

.user-icon {
    display: inline-block;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
}

    .user-icon img {
        border-radius: 50%;
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        height: 40px;
        margin: 0 auto;
        width: auto;
        min-width: 40px;
        vertical-align: middle;
    }


.comment-info {
    flex: 5;
    text-align: left;
    word-break: break-word;
}

    .comment-info .row-fluid {
        display: inline-block;
        margin-left: 1px
    }

    .comment-info .email {
        color: #aeaeae;
        margin-left: 10px
    }

    .comment-info .name {
        padding: 8px
    }

.comment-option {
    cursor: pointer;
    float: right;
    display: none
}

@media only screen and (max-width:1024px) {
    .comment-option {
        cursor: pointer;
        float: right;
        display: block
    }
}

.option-link {
    float: right
}

    .option-link:hover {
        color: #fff
    }

.edit-post, .edit-post:hover {
    color: #fff
}

.delete-post, .delete-post:hover {
    color: #fff
}

.comment-info .text {
    padding-top: 6px;
    font-size: 17px;
    font-weight: 500;
    word-break: initial
}

.comment-actions {
    padding-top: 20px
}

.ticker-link {
    color: white;
    font-weight: 700
}

.comment {
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    background-color: #31344e;
    ;
    padding: 5px;
    border-top: 2px solid lightgray;
    border-radius: 0;
}

@keyframes animationFrames {
    0% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px,0)
    }

    60% {
        opacity: 1;
        -ms-transform: translate(30px,0)
    }

    80% {
        -ms-transform: translate(-10px,0)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0,0)
    }
}


#container {
    position: relative;
    display: block;
    width: 100%;
    height: 800px;
    background: #eee
}

#mentorContainer {
    min-height: 82vh;
    width: 70%;
    margin-top: 100px;
}

@media only screen and (max-width:1599px) {
    #mentorContainer {
        width: 80%
    }
}

@media only screen and (max-width:1367px) {
    #mentorContainer {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    #mentorContainer {
        width: 100%;
        padding: 5%;
        margin-top: 10%
    }

    #courseContainer {
        width: 100%;
        padding: 5%;
        margin-top: 10%
    }
}

#text-input {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 150px;
    border: 1px solid #eee;
    background: #fff
}

    #text-input:empty:before {
        content: attr(placeholder);
        display: block
    }

.wrapper {
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 330px
}

#icon {
    color: #000;
    position: absolute;
    display: block;
    right: 0
}

    #icon:hover {
        cursor: pointer
    }


.panel-body {
    background-color: transparent
}

@media only screen and (max-width:1024px) {
    .panel-body {
        padding: 0
    }
}

.contact-center {
    margin-top: 10%;
    text-align: center
}

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

    .payment-modal {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

        .payment-modal > #roundModal {
            min-height: 450px;
        }
}

@media only screen and (min-width:1280px) {

    .payment-modal {
        width: 100%;
        height: 100%;
        max-width: 80%;
    }
}

.datpayment-form {
    font-size: 15px;
    font-family: Roboto;
    background: #fff;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    min-height: 250px;
}

u.affiliatelink {
    word-wrap: break-word;
    cursor: pointer
}

.contact-btn {
    width: 40%;
    height: 10%;
    font-size: 30px;
    color: white;
    background-color: #00e67a
}

    .contact-btn:hover {
        color: #fff;
        background-color: #00e67a;
        border-color: #00e67a
    }


.btn-no {
    float: right
}


.modal-dialog, .modal-content {
    min-height: 300px;
}

a:focus, a:hover {
    background-color: transparent;
}

.widget_1587735986940 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 2px solid white;
    border-radius: 0px;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 2px solid white;
    border-radius: 0px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-login {
    background-color: #31344e;
}

    .panel-login > .panel-heading {
        color: white;
        background-color: #31344e;
        ;
        text-align: center
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: white;
            font-weight: 700;
            font-size: 15px;
            -webkit-transition: all .1s linear;
            -moz-transition: all .1s linear;
            transition: all .1s linear
        }

            .panel-login > .panel-heading a.active {
                font-size: 18px
            }

        .panel-login > .panel-heading hr {
            margin-bottom: 0;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0))
        }

    .panel-login input[type=email], .panel-login input[type=password], .panel-login input[type=text] {
        height: 45px;
        font-size: 16px;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        transition: all .1s linear
    }

.btn.hvr-grow-shadow {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
    transition: all .15s ease-in-out;
    animation-timing-function: ease-in-out;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.0rem;
    border-radius: 3px;
    height: 3.0rem;
    line-height: 1.35rem;
    text-align: center;
    padding: 0 1.25rem;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #26ff9a;
    border-color: #26ff9a !important;
    color: #212335;
}

.btn-login.hvr-grow-shadow {
    background-color: #00e67a;
    outline: 0;
    color: white;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #00e67a;
}

.btn-login {
    background-color: #00e67a;
    outline: 0;
    color: white;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #00e67a
}

    .btn-login:focus, .btn-login:hover {
        color: white;
        background-color: #00e67a;
        border-color: #00e67a
    }

.checkbox {
    text-align: center
}


footer > .container-fluid {
    background-color: #212335;
}


.forgot-password {
    text-decoration: underline;
    color: #888
}

    .forgot-password:focus, .forgot-password:hover {
        text-decoration: underline;
        color: #666
    }

.btn-register.hvr-grow-shadow {
    background-color: #00e67a;
    outline: 0;
    color: white;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #00e67a
}

.btn-register {
    background-color: #00e67a;
    outline: 0;
    color: white;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #00e67a
}

    .btn-register:focus, .btn-register:hover {
        color: white;
        background-color: #00e67a;
        border-color: #00e67a
    }

.icon-size {
    font-size: 87px
}

div.cryptotype {
    width: 25%
}

div.container {
    width: 100%;
    max-width: 1920px !important;
}


.footer {
    background-color: white !important;
    padding-top: 3.125rem;
    padding-bottom: 3.215rem;
    text-decoration: none;
    color: white;
    border: none;
}

.bg-secondary {
    background-color: #31344e !important;
    color: white;
}

.text-light {
    color: #f8f9fa !important;
}

.sr-footer-04 .footer-logo {
    margin-bottom: .8rem;
}

.sr-padding-half {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
}

.btn-wrapper.btn-outline-secondary-wrapper .cta_button, .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="submit"], .btn-wrapper.btn-outline-secondary-wrapper .hs-form input[type="button"] {
    color: white;
}

.sr-footer-04 .menu-wrapper {
    padding: 2rem 0;
}

.sr-footer-04 .row-fluid.footer-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo-social > .container > .row-fluid, .footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sr-footer-04 .social {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.sr-footer-04 ul.social li {
    display: inline-block;
    margin-left: 1rem;
}

.sr-footer-04 .social li {
    display: inline-block;
    text-align: center;
}

    .sr-footer-04 .social li a {
        border-bottom: 0;
        font-size: 1.4em;
    }

.sr-footer-04 ul.social li i {
    background: #212335;
}

.sr-footer-04 ul.social li i {
    border-radius: 50%;
    padding: 6px;
    margin: 3px;
    opacity: 1;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 22px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 18px;
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li a {
        display: inline-block;
        padding-right: 1.475rem;
    }

        .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul li a {
            display: inline-block;
            padding-right: 1.475rem;
        }

.sr-footer-04 .sr-footer-nav li a:not(:hover) {
    color: inherit;
}

.sr-footer-04 .sr-footer-nav li a {
    line-height: 2rem;
}

li.hs-menu-item > a {
    color: white;
}


.nav.navbar-nav.footer-nav {
    float: none
}

.navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-weight: 500;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #00e67a;
        background-color: #31344e
    }

@media only screen and (max-width:800px) {
    .navbar-default .navbar-nav > li > a {
        color: #fff
    }

    .navbar-default .navbar-nav > li > a {
        padding: 0;
        height: 40px
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #31344e
        }
}

.table-hover > tbody > tr:hover {
    background-color: #31344e;
}

.table .table {
    background-color: transparent
}

.hiderow {
    display: none
}

.table-hover th {
    cursor: pointer
}

.watchlist-td {
    width: 24px;
    cursor: pointer
}

.watchlist-add-btn {
    color: green
}

button.search-watchlist-add-btn {
    display: inline-block !important;
    min-width: 100px !important;
    margin: 15px !important;
    background-color: #26ff9a !important;
}

/*
.popover-title > h4 {
    color:#26ff9a;
}*/

button.follow-btn {
    background-color: deepskyblue !important;
    display: inline-block !important;
    min-width: 100px !important;
    margin: 15px !important;
}
/*
@media only screen and (max-width:1280px) {

    .followers {
        display: none;
    }
}*/

table.dataTable tbody tr {
    background-color: transparent
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-right: 1%
}

@media only screen and (max-width:1280px) {
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        margin-right: 0 auto
    }
}


table.dataTable tbody th, table.dataTable tbody, .table-condensed > tbody > tr > td, .table-condensed {
    padding: 0px;
}

th.text-center.name {
    max-width: 200px
}

th.text-center {
    min-width: 100px
}

.table-price {
    font-weight: 500;
    font-size: 17px;
    min-width: 105px
}

.currency-dropdown {
    color: white;
    background-color: transparent;
}

.dropdown-menu .dropdown-item {
    color: white;
}

a:not([href]):not([tabindex]) {
    color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #26ff9a;
    background-color: #31344e;
    border-bottom: 1px solid #26ff9a;
}

.filter-dropdown {
    color: white;
    background-color: #31344e;
    ;
    border-color: #e1e1e1
}

    .filter-dropdown:focus {
        color: white
    }

    .filter-dropdown:hover {
        color: #00e67a;
        border-color: #00e67a
    }

.currency-dropdown:focus {
    color: white
}

.currency-dropdown:hover {
    color: #00e67a
}

span.currency-name {
    padding-left: 5px
}

.currency-select {
    background-color: #31344e;
}

.filter-select:hover {
    border-color: #00e67a
}

.filter-select {
    background-color: transparent;
    margin: 2px
}

.currency-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%,0);
    min-width: 250px;
    background-color: #31344e;
}

    .currency-menu > li > a {
        color: #fff
    }

ul.dropdown-menu > li {
    cursor: pointer;
    min-width: 125px;
    width: 100%
}

ul.dropdown-menu.faq > li {
    cursor: pointer;
    min-width: 125px;
    width: 100%;
    color: white;
    background-color: transparent;
}

ul.currency-menu > li {
    background-color: #31344e;
}

ul.search-ticker-currency-dropdown > li {
    background-color: #31344e;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #00e67a;
    text-decoration: none;
    background-color: transparent
}

.table-responsive {
    border: none;
    overflow-x: visible
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 0
}

.portfolio-table {
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 1px 1px
}

@media only screen and (max-width:1024px) {
    .portfolio-table {
        overflow-x: scroll
    }
}

.clickable-row {
    background: #e1e1e1
}

table.dataTable thead td, table.dataTable thead th {
    border-bottom: 1px solid #111;
    padding: 1px 1px
}

.ticker-td {
    min-width: 105px
}

.portfolio-tickerid {
    margin-left: 5px;
    float: left
}

.portfolio-icon {
    float: left;
    padding-right: 2px
}

ul.dropdown-menu > li:hover {
    color: #00e67a
}

@media only screen and (min-width:1024px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block
    }

    ul.nav li.dropdown > ul.dropdown-menu {
        display: none
    }
}

.dropdown-submenu {
    position: relative;
    width: 100%
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px
        }

.landing-container {
    height: 100%;
    overflow-x: hidden
}

.landing-img {
    width: 100%;
    height: 100%;
    display: none;
    transform: scale(2)
}

.landing-head {
    background-color: #00e67a;
    height: 30%
}

.landing-video iframe {
    height: 100%;
    width: 40%
}

.landing-video {
    height: 50%;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .landing-video iframe {
        width: 90%
    }

    .landing-head {
        background-color: #00e67a;
        height: 20%
    }

    iframe {
        width: 100%;
    }
}

.landing-body {
    background-color: #f2f2f2
}

.login-img {
    cursor: pointer
}

    .login-img:hover {
        opacity: .5
    }

.promo-container {
    height: 100%;
    overflow-x: hidden
}

.promo-img {
    width: 100%;
    height: 100%;
    transform: scale(2)
}

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

    .promo-checks {
        width: 100%;
        margin: 0 auto;
    }
}


/* Safari and Chrome */
.banner {
    overflow: auto;
    background: url(../uploads/homepagebk3.webp) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100% auto;
    background-position: top center;
    background-position: 0 0px;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
}

    .banner:after {
        content: "";
        background: -webkit-linear-gradient(left, rgba(34, 167, 240, 1) 0%, rgba(34, 167, 240, 1) 12%, rgba(38, 255, 154, 1) 47%, rgba(38, 255, 154, 1) 100%);
        display: block;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }




hr.color-divider {
    height: 20px;
    width: 100%;
    display: inline-block;
}

    hr.color-divider:after {
        content: "";
        background: -webkit-linear-gradient(left, rgba(34, 167, 240, 1) 0%, rgba(34, 167, 240, 1) 47%, rgba(38, 255, 154, 1) 57%, rgba(38, 255, 154, 1) 100%);
        display: block;
        height: 10px;
        width: 100%;
    }

@media only screen and (max-width:1024px) {
    .banner {
        background-position: -40px 50px;
        height: 230px;
    }
}


@media only screen and (max-width:720px) {
    .banner {
        background-position: -40px 50px;
        height: 160px;
    }
}

@media only screen and (max-width:370px) {
    .banner {
        height: 150px;
    }
}

.logo-banner-img {
    background: url(../assets/img/WeTradeHQ_Logo.svg) no-repeat center;
    background-size: 100%;
    width: 35%;
    height: 100px;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .logo-banner-img {
        width: 70%
    }
}

@media only screen and (max-width:799px) {
    .logo-banner-img {
        width: 100%
    }
}

.promo-pop-img {
    cursor: pointer;
    border-radius: 2%
}

    .promo-pop-img:hover {
        opacity: .5
    }

.promo-head {
    background-color: #00e67a;
    height: 15%
}

.promo-video iframe {
    height: 100%;
    width: 40%
}

.promo-video {
    height: 50%;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .promo-video iframe {
        width: 90%
    }

    .promo-head {
        background-color: #00e67a;
        height: 20%
    }
}

.promo-body {
    background-color: transparent
}

    .promo-body > .welcome-text {
        margin-top: 1px
    }


@media only screen and (max-width:1024px) {
    .promo-body {
        margin-top: 10%;
    }
}


ul.promo-list {
    width: 70%
}

@media only screen and (max-width:1440px) {
    ul.promo-list {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    ul.promo-list {
        width: 80%
    }
}

@media only screen and (max-width:1280px) {
    ul.promo-list {
        width: 85%
    }
}

@media only screen and (max-width:1024px) {
    ul.promo-list {
        width: 100%
    }
}


.promo-video-container {
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .promo-video-container {
        width: 100%;
        margin: 0 auto;
    }
}

#email {
    height: 55px;
    z-index: 0
}

.btn-early-access {
    height: 55px;
    margin: 0 auto;
    text-align: center;
    background-color: #00e67a;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 50%;
    color: white
}

@media only screen and (max-width:1024px) {
    .btn-early-access {
        font-size: 16px
    }
}

.mid-row {
    margin-top: 3%
}

.bot-row {
    margin-top: 10%
}

.beta-login {
    cursor: pointer
}

.early-access-success {
    width: 50%;
    margin: 0 auto;
    margin-top: 0;
    margin-top: 30px
}

a.social {
    font-size: 20px;
    padding: 15px
}

.tv-screener-toolbar {
    background-color: #31344e
}

#courseContainer {
    min-height: 100vh;
    width: 85%;
    margin-top: 100px;
    vertical-align: middle;
    background-color: #31344e;
    ;
    box-shadow: 3px 3px 3px rgba(31,31,34,.11);
    border-color: #e1e1e1;
    white-space: normal;
}

    #courseContainer > .blog-affix {
        width: 25%;
        right: 10%;
        z-index: 1;
        margin-top: 19%;
    }

#guideContainer {
    min-height: 100vh;
    width: 50%;
    margin-top: 100px;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(31,31,34,.11);
    border-color: #e1e1e1;
    white-space: normal;
}

#becomeAMentorContainer {
    min-height: 100vh;
    width: 65%;
    margin-top: 100px;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(31,31,34,.11);
    border-color: #e1e1e1;
    white-space: normal;
}

@media only screen and (max-width:1366px) {
    #guideContainer {
        width: 100%
    }

    #becomeAMentorContainer {
        width: 100%
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
    #courseContainer {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    #courseContainer {
        width: 100%
    }

        #courseContainer > .blog-affix {
            width: 35%;
            right: 1%;
            z-index: 1;
            margin-top: 35%;
        }
}


#courseTransparentContainer {
    width: 80%;
    margin-top: 60px;
    vertical-align: middle;
    white-space: normal;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
    #courseContainer {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    #courseContainer {
        width: 100%
    }
}

.widget_1587735986940 {
    background-color: transparent
}

.well.no-border {
    border: 2px solid transparent
}

.well.no-border {
    border: none;
}

a.focus, a:focus {
    box-shadow: none;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width:1024px) {
    .padding-0 {
        padding: 15px
    }
}


.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.select-course, a.select-course:hover {
    text-decoration: none
}

.course-col {
    border: 2px solid transparent
}

strike {
    color: #d3d3d3;
    font-size: 50px
}

.course-col:hover {
    border: 2px solid #00e67a
}

.course-info {
    padding: 15px;
    padding-top: 30px
}

@media only screen and (max-width:800px) {
    .course-img {
        width: 200px;
        height: auto
    }
}

.course-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 5%
}

.homepage-course-thumbnail {
    width: 50%;
    height: auto;
    border-radius: 5%;
    margin: 0 auto;
    transform: translateX(50%)
}

.coursename-title {
    font-weight: 500;
    font-size: 36px
}

u.header-underline {
    text-decoration-color: #00e67a
}

.learning-check {
    font-size: 24px
}

.big-green-check {
    color: #00e67a;
    font-size: 75px;
    vertical-align: middle
}

.big-red-check {
    color: red;
    font-size: 75px
}

.learning-points-well {
    border: none;
    min-height: 250px;
    display: inline-block;
}

.learning {
    min-height: 395px
}

@media only screen and (max-width:800px) {
    .learning {
        min-height: 600px;
        padding: 0px;
        border-top: 1px solid #31344e;
    }

    .learning-points-well {
        padding: 0px;
    }

    .desc-paragraph {
        padding: 0px;
    }
}

@media only screen and (max-width:400px) {
    .learning {
        min-height: 700px;
        padding: 0px;
    }
}

.learning-text {
    display: inline-block
}

.desc-paragraph {
    font-size: 20px;
    border: none;
    font-weight: 500
}

.chapter-title {
    font-size: 25px;
    border: none;
    font-weight: 500;
    margin-bottom: 1px
}

.chapter-video {
    font-size: 20px;
    border: none;
    padding: 5px;
    padding-left: 20px;
    background-color: #45496e;
    vertical-align: middle
}

.video-container {
    width: 90%;
    height: 720px;
    margin: 0 auto;
    text-align: center;
}

.video-well {
    min-height: 1000px
}

.video-info {
    text-align: left;
    padding: 15px
}

@media only screen and (max-width:1366px) {
    .video-container {
        width: 892px;
        height: 501px;
    }
}

@media only screen and (max-width:1024px) {
    .video-container {
        width: 100%;
        height: 250px
    }
}

#course-video-container {
    position: relative;
    height: 720px;
}

    #course-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 720px;
    }

#playlist-embed-wrapper {
    background-color: #31344e;
}

@media only screen and (min-width:1024px) {
    #playlist-embed-wrapper {
        height: 720px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0px;
    }
}

#playlist-embed-wrapper > div > a > p {
    display: inline-block;
    width: 1%
}

#playlist-embed-wrapper > div > a > img {
    margin: 15px;
    display: inline-block;
    width: 25%;
    height: auto
}

#playlist-embed-wrapper > div > a > h3 {
    display: inline-block;
    width: 60%;
    word-wrap: break-word;
    word-break: break-word;
}

#playlist-embed-wrapper > div > a:hover {
    color: #00e67a
}

@media only screen and (max-width:1023px) {
    #course-video-container {
        display: block;
        width: 100%;
        height: 340px;
    }

    .btn-primary {
        width: 100%;
        margin-top: 15px;
    }

    #course-title {
        margin-top: 11%
    }

    #playlist-embed-wrapper {
        margin-top: 15px
    }

        #playlist-embed-wrapper > div {
            height: 200px
        }
}

@media only screen and (max-width:420px) {
    #course-video-container {
        margin-top: 0px;
    }
}


@media only screen and (max-width:720px) {
    #playlist-embed-wrapper > div {
        height: 150px
    }

    #course-title {
        margin-top: 25%
    }
}

.buy-section {
    padding: 0px
}

.course-price {
    font-size: 34px;
    font-weight: 600
}

.review-section {
    padding: 20px
}

.row-fluid.panel-body > i {
    color: #31344e
}

.write-review-section {
    display: none
}

.write-review:hover {
    cursor: pointer;
    color: #00e67a
}

.editable-buttons > .btn-primary {
    font-size: 18px
}

.editable-buttons > .btn-default {
    font-size: 18px
}

.btn.inverted-btn {
    background-color: transparent;
    border-color: white;
}

.btn.btn-primary.inverted-btn {
    background-color: #212335;
    color: #26ff9a;
    border-color: white;
}

.dashboard-panel {
    background-color: #31344e;
    box-shadow: 0 0 1px transparent;   
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 1px solid darkgray;
    border-radius:5px;
    margin:15px;
}

.login-btn {
    background-color: #212335;
    width: auto;
    color: #C7CED6;
    border-color: transparent;
    font-size: 19px
}

    .login-btn.active {
        background-color: #31344e;
        width: auto;
        color: white;
        border-color: #00e67a;
        font-size: 19px
    }

    .login-btn:focus {
        outline: 0;
        color: #00e67a
    }

    .login-btn:hover {
        outline: 0;
        color: #00e67a
    }

.schedule-btn {
    background-color: #31344e;
    !important;
    width: 50px !important;
    color: white !important;
    border-color: transparent !important;
    font-size: 11px !important;
    cursor: pointer !important;
    padding: 0 !important;
    font-weight: 400 !important;
    display: inline-block !important;
    height: auto !important;
}

    .schedule-btn.active {
        background-color: #31344e;
        !important;
        width: 50px !important;
        color: white !important;
        border-color: #00e67a !important;
        font-size: 12px !important;
        cursor: pointer !important;
        padding: 0 !important;
        font-weight: 700 !important;
        height: auto !important;
    }

    .schedule-btn:focus {
        outline: 0
    }

    .schedule-btn:hover {
        outline: 0;
        color: #ccc
    }

    .schedule-btn.active:hover {
        outline: 0;
        color: #00e67a
    }

a.btn.schedule-btn.nonhover {
    text-decoration: none;
}

    a.btn.schedule-btn.nonhover:hover {
        text-decoration: none;
        color: white;
        cursor: default;
    }


#settingsContainer {
    background-color: #212335;
    color: white;
    z-index: 1;
    margin-top: 1px;
    min-height: 100vh;
}

.form-inline {
    display: block !important;
}

.menu-item > a > p {
    color: white;
    text-decoration: none;
    padding: 0px;
    padding: 0px;
    line-height: 13px;
    margin: 0;
}

.field > label, .form-group label, span.text {
    color: white;
}

#settingsContainer > .row > .panel > big {
    color: white;
    cursor: pointer;
}

    #settingsContainer > .row > .panel > big:hover {
        text-decoration: underline;
        color: #00e67a;
    }

#dashboardContainer {
    min-height: 75vh;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:720px) {
    #dashboardContainer {
        width: 100%;
        margin-top: 75px;
    }

    #settingsContainer {
        display: none;
    }
}

#linksContainer {
    min-height: 75vh;
    background-color: transparent;
    z-index: 1;
}

#addMentorContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:1280px) {
    #addMentorContainer {
        width: 100%
    }
}


#helpContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 4;
}

@media only screen and (max-width:1280px) {
    #helpContainer {
        width: 100%
    }
}

#mentorstudents {
    min-height: 50vh;
}

#mentorSettingsContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 3;
}

@media only screen and (max-width:1280px) {
    #mentorSettingsContainer {
        width: 100%
    }
}

#videoContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 2;
}

@media only screen and (max-width:1280px) {
    #videoContainer {
        width: 100%
    }
}


#liveContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:1280px) {
    #liveContainer {
        width: 100%
    }
}


#articleContainer {
    min-height: 75vh;
    margin-top: 75px;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:1280px) {
    #articleContainer {
        width: 100%
    }
}


#reviewsContainer {
    min-height: 75vh;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:1280px) {
    #reviewsContainer {
        width: 100%;
        margin-top: 75px;
    }
}

#couponsContainer {
    min-height: 75vh;
    background-color: transparent;
    z-index: 1;
}

@media only screen and (max-width:1280px) {
    #couponsContainer {
        width: 100%;
        margin-top: 75px;
    }
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0
}

.inverted-btn:hover {
    color: white;
    background-color: #00e67a
}

.inverted-btn:focus {
    color: #00e67a;
    background-color: #31344e
}

.btn-primary {
    background-color: #26ff9a;
    width: auto;
    color: #212335;
    font-size: 25px;
    border-color: #00e67a;
    font-weight: 600;
}

    .btn-primary.hvr-grow-shadow {
        background-color: #26ff9a;
        width: auto;
        color: #212335;
        font-size: 25px;
        border-color: #00e67a;
        font-weight: 600;
    }

    .btn-primary:hover {
        background-color: #00e67a;
        color: #212335;
        border-color: #00e67a
    }

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        background-color: #00b35f;
        color: #212335;
        border-color: #00e67a
    }

.rateYo {
    margin: 0 auto;
    z-index: 0
}

.fa-pencil-alt {
    color: white;
    display: inline-block;
}

.fa-sticky-note {
    color: #2098d1
}

@media only screen and (min-width:1025px) {
    .sticky {
        margin-left: 2%;
    }
}

.sticky {
    z-index: 9999;
}

.buy-sticky {
    z-index: 1;
}

.buy-fixed {
    position: fixed;
    width: 18%;
    top: 5%;
}

@media only screen and (max-width:1440px) {
    .buy-fixed {
        width: 23%;
    }
}

.affix {
    max-width: inherit;
    z-index: 1;
    width: inherit;
}

.buy-row-fixed {
    width: 600px;
}

@media only screen and (max-width:1919px) {
    .affix {
        max-width: inherit;
        z-index: 1;
        width: inherit;
    }

    .buy-row-fixed {
        width: 515px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px), only screen and ( min-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( min-resolution: 192dpi) and (min-device-width: 1025px), only screen and ( min-resolution: 2dppx) and (min-device-width: 1025px) {
    .affix {
        max-width: inherit;
        z-index: 1;
        width: inherit;
    }

    .buy-row-fixed {
        width: 530px;
    }
}


@media only screen and (max-width:1024px) {
    .buy-row-fixed {
        width: 100%;
        padding-left: -15px;
        padding-right: -15px;
        margin-top: 30px;
    }
}

.nav > li.yearly > a {
    padding: 7px;
}

/*Brand Colors*/
h1 > a > i.fab.fa-youtube-square, h2 > a > i.fab.fa-youtube-square, h5 > a > i.fab.fa-youtube-square {
    color: #e52d27;
    padding-right: 10px;
}

h1 > a > i.fab.fa-twitter, h2 > a > i.fab.fa-twitter, h5 > a > i.fab.fa-twitter {
    color: #55acee;
    padding-right: 10px;
}

h1 > a > i.fab.fa-linkedin, h2 > a > i.fab.fa-linkedin, h5 > a > i.fab.fa-linkedin {
    color: #0976b4;
    padding-right: 10px;
}

h1 > a > i.fab.fa-facebook, h2 > a > i.fab.fa-facebook, h5 > a > i.fab.fa-facebook {
    color: #3b5998;
    padding-right: 10px;
}

h1 > a > i.fab.fa-instagram, h2 > a > i.fab.fa-instagram, h5 > a > i.fab.fa-instagram {
    color: #3f729b;
    padding-right: 10px;
}

#new_note {
    background-color: #31344e;
    ;
    color: white
}

.review-pic {
    display: block;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 50px;
    max-width: 50px
}

.main-video-player {
    background-color: #212335;
    border: 1px solid #ccc;
}

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

    .main-video-player {
        width: 100%
    }

    .review-pic {
        margin-top: 30px
    }
}

.playlist {
    width: 20%;
    display: inline-block;
    float: right
}

.success-check {
    color: #00e67a;
    font-size: 70px
}

@media only screen and (min-width:1024px) {
    .affiliate-modal {
        width: 80%
    }

    .affiliatelink {
        font-size: 26px
    }
}

.affiliate-link {
    color: #00e67a
}

.guide-thumbnail {
    display: block;
    position: relative;
    height: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #fff
}

    .guide-thumbnail > img {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0 auto
    }

.guides-thumbnail {
    display: block;
    position: relative;
    height: 200px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden
}

    .guides-thumbnail > img {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0 auto
    }

.guides-large-thumbnail {
    display: block;
    position: relative;
    width: 350px;
    height: 350px;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    margin: 0 auto;
    overflow: hidden
}

    .guides-large-thumbnail > img {
        border-radius: 10%;
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: 350px;
        max-width: 350px;
        margin: 0 auto
    }

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

    .guides-large-thumbnail {
        width: 150px;
        height: 150px
    }

        .guides-large-thumbnail > img {
            max-width: 150px;
            max-height: 150px
        }
}

.guide-thumbnail:hover .edit {
    display: block
}

.glyphicon-camera:hover {
    color: #00e67a
}

.blogdescription {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-height: 60px
}

@media only screen and (max-width:1024px) {
    .blogdescription {
        display: none
    }
}

.blogs-title > a {
    color: white;
}

.blogs-thumbnail {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-height: 50%;
    max-width: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 2%;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .blogs-thumbnail {
        width: 250px;
        height: auto;
    }
}

img.blogs-thumbnail {
    display: block;
    position: relative;
    width: 250px;
    height: 140px;
    max-height: 325px;
    max-width: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 2%;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    img.blogs-thumbnail {
        width: 100%;
        height: auto;
        max-height: auto;
        max-width: 100%
    }
}

.blog-thumbnail {
    display: block;
    position: relative;
    height: 250px;
    max-height: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 2%;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    margin: 0 auto;
    overflow: hidden
}

    .blog-thumbnail > img {
        border-radius: 1%;
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        margin: 0 auto
    }

@media only screen and (-webkit-min-device-pixel-ratio :1.5),only screen and (min-device-pixel-ratio :1.5) {
    .blog-thumbnail {
        display: block;
        position: relative;
        text-align: center;
        align-content: center;
        align-items: center;
        border-radius: 2%;
        -moz-border-radius: 2%;
        -webkit-border-radius: 2%;
        margin: 0 auto;
        overflow: hidden
    }

        .blog-thumbnail > img {
            border-radius: 1%;
            display: inline-block;
            position: relative;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%;
            margin: 0 auto
        }
}

.thumbnail-edit {
    position: absolute;
    display: block;
    font-size: 30px;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.about-us {
    height: 250px;
    width: auto
}

@media only screen and (max-width:1280px) {
    .about-us {
        width: auto;
        height: 200px
    }
}

a.email {
    font-size: 32px
}

.newsletter-form {
    width: 40%;
    margin: 0 auto;
    float: none;
}

    .newsletter-form > form > .form-group > .form-control {
        width: 50%;
        margin: 0 auto;
        float: none;
    }

@media only screen and (max-width:1280px) {
    .newsletter-form {
        width: 100%;
    }

        .newsletter-form > form > .form-group > .form-control {
            width: 100%;
            margin: 0 auto;
            float: none;
        }
}

#landingvideo {
    margin-top: 3%;
}

@media only screen and (min-width:1280px) {

    #landingsubmit {
        width: 25%;
    }
}

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

    #landingsubmit {
        width: 50%;
    }
}


@media only screen and (max-width:1280px) {
    #landingvideo {
        margin-top: 12%;
    }
}


.funkyradio div {
    overflow: hidden
}

@media only screen and (max-width:1281px) {
    .funkyradio div {
        padding: 1px
    }
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d1d3d4;
    font-weight: 400
}

.funkyradio input[type=checkbox]:empty, .funkyradio input[type=radio]:empty {
    display: none
}

    .funkyradio input[type=checkbox]:empty ~ label, .funkyradio input[type=radio]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .funkyradio input[type=checkbox]:empty ~ label:before, .funkyradio input[type=radio]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #d1d3d4;
            border-radius: 3px 0 0 3px
        }

.funkyradio input[type=checkbox]:hover:not(:checked) ~ label, .funkyradio input[type=radio]:hover:not(:checked) ~ label {
    color: #888
}

    .funkyradio input[type=checkbox]:hover:not(:checked) ~ label:before, .funkyradio input[type=radio]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .1em;
        color: #fff
    }

.funkyradio input[type=checkbox]:checked ~ label, .funkyradio input[type=radio]:checked ~ label {
    color: #00e67a
}

    .funkyradio input[type=checkbox]:checked ~ label:before, .funkyradio input[type=radio]:checked ~ label:before {
        content: '\2714';
        text-indent: .1em;
        color: #333;
        background-color: #00e67a
    }

.funkyradio input[type=checkbox]:focus ~ label:before, .funkyradio input[type=radio]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999
}

.funkyradio-default input[type=checkbox]:checked ~ label:before, .funkyradio-default input[type=radio]:checked ~ label:before {
    color: #333;
    background-color: #ccc
}

.funkyradio-primary input[type=checkbox]:checked ~ label:before, .funkyradio-primary input[type=radio]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7
}

.funkyradio-success input[type=checkbox]:checked ~ label:before, .funkyradio-success input[type=radio]:checked ~ label:before {
    color: #fff;
    background-color: #00e67a
}

.funkyradio-danger input[type=checkbox]:checked ~ label:before, .funkyradio-danger input[type=radio]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f
}

.funkyradio-warning input[type=checkbox]:checked ~ label:before, .funkyradio-warning input[type=radio]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e
}

.funkyradio-info input[type=checkbox]:checked ~ label:before, .funkyradio-info input[type=radio]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de
}

iframe.ql-video {
    width: 100%;
    height: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-height: 400px;
    max-width: 600px;
}

.ql-align-center {
    text-align: center;
    color: white
}

    .ql-align-center > img {
        width: 50%;
        height: auto
    }

@media only screen and (max-width:1281px) {
    .ql-align-center > img {
        width: 100%
    }

    .ql-video {
        width: 100%
    }
}

div.badge-beta {
    background-color: #31344e;
    border-radius: 5px;
    color: #00e67a;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 10px;
    line-height: 7px;
    padding: 4px 6px;
    position: absolute;
    top: 33px;
    right: 50px
}

a.profile-link > div.badge-beta {
    right: 0;
    left: 0;
    top: 25;
    background-color: transparent
}

@media only screen and (max-width:1024px) {
    a.profile-link > div.badge-beta {
        background-color: #31344e;
        border-radius: 5px;
        color: #00e67a;
        display: inline-block;
        font-family: Arial,sans-serif;
        font-size: 10px;
        line-height: 7px;
        padding: 4px 6px;
        position: absolute;
        top: 35;
        right: 0;
        left: 0;
        width: 20%;
        margin: auto
    }
}

@media only screen and (max-width:480px) {
    a.profile-link > div.badge-beta {
        width: 60%
    }
}

div.badge-live {
    background-color: #31344e;
    border-radius: 5px;
    color: red;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 10px;
    line-height: 7px;
    padding: 4px 6px;
    position: absolute;
    top: 33px;
    right: 50px
}

li.merch > div.badge-live {
    right: 0;
    left: 0;
    top: 25;
    background-color: transparent
}

@media only screen and (max-width:1024px) {
    a.profile-link > div.badge-live {
        background-color: #31344e;
        border-radius: 5px;
        color: #00e67a;
        display: inline-block;
        font-family: Arial,sans-serif;
        font-size: 10px;
        line-height: 7px;
        padding: 4px 6px;
        position: absolute;
        top: 35;
        right: 0;
        left: 0;
        width: 20%;
        margin: auto
    }
}

@media only screen and (max-width:480px) {
    a.profile-link > div.badge-live {
        width: 60%
    }
}

div.badge-new {
    background-color: #212335;
    border-radius: 5px;
    color: #0ff;
    display: block;
    font-size: 10px;
    line-height: 7px;
    padding: 4px 6px;
    position: absolute;
    top: 65%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px
}

@media only screen and (max-width:960px) {
    div.badge-new {
        top: 80%
    }
}

.tt-cursor {
    background-color: #66afe9;
    border-radius: 5px
}

.tt-selectable {
    color: white;
}

.tt-menu {
    min-width: 150x;
}

.playlist-container {
    overflow: hidden;
    padding: 15px
}

@media only screen and (max-width:1024px) {
    .playlist-container {
        overflow: inherit;
        border-left: none
    }
}

#chat-embed-wrapper {
}

@media only screen and (max-width:800px) {
    #chat-embed-wrapper {
        display: none
    }

    .playlist-container {
        margin-top: 3%;
        min-height: 200px
    }
}

.stream-status {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%
}

.stream-status-playlist {
    position: initial;
    top: 1px;
    right: 0;
    width: 100%
}

.crop {
    overflow: hidden;
    height: 160px;
    max-height: 300px;
    position: relative
}

.stream-img {
    display: block;
    width: 300px;
    height: 215px;
    position: absolute;
    bottom: -26px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center
}

.pyro > .after, .pyro > .before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px #00f,248px -16.66667px #00ff84,190px 16.33333px #002bff,-113px -308.66667px #ff009d,-109px -287.66667px #ffb300,-50px -313.66667px #ff006e,226px -31.66667px #ff4000,180px -351.66667px #ff00d0,-12px -338.66667px #00f6ff,220px -388.66667px #9f0,-69px -27.66667px #ff0400,-111px -339.66667px #6200ff,155px -237.66667px #0df,-152px -380.66667px #00ffd0,-50px -37.66667px #0fd,-95px -175.66667px #a6ff00,-88px 10.33333px #0d00ff,112px -309.66667px #005eff,69px -415.66667px #ff00a6,168px -100.66667px #ff004c,-244px 24.33333px #f60,97px -325.66667px #f06,-211px -182.66667px #00ffa2,236px -126.66667px #b700ff,140px -196.66667px #9000ff,125px -175.66667px #0bf,118px -381.66667px #ff002f,144px -111.66667px #ffae00,36px -78.66667px #f600ff,-63px -196.66667px #c800ff,-218px -227.66667px #d4ff00,-134px -377.66667px #ea00ff,-36px -412.66667px #ff00d4,209px -106.66667px #00fff2,91px -278.66667px #000dff,-22px -191.66667px #9dff00,139px -392.66667px #a6ff00,56px -2.66667px #09f,-156px -276.66667px #ea00ff,-163px -233.66667px #00fffb,-238px -346.66667px #00ff73,62px -363.66667px #08f,244px -170.66667px #0062ff,224px -142.66667px #b300ff,141px -208.66667px #9000ff,211px -285.66667px #f60,181px -128.66667px #1e00ff,90px -123.66667px #c800ff,189px 70.33333px #00ffc8,-18px -383.66667px #0f3,100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards
}

.pyro > .after {
    -moz-animation-delay: 1.25s,1.25s,1.25s;
    -webkit-animation-delay: 1.25s,1.25s,1.25s;
    -o-animation-delay: 1.25s,1.25s,1.25s;
    -ms-animation-delay: 1.25s,1.25s,1.25s;
    animation-delay: 1.25s,1.25s,1.25s;
    -moz-animation-duration: 1.25s,1.25s,6.25s;
    -webkit-animation-duration: 1.25s,1.25s,6.25s;
    -o-animation-duration: 1.25s,1.25s,6.25s;
    -ms-animation-duration: 1.25s,1.25s,6.25s;
    animation-duration: 1.25s,1.25s,6.25s
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-moz-keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-o-keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-ms-keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

.shadow-panel {
    vertical-align: middle;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: #31344e;
    ;
    border-color: #e1e1e1;
    white-space: normal;
}

.hvr-grow-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform;
    background-color: #31344e;
    ;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 1px solid darkgray;
}

    .hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
        box-shadow: 0 0 30px #ccc;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }



.DateRangeSelector-item {
    display: inline-block;
    padding: 15px
}


.country {
    display: inline-block;
}

#mentorlandingtopleft {
    position: absolute;
    z-index: 0;
    height: 300px;
    width: 300px;
    top: 3%;
    border-radius: 5%;
    left: 1.5%;
}

#mentorgif {
    height: 100%;
    width: 100%;
}

#mentorlandingbottomright {
    position: absolute;
    z-index: 0;
    height: 400px;
    width: 400px;
    top: 17.5%;
    border-radius: 5%;
    left: 68%;
}

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


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 200px;
        width: 200px;
        top: 4%;
        border-radius: 5%;
        left: 0%;
    }

    #mentorgif {
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 21%;
        border-radius: 5%;
        left: 80%;
    }
}

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


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 200px;
        width: 200px;
        top: 6%;
        border-radius: 5%;
        left: 0%;
    }

    #mentorgif {
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 22%;
        border-radius: 5%;
        left: 80%;
    }
}

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


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 200px;
        width: 200px;
        top: 3%;
        border-radius: 5%;
        left: -5%;
    }

    #mentorgif {
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 11%;
        border-radius: 5%;
        left: 74%;
    }
}

@media only screen and (max-width:1024px) and (min-height:1366px) {


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 200px;
        width: 200px;
        top: 4%;
        border-radius: 5%;
        left: -5%;
    }

    #mentorgif {
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 20%;
        border-radius: 5%;
        left: 80%;
    }
}

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


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 175px;
        width: 175px;
        top: 3%;
        border-radius: 5%;
        left: -5%;
    }

    #mentorgif {
        width: 100vw;
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        margin-left: -36px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 5.5%;
        border-radius: 5%;
        left: 52%;
    }
}

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


    #mentorlandingtopleft {
        position: absolute;
        z-index: 0;
        height: 175px;
        width: 175px;
        top: 3%;
        border-radius: 5%;
        left: -5%;
    }

    #mentorgif {
        width: 100vw;
        margin: 0 auto;
        margin-left: auto;
        padding: 0px;
        border: 0px;
        margin-left: -26px;
        z-index: 2;
    }

    #mentorlandingbottomright {
        position: absolute;
        z-index: 1;
        height: 200px;
        width: 200px;
        top: 5%;
        border-radius: 5%;
        left: 52%;
    }
}


/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
    transform: translateX(-33%);
}

.carousel-inner .item.right.active {
    transform: translateX(33%);
}

.carousel-inner .item.next {
    transform: translateX(33%)
}

.carousel-inner .item.prev {
    transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left {
    transform: translateX(0);
}


.carousel-control.left, .carousel-control.right {
    background-image: none;
    bottom: 50%;
}


.carousel-control {
    top: 50%;
}

@media only screen and (max-width:1280px) {
    .carousel-control {
        top: 100%;
    }
}

.left > .glyphicon, .right > .glyphicon {
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


select.billing-cycle {
    display: inline-block;
    width: 24%;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 10px;
    min-width: 175px;
}

#time-range p {
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

ul.timeline > .progress {
    height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    transform: rotate(90deg);
    position: relative;
    left: -51%;
    top: 310px;
    background-color: transparent;
    box-shadow: none;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        display: inline-block;
        position: absolute;
        left: 27px;
        width: 5px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
        border: 1px solid #00e67a;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #31344e;
        background-color: #66afe9;
        border-color: #66afe9;
    }

        ul.timeline > li:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f023";
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            left: 23px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

        ul.timeline > li.active::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00c";
            display: inline-block;
            background-color: transparent;
            font-size: 25px;
            color: #26ff9a;
            position: absolute;
            border-radius: 0%;
            border: none;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
            text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        }

        ul.timeline > li > h5 > .fa-trophy {
            color: deepskyblue;
        }


/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #31344e;
    ;
    border-color: #ccc;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}

    .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
        background-color: #f4f4f4;
    }

.bootstrap-select > .dropdown-toggle {
    width: 100%;
}

.dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
    line-height: 14px;
}

    .bootstrap-select .check-mark::after {
        font-family: "FontAwesome";
        content: "\f00c";
    }

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}
