.fs-loginer
{
    max-width: 500px;
}
@media all and (min-width: 501px)
{
    .fs-loginer
    {
        margin: 0 auto;
    }
}
@media all and (max-width: 500px)
{
    .fs-loginer
    {
        margin: 0 15px;
    }
}

#createAccountContent
{
    border-radius: 5px;
    background: #26557d;
    background: -webkit-linear-gradient(#337ab7, rgba(38, 85, 125, 0.8));
    background: -o-linear-gradient(#337ab7, rgba(38, 85, 125, 0.8));
    background: -moz-linear-gradient(#337ab7, rgba(38, 85, 125, 0.8));
    background: linear-gradient(#337ab7, rgba(38, 85, 125, 0.8));
    color:#fff;
}
#createAccountTitle
{
    text-transform: none;
    line-height: 34px;
    letter-spacing: 1px;
    color:#fff;
    font-weight: 700;
}
.createAccountv2 input, .createAccountv2 select
{
    color: #1f1f1f;
    border-radius: 5px;
    background-color:rgba(255, 255, 255, 0.7);
}
.createAccountv2 input#createAccount_submit1
{
    border-radius: 5px !important;
    background-color: #47b475;
    margin-bottom: 0;
}
.createAccountv2 .g-recaptcha
{
    margin-bottom: 16px;
}
nav.transparent
{
    background-color: rgba(0, 0, 0, 0.2);
}
.menu li a {
    font-size: 14px;
}
#createAccountTitle
{
    color: #fff;
}

#fs-login
{
    border-radius: 5px;
    background-color:rgba(38, 85, 125, 0.7);
    color: #1f1f1f;
}
#fs-login h4
{
    color:#fff;
}
#fs-login input
{
    border-radius: 5px;
    background-color:rgba(255, 255, 255, 0.7);
}
#fs-login input[type=submit]
{
    border-radius: 5px !important;
    background-color: #47b475;
    margin-bottom: 0;
}

p#index-header-text-ticker
{
    font-size: 18px;
}
p#index-header-text-ticker > span
{
    color: #20ff38;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.feature.bordered {
    padding: 32px;
    border: 2px solid #ccc;
}
.fa-li
{
    top:5px;
    color: #1cbf1c;
}
.fs-section-tradingroom .fa-ul li
{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color:#000;
}
.image-square
{
    padding: 96px 0;
}

.fs-section-experts-all img.cast-shadow
{
    border-radius: 50px;
}

/**************************************************** RESPONSIVE ****************************************************/
@media (max-width: 990px)
{
    p#index-header-text-ticker
    {
        font-size: 14px;
    }
    .background-image-holder-30
    {
        background-position: 30% 50% !important;
    }
    .background-image-holder-45
    {
        background-position: 45% 50% !important;
    }
    .fs-signals-hero h1
    {
        font-size: 38px;
        line-height: 42px;
    }
    .fs-full-hero h1 > span.main-h1 > span
    {
        font-weight: 700;
        font-size: 38px;
        line-height: 42px;
    }
    .fs-full-hero p
    {
        padding: 0 10px;
        font-size: 16px;
        line-height: 24px;
    }
    p.fs-full-hero-wb-1
    {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
    }
    p.fs-full-hero-wb-2
    {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }
    .fs-section-steps-border div.text-center
    {
        border-top: 1px solid #d0d0d0;
    }
    .fs-section-tradingroom div.col-md-5
    {
        margin: 0 10px;
    }
    .fs-section-experts-all div.row
    {
        padding: 16px;
        margin: 0 0 10px 0;
    }
    .fs-section-experts-all h4
    {
        text-align: center;
    }
    .fs-section-steps img
    {
        max-height: 50px;
    }
    .background-image-learntotrade
    {
        background-position: 70% 10% !important;
    }
    .background-image-blog
    {
        background-position: 70% 10% !important;
    }
}
@media (min-width: 991px)
{
    .fs-full-hero h1 > span.main-h1
    {
        font-size:52px;
        line-height: 54px;
    }
    .fs-full-hero p
    {
        padding: 0 10px;
        font-size: 22px;
        line-height: 30px;
    }
    p.fs-full-hero-wb-1
    {
        font-size: 32px;
        line-height: 44px;
        font-weight: 400;
    }
    p.fs-full-hero-wb-2
    {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
    }
    .fs-section-steps-border
    {
        border-left: 1px solid #d0d0d0;
        padding: 0 32px;
    }
    .fs-section-experts-all div.row
    {
        padding: 24px 16px;
    }
    .fs-section-learntotrade
    {
        height: 700px;
    }
    .fs-section-blog
    {
        height: 400px;
    }
    .background-image-learntotrade, .background-image-blog
    {
        height: inherit !important;
    }
}
@media (max-width: 767px)
{
    .fs-full-hero-h1-row
    {
        padding: 10px 0;
        margin: 10px 10px 32px 10px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }
}
@media (min-width: 768px)
{
    .fs-full-hero h1 > span.main-h1 > span
    {
        border-bottom: 3px solid #ff9800;
    }
}

.fs-signals-hero h1 > span
{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    border-bottom: 3px solid #ff9800;
}
.fs-signals-hero p.fs-signals-hero-below
{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}
.fs-signals-hero-area h2
{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.fs-signals-hero-area
{
    display: inline-block;
    background: rgba(120, 65, 206, 0.6);
    border-radius: 5px;
    padding: 10px 15px;
}
.fs-signals-hero-area h2,
.fs-signals-hero-area p
{
    color: #ccc;
    font-weight:400;
}
.fs-signals-hero-area h2 > span
{
    color: #fff;
    font-weight: 700;
}
.fs-signals-hero-area p
{
    font-size: 14px;
}
.fs-section-promo-signals-overwrite
{
    border-bottom: 0 !important;
}

.rise:hover {
    -webkit-transform: translateY( -2px );
    transform: translateY( -2px );
    -webkit-transition: box-shadow .15s ease, color .15s ease, -webkit-transform .15s ease;
    transition: box-shadow .15s ease, color .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease, -webkit-transform .15s ease;
    box-shadow: 0 7px 14px rgba( 50, 50, 93, .11 ), 0 3px 6px rgba( 0, 0, 0, .08 );
}

.fs-full-hero h1
{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}
.fs-full-hero h1 > span.main-h1
{
    display: block;
}
.fs-full-hero h1 > span.main-h1 > span
{
    font-weight:700;
}
.fs-full-hero p
{
    font-weight: 500;
}

.fs-section-steps h3
{
    font-size: 18px;
    line-height: 20px;
}
.fs-section-steps p
{
    font-size: 14px;
    line-height: 20px;
}

.fs-section-experts h2
{
    font-size: 38px;
    line-height: 41px;
    font-weight: 700;
}
.fs-section-experts-all div.row
{
    background: #f8f8f8;
    border-radius: 5px;
}
.fs-section-experts-all h4
{
    font-size:26px;
    font-weight: 500;
}
.fs-section-experts-all p
{
    font-size:14px;
}
.fs-section-top-trader-perf
{
    padding: 16px 24px;
    background: rgba(34, 48, 60, 0.6);
    /*box-sizing: border-box;*/
    /*box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);*/
    border-radius: 5px;
}
.fs-section-top-traders
{
    padding: 16px 24px;
    background: rgba(32, 112, 183, 0.5);
    /*box-sizing: border-box;*/
    /*box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);*/
    border-radius: 5px;
}
.fs-section-top-traders a
{
    text-decoration: none;
    font-weight: normal;
}
.fs-section-top-traders .table-hover>tbody>tr
{
    transition: background-color 0.5s ease;
}
.fs-section-top-traders .table-hover>tbody>tr:hover
{
    background-color: rgba(70, 134, 71, 0.5);
}
.fs-section-top-traders h4
{
    font-size: 18px;
}
.fs-section-top-traders th,
.fs-section-top-traders td
{
    color: #fff;
    font-size: 14px;
}
.fs-section-top-traders span.top-trader-price
{
    color: #e1e611 !important;
}
.fs-section-top-traders .table>tbody>tr>td,
.fs-section-top-traders .table>tbody>tr>th,
.fs-section-top-traders .table>tfoot>tr>td,
.fs-section-top-traders .table>tfoot>tr>th,
.fs-section-top-traders .table>thead>tr>td,
.fs-section-top-traders .table>thead>tr>th
{
    border-top: 1px solid #407fd0;
}
.fs-section-top-traders .table>thead>tr>th
{
    color: #b1b1b1;
    border-bottom: 1px solid #2a7abd;
}
.fs-section-top-traders .table>thead>tr>th
{
    padding-bottom: 0;
}
.top-trader-hidden-row
{
    padding: 0 !important;
    border: 0 !important;
}
.top-trader-hidden-row div
{
    padding: 8px;
}
.top-trader-click:hover
{
    cursor: pointer;
}
.top-trader-gain
{
    color: #29cc2f !important;
    font-weight: 700;
}
.top-trader-dd
{
    color: #ff1c36 !important;
    font-weight: 700;
}
.top-trader-stddev
{
    color: #0faeff !important;
}
@media (max-width: 768px)
{
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
    {
        padding: 4px;
    }
    .fs-section-top-traders
    {
        padding: 8px;
    }
    .fs-section-top-traders h4
    {
        font-size: 18px;
    }
    .fs-section-top-traders th,
    .fs-section-top-traders td
    {
        font-size: 12px;
    }
}


.quote-card
{
    background: #e8e8e8;
    transition: background-color 0.5s ease;
    border: 0;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    border-radius: 5px;
}
.quote-card:hover
{
    background: #f5ac4f;
}
.quote-card p
{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
}
.quote-card cite
{
    margin-top: 16px;
    font-size: 16px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
}
.quote-card cite > span
{
    font-size: 12px;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(216, 216, 216, 0.8);
    font-weight: normal;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(216, 216, 216, 0.8);
    font-weight: normal;
}
@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
}


.fs-section-tradingroom
{
    position: relative;
}
.fs-section-tradingroom > div.cast-shadow
{
    background: rgba(255, 255, 255, 0.75);
    border-radius:5px;
    padding: 16px 32px;
}
.fs-section-tradingroom h3
{
    font-size: 38px;
    line-height: 41px;
    font-weight: 700;
    color:#464646;
}
.fs-section-p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color:#464646 !important;
}

.fs-section-two img.cast-shadow
{
    border-radius: 5px;
}
.fs-section-two h3
{
    font-size:38px;
    line-height: 41px;
    font-weight: 700;
}

.fs-section-bg-half h3
{
    font-size: 38px;
    line-height: 41px;
    font-weight: 700;
}
.fs-section-bg-half h1
{
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}
.fs-section-bg-half p.lead
{

}

.fs-section-complexmarkets img.cast-shadow
{
    border: 2px solid #b3b3b3;
    border-radius: 5px;
}

.fs-section-accelerate
{
    background-image: url('/img/pages/curve-01.png'),url('/img/pages/curve-full.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom , left bottom;
    background-size: 50%, 51%;
}
@media (max-width: 768px)
{
    .fs-section-xs-bottom-border
    {
        border-bottom: 2px solid #e2e4e4;
        margin: 48px 0;
    }
    .fs-section-accelerate
    {
        background: url('/img/pages/curve-01.png') no-repeat right bottom;
        background-size: 100%;
    }
}
@media (max-width: 1200px) and (min-width: 769px)
{
    .fs-section-accelerate
    {
        background-image: url('/img/pages/curve-02.png');
        background-size: 100%;
        background-position: right bottom;
    }
}
@media (min-width: 1720px)
{
    .fs-section-accelerate
    {
        background-image: url('/img/pages/curve-01.png'),url('/img/pages/curve-full.png');
        background-repeat: no-repeat, no-repeat;
        background-position: right bottom , left bottom;
        background-size: 50%, 51%;
    }
}




.fs-section-weallstart
{
    position: relative;
}
.fs-section-weallstart p.lead
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color:#fff !important;
}

.mfp-fs-close
{
    color: #a5a5a5;
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: right;
    text-decoration: none;
    text-align: center;
    opacity: .95;
    filter: alpha(opacity=95);
    font-style: normal;
    font-size: 28px;
}

.btn
{
    border-radius: 5px;
}

.fs-liner
{
    border-bottom: 3px solid #ff9800;
    width:100px;
}
.fs-liner-smaller
{
    border-bottom: 2px solid #ff9800;
    width:75px;
}

p.fs-full-hero-wb-1 > span
{
    border-bottom: 3px solid #f7941f;
}

.fb_iframe_widget
{
    display: block !important;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
