@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Lato');
/*@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);*/
/*@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff') format('woff');
}*/
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'fontawesome';
    src: url('/fonts/fontawesome-pro-5.2.0-web/webfonts/fa-light-300.eot');
    src: url('/fonts/fontawesome-pro-5.2.0-web/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome-pro-5.2.0-web/webfonts/fa-light-300.woff') format('woff'), url('/fonts/fontawesome-pro-5.2.0-web/webfonts/fa-light-300.ttf') format('truetype'), url('/fonts/fontawesome-pro-5.2.0-web/webfonts/fa-light-300.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
Typography
========================================================================== */

nav {
    z-index: 2003;
}
.nav > li > a {
     padding:0; 
}
    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b6b6b6;
    height: 1px;
}

.pointer {
    cursor: pointer;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #217a4b;
}



.navbarIcon {
    text-align: right;
    float: left;
    margin-left: 6px;
    margin-top: -8px;
    cursor: pointer;
}

    .navbarIcon img {
        height: 44px;
    }

#menuStrucIcon {
    height: 44px;
    width: 44px;
}

.frega-kyc {
    margin-top: -6px;
}

#footer {
    background: #fff;
}

.currency-left {
    float: left;
}

body {
    font-family: 'Lato', sans-serif, 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    -webkit-text-size-adjust: 100%;
    
    letter-spacing: 0.032em;
}

input {
    font-family: sans-serif;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: bold !important;
}

    input.btnGlobalStyle {
        color: #fff !important;
    }

.input-sm {
    height: 30px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    line-height: 1.5;
    border-radius: 3px!important;
}

