﻿@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(../../../../../fonts/UyYrYy3ltEffJV9QueSi4UiTIfrLFHHTUDKxxyPApJI.woff) format('woff');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(../../../../../fonts/Q_pTky3Sc3ubRibGToTAYoIuOJkwW-xE5TF3Op9mRXE.woff) format('woff');
}

html, body {
    height: 100%;
}

body {
    min-width: 1024px;
}

img {
    display: block;
}
.rw-tip {
  display:none; position:absolute;
  border: 1px solid #E0E9EB;
  background-color:#FAFBFC;
  border-radius:5px;
  padding:10px;
  font-size: 12px;
  width: 210px;
  -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.3); }





#slide-panel {
    float: right;
    display: none;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    right: 0;
    top: 80px;
    padding: 20px;
    border-radius: 4px;
    z-index: 999;
}

    .nav-pane nav {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        line-height: 85px;
    }
    .nav-pane .language-pane .item {
        display: block;
        float: right;
        margin-left: 10px;
        font-family: 'PT Sans Narrow';
        text-transform: uppercase;
        color: rgb(100, 189, 252);
        font-weight: bold;
    }

    .nav-pane .language-pane .item.active {
        color: #fff;  
    }
    .nav-pane #login_slide-btn {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        font-family: 'PT Sans Narrow';
        background: rgb(100, 189, 252);
        padding: 5px 17px;
        color: #fff!important;
        border: none;
        line-height: normal;
        cursor: pointer;
        text-shadow: none;
        text-decoration: none!important;
        -webkit-transition: ease 0.25s;
        -moz-transition: ease 0.25s;
        -o-transition: ease 0.25s;
        transition: align-self: ;e 0.25s;
    }
  ul.nav-links li {
      display: inline-block;
      margin: 0 15px !important;
  }



#error-message {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(240, 128, 128,.9);
    z-index: 1000;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.8);
    box-sizing: border-box;
}

    #error-message h2 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #error-message .content {
        font-size: 14px;
    }

#cookiesWarn {
    background-color: rgba(240, 128, 128,.9);
    height: 44px;
    width: 100%;
    left: 0;
    top: 0px;
    padding: 10px 10px;
    position: fixed;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.8);
    box-sizing: border-box;
}

.hide {
    display: none;
}


