
        *{
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        html, body{
            padding: 0;
            margin: 0;
            height: 100%;
            background-color: #ffffff;
            color: #231F20;
            font-size: 18px;
            /*font-family: 'Roboto', sans-serif;*/
            font-family: 'Oswald', sans-serif;
        }
        .flatform-list li{
            display: inline-block;
        }
        .flatform-list li img{
            width: 120px;
        }

        .footer{
            background-color: #ffffff;
        }

        p{
            margin-top: 0;
            margin-bottom: 15px;
        }

        .content ul{
            list-style: none;
            padding-left: 0;
        }
        .lp_footer_menu{

        }
        .lp_footer_menu .lp_footer_title{
            color: #000;
            font-size: 14px;
            font-weight: bold;
        }
        .lp_footer_menu .lp_footer_title a{
            color: #000;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;

        }
        .lp_footer_menu .lp_footer_section{
            margin-top: 20px;
        }
        .lp_footer_menu .lp_footer_section ul{
            list-style: none;
            padding-left: 0;
        }
        .lp_footer_menu .lp_footer_section ul li{

        }
        .lp_footer_menu .lp_footer_section ul li a{
            color: #1b9e37;
            font-size: 14px;
            text-decoration: none;
        }

        .social_network{
            list-style: none;
            padding: 0;
        }
        .social_network li{
            float: left;
        }
        .lp_footer_social_img {
            background-color: #fff;
            border: 1px solid #ddd;
            opacity: 0.7;
            padding: 7px;
            width: 30px;
            height: 30px;
            line-height: 16px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            margin-right: 10px;
        }
        .lp_footer_logo {
            background: url("https://alpsocial-alpsnetworks.netdna-ssl.com/application/themes/integrity/images/logo-alps.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            background-position-x: 0;
            background-position-y: 0;
            background-position: 0 0;
            display: block;
            height: 45px;
            width: 140px;
            background-size: 100%;
        }

        .disclaimer{
            padding: 20px;
            text-align: center;
        }
        .disclaimer_title {
            color: #9f9f9f;
            font-size: 13px;
            opacity: 1;
            text-align: center;
            text-transform: capitalize;
        }

        .disclaimer_content {
            color: #9f9f9f;
            font-size: 12px;
            opacity: 1;
            text-align: center;
            padding: 0 100px;
        }

        .form-element input[type=text], .form-element input[type=password], .form-element input[type=email]{
            width: 100%;
            height: 32px;
            background-color: transparent;
            border: 1px solid #c57518;
            color: #c57518;
            padding: 5px;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .footer {
                text-align: center;
            }
            .lp_footer_section{
                width: 142px;
                margin: 0 auto 30px auto;
            }
            .section-page {
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
        @media (max-width: 767px) {
            .section-page {
                padding-top: 25px;
                padding-bottom: 25px;
            }

            .lp_footer_section{
                margin-bottom: 15px;
            }
            .footer {
                text-align: center;
            }
            .lp_footer_section{
                width: 142px;
                margin: 20px auto 30px auto;
            }
            .section-page {
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
        /* ------ top menu ----- */
        .login-landing-page {
            background: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            background-color: #231F20;
            height: 55px;
            width: 100%;
            padding: 5px 10px;
            text-align: right;
        }
        .login-landing-page.sticky{
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(84, 92,99, 0.6);
        }
        .login-landing-page .lp_footer_logo{
            /*display: none;*/
            float: left;
            background: url(https://www.alpssocial.com/application/modules/Integrity/externals/images/logo-white.png) no-repeat scroll center rgba(0,0,0,0);
            background-size: cover;
        }
        .login-landing-page.sticky .lp_footer_logo{
            display: block;
        }
        .login-landing-page.sticky .lp_btn_link_text{
            display: none;
        }
        .landing-top-menu{
            list-style: none;
            margin: 8px 0 0 0;
            text-align: left;
            float: right;
            padding: 0;
        }
        .landing-top-menu > li{
            float: left;
            position: relative;
        }
        .landing-top-menu > li a{
            font-size: 14px;
            padding: 0 10px;
            background: none;
            box-shadow: none;
            border: none;
            text-transform: none;
            display: inline-block;
            border-radius: 4px;
            color: #fff;
            line-height: 30px;
            text-decoration: none;
        }
        .landing-top-menu > li a sup{
            font-size: 8px;
        }
        .landing-top-menu > li a.lp_btn_signup{
            background: #ee5930 !important;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }
        .landing-top-menu > li a.lp_btn_signup:hover{
            background: #ee5930 !important;
        }
        .landing-top-menu > li ul{
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 222px;
            list-style: none;
            padding-left: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: rgba(84, 92,99, 0.6);
        }
        .landing-top-menu li:hover ul{
            display: block;
        }
        .landing-top-menu > li ul li a{
            line-height: 20px;
        }
        .login-landing-page.sticky .landing-top-menu li.l-default{
            display: none;
        }
        @media (max-width: 767px) {
            .login-landing-page{
                padding: 5px 5px;
            }
            .landing-top-menu{
            }
            .landing-top-menu > li a {
                font-size: 12px;
                padding: 0 8px;
            }
            .disclaimer_content {
                padding: 0;
            }
            .lp_footer_section {
                margin: 10px 0;
            }
            .footer {
                text-align: left;
            }
        }

        .list-intro li{
            font-size: 18px;
            color: #ffffff;
            padding: 10px 0;
        }
        
        .section-page{
            padding-top: 40px;
            padding-bottom: 40px;
            clear: both;
        }

        .top-page{
            background-color: #231F20;
            height: 55px;
        }

        .banner-top-page{
            padding-top: 55px;
            padding-bottom: 40px;
            color: #ffffff;
            /*height: 780px;*/

            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .banner-top-page-head{
            text-align: center;
        }
        .banner-top-page .trading-logo{
            display: block;
            max-width: 100%;
            margin: 0 auto 30px auto;
        }

        .banner-top-page h1{
            font-size: 55px;
            margin-bottom: 15px;
            color: #34D9C3;
            text-transform: uppercase;
            letter-spacing: 5px;
            font-family: 'Roboto', sans-serif;
        }
        .banner-top-page h2{
            color: #ffffff;
            font-size: 18px;
            margin-bottom: 15px;
            line-height: 20px;
        }
        .banner-top-page h2 span{
            display: inline-block;
            height: 9px;

        }
        .banner-top-page h2 span:before{
            content: '';
            display: block;
            line-height: 5px;
            height: 5px;
            width: 5px;
            background-color: #ffffff;
            border-radius: 100%;
        }
        .banner-top-page h3{
            color: #ffffff;
        }
        .banner-top-page h5{
            color: #00BCB4;
            text-transform: uppercase;
        }
        .banner-top-page p{
            font-size: 18px;
            color: #ffffff;
        }
        .banner-top-page .btn-training{
            margin-bottom: 35px;
            border: 2px solid #34D9C3;
            text-transform: uppercase;
            color: #ffffff;
            padding: 10px 30px;
            display: inline-block;
        }

        .btn-training:hover{
            text-decoration: none;
        }
        .banner-top-page-action{
            text-align: center;
            padding-top: 155px;
        }
        .banner-top-page-action img{
            display: block;
            margin: auto;
            margin-bottom: 15px;
        }


        .co-founder:before, .co-founder:after{
            content: '';
            display: table;
        }
        .co-founder:after{
            clear: both;
        }
        .co-founder{
            margin-bottom: 30px;
        }
        .co-founder-text{
            float: left;
            width: calc(100% - 290px);
        }
        .co-founder-img{
            float: left;
            width: 280px;
            position: relative;
            margin-right: 10px;
        }
        .co-founder-img img{
            width: 100%;
            position: relative;
        }
        .co-founder-img:before{
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 10px;
            left: 10px;
            border: 2px dashed #00BCB4;
        }
        .co-founder-name{
            color: #00BCB4;
            text-transform: uppercase;
            font-size: 40px;
            line-height: 40px;
            position: relative;
        }
        .co-founder-name span{
            display: inline-block;
            background-color: #ffffff;
            position: relative;
        }
        .co-founder-name:before{
            content: '';
            display: block;
            border-bottom: 2px dashed #00BCB4;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .co-founder-cv{
            color: #929497;
            font-size: 20px;
            margin-bottom: 10px;
        }
        .co-founder-text{
            font-size: 18px;
        }

        .co-founder:nth-child(odd) .co-founder-img{
            float: right;
        }

        .co-founder:nth-child(odd) .co-founder-text{
            padding-right: 15px;
        }
        .co-founder:nth-child(even) .co-founder-text{
            padding-left: 15px;
            text-align: right;
        }

        .co-founder:nth-child(odd) .co-founder-name span{
            padding-right: 30px;
        }
        .co-founder:nth-child(even) .co-founder-name span{
            padding-left: 30px;
        }

        .section-page-back{
            background-color: #010206;
            color: #ffffff;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .top-arrow{
            padding-left: 85px;
            padding-right: 85px;
        }
        .top-arrow:before, .top-arrow:after{
            content: '';
            display: table;
        }
        .top-arrow:after{
            clear: both;
        }
        .top-arrow img{
            width: auto;
            max-width: 100%;
        }
        .pull-right{
            float: right;
        }
        .pull-left{
            float: left;
        }

        .sp-content{
            margin-bottom: 35px;
        }

        .sp-title{
            color: #00BCB4;
            font-size: 30px;
            margin-bottom: 5px;
        }
        .sp-text{
            color: #ffffff;
            font-size: 18px;
            line-height: 25px;
        }
        .sp-img{
            display: block;
            width: 100%;
            max-width: 100%;
        }
        .sp-head{
            /*background-color: #1CCFC9;*/
            display: inline-block;
            border: 2px solid #1CCFC9;
            font-size: 40px;
            letter-spacing: 5px;
        }
        .sp-head .bl{
            display: inline-block;
            color: #010206;
            background-color: #1CCFC9;
            padding: 0 10px;
            position: relative;
            z-index: 1;
        }
        .sp-head .wl{
            display: inline-block;
            color: #ffffff;
            background-color: #010206;
            padding: 0 10px;
            position: relative;
            z-index: 1;
        }
        .sp-head .wl:after{
            content: '';
            display: block;
            position: absolute;
            width: 80%;
            height: 80%;
            background-color: #010206;
            z-index: -1;
            bottom: -2px;
            right: -2px;
        }


        .sp-head .bl2{
            display: inline-block;
            color: #ffffff;
            background-color: #010206;
            padding: 0 10px;
            position: relative;
            z-index: 1;
        }
        .sp-head .bl2:after{
            content: '';
            display: block;
            position: absolute;
            width: 80%;
            height: 80%;
            background-color: #010206;
            z-index: -1;
            bottom: -2px;
            left: -2px;
        }

        .sp-head .wl2{
            display: inline-block;
            color: #010206;
            background-color: #1CCFC9;
            padding: 0 10px;
            position: relative;
            z-index: 1;
        }

        .sp-icon-list:before, .sp-icon-list:after{
            content: '';
            display: table;
        }
        .sp-icon-list:after{
            clear: both;
        }
        .sp-icon-box{
            width: 50%;
            float: left;
            text-align: center;
        }
        .sp-icon-box .sp-icon-title{
            text-align: center;
            color: #ffffff;
        }
        .sp-icon-img{
            display: block;
            margin: 0 auto 10px auto;
        }

        .sp-col-hotplace{
            padding-top: 30px;
        }
        .sp-col-hotplace .sp-head{
            margin-left: -147px;
            margin-bottom: 30px;
            line-height: 60px;
        }
        .sp-col-hotplace .sp-icon-list{
            margin-top: 20%;
        }

        .sp-deskplace-img{
            margin-bottom: -50px;
        }
        .sp-col-deskplace{
            text-align: right;
        }
        .sp-col-deskplace .sp-head{
            margin-bottom: 35px;
            margin-right: -188px;
            line-height: 60px;
        }
        .sp-col-deskplace .sp-icon-list{
            margin-top: 100px;
        }

        .sp-col-privateplace .sp-head{
            margin-bottom: 35px;
            line-height: 60px;
        }

        .sp-col-privateplace .sp-icon-list{
            margin-top: 50px;
        }
        .sp-col-privateplace .sp-icon-box{
            width: 25%;
        }

        .sp-col-meetinglace{
            text-align: right;
        }
        .sp-col-meetinglace .sp-head{
            margin-bottom: 35px;
            line-height: 60px;
        }
        .sp-col-meetinglace .sp-icon-list{
            margin-top: 50px;
        }

        .sp-col-seminarplace{
            padding-top: 30px;
        }
        .sp-col-seminarplace .sp-head{
            margin-left: -254px;
            margin-bottom: 30px;
            line-height: 60px;
        }
        .sp-col-seminarplace .sp-icon-list{
            margin-top: 20%;
        }

        .sp-col-balconyplace{
            position: relative;
        }
        .sp-col-overlay{
            position: absolute;
            top: 30%;
            left: 10%;
            width: 45%;
        }
        .sp-col-balconyplace .sp-head{
            margin-bottom: 30px;
            line-height: 60px;
        }

        .sp-subscribe-btn{
            display: block;
            border: 10px solid #00BCB4;
            text-align: center;
            font-size: 60px;
            letter-spacing: 10px;
            color: #231F20;
            width: 100%;
            margin-bottom: 10px;
            line-height: 90px;
        }
        .sp-subscribe-btn:hover{
            text-decoration: none;
            color: #231F20;
        }

        .sp-join-btn{
            display: block;
            font-size: 22px;
            line-height: 47px;
            border: 2px solid #231F20;
            color: #00BCB4;
            text-align: center;
            margin-bottom: 10px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }
        .sp-join-btn:hover{
            text-decoration: none;
            color: #00BCB4;
        }

        .sp-logo-list{
            text-align: center;
        }
        .sp-logo-list a{
            display: inline-block;
            margin: 10px 20px;
        }
        .sp-logo-list > div{
            text-align: center;
        }
        .sp-head-title{
            font-size: 30px;
            text-align: center;
            margin-bottom: 35px;
            color: #ffffff;
        }

        .terminal-item{
            margin-bottom: 35px;
        }
        .terminal-text{
            font-style: italic;
            color: #ffffff;
        }
        .terminal-name{
            font-weight: bold;
            text-align: right;
            color: #ffffff;
        }

        .sp-col-text{
            font-size: 18px;
            color: #ffffff;
        }
        
        @media (min-width: 768px) and (max-width: 992px) {
            .banner-top-page p {
                font-size: 15px;
            }
        }
        
        @media (max-width: 767px) {
            .banner-top-page h1 {
                font-size: 35px;
            }
            .banner-top-page h2 {
                font-size: 12px;
                margin-bottom: 10px;
                line-height: 14px;
            }
            .banner-top-page h3 {
                font-size: 14px;
            }
            .banner-top-page h5 {
                font-size: 13px;
            }
            .banner-top-page{
                height: auto;
            }
            .banner-top-page-action {
                padding-top: 15px;
            }
            .banner-top-page .btn-training{
                margin-bottom: 0;
            }

            .co-founder-text {
                float: none;
                width: 100%;
            }
            .co-founder:nth-child(2n+1) .co-founder-text {
                padding-right: 0;
            }
            .co-founder:nth-child(2n+1) .co-founder-img {
                float: none;
                margin: 0 auto 15px auto;
            }
            .co-founder-img{
                margin: 0 auto 15px auto;
                float: none;
            }
            .co-founder {
                margin-bottom: 10px;
            }
            .top-arrow {
                padding-left: 15px;
                padding-right: 15px;
            }
            .sp-col-hotplace .sp-head {
                margin-left: auto;
                margin-bottom: 20px;
                margin-right: auto;
            }
            .sp-col-hotplace .sp-icon-list {
                margin-top: 10%;
            }
            .sp-col-deskplace .sp-head {
                margin-right: 0;
            }
            .sp-col-deskplace .sp-icon-list {
                margin-top: 30px;
            }
            .sp-col-privateplace .sp-icon-list {
                margin-top: 30px;
            }
            .sp-col-meetinglace .sp-icon-list {
                margin-top: 30px;
                margin-bottom: 30px;
            }
            .sp-col-seminarplace .sp-head {
                margin-left: 0;
            }
            .sp-col-seminarplace .sp-icon-list {
                margin-top: 15%;
            }
            .sp-col-overlay {
                position: relative;
                top: inherit;
                left: inherit;
                width: 100%;
            }
            .section-page-back > br{
                display: none;
            }
            .sp-subscribe-btn{
                font-size: 42px;
            }
            .sp-logo-list a {
                margin: 10px auto;
            }
            .sp-logo img{
                width: 100%;
            }
        }