p {
    font-size: 16px;
    line-height: 29px;
    color: #262626;
    padding-bottom: 0px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn {
    font-size: 13px;
    border: solid 2px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

.btn-ghost {
    font-size: 13px;
    border: solid 2px;
    border-radius: 0px;
    border-color: #fff;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

    .btn-ghost:hover, .btn-ghost:focus {
        color: #fff;
        border-color: #107a84;
        background-color: #107a84;
    }

.btnReg:hover, .btnReg:focus {
    color: #107a84;
    border-color: #107a84;
}

#btn-xxx {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    border-color: #fff;
}

    #btn-xxx:hover, #btn-xxx:focus {
        color: #107a84;
        border-color: #107a84;
    }

.btn-fill {
    color: #fff;
    border: solid 2px #107a84;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #107a84;
}

    .btn-fill:hover, .btn-fill:focus {
        color: #fff;
        background-color: #D7405D;
        border-color: #D7405D;
    }

.btn-small {
    padding: 8px 40px;
}

.btn-large {
    padding: 15px 40px;
}

.btn-margin-right {
    margin-right: 20px;
}

section.intro, section.features-extra, section.sign-up {
    background: #370657;
}

section.features, section.blog-intro, section.blog {
    background: #F3F4F8;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

a {
    color: #0048a9;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

    a:hover, a:focus {
        color: #00a980;
        text-decoration: none;
    }

ul, ol {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

.section-padding {
    padding: 120px 0;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 4px;
}

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.floating-logo {
    -webkit-animation-name: floating-logo;
    animation-name: floating-logo;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes floating-logo {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
    visibility: hidden;
}

.wp2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible;
}

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
    visibility: visible;
    opacity: 0.97;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0;
    cursor: pointer;
}

    .nav-toggle:focus {
        outline: none;
    }

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        content: "";
        position: absolute;
        display: block;
        width: 35px;
        height: 3px;
        border-radius: 1px;
        background: #444444;
        cursor: pointer;
    }

        .nav-toggle span:before {
            top: -10px;
        }

        .nav-toggle span:after {
            bottom: -10px;
        }

        .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

    .nav-toggle.active span {
        background-color: transparent;
    }

        .nav-toggle.active span:before, .nav-toggle.active span:after {
            top: 0;
        }

        .nav-toggle.active span:before {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-toggle.active span:after {
            top: 10px;
            -ms-transform: translatey(-10px) rotate(-45deg);
            -webkit-transform: translatey(-10px) rotate(-45deg);
            transform: translatey(-10px) rotate(-45deg);
        }

.navicon {
    position: absolute;
    height: 26px;
    right: 10px;
    top: 24px;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.std-content {
    /*padding-top: 7%;*/
}

.container {
    width: 100%;
    max-width: 1200px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    height: 100%;
    /*background: url("../img/hero.jpg") center center;*/
    background: none;
    background-color: #f1f1f1;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1440px) {
    /*.hero {
        padding-left: 260px;
    }*/
}

.hero .down-arrow a {
    color: #fff;
}

.hero h1 {
    color: #fff;
    margin-bottom: 40px;
}

.hero p.intro {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px;
}

.hero .hero-content {
    color: #fff;
    padding-top: 10%;
}

.navigation {
}

.fixed {
    position: fixed;
    background-color: #232731;
    z-index: 400;
    width: 100%;
}

header.siteNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 400;
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
    padding: 6px 0;
    margin: 0 auto;
    height: 65px;
    /*box-shadow: 0 1px 12px rgba(0,0,0,0.15);*/
}

.siteNav .header-content {
    justify-content: flex-start;
}

header a {
    color: #444444;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

header .nav-link a {
    text-transform: uppercase;
    font-family: Lato,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size:16px;
    color: #344443;
    cursor: pointer;
}

    header a.login {
        margin-right: 20px;
    }

header .logo {
    flex: 0 1 auto;
    padding-left: 20px;
    order: 2;
    justify-self: flex-start;
}

header .nav_toggle {
    flex: 0 1 auto;
    position: relative;
    order: 1;
    justify-self: flex-start;
    margin-right: 8px;
    overflow: visible;
    transition: all 0.3s ease-in;
    z-index: 100;
}

@media screen and (max-width:575px) {
    header .logo {
        overflow: hidden;
        max-width: 74px;
    }
}

@media screen and (min-width: 1440px) {
    /*header .nav_toggle {
        width: 0px;
        overflow: hidden;
    }*/
}

header .nav_toggle:after {
    top: -6px;
    bottom: 14px;
    right: -12px;
    width: 1px;
    content: " ";
    background-color: #F4F4F4;
    position: absolute;
    display: block;
    z-index: 200;
}

header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0;
}

    header ul.primary-nav li {
        display: inline;
    }

        header ul.primary-nav li a {
            color: #090909;
            padding-right: 25px;
        }

            header ul.primary-nav li a:hover {
                color: #107a84;
            }

        header ul.primary-nav li:last-child a {
            padding-right: 0px;
        }

header .header-nav {
    flex: 1 1 auto;
    justify-self: flex-end;
    align-self: flex-end;
    order: 3;
    min-width: 230px;
}

    header .header-nav .grad-cap {
        flex: 0 1 auto;
        margin-left: 15px;
    }

    header .header-nav .h-title {
        flex: 0 1 auto;
        padding-left: 4px;
        line-height: 40px;
        align-self: center;
    }

.primary-social {
    position: absolute;
    float: left;
    top: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #222;
    font-size: 23px !important;
    width: 530px;
}

.frega-rating {
    flex: 0 1 auto;
    text-align: right;
    margin-top: -8px;
    cursor: pointer;
    display: none;
}

.frega-score {
    text-align: right;
    font-weight: bolder;
    cursor: pointer;
    display: none;
}

.frega-structure {
    text-align: right;
    float: left;
    margin-left: 20px;
    margin-top: -8px;
    cursor: pointer;
}

.socialLinks {
    margin-right: -18px;
}

    .socialLinks a:hover {
        color: #107a84;
    }

.socialIcon a {
    float: left;
    margin-left: 6px;
    font-size: 23px !important;
}

header ul.member-actions li a {
    color: #000;
}

    header ul.member-actions li a:hover {
        color: #107a84;
    }

header .breaknav {
    /*position: relative;*/
    position:initial;
    justify-content: flex-end;
}

header .member-actions {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 100;
    position: absolute;
    top: 14px;
    right: 4px;
}

@media screen and (min-width: 491px) {
    header .member-actions {
        margin-right: 10px;
    }
}

header .mini-dash, header .mini-dash div {
    flex: 0 1 auto;
    align-self: center;
}

header .mini-dash {
    margin-right: 8px;
    height: 52px;
    padding-top: 4px;
}
/*@media screen and (min-width: 510px) {
    header .mini-dash {
        margin-right: 20px;
    }
}*/
.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
    font-size: 40px;
    color: #107a84;
    font-weight: bold;
}

.intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 40px;
}

.intro-content {
    display: inline-block;
    width: 80%;
}

/* ==========================================================================
Features-stack
========================================================================== */
.features {
    position: relative;
}

    .features p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .features h3 {
        margin: 0 0 20px 0;
    }

    .features span.icon {
        font-size: 35px;
        color: #107a84;
        font-weight: bold;
    }

    .features .feature-icon {
        display: inline-block;
        vertical-align: top;
        padding: 6px 0 0 0;
        margin-right: 20px;
        width: 35px;
    }

    .features .feature-content {
        display: inline-block;
        width: 75%;
    }

    .features .intro-icon {
        display: inline-block;
        vertical-align: top;
        padding: 6px 0 0 0;
        margin-right: 20px;
    }

    .features .intro-content {
        display: inline-block;
        width: 80%;
    }

    .features ul.features-stack {
        margin-top: 50px;
    }

        .features ul.features-stack li {
            margin-top: 20px;
            padding-bottom: 20px;
            border-bottom: solid 1px #E6E9EA;
        }

            .features ul.features-stack li:last-child {
                padding-bottom: 0px;
                border-bottom: none;
            }

    .features .ipad-wrap {
        width: 706px;
        height: 1002px;
        background: url("../img/ipad-device.png") no-repeat center center;
        z-index: 1;
    }

    .features .iphone-wrap {
        width: 304px;
        height: 620px;
        background: url("../img/iphone6.png") no-repeat center center;
        position: absolute;
        left: 530px;
        bottom: 129px;
        z-index: 2;
    }

    .features .device-showcase {
        position: absolute;
        bottom: -365px;
        right: 61%;
    }

    .features .responsive-feature-img, .features-extra .responsive-feature-img {
        display: none;
    }

.devices {
    position: relative;
}

/* ==========================================================================
.features-extra
========================================================================== */
.features-extra {
    position: relative;
    z-index: 3;
}

    .features-extra .btn {
        margin-top: 20px;
    }

    .features-extra .macbook-wrap {
        position: absolute;
        width: 916px;
        height: 540px;
        background: url("../img/macbook-pro.png") no-repeat center center;
        top: 114px;
        z-index: 4;
        left: 50%;
    }

/* ==========================================================================
.hero-strip
========================================================================== */
.hero-strip {
    margin-top: 0px;
    background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
    padding-bottom: 2px;
    position: relative;
}

    .hero-strip i {
        font-family: "Nunito", sans-serif;
        font-weight: 300;
        font-size: 25px;
        color: #F69D52;
        vertical-align: top;
        margin-left: -8px;
        font-style: normal;
    }

    .hero-strip h2 {
        color: #fff;
        margin: 0 0 20px 0;
    }

    .hero-strip p {
        color: #ACB1B4;
    }

    .hero-strip .btn {
        margin-top: 10px;
    }

    .hero-strip .logo-placeholder {
        width: 230px;
        height: 230px;
        position: absolute;
        bottom: -285px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

/* ==========================================================================
.blog-intro
========================================================================== */
.blog-intro {
    padding-top: 160px;
}

    .blog-intro h3 {
        margin-bottom: 70px;
    }

    .blog-intro .leftcol {
        padding-right: 100px;
        border-right: solid 1px #E6E9EA;
    }

    .blog-intro .rightcol {
        padding-left: 100px;
    }

/* ==========================================================================
.blog
========================================================================== */
.blog {
    padding-bottom: 120px;
}

    .blog img {
        width: 100%;
        height: auto;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .blog h2 {
        font-size: 11px;
        color: #ACB1B4;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 35px;
    }

    .blog .btn {
        margin-top: 20px;
    }

    .blog .blog-img-wrap {
        position: relative;
        overflow: hidden;
    }

        .blog .blog-img-wrap .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
        }

        .blog .blog-img-wrap i {
            color: #fff;
            font-size: 20px;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 25px;
            right: 35px;
        }

        .blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
            filter: alpha(opacity=1);
            opacity: 1;
            z-index: 9;
        }

    .blog figcaption i {
        margin-left: 5px;
        font-size: 15px;
    }

    .blog figcaption a.blog-post-title {
        color: rgba(28, 54, 83, 0.6);
    }

        .blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
            color: #3D4351;
        }