.sstore {
    background: #fff;
    font-size: 16px;
    color: #777777;
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: normal;
}

    .sstore a {
        color: #3498db;
        text-decoration: none;
        padding: 0;
    }

        .sstore a:hover {
            color: #018bcb;
            text-decoration: underline;
        }

    .sstore .wrapper {
        position: relative;
        width: 960px;
        margin: 0 auto;
    }

    .sstore .header-pane {
        position: relative;
        height: 110px;
        width: 100%;
    }

        .sstore .header-pane.high {
            height: 150px;
        }

            .sstore .header-pane.high .center-pane .menu-pane {
                width: auto;
            }

    .sstore #back-top {
        position: fixed;
        z-index: 100;
        background: url('../img/back-top.png') center no-repeat;
        right: 50px;
        bottom: 10px;
        cursor: pointer;
        width: 60px;
        height: 60px;
    }

    .sstore .header-pane .top-pane {
        position: relative;
        height: 45px;
        width: 100%;
        background: #efefef;
    }

        .sstore .header-pane .top-pane .language-pane {
            position: absolute;
            right: 185px;
            top: 15px;
        }

            .sstore .header-pane .top-pane .language-pane .item {
                font-size: 14px;
                color: #44aec2;
                font-weight: bold;
                text-decoration: none;
            }

                .sstore .header-pane .top-pane .language-pane .item.active {
                    color: #515862;
                }

        .sstore .header-pane .top-pane .social-pane {
            position: absolute;
            right: 0;
            top: 5px;
        }

            .sstore .header-pane .top-pane .social-pane .icon {
                position: relative;
                float: right;
                width: 35px;
                height: 35px;
                margin-left: 10px;
                cursor: pointer;
            }

                .sstore .header-pane .top-pane .social-pane .icon.youtube {
                    background: url('../img/youtube-icon.png') center no-repeat;
                }

                    .sstore .header-pane .top-pane .social-pane .icon.youtube:hover {
                        background: url('../img/youtube-icon-hover.png') center no-repeat;
                    }

                .sstore .header-pane .top-pane .social-pane .icon.facebook {
                    background: url('../img/facebook-icon.png') center no-repeat;
                }

                    .sstore .header-pane .top-pane .social-pane .icon.facebook:hover {
                        background: url('../img/facebook-icon-hover.png') center no-repeat;
                    }

                .sstore .header-pane .top-pane .social-pane .icon.linkedin {
                    background: url('../img/linkedin-icon.png') center no-repeat;
                }

                    .sstore .header-pane .top-pane .social-pane .icon.linkedin:hover {
                        background: url('../img/linkedin-icon-hover.png') center no-repeat;
                    }

                .sstore .header-pane .top-pane .social-pane .icon.forum {
                    background: url('../img/forum-icon.png') center no-repeat;
                }

                    .sstore .header-pane .top-pane .social-pane .icon.forum:hover {
                        background: url('../img/forum-icon-hover.png') center no-repeat;
                    }

    .sstore .header-pane .center-pane {
        position: relative;
    }

        .sstore .header-pane .center-pane .logotype {
            position: absolute;
            left: 0px;
            top: 10px;
            width: 140px;
            height: 85px;
            background: url('../img/logotype.png') center no-repeat;
            cursor: pointer;
        }

        .sstore .header-pane .center-pane .logotype-roboforex {
/*             position: absolute;
            left: 0px;
            top: 10px; */
            width: 300px;
            height: 85px;
            background: url(https://my.roboforex.com/files/filemanager/image3/letters/roboforex-logo-ramm.png) center no-repeat;
            cursor: pointer;
        }

/*         .sstore .header-pane .center-pane .menu-pane {
            position: absolute;
            top: 25px;
            right: 0;
            width: 480px;
        } */

            /*.sstore .header-pane .center-pane .menu-pane .line-2 {
                display: block;
                top: 60px;
                position: absolute;
                width: 100%;
                text-align: right;
            }*/

            .sstore .header-pane .center-pane .menu-pane .item {
                display: block;
                float: right;
                margin-left: 10px;
                font-family: 'PT Sans Narrow';
                font-family: 18px;
                text-transform: uppercase;
                text-decoration: none;
                color: rgb(100, 189, 252);
                border-bottom: 1px solid rgb(100, 189, 252);
            }

            .sstore .header-pane .center-pane .menu-pane .login-menu {
                margin: 15px 0;
                float: right;
                font-weight: 400;
            }

                .sstore .header-pane .center-pane .menu-pane .login-menu nav > a i {
                    padding: 10px;
                }

            .sstore .header-pane .center-pane .menu-pane .item:hover {
                color: #44aec2;
            }

            .sstore .header-pane .center-pane .menu-pane .item.active {
                color: #515862;
                border: none;
                pointer-events: none;
            }


    .sstore .header-pane .login-form {
        width: 340px;
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .sstore .header-pane .login-form input[type=text],
        .sstore .header-pane .login-form input[type=password] {
            width: 140px;
            float: left;
            margin-right: 10px;
            height: 30px;
            line-height: 20px;
            font-size: 12px;
            border-radius: 0;
            border: 2px solid rgb(255, 255, 255);
            display: inline-block;
            padding: 2px 10px;
            box-sizing: border-box;
        }

        .sstore .header-pane .login-form button {
                    float: right;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    font-size: 15px;
                    font-weight: bold;
                    text-align: center;
                    font-family: 'PT Sans Narrow';
                    background: rgb(100, 189, 252);
                    color: #fff!important;
                    border: none;
                    line-height: normal;
                    cursor: pointer;
                    text-shadow: none;
                    text-decoration: none!important;
                    -webkit-transition: ease 0.25s;
                    -moz-transition: ease 0.25s;
                    -o-transition: ease 0.25s;
                    transition: ease 0.25s;
                    width: 30px;
                    height: 30px;
        }

        .sstore .header-pane .login-form .submenu-link {
            text-decoration: none;
            float: left;
            font-size: .9em;
            margin-top: 4px;
            color: #44aec2;
            border-bottom: 1px dotted transparent;
            -webkit-transition: ease 0.25s;
            -moz-transition: ease 0.25s;
            -o-transition: ease 0.25s;
            transition: ease 0.25s;
        }

            .sstore .header-pane .login-form .submenu-link:after {
                content: '';
                clear: both;
            }

            .sstore .header-pane .login-form .submenu-link:hover {
                border-bottom-color: #44aec2;
            }

        .sstore .header-pane .login-form button:hover {
            background: #53bfd3;
            box-shadow: 0 0 10px #ccc;
            color: rgba(255,255,255,.9);
            text-shadow: 1px 1px 1px rgba(255,255,255,.3);
            border-bottom: none;
        }


    .sstore .block-page {
        position: relative;
        padding-top: 55px;
        padding-bottom: 55px;
        line-height: 20px;
    }

        .sstore .block-page h2 {
            position: relative;
            text-align: center;
            margin-bottom: 35px;
            /*text-transform: uppercase;*/
            color: #222222;
            font-size: 38px;
            /*letter-spacing: -2px;*/
            font-family: 'PT Sans Narrow';
            line-height: 42px;
        }

        .sstore .block-page h3 {
                position: relative;
    text-align: left;
    margin-bottom: 10px;
    color: #222222;
    font-size: 22px;
    letter-spacing: -1px;
    font-family: 'PT Sans Narrow';
    line-height: 34px;
        }

            .sstore .block-page h3 span {
                font-size: 18px;
                text-transform: none;
                letter-spacing: 0;
            }

        .sstore .block-page .blue-subheader {
            position: relative;
            color: #44aec2;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .sstore .block-page.gray {
            background: #efefef;
        }

    /* Picture block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .picture-pane {
        position: relative;
        height: 530px;
        width: 100%;
    }
    /* Main Picture block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore.main .picture-pane {
            overflow: hidden;
    min-width: 100vw;
    height: 85vh;
    min-height: 650px;
    background: rgba(0,0,0,.01) url(https://my.roboforex.com/files/filemanager/image3/misc/ramm-bg-main.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

        .sstore.main .picture-pane .claim {
            position: relative;
            margin-top: 15vh;
        }

            .sstore.main .picture-pane .claim .title {
                    position: relative;
                    font-size: 60px;
                    color: #3a414d;
                    font-family: 'PT Sans Narrow';
                    margin-bottom: 0px;
                    text-align: left;
            }

                .sstore.main .picture-pane .claim .title span {
                        color: rgb(100, 189, 252);
                        font-size: 109px;
                        display: block;
                        width: 480px;
                        margin: 0 20px;
                        border-bottom: 2px solid rgb(100, 189, 252);
                }

            .sstore.main .picture-pane .claim .text {
                position: relative;
                font-size: 24px;
                line-height: 28px;
                color: #3a414d;
                font-family: 'PT Sans Narrow';
                text-align: left;
            }

                .sstore.main .picture-pane .claim .text span {
                        padding: 10px 0px;
                        color: #fff;
                        display: block;
                        width: 480px;
                        margin: 0 20px 20px;
                        font-size: 40px;
                }

        .sstore.main .picture-pane .buttons-pane {
            position: absolute;
            top: 420px;
            left: 0;
            width: 100%;
            text-align: center;
        }

            .sstore.main .picture-pane .buttons-pane input[type="button"] {
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 2px solid #fff;
                font-size: 21px;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                background: url('../img/btn-bg.png') center repeat;
                padding: 15px 25px;
                padding-bottom: 10px;
                color: #fff;
                line-height: normal;
                margin-left: 100px;
                cursor: pointer;
            }

                .sstore.main .picture-pane .buttons-pane input[type="button"]:hover {
                    background: #44aec2;
                }

                .sstore.main .picture-pane .buttons-pane input[type="button"]:first-child {
                    margin-left: 0;
                }
    /* For Brokers Picture block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore.for-brokers .picture-pane {
        background: #efefef url('../img/for-brokers-picture.jpg') center no-repeat;
        height: 380px;
    }

        .sstore.for-brokers .picture-pane .claim {
            position: relative;
            padding-top: 150px;
        }

            .sstore.for-brokers .picture-pane .claim .title {
                position: relative;
                text-align: center;
                font-size: 47px;
                letter-spacing: 1px;
                color: #3a414d;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                margin-bottom: 25px;
                line-height: 52px;
            }


    /* For Traders Picture block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore.for-traders .picture-pane {
        background: #efefef url('../img/for-brokers-picture.jpg') center no-repeat;
        height: 380px;
    }

        .sstore.for-traders .picture-pane .claim {
            position: relative;
            padding-top: 150px;
        }

            .sstore.for-traders .picture-pane .claim .title {
                position: relative;
                text-align: center;
                font-size: 47px;
                letter-spacing: 1px;
                color: #3a414d;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                margin-bottom: 25px;
                line-height: 52px;
            }

            .sstore.for-traders .picture-pane .claim .btn {
                position: absolute;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 2px solid #fff;
                font-size: 21px;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                background: url('../img/btn-bg.png') center repeat;
                padding: 10px 20px;
                padding-bottom: 5px;
                color: #fff;
                line-height: normal;
                margin-left: 100px;
                cursor: pointer;
                text-align: center;
                margin: 0;
                line-height: 1.1em;
            }

                .sstore.for-traders .picture-pane .claim .btn:hover {
                    background: #44aec2;
                }

            .sstore.for-traders .picture-pane .claim .view-demo.btn {
                position: absolute;
                left: 400px;
                top: 280px;
                width: 125px;
            }
    /* For Investors Picture block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore.for-investors .picture-pane {
        background: #efefef url('../img/for-brokers-picture.jpg') center no-repeat;
        height: 380px;
    }

        .sstore.for-investors .picture-pane .claim {
            position: relative;
            padding-top: 135px;
        }

            .sstore.for-investors .picture-pane .claim .title {
                position: relative;
                text-align: center;
                font-size: 47px;
                letter-spacing: 1px;
                color: #3a414d;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                margin-bottom: 25px;
                line-height: 52px;
            }

            .sstore.for-investors .picture-pane .claim .text {
                color: #3a414d;
                font-size: 24px;
                text-align: center;
            }

    /* Rating block
--------------------------------------------------------------------------------------------------------------------------------------------*/
.sstore .rating-pane {
    background: rgba(239, 239, 239, 0.34);  
}

    /* Details block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.details .plus {
        position: absolute;
        left: 325px;
        top: 160px;
        color: #3baec2;
        z-index: 1;
        font-size: 18px;
    }

    .sstore .block-page.details .equal {
        position: absolute;
        right: 325px;
        top: 160px;
        color: #3baec2;
        z-index: 1;
        font-size: 18px;
    }

    .sstore .block-page.details .box {
        position: relative;
        float: left;
        width: 280px;
        padding-top: 100px;
        text-align: center;
        font-size: 18px;
        margin-left: 30px;
        padding-top: 330px;
        padding-bottom: 30px;
    }

        .sstore .block-page.details .box:first-child {
            margin-left: 0;
        }

        .sstore .block-page.details .box h3 {
            font-size: 28px;
            text-transform: uppercase;
            color: #222;
            line-height: 32px;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            width: 100%;
            padding: 0;
            z-index: 1;
        }

        .sstore .block-page.details .box .illo {
            position: absolute;
            top: 50px;
            left: 0;
        }

        .sstore .block-page.details .box .title-alpha {
            position: absolute;
            left: 0;
            right: 0;
            top: 250px;
            text-align: center;
            color: #8fc850;
            font-size: 20px;
        }

        .sstore .block-page.details .box .title-beta {
            position: absolute;
            left: 0;
            right: 0;
            top: 280px;
            text-align: center;
            color: #3baec2;
            font-size: 20px;
        }

        .sstore .block-page.details .box .title-gamma {
            position: absolute;
            left: 0;
            right: 0;
            top: 250px;
            text-align: center;
            color: #3baec2;
            font-size: 20px;
        }

        .sstore .block-page.details .box .title-delta {
            position: absolute;
            left: 0;
            right: 0;
            top: 250px;
            text-align: center;
            color: #8fc850;
            font-size: 20px;
        }

        .sstore .block-page.details .box .title-epsilon {
            position: absolute;
            left: 0;
            right: 0;
            top: 280px;
            text-align: center;
            color: #3baec2;
            font-size: 20px;
        }

        .sstore .block-page.details .box span {
            font-size: 24px;
        }
    /* Solution block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page .number {
        font-size: 24px;
        text-transform: uppercase;
        color: #44aec2;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
    }
    /* How to start block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.how-to-start {
        position: relative;
        background: #44aec2;
        color: #fff;
    }

        .sstore .block-page.how-to-start h3 {
            color: #fff;
        }

        .sstore .block-page.how-to-start .box {
            position: relative;
            padding-left: 150px;
            width: 400px;
            min-height: 96px;
            margin-left: 200px;
            padding-top: 30px;
        }

            .sstore .block-page.how-to-start .box.open-account {
                background: url('../img/open-account-icon.png') center left no-repeat;
            }

            .sstore .block-page.how-to-start .box.select-strategy {
                background: url('../img/select-strategy-icon.png') center left no-repeat;
            }

            .sstore .block-page.how-to-start .box.select-type {
                background: url('../img/select-type-icon.png') center left no-repeat;
            }

            .sstore .block-page.how-to-start .box.add-money {
                background: url('../img/add-money-icon.png') center left no-repeat;
            }
    /* Citate block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.citate {
        background: #efefef;
    }

        .sstore .block-page.citate .body {
            position: relative;
            padding-left: 300px;
        }

        .sstore .block-page.citate .avatar {
            position: absolute;
            left: 100px;
            top: -20px;
            width: 150px;
        }
    /* Select Broker block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.select-broker {
        background: #efefef;
    }

        .sstore .block-page.select-broker .box {
            position: relative;
            width: 100%;
            float: left;
            text-align: center;
            padding-top: 150px;
        }

            .sstore .block-page.select-broker .box img {
                position: absolute;
                top: 10px;
                left: 50%;
                margin-left: -63px;
            }
    /* Strategy examples block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.strategy-examples {
        background: #efefef;
    }

    /* Colorful block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore .block-page.colorful {
        background: url('../img/for-brokers-colorful-bg.jpg') center repeat-x;
        height: 220px;
        position: relative;
        padding: 0;
    }

        .sstore .block-page.colorful .btn {
            position: absolute;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 2px solid #fff;
            font-size: 21px;
            font-family: 'PT Sans Narrow';
            text-transform: uppercase;
            background: url('../img/btn-bg.png') center repeat;
            padding: 10px 20px;
            padding-bottom: 5px;
            color: #fff;
            line-height: normal;
            margin-left: 100px;
            cursor: pointer;
            text-align: center;
            margin: 0;
            line-height: 1.1em;
        }

            .sstore .block-page.colorful .btn:hover {
                background: #44aec2;
            }

        .sstore .block-page.colorful .view-demo.btn {
            left: 270px;
            top: 80px;
            width: 125px;
        }

        .sstore .block-page.colorful .traders-features.btn {
            right: 270px;
            top: 80px;
            width: 125px;
        }
    /* For Traders Colorful block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore.for-traders .block-page.colorful .view-demo.btn {
        left: 400px;
        top: 80px;
        width: 125px;
    }
    /* For Investors Colorful block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore.for-investors .block-page.colorful .view-demo.btn {
        left: 400px;
        top: 80px;
        width: 125px;
    }
    /* Help block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .block-page.help {
        position: relative;
    }

        .sstore .block-page.help .help-row .answer {
            display: none;
            margin-top: 20px;
            font-size: 18px;
        }

        .sstore .block-page.help .help-row.expanded .answer {
            display: block;
        }

        .sstore .block-page.help .help-row.expanded .question span {
            color: #222;
            border-bottom: 1px dotted #222;
        }

        .sstore .block-page.help .help-row .question {
            text-align: center;
            position: relative;
            cursor: pointer;
        }

            .sstore .block-page.help .help-row .question span {
                font-size: 24px;
                color: #44aec2;
                border-bottom: 1px dotted #44aec2;
            }

        .sstore .block-page.help .buttons-pane {
            text-align: center;
            margin-top: 20px;
        }

        .sstore .block-page.help .btn {
            position: relative;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 2px solid #fff;
            font-size: 21px;
            font-family: 'PT Sans Narrow';
            text-transform: uppercase;
            background: #3a7885;
            padding: 10px 20px;
            padding-bottom: 5px;
            color: #fff;
            line-height: normal;
            margin-left: 100px;
            cursor: pointer;
            text-align: center;
            margin: 0;
            line-height: 1.1em;
            overflow: hidden;
            float: left;
            margin-left: 410px;
            width: 100px;
        }

            .sstore .block-page.help .btn:hover {
                background: #44aec2;
            }
    /* Blue block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore .block-page.blue {
        background: #44aec2;
        color: #fff;
        position: relative;
        text-align: center;
        font-size: 24px;
    }
    /* Features block
--------------------------------------------------------------------------------------------------------------------------------------------*/
.sstore .block-page.features {
  border-top: 1px solid rgba(0,0,0,.2); */
    border-bottom: 1px solid rgba(0,0,0,.2);
    background: #efefef;
    background: url(https://my.roboforex.com/files/filemanager/image3/misc/ramm-bg-features.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 7%;
}
    .sstore .block-page .subheader-text {
        margin-bottom: 40px;
        color: rgb(100, 189, 252);
        font-size: 140%;
        text-align: center;
    }

    .sstore .features .box {
        position: relative;
        float: left;
        text-align: center;
        font-size: 18px;
        margin: 0 15px;
        border: 1px solid rgba(0,0,0,.2);
        padding: 20px;
        background-color: #fff;
        width: 240px;
        height: 170px;
        }
        .sstore .block-page.features .box p {
            text-align: justify;
            line-height: 1.3em;
            font-size: 90%;
        }

        .sstore .block-page.features .box:first-of-type {
            margin-left: 0;
        }

        .sstore .block-page.features .box:last-of-type {
            margin-right: 0;
        }

        .sstore .block-page.features .box.strategy {
            border: 0;
            padding: 20px 0px 0px 0px;
            /*border-radius: 10px;
            box-shadow: 0 0 5px rgba(0,0,0,.1);*/
            overflow: hidden;
            cursor: default;
            /*-webkit-transition: ease 0.25s;
            -moz-transition: ease 0.25s;
            -o-transition: ease 0.25s;
            transition: ease 0.25s;*/
        }
            /*.sstore .block-page.features .box.strategy:hover {
                box-shadow: 0 0 5px rgba(0,0,0,.2);
            }*/

            .sstore .block-page.features .box.strategy .profit {
                margin: -20px 0 -40px 0;
                font-size: 40px;
                padding: 10px 0;
            }

                .sstore .block-page.features .box.strategy .profit span {
                    display: block;
                    font-size: .6em;
                    line-height: 2.2em;
                    opacity: .8;
                }

            .sstore .block-page.features .box.strategy .chart-container {
                /*width: 300px;*/
                height: 250px;
                position: relative;
                padding: 0;
            }


    /* Creaters block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore .creaters {
        /*background: #efefef;*/
    }

        .sstore .creaters .box {
            position: relative;
        }

            .sstore .creaters .box.left .avatar {
                position: absolute;
                left: 0;
                top: 0;
            }

            .sstore .creaters .box.right .avatar {
                position: absolute;
                right: 0;
                top: 0;
            }

            .sstore .creaters .box.left .body {
                position: relative;
                padding-left: 300px;
            }

            .sstore .creaters .box.right .body {
                position: relative;
                padding-right: 300px;
                min-height: 196px;
            }

            .sstore .creaters .box table {
                width: 100%;
            }
                .sstore .creaters .box table .yeap {
                    color:#44aec2;
                }
                .sstore .creaters .box table .nope {
                    color:rgba(0,0,0,.2);
                    font-weight:bold;
                }
                
                .sstore .creaters .box table thead {
                }
                    .sstore .creaters .box table thead th{
                        text-align:center;
                        padding:10px 0;
                        border-bottom:1px solid rgba(0,0,0,.1);
                    }
                .sstore .creaters .box table tbody {
                }
                    .sstore .creaters .box table tbody th{
                        font-weight:normal;
                        text-align:left;
                        border-bottom:1px solid rgba(0,0,0,.1);
                        height:60px;
                        vertical-align:middle;
                    }
                    .sstore .creaters .box table tbody td{
                        text-align:center;
                        border-bottom:1px solid rgba(0,0,0,.1);
                        height:60px;
                        vertical-align:middle;
                    }



    /* More info block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore .more-info {
        background: #44aec2;
    }

        .sstore .more-info h2 {
            color: #fff;
        }

        .sstore .more-info .buttons-pane {
            text-align: center;
        }

            .sstore .more-info .buttons-pane input[type='button'] {
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 2px solid #fff;
                font-size: 21px;
                font-family: 'PT Sans Narrow';
                text-transform: uppercase;
                background: #fff;
                padding: 15px 25px;
                padding-bottom: 10px;
                color: #44aec2;
                line-height: normal;
                margin-left: 50px;
                cursor: pointer;
            }

                .sstore .more-info .buttons-pane input[type='button']:hover {
                    background: #efefef;
                }

                .sstore .more-info .buttons-pane input[type='button']:first-child {
                    margin-left: 0;
                }

    /* Features block
--------------------------------------------------------------------------------------------------------------------------------------------*/

    .sstore .block-page.features .box {
        position: relative;
        float: left;
        width: 240px;
        height: 240px;
        padding-top: 100px;
        text-align: center;
        font-size: 18px;
        margin-left: 30px;
        border: 1px solid rgba(0,0,0,.2);
        padding: 20px;
        background-color: #fff;
        border-top: 3px solid rgba(255, 184, 25, 0.85);
    }
        .sstore .block-page.features .wrapper .box.recycle {
            margin-left: 0px;
        }
    /* Register result block
--------------------------------------------------------------------------------------------------------------------------------------------*/
    .sstore .popup-info {
        background: #efefef;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        background: lemonchiffon;
        padding: 20px 0;
        text-align: center;
    }

#sending-progress {
    color: #fff;
    font-size: 24px;
}
/* Feedback block
--------------------------------------------------------------------------------------------------------------------------------------------*/

.sstore .feedback {
    background: #efefef;
}

    .sstore .feedback #tabs-pane .tab {
        font-size: 28px;
        color: #44aec2;
        text-transform: uppercase;
        float: left;
        margin-left: 30px;
        border-bottom: 1px solid #44aec2;
        cursor: pointer;
    }

        .sstore .feedback #tabs-pane .tab:first-child {
            margin-left: 0;
        }

        .sstore .feedback #tabs-pane .tab.active {
            color: #3a414d;
            border-bottom: 1px solid #3a414d;
        }

    .sstore .feedback .box-left {
        width: 48%;
        position: relative;
        float: left;
    }

    .sstore .feedback .box-right {
        width: 48%;
        position: relative;
        float: left;
        margin-left: 4%;
    }
