.logo
{
    max-height: 50%;
}
footer.footer-1
{
    border-top: 3px solid #777777;
}
/****************************** Fix background / hero img Responsiveness ******************************/
@media all and (max-width: 767px)
{
    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder
    {
        height: 100%;
    }
}
/****************************** Navigation Bar - Navbar ******************************/
.nav-bar
{
    -webkit-box-shadow: 0 1px 3px rgba(80,80,80,.2), 0 6px 10px rgba(80,80,80,.15);
    box-shadow: 0 1px 3px rgba(80,80,80,.2), 0 6px 10px rgba(80,80,80,.15);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.menu-current > a
{
    color: #619efd !important;
}
.menu a:hover
{
    color: #aaa !important;
}
/****************************** Adding login ******************************/
@media all and (min-width: 767px)
{
    .cart-widget-handle .cart:after
    {
        content: "\f090";
        font-family: FontAwesome;
        color: #fff;
    }
}
.cart .widget-login
{
    padding-right: 8px;
    text-transform: uppercase;
    color: #fff;
    height: 55px;
}
@media all and (max-width: 990px)
{
    .cart .widget-login
    {
        color: #292929;
    }
}
nav.transparent.fixed .cart .widget-login
{
    color: #292929;
    opacity: .5;
}
nav.transparent.fixed .cart:after
{
    color: #292929;
    opacity: .5;
}
/****************************** Hero ******************************/
.page-title h1
{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-right: -10px;
}
/****************************** Scroll down indicator ******************************/
@media all and (min-width: 1200px) and (min-height: 800px)
{
    .linker a {
        position: absolute;
        bottom: 20px;
        left: 48%;
        z-index: 2;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #fff;
        font : normal 400 20px/1 "Lato", "Helvetica Neue", Helvetica, Arial;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;
        opacity: .5;
    }
    .linker a:hover {
        opacity: .9;
    }
    #scroll-down-indicator a {
        padding-top: 60px;
    }
    #scroll-down-indicator a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }
    @-webkit-keyframes sdb04 {
        0% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
        }
        20% {
            -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        }
        40% {
            -webkit-transform: rotate(-45deg) translate(0, 0);
        }
    }
    @keyframes sdb04 {
        0% {
            transform: rotate(-45deg) translate(0, 0);
        }
        20% {
            transform: rotate(-45deg) translate(-10px, 10px);
        }
        40% {
            transform: rotate(-45deg) translate(0, 0);
        }
    }
}
/****************************** Index ******************************/
h2.h-fs-index
{
    font-size: 40px;
    line-height: 48px;
    font-weight:400;
    margin-bottom: 8px;
}
.index-feature-img
{
    margin-top: 1px;
    margin-bottom: 40px;
    border: 2px solid #9d9d9d;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
.fs-feature
{
    padding: 16px;
}
.fs-feature h3
{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-right: -2px;
}
.fs-feature p
{
    font-size: 14px;
    color: #666 !important;
}
.fs-feature:hover
{
    background-color: #e0e0e0;
    -webkit-box-shadow: 0px 0px 8px 2px #919191;
    -moz-box-shadow: 0px 0px 8px 2px #919191;
    box-shadow: 0px 0px 8px 2px #919191;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fs-feature:hover .index-feature-img
{
    margin-top: 0;
    margin-bottom: 39px;
    border: 3px solid #54b706;
}
.fs-feature:hover h3
{
    color: #54b706;
    font-weight: 700;
}
.index-header h1
{
    font-size: 62px;
    font-weight: 600;
    line-height: 76px;
}
.index-header h1 > span
{
    font-weight: 600;
}
.index-header h6
{
    font-size: 20px;
    font-weight: 400;
}
.index-header h6 > span
{
    color: #20ff38;
}
.loginRequired h1
{
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
}
.loginRequired h1 > span
{
    font-weight: 700;
}
@media (min-width:768px)
{
    #createAccountTitle
    {
        font-size: 32px;
    }
}
@media (max-width:767px)
{
    .index-header
    {
        padding-bottom: 16px !important;
    }
    .index-header h1
    {
        font-size: 36px;
        line-height: 45px;
        font-weight: 300;
    }
    .index-header h1 > span
    {
        font-weight: 600;
    }
    #createAccountTitle
    {
        font-size: 20px;
    }
    #createAccountContent
     {
        padding: 16px 32px;
     }
    #createAccountContent input, #createAccountContent h4
    {
        margin-bottom: 16px;
    }
    #createAccount_submit1
    {
        margin-bottom: 8px !important;
    }
}
@media all and (max-width: 550px)
{
    .background-position
    {
        background-position: 35% 0 !important;
    }
}
/****************************** testimonial ******************************/
.fs-testimonial
{
    font-size: 1.5em;
    margin-bottom: 40px;
    font-style: italic;
}
/****************************** Change MAM choosing tab color ******************************/
.button-tabs .active .tab-title
{
    background: #1D8FCF;
}
.button-tabs .tab-title
{
    padding: 15px 30px;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 15px;
}
/****************************** Fix center MAM list ******************************/
.center-list
{
    text-align: center;
    list-style-position:inside;
    font-size: 14px;
}
.center-list li
{
    margin-top: 5px;
}
.text-left
{
    text-align: left;
}
/****************************** 404 ******************************/
.bg-404
{
    background: #bec3c3;
}
/****************************** MAM Page ******************************/
.fs-feature-country
{
    margin-top: 8px;
    padding: 16px;
}
.fs-feature-country p
{
    color: #666 !important;
    margin-bottom: 16px !important;
}
.fs-feature-country:hover
{
    background-color: #E8E8E8;
    -webkit-box-shadow: 0px 0px 8px 2px #919191;
    -moz-box-shadow: 0px 0px 8px 2px #919191;
    box-shadow: 0px 0px 8px 2px #919191;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fs-feature-country:hover h5
{
    color: #54b706;
}
.fs-feature-country:hover a.btn
{
    background: #008e13 !important;
    border: 2px solid #008e13 !important;
    color: #ffffff !important;
}
.mam-details-list
{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    list-style: circle;
    margin-bottom: 32px;
}
ul.mam-details-list
{
    padding-left: 1.5em;
}
.mam-details-list li
{
    padding-bottom: 8px;
}
.mam-steps-list
{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    list-style: decimal;
    margin-bottom: 32px;
}
ol.mam-steps-list
{
    padding-left: 1.5em;
}
.mam-steps-list li
{
    padding-bottom: 8px;
}
.accordion-1 .title span
{
    text-transform: none !important;
}
.fs-tab-content
{
    background-color: #ececec;
    padding: 32px 16px;
    border: 2px solid #1d8fcf;
}
.fs-howtogetstarted
{
    background-color: #ececec;
    padding: 32px 16px;
    border: 2px solid #bebfbf;
}
/****************************** Fix MAM btn ******************************/
.btn-mam
{
    white-space: normal;
    border: 0;
    padding: 15px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
    background: #47b475;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
/****************************** Custom MAM p ******************************/
.mam-lead
{
    font-size: 18px;
    line-height: 26px;
    color: #292929;
}
/****************************** Table MAM High Water Mark HWM ******************************/
.table-hwm th, td
{
    padding: 5px;
}
.table-hwm .table-hwm-gray
{
    font-weight: 800;
    background-color: #f8f8f8;
}
.table-hwm .stats-fee
{
    color: #1D8FCF;
}
/****************************** Managed Account CTA Arrow ******************************/
@media all and (max-width: 1199px)
{
    .mam-div-arrow
    {
        display: none;
    }
}
@media all and (min-width: 1200px)
{
    .mam-div
    {
        position: relative;
    }
    .mam-div-arrow
    {
        position: absolute;
        top: -15px;
        left: 110px;
    }
}
/****************************** Managed Account SC CTA Arrow ******************************/
@media all and (max-width: 1199px)
{
    .mam-div-arrow-sc
    {
        display: none;
    }
}
@media all and (min-width: 1200px)
{
    .mam-div-arrow-sc
    {
        position: absolute;
        top: -15px;
        left: 100px;
    }
}
/****************************** Managed Account Myfxbook ******************************/
.myfxbook-img
{
    position: relative;
}
.myfxbook-img-absolute
{
    position: absolute;
    top: -45px;
    left: 100px;
}
/****************************** Professional Trader ******************************/
.pro-trader-ul li
{
    font-size:18px !important;
}
.pro-trader-ul li i
{
    font-size: 14px;
    color: #3eac55;
    margin-right: 3px;
}
/****************************** Table Strategy Monthly Stats ******************************/
.table-monthly-stats th, td
{
    width: 7.69231%;
}
.total-stats
{
    background: #ebecec;
}
.stats-green
{
    color: #3eac55;
}
.stats-red
{
    color: #ec4949;
}
/****************************** How it works ******************************/
.how-it-works-icon
{
    color: #fff;
    font-size: 1.4em;
    line-height: .75em;
    vertical-align: -15%;
}
/****************************** Log in ******************************/
#navbar_loginform p
{
    padding-top: 17px;
    font-size: 0.9em;
}
#navbar_loginform p a
{
    color: #47b475;
}
nav .widget
{
    padding-bottom: 0 !important;
}

/****************************** Video Library ******************************/
.yt-list h3 a
{
    color: #696969;
}
.yt-list h3 a:hover
{
    color: #0577dc;
}
.bg-yt
{
    background-color: #6f6f6f;
}
.bg-yt p
{
    color: #c7c7c7;
}
.yt-container
{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.yt-container iframe, .yt-container object, .yt-container embed
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/****************************** Trusted Brokers ******************************/
.trusted-brokers p
{
    color: #666;
}
.trusted-brokers p > i
{
    color: #00a000;
}
.trusted-brokers .bg-secondary
{
    padding: 48px !important;
    border-left: solid #a2b2da 5px;
}
.trusted-brokers .btn-sm
{
    height: auto;
    padding: 5px 26px !important;
}
.trusted-brokers-link:hover
{
    text-decoration: none;
}
.trusted-brokers:hover
{
    background-color: #e0e0e0;
    -webkit-box-shadow: 0px 0px 10px 2px #919191;
    -moz-box-shadow: 0px 0px 10px 2px #919191;
    box-shadow: 0px 0px 10px 2px #919191;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.trusted-brokers:hover .btn-filled
{
    background: #008e13 !important;
    border: 2px solid #008e13 !important;
    color: #ffffff !important;
}
.trusted-brokers:hover .trusted-brokers-point
{
    font-weight: 700;
}
/****************************** Trading Room Page ******************************/
.triangle-border{position:relative;padding:15px;margin:1em 0 3em;border:5px solid #47b475;color:#333;background:#fff;border-radius:10px}
.triangle-border.right{margin-right:30px}
.triangle-border:before{bottom:-20px;left:40px;border-width:20px 20px 0;border-color:#47b475 transparent}
.triangle-border:after,.triangle-border:before{content:"";position:absolute;border-style:solid;display:block;width:0}
.triangle-border:after{bottom:-13px;left:47px;border-width:13px 13px 0;border-color:#fff transparent}
.triangle-border.right:before{top:10px;bottom:auto;left:auto;right:-30px;border-width:15px 0 15px 30px;border-color:transparent #47b475}
.triangle-border.right:after{top:16px;bottom:auto;left:auto;right:-21px;border-width:9px 0 9px 21px;border-color:transparent #fff}

.feature h4 > a, .feature h4 > a > i
{
    font-size: 12px !important;
    color: #fb8d00 !important;
}
/****************************** Premium Trading Room ******************************/
.premium-tr-slider h1
{
    color: #fff;
}
.premium-tr-container h2
{
    font-weight: 600 !important;
}
.premium-tr-slider p, .premium-tr-container p.sign
{
    color: #d4d4d4;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.premium-tr-container p
{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.premium-tr-container p.mylead
{
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 46px;
    font-weight: 300;
    color: #292929;
}
.premium-tr-container .white
{
    color: #fff;
}
.premium-tr-container h3
{
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
}
.premium-tr-container ul li
{
    font-size:18px;
    line-height: 40px;
}
.premium-tr-container ul li i
{
    font-size: 14px;
    color: #3eac55;
    margin-right: 3px;
}
.premium-tr-form
{
    position: relative;
}
.premium-tr-form img
{
    position: absolute;
    top: 200px;
    left: -170px;
}
.premium-tr-form option
{
    font-size: 14px !important;
    text-transform: none !important;
}
.premium-tr-video .inner-title.title-center:before
{
    background: none !important;
}
.premium-tr-featured
{
    background: #f5f5f5;
    padding: 25px 0px;
}
.premium-tr-featured p, .premium-tr-contact p
{
    margin: 0;
}
.premium-tr-contact, .premium-tr-broker
{
    background: #f5f5f5;
    padding: 20px 30px;
    border-left: solid #316b9e 5px;
}
.premium-tr-broker p
{
    margin: 0;
}
.premium-tr-broker img
{
    padding-top: 10px;
}
.premium-tr-bio
{
    font-size: 14px !important;
    line-height: 30px !important;
    padding: 0px 10px !important;
}
/****************************** Premium Trading Room TY ******************************/
.premium-tr-free-box
{
    font-size: 20px !important;
    overflow: hidden;
    background: #f5f5f5;
    padding: 32px;
    color: #777;
    border-left: 5px solid #a7e604;
}
.premium-tr-multiple
{
    padding: 38px 38px 1px 38px;
    background: #c3d4ff;
}
.premium-tr-multiple-contact-popup
{
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}
.premium-tr-multiple-contact-popup h4
{
    border-bottom: 2px solid #cacaca;
    text-align: center;
}
/****************************** Welcome Pages ******************************/
.fs-welcome-axi
{
    background-color: #000;
}
.fs-welcome-axi section
{
    min-height: 100vh;
    padding-top: 20px;
    overflow: auto;
}
.fs-welcome-axi div.axi-txt
{
    transition: background 0.5s ease;
    background: rgba(51, 54, 84, 0.8);
    border-radius: 5px;
    padding: 16px;
}
.fs-welcome-axi h1
{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.05px;
    color: #c5c5c5;
}
.fs-welcome-axi h2
{
    text-align: center;
}
.fs-welcome-axi h2 > a
{
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 3px solid #a1c140;
}
.fs-welcome-axi h2 > a:hover
{
    color: #9ccc0d;
    border: 0;
}
.fs-welcome-axi p
{
    color: #d8d8d8;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 14px;
}
.fs-welcome-axi p > strong,
.fs-welcome-axi p > i
{
    color: #fff;
}
.fs-welcome-axi li > i.fa-li
{
    font-size: 12px;
    top: 8px;
    color: #13de37;
    width: auto;
}
.fs-welcome-axi .axi-txt a.axi50
{
    padding-bottom: 5px;
    border-bottom: 2px solid #a1c140;
}
.fs-welcome-axi .axi-txt a.axi50:hover
{
    border-bottom: 2px solid #f68328;
}
.fs-welcome-bbm
{
    background: #195267;
    background: -webkit-linear-gradient(141deg, #48aba4 0%, #2f7077 51%, #195267 75%);
    background: -o-linear-gradient(141deg, #48aba4 0%, #2f7077 51%, #195267 75%);
    background: -moz-linear-gradient(141deg, #48aba4 0%, #2f7077 51%, #195267 75%);
    background: linear-gradient(141deg, #48aba4 0%, #2f7077 51%, #195267 75%);
}
.fs-welcome-bbm section.bbm-full
{
    min-height: 90vh;
    padding-top: 20px;
    overflow: auto;
}
.fs-welcome-bbm div.axi-txt
{
    background: #333654;
    border-radius: 5px;
    padding: 16px;
}
.fs-welcome-bbm h1
{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.05px;
    color: #c5c5c5;
}
.fs-welcome-bbm h2
{
    text-align: center;
}
.fs-welcome-bbm h2 > a
{
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 3px solid #a1c140;
}
.fs-welcome-bbm h2 > a:hover
{
    color: #9ccc0d;
    border: 0;
}
.fs-welcome-bbm p
{
    color: #d8d8d8;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 14px;
}
.fs-welcome-bbm p > strong,
.fs-welcome-bbm p > i
{
    color: #fff;
}
.fs-welcome-bbm li > i.fa-li
{
    font-size: 12px;
    top: 8px;
    color: #13de37;
    width: auto;
}
.fs-welcome-bbm .axi-txt a.axi50
{
    /*padding-bottom: 5px;*/
    /*border-bottom: 2px solid #eef4d6;*/
}
.fs-welcome-bbm .axi-txt a.axi50:hover
{
    border-bottom: 1px solid #eef4d6;
}
.fs-welcome-bbm .bbm-all
{
    background-color: #2b2b33;
    border-top: 1px solid #a7a7a7;
}
.fs-welcome-bbm .funding-prev
{
    top: 20px;
    left: -15px;
}
.fs-welcome-bbm .funding-prev,
.fs-welcome-bbm .funding-next
{
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
.fs-welcome-bbm .funding-prev .fa,
.fs-welcome-bbm .funding-next .fa
{
    color: #fff;
}
.fs-welcome-bbm .funding-next
{
    top: 20px;
    right: -15px;
}
.fs-welcome-bbm .funding-prev,
.fs-welcome-bbm .funding-next
{
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
@media all and (max-width: 1199px)
{
    .fs-welcome-bbm .bbm-cta-arrow
    {
        display: none;
    }
}
@media all and (min-width: 1200px)
{
    .fs-welcome-bbm #welcome-axi-btns
    {
        position: relative;
    }
    .fs-welcome-bbm .bbm-cta-arrow
    {
        position: absolute;
        top: -5px;
        left: 10px;
    }
}

.welcome-multiple button
{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
    border: 3px solid #8e8e8e;
    background: #acadae;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 5px 5px 13px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 5px 5px 13px 0px rgba(50, 50, 50, 0.35);
}
.welcome-multiple button:hover
{
    border: 3px solid #399e2b;
    background: #95d06b;
}
.welcome-multiple button.active
{
    background: #87a6c5;
    border: 3px solid #3966b5;
}
.welcome-multiple > .welcome-tabs
{
    padding: 20px;
}
.welcome-tabs-or p
{
    padding-top: 10px !important;
}
.welcome-multiple .welcome-tabs div > a
{
    color: #fff !important;
}
.welcome-tabs img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.welcome-multiple-box
{
    font-size: 20px !important;
    overflow: hidden;
    background: #f5f5f5;
    padding: 32px;
    color: #777;
    border-left: 5px solid #a7e604;
}
.welcome-box-img-cta
{
    position: relative;
}
.welcome-box-img-cta img.cta
{
    position: absolute;
    top: 100px;
    left: -170px;
}
.welcome-shadow-img img.cast-shadow:hover
{
    -webkit-box-shadow: 0px 0px 8px 2px #919191;
    -moz-box-shadow: 0px 0px 8px 2px #919191;
    box-shadow: 0px 0px 8px 2px #919191;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.welcome-shadow-img .tooltip > .tooltip-inner
{
    background-color: #73AD21;
    color: #FFFFFF;
    border: 2px solid #3966b5;
    padding: 10px;
    font-size: 12px;
}
.welcome-forex-img + .tooltip > .tooltip-inner
{
    background-color: #dddddd;
    color: #1f1f1f;
    border: 2px solid #3966b5;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
}
.welcome-txt-below-img
{
    padding: 5px 40px;
}
.welcome-ebook
{
    background-color: #6f6f6f;
}
.welcome-ebook h1, .welcome-ebook h6, .welcome-ebook p, .welcome-ebook ul > li
{
    color: #fff;
}
.welcome-ebook p, .welcome-ebook ul > li
{
    font-size: 14px;
    line-height: 26px;
}
.welcome-ebook li > i.fa-li
{
    font-size: 12px;
    top: 8px;
    color: #13de37;
    width: auto;
}
.welcome-ebook h1
{
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    font-style: italic;
}
.welcome-ebook h6
{
    font-weight:300;
    font-size:16px;
}
.welcome-ebook .cta-helper,
.fs-welcome-axi .cta-helper
{
    position: relative;
}
.welcome-ebook .cta-helper img.cta-arrow,
.fs-welcome-axi .cta-helper img.cta-arrow
{
    position: absolute;
    top: -15px;
    left: -90px;
}
@media all and (max-width: 1199px)
{
    .welcome-ebook .cta-helper img.cta-arrow,
    .fs-welcome-axi .cta-helper img.cta-arrow
    {
        display: none;
    }
}
.welcome-ebook-open-acc
{
    font-weight:300;
    color: #fff;
}
.welcome-ebook-open-acc:hover
{
    border-bottom: 1px dotted #98cbf3;
    color: #98cbf3;
}
#welcome-ebook-conf
{
    background-color: #d4d4d4;
    background: -webkit-linear-gradient(#c6dfe4, #ffffff);
    background: -o-linear-gradient(#c6dfe4, #ffffff);
    background: -moz-linear-gradient(#c6dfe4, #ffffff);
    background: linear-gradient(#c6dfe4, #ffffff);
    padding: 16px;
    margin-bottom: 8px;
    border: 3px solid #428cca;
    -webkit-box-shadow: 0px 0px 8px 2px #919191;
    -moz-box-shadow: 0px 0px 8px 2px #919191;
    box-shadow: 0px 0px 8px 2px #919191;
}
#welcome-ebook-conf p
{
    color: #000;
    font-weight: 700;
}
#welcome-ebook-conf p > a
{
    color: #0364bb;
    border-bottom: 1px dotted;
}
#welcome-ebook-conf p > a:hover
{
    color: #2cbb0b;
    border-bottom: 1px solid;
}
@media(max-width:767px)
{
    .fs-welcome-axi h1
    {
        font-size: 18px;
    }
    .fs-welcome-axi h2 > a
    {
        font-size: 38px;
        line-height: 50px;
    }
}
/****************************** Questionnaire options ******************************/
.padding-select option
{
    padding: 6px 0 6px 10px;
}
/****************************** CUSTOM ******************************/
@media(max-width:991px)
{
    .hidden-non-mobile
    {
        display:none !important;
    }
}
@media (min-width:992px)
{
    .hidden-mobile
    {
        display:none !important;
    }
}
@media (max-width:1337px)
{
    .hidden-1337
    {
        display:none;
    }
}
#premium-bottom-cta
{
    font-size: 20px;
}
#premium-bottom-cta > span
{
    color: #20ff38;
}
.section-bottom-permium-cta .feature.boxed
{
    background: rgba(31, 37, 45, 0.8) !important;
}
.section-bottom-permium-cta h6
{
    font-size: 28px;
    margin-bottom: 38px;
    line-height: 28px;
}
.btn-filled:hover
{
    background: #008e13 !important;
    border: 2px solid #008e13 !important;
    color: #ffffff !important;
}
.btn-mam:hover
{
    background: #008e13 !important;
    color: #ffffff !important;
}
/****************************** Log In and Menu on Mobile ******************************/
@media all and (max-width: 550px)
{
    .menu > li ul
    {
        background: #fff;
    }
    .menu > li > ul li a
    {
        color: #000;
    }
    nav .widget
    {
        background-color: #fff !important;
        padding: 0 !important;
    }
    #navbar_loginform p
    {
        color: #000 !important;
    }
}
/* Headers */
.page-title-fs-1
{

}
.page-title-fs-1 h1
{
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}
.page-title-fs-1 p.lead
{
    font-size:22px;
}
/****************************** AxiTrader 50 Promo Page (Public, logged in) ******************************/
.axi50promolink
{
    transition: background 0.5s ease;
    color: #fff;
    background: rgba(255, 214, 0, 0.4);
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
}
.axi50promolink:hover
{
    background: rgba(84, 255, 0, 0.4);
}
.scrolled .axi50promolink
{
    background: #FFD600;
    color: #000;
}
section.fs-section-axitrader-50
{
    min-height: 100vh;
    padding-top: 75px;
    padding-bottom: 25px;
}
.fs-section-axitrader-50 div.axi-txt
{
    transition: background 0.5s ease;
    background: rgba(51, 54, 84, 0.5);
    border-radius: 5px;
    padding: 16px;
}
.fs-section-axitrader-50 div.axi-txt:hover
{
    background: rgba(86, 93, 158, 0.5);
}
.fs-section-axitrader-50 .axi-txt a
{
    padding-bottom: 5px;
    border-bottom: 2px solid #a1c140;
}
.fs-section-axitrader-50 .axi-txt a:hover
{
    border-bottom: 2px solid #f68328;
}
.fs-section-axitrader-50 h1
{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.05px;
    color: #c5c5c5;
}
.fs-section-axitrader-50 h2
{
    text-align: center;
}
.fs-section-axitrader-50 h2 > a
{
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 3px solid #a1c140;
}
.fs-section-axitrader-50 h2 > a:hover
{
    color: #9ccc0d;
    border: 0;
}
.fs-section-axitrader-50 p, .fs-section-axitrader-50 ul > li
{
    color: #d8d8d8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 14px;
}
.fs-section-axitrader-50 p > strong,
.fs-section-axitrader-50 p > i
{
    color: #fff;
}
.fs-section-axitrader-50 li > i.fa-li
{
    font-size: 12px;
    top: 8px;
    color: #13de37;
    width: auto;
}
/****************************** Axi 50 Promo Page (Public, not logged OR registered) ******************************/
section.fs-section-axi-50
{
    min-height: 100vh;
    padding-top: 75px;
    padding-bottom: 25px;
}
.fs-section-axi-50 div.axi-txt
{
    transition: background 0.5s ease;
    background: rgba(51, 54, 84, 0.5);
    border-radius: 5px;
    padding: 16px;
}
.fs-section-axi-50 div.axi-txt:hover
{
    background: rgba(86, 93, 158, 0.5);
}
.fs-section-axi-50 .axi-txt a
{
    padding-bottom: 5px;
    border-bottom: 2px solid #a1c140;
}
.fs-section-axi-50 .axi-txt a:hover
{
    border-bottom: 2px solid #f68328;
}
.fs-section-axi-50 h1
{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05px;
    color: #c5c5c5;
}
.fs-section-axi-50 h2
{
    text-align: center;
}
.fs-section-axi-50 h2 > a
{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 3px solid #a1c140;
}
.fs-section-axi-50 h2 > a:hover
{
    color: #9ccc0d;
    border: 0;
}
.fs-section-axi-50 p, .fs-section-axi-50 ul > li
{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.fs-section-axi-50 ul > li
{
    margin-bottom: 4px;
}
.fs-section-axi-50 p > strong,
.fs-section-axi-50 p > i
{
    color: #fff;
}
.fs-section-axi-50 li > i.fa-li
{
    font-size: 12px;
    top: 8px;
    color: #13de37;
    width: auto;
}
.axi-mt4-container
{
    padding: 0;
    background: #004279;
    background: -webkit-linear-gradient(to right, #003c82, #c1daff);
    background: -o-linear-gradient(to right, #003c82, #c1daff);
    background: -moz-linear-gradient(to right, #003c82, #c1daff);
    background: linear-gradient(to right, #003c82, #c1daff);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.axi-mt4-container img.axi-mt4-img
{
    opacity: 0.25;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.axi-mt4-container .axi-mt4-middle
{
    transition: 1s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.axi-mt4-container:hover img.axi-mt4-img
{
    opacity: 0.5;
}
.axi-mt4-container:hover .axi-mt4-middle
{
    opacity: 1;
}
.fs-section-promo
{
    background: #5792c5;
    background: -webkit-linear-gradient(141deg, #7b0fb8 0%, #4e2b6f 51%, #16426f 75%);
    background: -o-linear-gradient(141deg, #7b0fb8 0%, #4e2b6f 51%, #16426f 75%);
    background: -moz-linear-gradient(141deg, #7b0fb8 0%, #4e2b6f 51%, #16426f 75%);
    background: linear-gradient(141deg, #7b0fb8 0%, #4e2b6f 51%, #16426f 75%);
    border-top: 3px solid #a7a7a7;
    border-bottom: 3px solid #a7a7a7;
}
.fs-section-promo p
{
    transition: color 1s;
    display: inline-block;
    margin: 0;
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.fs-section-promo:hover p
{
    color: #fff;
}
.fs-section-promo p > span
{
    transition: background 1s;
    background: rgba(49, 99, 156, 0.7);
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
.fs-section-promo:hover p > span
{
    background: rgba(38, 132, 0, 1);
}
.fs-section-promo img
{
    padding-left: 8px;
}
/****************************** Latest Trading Idea Section ******************************/
.fs-section-trading-idea
{
    border-top: 3px solid #ccc;
    background: #2a6b45;
    background: -webkit-linear-gradient(#47b475, #2a6b45);
    background: -o-linear-gradient(#47b475, #2a6b45);
    background: -moz-linear-gradient(#47b475, #2a6b45);
    background: linear-gradient(#47b475, #2a6b45);
}
.fs-section-trading-idea p > span.fs-ti-latest
{
    transition: background 1s;
    background: #7f47b1;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
.fs-section-trading-idea:hover p > span.fs-ti-latest
{
    background: #ce6b2a;
}
.fs-section-trading-idea p > span.fs-ti-join
{
    transition: color 1s;
}
.fs-section-trading-idea:hover p > span.fs-ti-join
{
    color: #fff;
}
.fs-section-trading-idea p
{
    transition: color 1s;
    display: inline-block;
    margin: 0;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 32px;
}
.fs-section-trading-idea p > strong
{
    color: #fff;
}
/****************************** Webinar ******************************/
.fs-section-webinar h2
{
    color: #fff;
}
.fs-section-webinar p
{
    color: #d0d0d0;
}
.fs-section-webinar .fa-ul li,
.fs-webinar-coming .fa-ul li
{
    font-size: 16px;
    color: #fff;
}
.fs-webinar-coming .fa-ul li,
.fs-section-webinar .fa-ul li
{
    margin-bottom: 4px;
}
p.fs-webinar-bonus
{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
p.fs-webinar-bonus > span.fs-webinar-bonus-span
{
    background: #47b475;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
p.fs-webinar-bonus > span.fs-webinar-bonus-free
{
    font-weight: 700;
    color: #5de295;
    border-bottom: 1px solid #5de295;
}
.fs-section-webinar h1 > i
{
    vertical-align: bottom;
    font-size: 22px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #5091ca;
}
.fs-section-webinar img,
.fs-webinar-coming img
{
    width: 80%;
    height: auto;
}
.yt-list h3 a
{
    color: #696969;
}
.yt-list h3 a:hover
{
    color: #0577dc;
}
.fs-webinar-live,
.fs-webinar-coming,
.fs-section-webinar
{
    background: #484848;
    background: -webkit-linear-gradient(#484848, #9c9c9c);
    background: -o-linear-gradient(#484848, #9c9c9c);
    background: -moz-linear-gradient(#484848, #9c9c9c);
    background: linear-gradient(#484848, #9c9c9c);
}
.fs-section-webinar h1,
.fs-webinar-live h1,
.fs-webinar-coming h1
{
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.fs-webinar-live h1 > i,
.fs-webinar-coming h1 > i
{
    vertical-align: bottom;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    text-align: center;
}
.fs-webinar-live h1 > i
{
    color: #ec3535;
}
.fs-webinar-coming h1 > i
{
    color: #47b475;
}
.fs-webinar-live p,
.fs-webinar-coming p
{
    color: #c7c7c7;
}
.fs-section-live p.fs-webinar-live-q
{
    font-size: 12px;
}
.fs-webinar-live-yt
{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.fs-webinar-live-yt iframe, .fs-webinar-live-yt object, .fs-webinar-live-yt embed
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.clsSwitchEye{
    width: 3rem;
}