/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
    background: url("../img/testimonials-bg.jpg") no-repeat center center;
    background-size: cover;
}

    .testimonial-slider .avatar {
        width: 82px;
        height: 82px;
        margin: 0 auto;
        vertical-align: middle;
        overflow: hidden;
        border-radius: 50%;
        border: solid 3px #fff;
        background-color: #fff;
    }

        .testimonial-slider .avatar img {
            width: 82px;
            height: auto;
        }

    .testimonial-slider h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 300;
        font-style: italic;
        margin: 30px 0;
    }

    .testimonial-slider p {
        color: #ACB1B4;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/* ==========================================================================
To top
========================================================================== */
.to-top {
    height: 60px;
    background-color: #495061;
}

    .to-top .to-top-wrap {
        height: 60px;
        width: 70px;
        position: absolute;
        right: 0;
        text-align: center;
    }

        .to-top .to-top-wrap a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.15);
        }

            .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
                background-color: rgba(0, 0, 0, 0.4);
            }

        .to-top .to-top-wrap i {
            font-size: 30px;
            line-height: 55px;
        }

    .to-top .row {
        position: relative;
    }

/* ==========================================================================
Footer
========================================================================== */
footer {
    background-color: #3D4351;
    position: relative;
}

    footer p {
        color: #ACB1B4;
        font-size: 13px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #107a84;
        }

    footer ul.footer-group {
        border-top: solid 1px #4E566C;
        padding-top: 25px;
        margin-bottom: 45px;
    }

        footer ul.footer-group li {
            display: inline-block;
        }

            footer ul.footer-group li a {
                font-size: 13px;
                text-transform: uppercase;
            }

                footer ul.footer-group li a:hover {
                    color: #107a84;
                }

        footer ul.footer-group li {
            margin-right: 30px;
        }

            footer ul.footer-group li:last-child {
                margin-right: 0;
            }

    footer span.fa-heart {
        color: #ff415c;
        font-size: 15px;
        margin: 0 2px;
    }

    footer .social-share {
        position: absolute;
        background-color: #373D4A;
        right: 0;
        width: 40%;
        height: 100%;
        padding: 142px 0 0 70px;
    }

        footer .social-share p {
            color: #fff;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

        footer .social-share a.twitter-share {
            height: 60px;
            width: 60px;
            background-color: #1AB4EF;
            border-radius: 3px;
            font-size: 22px;
            display: inline-block;
            text-align: center;
            margin-right: 20px;
        }

            footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
                background-color: #1590BF;
            }

        footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
            background-color: #324C85;
        }

        footer .social-share a.facebook-share {
            height: 60px;
            width: 60px;
            background-color: #3B5898;
            border-radius: 3px;
            font-size: 22px;
            display: inline-block;
            text-align: center;
        }

        footer .social-share a {
            color: #fff;
        }

            footer .social-share a:hover {
                color: #fff;
            }

            footer .social-share a i {
                margin-top: 20px;
            }

    footer .footer-links {
        margin: 120px 0 120px 0;
    }

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
    font-family: 'et-line';
    src: url("../fonts/et-line.eot");
    src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

    .icon-mobile:before {
        content: "\e000";
    }

    .icon-laptop:before {
        content: "\e001";
    }

    .icon-desktop:before {
        content: "\e002";
    }

    .icon-tablet:before {
        content: "\e003";
    }

    .icon-phone:before {
        content: "\e004";
    }

    .icon-document:before {
        content: "\e005";
    }

    .icon-documents:before {
        content: "\e006";
    }

    .icon-search:before {
        content: "\e007";
    }

    .icon-clipboard:before {
        content: "\e008";
    }

    .icon-newspaper:before {
        content: "\e009";
    }

    .icon-notebook:before {
        content: "\e00a";
    }

    .icon-book-open:before {
        content: "\e00b";
    }

    .icon-browser:before {
        content: "\e00c";
    }

    .icon-calendar:before {
        content: "\e00d";
    }

    .icon-presentation:before {
        content: "\e00e";
    }

    .icon-picture:before {
        content: "\e00f";
    }

    .icon-pictures:before {
        content: "\e010";
    }

    .icon-video:before {
        content: "\e011";
    }

    .icon-camera:before {
        content: "\e012";
    }

    .icon-printer:before {
        content: "\e013";
    }

    .icon-toolbox:before {
        content: "\e014";
    }

    .icon-briefcase:before {
        content: "\e015";
    }

    .icon-wallet:before {
        content: "\e016";
    }

    .icon-gift:before {
        content: "\e017";
    }

    .icon-bargraph:before {
        content: "\e018";
    }

    .icon-grid:before {
        content: "\e019";
    }

    .icon-expand:before {
        content: "\e01a";
    }

    .icon-focus:before {
        content: "\e01b";
    }

    .icon-edit:before {
        content: "\e01c";
    }

    .icon-adjustments:before {
        content: "\e01d";
    }

    .icon-ribbon:before {
        content: "\e01e";
    }

    .icon-hourglass:before {
        content: "\e01f";
    }

    .icon-lock:before {
        content: "\e020";
    }

    .icon-megaphone:before {
        content: "\e021";
    }

    .icon-shield:before {
        content: "\e022";
    }

    .icon-trophy:before {
        content: "\e023";
    }

    .icon-flag:before {
        content: "\e024";
    }

    .icon-map:before {
        content: "\e025";
    }

    .icon-puzzle:before {
        content: "\e026";
    }

    .icon-basket:before {
        content: "\e027";
    }

    .icon-envelope:before {
        content: "\e028";
    }

    .icon-streetsign:before {
        content: "\e029";
    }

    .icon-telescope:before {
        content: "\e02a";
    }

    .icon-gears:before {
        content: "\e02b";
    }

    .icon-key:before {
        content: "\e02c";
    }

    .icon-paperclip:before {
        content: "\e02d";
    }

    .icon-attachment:before {
        content: "\e02e";
    }

    .icon-pricetags:before {
        content: "\e02f";
    }

    .icon-lightbulb:before {
        content: "\e030";
    }

    .icon-layers:before {
        content: "\e031";
    }

    .icon-pencil:before {
        content: "\e032";
    }

    .icon-tools:before {
        content: "\e033";
    }

    .icon-tools-2:before {
        content: "\e034";
    }

    .icon-scissors:before {
        content: "\e035";
    }

    .icon-paintbrush:before {
        content: "\e036";
    }

    .icon-magnifying-glass:before {
        content: "\e037";
    }

    .icon-circle-compass:before {
        content: "\e038";
    }

    .icon-linegraph:before {
        content: "\e039";
    }

    .icon-mic:before {
        content: "\e03a";
    }

    .icon-strategy:before {
        content: "\e03b";
    }

    .icon-beaker:before {
        content: "\e03c";
    }

    .icon-caution:before {
        content: "\e03d";
    }

    .icon-recycle:before {
        content: "\e03e";
    }

    .icon-anchor:before {
        content: "\e03f";
    }

    .icon-profile-male:before {
        content: "\e040";
    }

    .icon-profile-female:before {
        content: "\e041";
    }

    .icon-bike:before {
        content: "\e042";
    }

    .icon-wine:before {
        content: "\e043";
    }

    .icon-hotairballoon:before {
        content: "\e044";
    }

    .icon-globe:before {
        content: "\e045";
    }

    .icon-genius:before {
        content: "\e046";
    }

    .icon-map-pin:before {
        content: "\e047";
    }

    .icon-dial:before {
        content: "\e048";
    }

    .icon-chat:before {
        content: "\e049";
    }

    .icon-heart:before {
        content: "\e04a";
    }

    .icon-cloud:before {
        content: "\e04b";
    }

    .icon-upload:before {
        content: "\e04c";
    }

    .icon-download:before {
        content: "\e04d";
    }

    .icon-target:before {
        content: "\e04e";
    }

    .icon-hazardous:before {
        content: "\e04f";
    }

    .icon-piechart:before {
        content: "\e050";
    }

    .icon-speedometer:before {
        content: "\e051";
    }

    .icon-global:before {
        content: "\e052";
    }

    .icon-compass:before {
        content: "\e053";
    }

    .icon-lifesaver:before {
        content: "\e054";
    }

    .icon-clock:before {
        content: "\e055";
    }

    .icon-aperture:before {
        content: "\e056";
    }

    .icon-quote:before {
        content: "\e057";
    }

    .icon-scope:before {
        content: "\e058";
    }

    .icon-alarmclock:before {
        content: "\e059";
    }

    .icon-refresh:before {
        content: "\e05a";
    }

    .icon-happy:before {
        content: "\e05b";
    }

    .icon-sad:before {
        content: "\e05c";
    }

    .icon-facebook:before {
        content: "\e05d";
    }

    .icon-twitter:before {
        content: "\e05e";
    }

    .icon-googleplus:before {
        content: "\e05f";
    }

    .icon-rss:before {
        content: "\e060";
    }

    .icon-tumblr:before {
        content: "\e061";
    }

    .icon-linkedin:before {
        content: "\e062";
    }

    .icon-dribbble:before {
        content: "\e063";
    }