/* Footer
--------------------------------------------------------------------------------------------------------------------------------------------*/

.sstore .footer {
    position: relative;
    height: 80px;
    width: 960px;
    margin: 0 auto;
}

    .sstore .footer .email {
        position: relative;
        text-align: right;
        display: block;
    }

    .sstore .footer .copyright {
        position: relative;
        text-align: left;
        padding-top: 30px;
        width: 820px;
        display: inline-block;
    }

/* Header
--------------------------------------------------------------------------------------------------------------------------------------------*/


/* Header Inner
--------------------------------------------------------------------------------------------------------------------------------------------*/


/* Text
--------------------------------------------------------------------------------------------------------------------------------------------*/
.sstore h1, h2, h3, h4, h5 {
    font-weight: normal;
    text-transform: none;
    position: relative;
    display: block;
}

.sstore h2 {
    font-size: 130%;
    color: #818286;
}

/* Structure
--------------------------------------------------------------------------------------------------------------------------------------------*/

/*Main page styles---------------------------------------------------------------------------------------------------------------------------*/

/*Content styles---------------------------------------------------------------------------------------------------------------------------*/

/* Other
--------------------------------------------------------------------------------------------------------------------------------------------*/
.sstore .hor-spacer {
    position: relative;
    overflow: hidden;
    height: 20px;
    clear: both;
}