.TableFixed_Green {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    width: 100%;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    /*animation: float 5s infinite;*/
}

    .TableFixed_Green th {
        color: #fff;
        background: #00543f;
        border-bottom: 2px solid #9ea7af;
        border-right: 1px solid #4a4a4a;
        font-size: 16px;
        font-weight: 300;
        padding: 8px 16px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .TableFixed_Green th:nth-child(even) {
            background: #00543f;
        }

    .TableFixed_Green tr {
        border-top: 1px solid #C1C3D1;
        border-bottom: 1px solid #C1C3D1;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: normal;
    }

        .TableFixed_Green tr:hover td {
            background: rgba(34, 104, 83, 0.12);
            color: #555555;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;
        }

        .TableFixed_Green tr:first-child {
            border-top: none;
        }

        .TableFixed_Green tr:last-child {
            border-bottom: none;
        }

        .TableFixed_Green tr:nth-child(odd) td {
            background: rgba(9, 176, 131, 0.08);
        }

        .TableFixed_Green tr:nth-child(odd):hover td {
            background: rgba(34, 104, 83, 0.12);
        }

        .TableFixed_Green tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .TableFixed_Green tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .TableFixed_Green td {
        background: #FFFFFF;
        padding: 6px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #C1C3D1;
    }

        .TableFixed_Green td:last-child {
            border-right: 0px;
        }

    .TableFixed_Green th.text-left {
        text-align: left;
    }

    .TableFixed_Green th.text-center {
        text-align: center;
    }

    .TableFixed_Green th.text-right {
        text-align: right;
    }

    .TableFixed_Green td.text-left {
        text-align: left;
    }

    .TableFixed_Green td.text-center {
        text-align: center;
    }

    .TableFixed_Green td.text-right {
        text-align: right;
    }

/*-------------------------*/
.simpletableGreen {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    width: 100%;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    animation: float 5s infinite;
}

    .simpletableGreen th {
        color: #D5DDE5;
        background: #00543f;
        border-bottom: 2px solid #9ea7af;
        border-right: 1px solid #4a4a4a;
        font-size: 14px;
        font-weight: 100;
        padding: 8px 16px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .simpletableGreen th:nth-child(even) {
            background: #00543f;
        }

    .simpletableGreen tr {
        border-top: 1px solid #C1C3D1;
        border-bottom-: 1px solid #C1C3D1;
        color: #343434;
        font-size: 12px;
        font-weight: normal;
    }

        .simpletableGreen tr:first-child {
            border-top: none;
        }

        .simpletableGreen tr:last-child {
            border-bottom: none;
        }

        .simpletableGreen tr:nth-child(odd) td {
            background: #d1e0ea;
        }

        .simpletableGreen tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .simpletableGreen tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .simpletableGreen td {
        background: #FFFFFF;
        padding: 6px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 12px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #C1C3D1;
    }

        .simpletableGreen td:last-child {
            border-right: 0px;
        }

    .simpletableGreen th.text-left {
        text-align: left;
    }

    .simpletableGreen th.text-center {
        text-align: center;
    }

    .simpletableGreen th.text-right {
        text-align: right;
    }

    .simpletableGreen td.text-left {
        text-align: left;
    }

    .simpletableGreen td.text-center {
        text-align: center;
    }

    .simpletableGreen td.text-right {
        text-align: right;
    }

/*---------------------------*/

.listGreen > li {
    list-style-position: inside !important;
    list-style: outside url("/img/slider_dot.png") square !important;
    margin-left: 56px !important;
    padding: 5px !important;
    text-indent: 1px !important;
    position: center;
}

.countBadgePos {
    margin-top: -22px;
}

/*crypto coins*/

.pImgPrep1 {
    height: 126px !important;
    width: 126px !important;
    float: left;
    position: relative;
    margin-right: -22px;
}

.pImgPrep2 {
    float: left;
    height: 84px !important;
    width: 84px !important;
    vertical-align: top;
    margin-top: 19px;
    margin-left: -85px;
}

.pImgPrep1a {
    height: 200px !important;
    width: 200px !important;
    float: left;
    position: relative;
    margin-right: -45px;
}

.pImgPrep2a {
    float: left;
    height: 135px !important;
    width: 135px !important;
    vertical-align: top;
    margin-top: 29px;
    margin-left: -124px;
}

.highlight_text {
    color: #fff !important;
    font-weight: bold;
    text-shadow: 1px 1px 9px #a583d1;
    letter-spacing: 2px;
}

.f18 {
    font-size: 18px;
}

.modalQuickList {
    transform: translate(0);
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
}

    .modalQuickList i {
        margin: 6px 18px;
    }

.nav-item {
    margin: 15px 12px;
}

.nav-link {
    font-family: Lato,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #344443;
    cursor: pointer;
    user-select:none;
}

    .nav-link:hover {
        color: #426b68;
    }

#navbarNav {
    float: left;
    /*margin-left: calc(50% - 342px);*/
    margin-left:10px;
}

.navbar-toggle {
    float: left;
}

.icon-bar {
    background: #344443;
}

.navbar-header {
    display: inline-block;
}

@media (min-width: 768px) {
    .collapse.in {
        left: 0;
        top: 0;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .collapse.in {
        display: block;
        background: #fff;
        left: 88px;
        top: 32px;
        box-shadow: 2px 2px 5px rgba(36, 59, 57, 0.49) !important;
    }
}


@media (max-width: 1300px) {
    .nav-link {
        font-size: 12px;
    }

        .nav-link a {
            font-size: 12px !important;
        }
}

    @media (max-width: 1035px) {
        .nav-item {
            margin: 15px 5px;
        }

        #navbarNav {
            float: left;
            margin-left: calc(50% - 312px);
        }
    }

    @media (max-width: 962px) {
        header .mini-dash {
            margin-right: -29px;
        }

        .mini-dash {
            transform: scale(0.6);
        }
    }

    @media (max-width: 983px) {
        .nav-item {
            margin: 15px 5px;
        }

        .nav-link {
            font-size: 12px;
        }

            .nav-link a {
                font-size: 12px !important;
            }

        #navbarNav {
            float: left;
            margin-left: calc(50% - 234px);
        }
    }

    @media (max-width: 991px) {
        #fregaMoneyNavLink {
            position: absolute;
            top: 7px;
            right: 175px;
        }
    }

@media (max-width: 571px) {
    #fregaMoneyNavLink {
        transform: scale(0.7);
        top: 8px;
        right: 108px;
    }
    #mainav_Login {
        transform: scale(0.7);
    }
    header .member-actions {
        top: 17px;
        right: -30px;
    }
}

    @media only screen and (max-width: 363px) {
        #breakNav {
            width: 222px;
        }

        header.siteNav {
            height: 104px;
        }
    }

    /*@media (max-width: 896px) {
        .breaknav {
            position: absolute !important;
            display: contents !important;*/
            /*right: 0px;*/
            /*width: 240px;
            margin-right: 0px !important;
        }

        nav {
            display: inline-block;
            position: absolute;*/
            /*right: 1px;*/
        /*}
    }*/

    .TableTradePlus {
        background: white;
        border-radius: 3px;
        border-collapse: collapse;
        margin: auto;
        padding: 5px;
        width: 100%;
        /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
        /*animation: float 5s infinite;*/
    }

    .TableTradePlus_Green th {
        color: #0b301d;
        background: #dfe9e4;
        border-bottom: 2px solid #95baa7;
        border-right: 1px solid #95baa7;
        font-size: 16px;
        font-weight: 300;
        padding: 12px 20px;
        text-align: left;
        text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
        vertical-align: middle;
        /*width: 80%;*/
    }

        .TableTradePlus_Green th:nth-child(even) {
            background: #dfe9e4;
        }

    .TableTradePlus_Green tr {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: normal;
    }

        .TableTradePlus_Green tr:hover td {
            background: rgba(34, 104, 83, 0.12);
            color: #555555;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;
        }

        .TableTradePlus_Green tr:first-child {
            border-top: none;
        }

        .TableTradePlus_Green tr:last-child {
            border-bottom: none;
        }

        .TableTradePlus_Green tr:nth-child(odd) td {
            background: #fbfbfb;
        }

        .TableTradePlus_Green tr:nth-child(odd):hover td {
            background: rgba(34, 104, 83, 0.12);
        }

        .TableTradePlus_Green tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .TableTradePlus_Green tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .TableTradePlus_Green td {
        background: #FFFFFF;
        padding: 15px 6px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px;
        border-right: 1px solid #e0e0e0;
    }

        .TableTradePlus_Green td:last-child {
            border-right: 0px;
        }

    .TableTradePlus_Green th.text-left {
        text-align: left;
    }

    .TableTradePlus_Green th.text-center {
        text-align: center;
    }

    .TableTradePlus_Green th.text-right {
        text-align: right;
    }

    .TableTradePlus_Green td.text-left {
        text-align: left;
    }

    .TableTradePlus_Green td.text-center {
        text-align: center;
    }

    .TableTradePlus_Green td.text-right {
        text-align: right;
    }

    .fmTdTop {
        border-top: 1px solid #95baa7!important;
    }

    .fmTdLeft {
        border-left: 1px solid #95baa7!important;
    }

    .fmTdRight {
        border-right: 1px solid #95baa7!important;
    }

    .fmTdBottom {
        border-bottom: 1px solid #95baa7!important;
    }

    .glow {
        box-shadow: 0 0 10px 7px rgb(255 255 255 / 0.86);
    }

    .welcomeHead {
        font-size: 40px;
        font-weight: bold;
        color: #1d6e43;
    }

    .welcomeHead2 {
        font-size: 27px;
        font-weight: bold;
        color: #1d6e43;
    }

    .thEmpty {
        background: none !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #95baa7 !important;
    }

    .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        border-bottom: none !important;
        margin: 2px 6px;
        border-radius: 4px;
    }

    .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
        background: rgb(16 108 63 / 0.21) !important;
        color: #185a37 !important;
    }

    .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
        border-top: None !important;
    }

    close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        background: none;
        border-top: none !important;
        border-bottom: none !important;
    }

    .hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
        background: none !important;
        border-top: none !important;
        border-bottom: none !important;
        height: 50px;
        width: 95%;
    }

    .nav-back {
        position: absolute;
        top: 14px;
        right: 0px;
        width: 100%;
    }

    .hc-offcanvas-nav .nav-back span::before {
        margin-left: 2px;
        transform: none !important;
    }

    .hc-offcanvas-nav .nav-back span::before {
        font-family: "fontawesome";
        font-weight: 900 !important;
        content: "\f32a" !important;
        left: 32% !important;
        width: 16px !important;
        height: 16px !important;
        border-top: none !important;
        border-left: none !important;
        top: 26% !important;
        font-size: 18px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        -webkit-font-smoothing: antialiased;
        color: #509972;
    }

    .hc-offcanvas-nav .nav-content > h2 {
        color: #185a37 !important;
    }

    #footNote p {
        font-size: 14px;
        font-weight: 400;
    }

    .bsIndicators {
        font-size: 14px;
        top: 5px;
        right: 5px;
        position: absolute;
        cursor: pointer;
    }

    #tpbBuySell .bsIndicators {
        font-size: 14px;
        top: 10px;
        left: 103px;
        position: absolute;
        cursor: pointer;
    }

    .bsIndicators i {
        margin-left: 3px;
    }

    .bsIndicators .fa-minus-hexagon {
        color: red;
    }

    .bsIndicators .fa-plus-hexagon {
        color: forestgreen;
    }

    td {
        position: relative;
    }

    .confirmNote {
        padding: 5px;
        display: block;
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-style: italic;
        margin: 10px 5px;
        background: rgb(16 108 63 / 0.21);
        border-radius: 4px;
    }

    .tpDisableBtn {
        background: #eeeeee !important;
        color: #cccccc !important;
        pointer-events: none !important;
    }

    .ui-loader-default {
        display: none !important;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: #648a76;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #dddddd;
    }

    @media only screen and (max-width: 768px) {
        .scrollY {
            overflow-y: scroll !important;
            white-space: nowrap;
        }
    }

    .modal-faq {
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        white-space: nowrap;
        overflow-x: hidden;
    }

    .accordion-content {
        word-wrap: break-word;
        white-space: initial;
    }

    .accordion-a {
        word-wrap: break-word;
        white-space: initial;
    }

    .accordion-trigger:after {
        right: 7px !important;
    }

    .logoutinbtn {
        margin: 9px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin-top: -20px;
        background: #fff;
        padding: 7px 15px;
        color: #195a38;
        border: 2px solid #519973;
        border-radius: 23px;
        cursor: pointer;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        align-items: center;
        font-family: Lato,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

        .logoutinbtn:hover {
            background: #d2ffe7;
            color: #195a38;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;
        }

    #messageBlock {
        background: rgb(205 246 248 / 0.90);
        padding: 20px;
        width: 100%;
        position: absolute;
        height: auto;
        top: 0px;
        z-index: 90000;
        display: none;
        font-size: 20px;
        font-weight: bold;
    }

/* Modal image lightbox */
.modalLightBox {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
}

.modal-contentLarge {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1200px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.modalLightBoxClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fbfbfb;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .modalLightBoxClose:hover,
    .modalLightBoxClose:focus {
        color: #dcdcdc;
        text-decoration: none;
        cursor: pointer;
    }

.tctxt p {
    font-size: 16px;
    font-family: Lato, sans-serif;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.loadMoreBtn {
    background: #a4f582;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .loadMoreBtn:hover {
        background: #ccfcb8;
    }