.sstore .double-hor-spacer {
    position: relative;
    overflow: hidden;
    height: 40px;
    clear: both;
}

.sstore .half-hor-spacer {
    height: 6px;
    clear: both;
}

.sstore .half-half-hor-spacer {
    height: 2px;
    clear: both;
}

.sstore .clr {
    clear: both;
}

label {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 3px;
    color: #515862;
}

input[type='text'] {
    border: 1px solid #dcdee0;
    padding: 1% 2%;
    width: 96%;
    font-size: 110%;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

    input[type='text']:focus,
    textarea:focus {
        border: 1px solid #3498db;
    }

textarea {
    border: 1px solid #dcdee0;
    padding: 1% 2%;
    width: 96%;
    font-size: 110%;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    resize: none;
    width: 96%;
    font-weight: normal;
}

.float-right {
    float: right;
}

.hidden {
    display: none !important;
}

.sstore input[type='button'] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    font-family: 'PT Sans Narrow';
    background: #44aec2;
    padding: 15px 25px;
    padding-bottom: 10px;
    color: #fff;
    border: none;
    line-height: normal;
    margin-left: 50px;
    cursor: pointer;
}

    .sstore input[type='button']:hover {
        background: #53bfd3;
    }

.sstore .center-text {
    text-align: center;
}

.sstore .big-text {
    font-size: 18px;
}

.sstore p {
    line-height: 1.3em;
}
/* Overlay
--------------------------------------------------------------------------------------------------------------------------------------------*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../img/overlay-bg.png') left top repeat;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    min-height: 100%;
    z-index: 120;
}

.bogi .row {
    position: relative;
}


/* 
    Hide the original radios and checkboxes
    (but still accessible)
    
    :not(#foo) > is a rule filter to block browsers
                 that don't support that selector from
                 applying rules they shouldn't
       
*/
.bogi .checkbox {
    position: relative;
    overflow: hidden;
    text-align: left;
    float: left;
    padding: 3px;
}

    .bogi .checkbox input[type='radio'],
    .bogi .checkbox input[type='checkbox'] {
        /* Hide the input, but have it still be clickable */
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        display: block;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

        .bogi .checkbox input[type='radio'] + label {
            margin: 0;
            clear: none;
            /* Left padding makes room for image */
            padding: 5px 0 7px 20px;
            /* Make look clickable because they are */
            cursor: pointer;
            background: url('../img/radio-off.png') left center no-repeat;
        }

        .bogi .checkbox input[type='checkbox'] + label {
            margin: 0;
            clear: none;
            /* Left padding makes room for image */
            padding: 5px 0 7px 20px;
            /* Make look clickable because they are */
            cursor: pointer;
            background: url('../img/checkbox-off.png') left center no-repeat;
        }

        /*
    Change from unchecked to checked graphic
*/
        .bogi .checkbox input[type='radio']:checked + label {
            background-image: url('../img/radio.png');
        }

        .bogi .checkbox input[type='checkbox']:checked + label {
            background-image: url('../img/checkbox.png');
        }

/* Clearfix
--------------------------------------------------------------------------------------------------------------------------------------------*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.help-row ol {
    list-style: decimal;
    margin: 10px 0 10px 0;
    padding-left: 25px;
}

.help-row p {
    margin-bottom: 5px;
}

/* FAQ Page
--------------------------------------------------------------------------------------------------------------------------------------------*/

.sstore.faq .faq-tizer-pane {
    background: #fff;
}

.sstore.faq .questions-pane {
    background: #fff;
}

    .sstore.faq .questions-pane .wrapper {
        text-align: center;
    }

.sstore.faq .answers-pane {
    background: #efefef;
}

.sstore.faq .questions-pane .question {
    font-size: 15px;
    text-align: center;
    color: #3a414d;
    text-decoration: none;
    font-size: 24px;
}

    .sstore.faq .questions-pane .question:hover {
        color: #67bdcd;
    }

.sstore ol {
    list-style: decimal;
}

    .sstore ol li {
        margin-left: 20px;
        padding-left: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.sstore ul li {
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sstore .tizers-pane {
    position: relative;
    margin-bottom: 40px;
}

    .sstore .tizers-pane .tizer {
        width: 290px;
        height: 40px;
        float: left;
        margin-left: 40px;
        background: #efefef;
        padding-top: 210px;
        border-bottom: solid 15px #67bdcd;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: #67bdcd;
        position: relative;
    }

        .sstore .tizers-pane .tizer .icon {
            width: 120px;
            height: 120px;
            position: absolute;
            left: 50%;
            top: 30px;
            margin-left: -60px;
        }

        .sstore .tizers-pane .tizer.brokers .icon {
            background: url('../img/monitor-icon.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.brokers.active .icon {
            background: url('../img/monitor-icon-active.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.investors .icon {
            background: url('../img/employee-icon.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.investors.active .icon {
            background: url('../img/employee-icon-active.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.traders .icon {
            background: url('../img/briefcase-icon.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.traders.active .icon {
            background: url('../img/briefcase-icon-active.png') center no-repeat;
        }

        .sstore .tizers-pane .tizer.active {
            background: #67bdcd;
            color: #fff;
        }

        .sstore .tizers-pane .tizer:first-child {
            margin-left: 0;
        }

.sstore .main-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #222222;
    font-size: 38px;
    letter-spacing: -1px;
    font-family: 'PT Sans Narrow';
    line-height: 34px;
}

.sstore .scheme-pane {
    height: 470px;
    background: #efefef;
}

.sstore .scheme {
    width: 690px;
    position: absolute;
    height: 470px;
    left: 50%;
    margin-left: -345px;
    top: 50%;
    margin-top: -235px;
    background: url('../img/scheme.png') center no-repeat;
}

    .sstore .scheme.en {
        background: url('../img/scheme_en.jpg') center no-repeat;
    }

.sstore .title-a,
.sstore .title-b,
.sstore .title-c,
.sstore .title-d,
.sstore .title-e,
.sstore .title-f,
.sstore .title-g,
.sstore .title-h,
.sstore .title-i,
.sstore .title-j,
.sstore .title-k,
.sstore .title-l,
.sstore .title-m,
.sstore .title-n,
.sstore .title-o,
.sstore .title-p,
.sstore .title-q,
.sstore .title-r {
    background: #f7f7f7;
    display: block;
    position: absolute;
    text-align: center;
    color: #777;
    font-size: 18px;
    line-height: normal;
}

.sstore .title-a {
    text-transform: uppercase;
    width: 100%;
    top: 10px;
    font-weight: bold;
    color: #67bdcd;
}

.sstore .title-b {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    top: 50px;
}

.sstore .title-c {
    width: 100%;
    top: 85px;
    color: #fff;
    left: 0;
}

.sstore .title-d {
    width: 220px;
    top: 178px;
    left: 90px;
}

.sstore .title-e {
    width: 220px;
    top: 178px;
    left: 380px;
}

.sstore .title-g {
    top: 254px;
    width: 80px;
    left: 79px;
    font-size: 14px;
}

.sstore .title-h {
    top: 254px;
    width: 80px;
    left: 161px;
    font-size: 14px;
}

.sstore .title-i {
    top: 254px;
    width: 80px;
    left: 241px;
    font-size: 14px;
}

.sstore .title-j {
    top: 254px;
    width: 80px;
    left: 368px;
    font-size: 14px;
}

.sstore .title-k {
    top: 254px;
    width: 80px;
    left: 449px;
    font-size: 14px;
}

.sstore .title-l {
    top: 254px;
    width: 80px;
    left: 530px;
    font-size: 14px;
}

.sstore .title-m {
    text-transform: uppercase;
    color: #67bdcd;
    font-weight: bold;
    width: 100%;
    top: 345px;
}

.sstore .title-f {
    text-transform: uppercase;
    color: #a0c759;
    font-weight: bold;
    top: 218px;
    left: 423px;
}


.sstore .title-n {
    top: 422px;
    left: 100px;
    text-align: left;
    font-size: 14px;
}

.sstore .title-o {
    top: 422px;
    left: 322px;
    text-align: left;
    font-size: 14px;
}

.sstore .title-p {
    top: 401px;
    left: 525px;
    text-align: left;
    font-size: 14px;
}

/* Experst Block
--------------------------------------------------------------------------------------------------------------------------------------------*/

.sstore.experts {
}

    .sstore.experts .box {
        position: relative;
    }

        .sstore.experts .box b {
            color: #44aec2;
            font-weight: normal;
        }

        .sstore.experts .box.right .body {
            position: relative;
            padding-right: 290px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .sstore.experts .box.left .body {
            position: relative;
            padding-left: 290px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .sstore.experts .box .avatar {
            width: 115px;
            height: 115px;
            -moz-border-radius: 55px;
            -webkit-border-radius: 55px;
            border-radius: 55px;
        }

        .sstore.experts .box.left .avatar {
            position: absolute;
            left: 65px;
            top: 50%;
            margin-top: -55px;
        }

        .sstore.experts .box.right .avatar {
            position: absolute;
            right: 65px;
            top: 50%;
            margin-top: -55px;
        }

    .sstore.experts .picture-pane {
        position: relative;
        margin-bottom: 45px;
        height: auto;
    }

        .sstore.experts .picture-pane .claim {
            position: relative;
            background: #44aec2;
            height: 190px;
        }

        .sstore.experts .picture-pane .title {
            text-align: center;
            position: absolute;
            top: 70px;
            left: 0;
            right: 0;
            color: #fff;
            font-size: 38px;
            text-transform: uppercase;
        }

.sstore .block-page.steps .box {
    padding-top: 30px!important;
}

    .sstore .block-page.steps .box .number-header {
        color: #44aec2;
        font-family: Arial;
        font-size: 60px;
        display: inline-block;
        width: 100px;
        height: 100px;
        border: solid 5px #44aec2;
        box-sizing: border-box;
        padding-top: 35px;
        border-radius: 60px;
        margin-bottom: 20px;
    }

.sstore .get-account {
    background: #44aec2;
    text-align: center;
    padding: 20px 0;
}

    .sstore .get-account .view-1 {
        display: none;
    }

    .sstore .get-account .view-2 {
        display: inline;
    }

        .sstore .get-account .view-2 .round-digit-small {
            background: #fff;
            display: inline-block;
            color: #44aec2;
            border-radius: 25px;
            width: 50px;
            height: 50px;
            font-size: 26px;
            box-sizing: border-box;
            padding-top: 14px;
            margin-right: 10px;
            font-family: Arial;
        }

    .sstore .get-account.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0,0,0,.8);
    }

        .sstore .get-account.fixed .view-1 {
            display: inline;
        }

        .sstore .get-account.fixed .view-2 {
            display: none;
        }

    .sstore .get-account label {
        color: #fff;
        font-size: 26px;
        text-transform: none;
    }

    .sstore .get-account input[type=email] {
        display: inline-block;
        width: 400px;
        line-height: 40px;
        font-size: 20px;
        color: rgba(0,0,0,.8);
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 4px solid rgba(255,255,255,.3);
        margin: 0 40px;
        height: 48px;
    }

        .sstore .get-account input[type=email]::-webkit-input-placeholder,
        .sstore .get-account input[type=email]::-moz-placeholder,
        .sstore .get-account input[type=email]::-moz-placeholder,
        .sstore .get-account input[type=email]:-ms-input-placeholder {
            color: ##44aec2;
            opacity: .5;
        }

    .sstore .get-account input[type=button] {
        display: inline-block;
        line-height: 40px;
        font-size: 20px;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 4px solid rgba(255,255,255,.8);
        margin: 0;
        background: rgba(0,0,0,.2);
        color: #fff;
        -webkit-transition: margin 0.33s ease-out;
        -o-transition: margin 0.33s ease-out;
        transition: margin 0.33s ease-out;
    }

        .sstore .get-account input[type=button]:hover {
            background: rgba(0,0,0,.1);
        }

.sstore .footer {
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    height: initial;
    width: initial;
    border-top: 1px solid rgba(0,0,0,.2);
    background: #4E4D4D;
    color: #fff;
}

    .sstore .footer .regInfo-container {
        width: 960px;
        margin: 0 auto 30px;
        text-align: left;
    }

        .sstore .footer .version {
            float: right;
        }

    .sstore .footer .risks-container {
        width: 960px;
        margin: 0 auto 30px;
        text-align: justify;
    }

    .sstore .footer .broker-container {
        display: inline-block;
        float: left;
        width: 30%;
    }

        .sstore .footer .broker-container img {
            margin-right: 10px;
            display: inline-block;
            float: left;
        }

        .sstore .footer .broker-container p {
            display: inline-block;
            float: left;
            width: 190px;
        }

    .sstore .footer .copyright-container {
        display: inline-block;
        float: left;
        width: 30%;
        margin: 0 4%;
        text-align: center;
    }

    .sstore .footer .email-container {
        display: inline-block;
        float: right;
        width: 30%;
        text-align: right;
        box-sizing: border-box;
        padding-right: 0;
    }

.sstore .header-pane .menu-pane .language-pane {
    position: relative;
    padding-top: 20px;
    float: left;
}

    .sstore .header-pane .menu-pane .language-pane .item {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

        .sstore .header-pane .menu-pane .language-pane .item.active {
            color: #fff;
        }

.sstore .header-pane .menu-pane .social-pane {
    position: relative;
}

    .sstore .header-pane .menu-pane .social-pane .icon {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        margin-left: 10px;
        cursor: pointer;
        -webkit-transition: ease 0.25s;
        -moz-transition: ease 0.25s;
        -o-transition: ease 0.25s;
        transition: ease 0.25s;
    }

        .sstore .header-pane .menu-pane .social-pane .icon.facebook {
            background: url('../img/facebook-icon.png') center no-repeat;
        }

            .sstore .header-pane .menu-pane .social-pane .icon.facebook:hover {
                background: url('../img/facebook-icon-hover.png') center no-repeat;
            }


.sstore .experts ul li {
    /*padding: 0 80px 0 40px;*/
}

    .sstore .experts ul li h3 {
        text-align: left;
    }

.sstore .experts .bx-wrapper {
    margin-bottom: 0;
}

    .sstore .experts .bx-wrapper .bx-next {
        right: -70px;
    }

    .sstore .experts .bx-wrapper .bx-prev {
        left: -70px;
    }

.sstore .mac-container {
    background: url('../img/imac.png') center no-repeat;
    background-size: cover;
    float: right;
    width: 550px;
    margin-left: 20px;
    height: 383px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 100px 20px;
    margin-top: 40px;
}

    .sstore .mac-container img {
        width: 455px;
        display: inline-block;
    }

input.error {
    background-color: lemonchiffon;
    border-color: coral!important;
}

.disabled {
    pointer-events: none;
    opacity: .5;
    cursor: default;
}


.login-form {
    width: 370px;
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .login-form input[type=text],
    .login-form input[type=password] {
        width: 140px;
        float: left;
        margin-right: 10px;
        height: 25px;
        line-height: 20px;
        font-size: 12px;
        border-radius: 0;
        border: 1px solid rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.05) inset;
    }

    .login-form input[type=button],
    .login-form button {
        float: right;
        font-size: 15px;
    }


nav.menu.inline {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: inherit;
    overflow: visible;
}

.menu.inline:after {
    content: none;
}

nav.menu.inline > a {
    text-decoration: none;
    color: rgba(96, 108, 124, .9);
}

    nav.menu.inline > a:hover {
        text-decoration: none;
    }

nav.menu.inline > ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    max-width: 400px;
    min-width: 270px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.9);
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}

    nav.menu.inline > ul a:hover {
        border: none;
    }

/*nav.menu.inline:hover > ul,*/
nav.menu.inline.active > ul {
    display: block;
}

nav.menu.inline > ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 0;
    margin: 0;
}

    nav.menu.inline > ul li:last-child {
        border-bottom: none;
    }

    nav.menu.inline > ul li.bottom-divider {
        border-bottom: 2px solid rgba(0,0,0,.2);
    }

    nav.menu.inline > ul li a {
        display: block;
        padding: 10px 10px 10px 5px;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        color: rgba(0,0,0,.9);
        text-decoration: none;
        text-transform: initial;
        line-height: 1.5em;
        background-color: #fff;
        letter-spacing: .01em;
        text-shadow: 1px 1px 1px #fff;
    }

    nav.menu.inline > ul li.round-button > a > i {
        box-shadow: none;
        text-align: center;
        padding: 7px;
        border-radius: 20px;
        border: solid 2px transparent;
        display: inline-block;
        margin: 0 8px 0 5px;
        width: 34px;
        height: 34px;
        text-shadow: none;
    }

    nav.menu.inline > ul li.round-button.attention > a > i {
        background-color: #ff6572!important;
        color: white!important;
    }

    nav.menu.inline > ul li.round-button.warning > a > i {
        background-color: orange!important;
        color: white!important;
    }

    nav.menu.inline > ul li.round-button.green > a > i {
        background-color: #8fd46c!important;
        color: white!important;
    }

    nav.menu.inline > ul li.round-button.gray > a > i {
        background-color: #e9e9e9!important;
        color: white!important;
    }

    nav.menu.inline > ul li.round-button.blue > a > i {
        background-color: #44aec2!important;
        color: white!important;
    }

    nav.menu.inline > ul li a:hover {
        padding: 10px 10px 10px 5px;
        background-color: rgba(0,0,0,.05);
        box-shadow: inset 0 0 5px rgba(255,255,255,.2);
        border: none;
    }

    nav.menu.inline > ul li a i {
        color: #3498db;
        margin: 0 10px;
        text-shadow: 0 0 2px #fff;
        width: 25px;
    }


/*Buttons*/
input[type='button'],
.btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px;
    text-align: center;
    font-family: 'PT Sans Narrow';
    background: #44aec2;
    padding: 3px 10px;
    color: #fff!important;
    border: none;
    line-height: normal;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none!important;
    -webkit-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}

    .btn.huge {
        padding: 15px 20px;
    }

    .btn.warning {
        background-color: orange;
    }

    input[type=button]:hover,
    .btn:hover {
        background: #53bfd3;
        box-shadow: 0 0 10px #ccc;
        color: rgba(255,255,255,.9);
        text-shadow: 1px 1px 1px rgba(255,255,255,.3);
        border-bottom: none;
        /*text-shadow:none;*/
    }

    input[type=button].gray,
    .btn.gray {
        background: #e9e9e9;
        color: rgba(0,0,0,.5)!important;
        border: 1px solid transparent;
    }

        input[type=button].gray:hover,
        .btn.gray:hover {
            border: 1px solid rgba(0,0,0,.1);
            color: #000;
        }

        input[type=button].gray:active,
        .btn.gray:active {
            background: #dddcdc;
        }

    input[type=button].green,
    .btn.green {
        background: #8fd46c;
        color: rgba(255,255,255,1)!important;
    }

        input[type=button].green:hover,
        .btn.green:hover {
            background: #8fd46c;
            color: rgba(255,255,255,1)!important;
        }

        input[type=button].green:active,
        .btn.green:active {
            background: #81c75e;
        }

    input[type=button].orange,
    .btn.orange {
        background: orange;
        color: rgba(255,255,255,1)!important;
    }

        input[type=button].orange:hover,
        .btn.orange:hover {
            background: orange;
            color: rgba(255,255,255,1)!important;
        }

        input[type=button].orange:active,
        .btn.orange:active {
            background: orange;
        }

    input[type=button].deep-green,
    .btn.deep-green {
        background: rgb(100, 189, 252);
        opacity: .8;
        color: rgba(255,255,255,1)!important;
/*         box-shadow: 0 0 10px #888; */
    }

        input[type=button].deep-green:hover,
        .btn.deep-green:hover {
            background: rgb(100, 189, 252);
            opacity: 1;
            color: rgba(255,255,255,1)!important;
            box-shadow: 0 0 1px #444;
        }

        input[type=button].deep-green:active,
        .btn.deep-green:active {
            background: #81c75e;
            opacity: 1;
        }

    input[type=button].red,
    .btn.red {
        background: #ff6572;
        color: #fff!important;
    }

        input[type=button].red:hover,
        .btn.red:hover {
            background: #ff6572;
            color: #fff!important;
            text-shadow: none;
        }

        input[type=button].red:active,
        .btn.red:active {
            background: #f45563;
        }

    input[type=button].blue,
    .btn.blue {
        background: rgba(68, 174, 194, .8);
        color: #fff!important;
    }

        input[type=button].blue:hover,
        .btn.blue:hover {
            background: rgba(68, 174, 194, 1);
            color: #fff!important;
        }

        input[type=button].blue:active,
        .btn.blue:active {
            background: rgba(68, 174, 194, 1);
            color: #fff!important;
        }


.form {
}

    .form p {
        margin: 3em 0;
        text-align: center;
        display: block;
        padding: 0;
    }

        .form p label {
            font-size: 1.5em;
            padding: .2em .5em;
            box-sizing: border-box;
            line-height: 1.8em;
            width: 300px;
            display: inline-block;
            text-align: right;
            margin-right: 1em;
        }

            .form p label:after {
                content: ':';
                opacity: .5;
                margin-left: .1em;
            }

        .form p input {
            font-size: 1.5em;
            padding: .2em .5em;
            box-sizing: border-box;
            line-height: 1.8em;
            border: 1px solid rgba(0,0,0,.2);
            box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
            width: 350px;
            display: inline-block;
        }

            .form p input:active,
            .form p input:focus {
                border: 1px solid rgba(0,0,0,.25);
                box-shadow: 0 0 2px rgba(0,0,0,.1);
            }

            .form p input[type=checkbox] {
                font-size: 1.5em;
                padding: initial;
                box-sizing: border-box;
                line-height: initial;
                border: initial;
                box-shadow: none;
                width: initial;
                display: inline-block;
            }

.success-mesage {
    text-align: center;
    font-size: 1.2em;
    padding: 1em;
    color: #fff;
    background: rgba(0,138,0,.5);
}

@media screen and (orientation: portrait) {
  .nav-pane {
    font-size: 1.4em;
  }
  .nav-pane #login_slide-btn {
    font-size: 1em;
  }
  .sstore.main .picture-pane {
    height: 110%;
    width: 100%;
    max-height: 1400px;
    max-width: 1080px;
  }
  .sstore.main .picture-pane .claim {
    position: relative;
    margin-top: 20%;
}
  .sstore.main .picture-pane .claim .title span {
    width: auto;
    font-size: 2.2em !important;
    color: rgb(100, 189, 252);
    border-bottom: 2px solid rgb(100, 189, 252);
  }
  
  .sstore.main .picture-pane .claim .text {
    margin-top: 30px;
    text-lign: center;
  }
  .sstore.main .picture-pane .claim .text span { 
    width: auto;
    font-size: 1.5em !important;
    line-height: 1.3em;
    text-lign: center;
  }
  .claim p {
    margin-top: 10% !important;
    text-align: left !important;
    width: auto !important;
  }
/*   .claim p a {
    padding: 6px 40px !important;
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255, 184, 25, 0.85);
    font-size: 3.5em !important;
    background: rgba(255, 184, 25, 0.85);
  } */
  
  .btn_holder a {
    width: 393px;
    line-height: 35px;
  }
      
  .btn_holder .line_2 {
    font-size: 1.7em;
}
    .btn_holder .btn_separator {
    font-size: 1.7em;
}
  .sstore .creaters h3 {
    margin: 0 0 1em 0 !important;
    text-align: left !important;
    font-size: 2em !important;
  }
  .sstore .header-pane .center-pane .logotype-roboforex {
/*     position: absolute;
    left: 0px;
    top: 10px; */
    width: 310px;
    height: 100px;
    background: url(https://my.roboforex.com/files/filemanager/image3/letters/roboforex-logo-ramm.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
  .sstore .header-pane .center-pane .menu-pane {
/*     position: absolute;
    top: 25px;
    right: 0;
    width: 100%; */
}
  .sstore .header-pane .login-form {
    width: 400px;
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
}
  .sstore .header-pane .login-form input[type=text], .sstore .header-pane .login-form input[type=password] {
    width: 160px;
    float: left;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    border-radius: 0;
    border: 2px solid rgb(255, 255, 255);
    display: inline-block;
    padding: 2px 10px;
    box-sizing: border-box;
}
  .sstore .header-pane .login-form button {
    float: right;
    font-size: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    font-family: 'PT Sans Narrow';
    background: rgb(100, 189, 252);
    color: #fff!important;
    border: none;
    line-height: normal;
    cursor: pointer;
    /* text-transform: uppercase; */
    text-shadow: none;
    text-decoration: none!important;
    -webkit-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
    width: 40px;
    height: 40px;
}
  .sstore .header-pane .menu-pane .language-pane {
    position: relative;
    padding-top: 13px;
    float: right;
    margin-right: 20px;
}
  .sstore .header-pane .menu-pane .language-pane .item {
    font-weight: bold;
    text-decoration: none;
    font-size: 2em;
}
  .sstore .creaters .box table {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.3em;
}
  .sstore .creaters .box table tbody th {
    padding: 15px 0;
  }
  .creaters p {
    font-size: 1.5em !important;
    line-height: 1.3em;
    width: 700px !important;
}
  .sstore .block-page .subheader-text {
    font-size: 2em;
  }
  .sstore .clr {
    display: none;
  }
  .sstore .block-page.features .box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    margin: 20px !important;
    font-size: 1.5em;
    width: 40%;
    height: 240px;
    
  }
  .sstore .block-page.features .box p {
    font-size: 100%;
  }
  .sstore .block-page h3 {
        font-size: 1.2em;
  }
  .sstore .footer .regInfo-container, .sstore .footer .risks-container {
        font-size: 0.8em;
  }
}


/*------ Buttons for new and exist customers - START ------*/
.btn_holder {
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
  width: 480px;
}
.btn-nc {
    padding: 7px 0px 7px !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid rgba(255, 184, 25, 0.32);
    font-size: 18px;
    background: rgba(255, 184, 25, 0.85);
    display: inline-block;
    text-align: center;
    width: 205px;
}

.btn-ec {
    padding: 7px 0px 7px !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 215px;
}

.btn_separator {
    padding: 0 10px;
    font-size: 17px;
    color: #fff;
}

/*------ Buttons for new and exist customers - END ------*/


/*------ Rating Container - START ------*/
.data-table {
    border-collapse: initial;
    width: 100%;
}

    .data-table .data-table-header {
        background: #44aec2;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        text-shadow: none;
    }

    .data-table tbody tr {
    }

    .data-table tbody:hover>tr {
        background: rgba(227, 243, 246, .4);
    }

    .data-table th {
        text-align: center;
        background: #e9e9e9;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
        border-left: 1px solid #d7d7d7;
        color: #444;
        min-height: 40px;
        padding: 4px;
        width: 10%;
        text-shadow: 1px 1px 1px #fff;
    }

        .data-table th:first-child {
            border-left: none;
        }

    .data-table.light-header th {
        background: #fafafa;
        color: #888;
        font-weight: normal;
    }

    .data-table tr td {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #d7d7d7;
        border-left: 1px solid #d7d7d7;
        color: #222;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        position: relative;
        overflow: initial;
    }

    .data-table.no-border tr td,
    .data-table.no-border tr th {
        border: none;
    }

    .data-table.left-aligned-text tr td,
    .data-table.left-aligned-text tr th {
        text-align: left;
    }

    .data-table tr.narrow td,
    .data-table tr.narrow th {
        padding: 0 5px;
    }

    .data-table tr.emforce td,
    .data-table tr.emforce th {
        color: rgba(0,0,0,.8);
        line-height: 2em;
    }

        .data-table tr.emforce td a,
        .data-table tr.emforce th a {
            color: #3498db;
        }

    .data-table thead tr.note th {
        font-weight: normal;
        color: rgba(0,0,0,.6);
    }

    .data-table tr td.error {
        background-color: lemonchiffon;
    }

    .data-table tr {
        cursor: default;
    }

        .data-table tr.note td,
        .data-table .note,
        .my-investment .note {
            color: rgba(0,0,0,.5);
            font-size: .8em;
        }

        .data-table tr td:first-child {
            border-left: none;
        }

        .data-table tr input[type=text],
        .data-table tr input[type=number] {
            font-size: 12px;
            width: 100%;
            text-align: center;
            padding: 0 2px;
        }

    .data-table .wide-header {
        height: 40px;
        text-align: left !important;
    }

    .data-table td.warning {
        background-color: rgba(255,165,0,.5);
    }

    .data-table tr th.conservative {
        background: rgba(119, 185, 0, .2)!important;
    }

    .data-table tr td.conservative {
        background: rgba(119, 185, 0, .1)!important;
    }

    .data-table tr:hover td.conservative {
        background: rgba(119, 185, 0, .2)!important;
    }

    .data-table tr th.moderate {
        background: rgba(243, 178, 0, .2)!important;
    }

    .data-table tr td.moderate {
        background: rgba(243, 178, 0, .1)!important;
    }

    .data-table tr:hover td.moderate {
        background: rgba(243, 178, 0, .2)!important;
    }

    .data-table tr th.aggressive {
        background: rgba(255, 46, 18, .2)!important;
    }

    .data-table tr td.aggressive {
        background: rgba(255, 46, 18, .1)!important;
    }

    .data-table tr:hover td.aggressive {
        background: rgba(255, 46, 18, .2)!important;
    }

    .data-table tr td.not-allowed {
        background: #e9e9e9 !important;
        color: #444;
    }

.rating-grid-buttons-container > a.btn {
    width: 130px;
    display: block;
    margin-bottom: 5px;
}

input[type=button].gray, .btn.gray {
    background: #e9e9e9;
    color: rgba(0,0,0,.5)!important;
    border: 1px solid transparent;
}
.data-table tr td a {
    color: #222;
    text-decoration: underline;
}
a.gray {
    color: rgba(0,0,0,.7)!important;
    opacity: .85;
}
input[type='button'], .btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px;
    text-align: center;
    font-family: 'PT Sans Narrow';
    background: #44aec2;
    padding: 3px 10px;
    color: #fff!important;
    border: none;
    line-height: normal;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none!important;
    box-sizing: border-box!important;
    -webkit-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}
.btn {
    padding: 4px 20px 3px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-repeat: repeat-x;
    text-shadow: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.align-left {
    text-align: left!important;
}

div.yieldChartLabel {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 0.9em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    padding: 1px 5px 1px 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

div.yieldChartLabel.positive {
    background-color: #78c34c;
    color: white;
}

tr:hover div.yieldChartLabel {
    font-size: 1.5em;
    opacity: 0.8;
    padding: 5px;
}

.nav-links {
    margin-top: 0;
}

.text-green {
    color: green!important;
    text-shadow: 1px 1px 1px lemonchiffon;
}
.text-larger {
    font-size: 1.2em;
}
.text-bold {
    font-weight: bold;
}