.hs_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 40px;
    text-align: left;
}
.hs_text{
    font-size: 17px;
    line-height: 1.4;
    color: #444444;
    text-align: left;
}
.hs_butt_container{
    padding-top: 20px;
    padding-bottom: 10px;
}
.hs_butt_text{
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.feature_title{
    text-align: left;
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}
.feature_desc{
    text-align: left;
    color: #000000;
    font-size: 17px;
    line-height: 150%;
}
.feature_bottom{
    padding-top: 20px;
    text-align: left;
    padding-bottom: 30px;
}
.read_more{
    padding: 22px 15px;
    text-align: right;
    line-height: 20px;
    float: right;
}
.read_more a{
    text-decoration: none;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1.7px;
    color: #272727;
    min-width: 125px;
    display: inline-block;
}
.BTiles_title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
}
.BTiles_img{
    text-align: center;
    padding: 50px 0 30px;
}
.BTiles_img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.BTiles_img img {
    height: 69px;
    width: 76px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
    -moz-transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
    -ms-transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}
.BTiles_description{
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.lazy-slide img {
    margin-left: 13.2%;
    margin-top: 3.0%;
    width: 74%;
    margin-bottom: 10%;
}
.lazy-slide2 img {
    margin-left: 6.2%;
    margin-top: 3.70%;
    width: 78%;
    margin-bottom: 10%;
}
.lazy-slide3 img {
    margin-left: 14.8%;
    margin-top: 2.0%;
    width: 76.5%;
    margin-bottom: 10%;
}
.lazy-slide4 img {
    margin-left: 11.5%;
    margin-top: 3.05%;
    width: 83%;
    margin-bottom: 10%;
}
.lazy{
    background: url(/i/img/trading_platform_eu/mb_02.png) no-repeat;
    background-size: 100%;
}
.lazy2{
    background: url(/i/img/trading_platform_eu/ipad_0.png) no-repeat;
    background-size: 90%;
}
.lazy3{
    background: url(/i/img/trading_platform_eu/iphon_02.png) no-repeat;
    background-size: 90%;
    background-position: 80% 0;
}
.lazy4{
    background: url(/i/img/trading_platform_eu/mt.png) no-repeat;
    background-size: 90%;
    background-position: 80% 0;
}
.lazy, .lazy2, .lazy3, .lazy4{
    max-width: 500px;
    margin: 0 auto;
}
/****** vertical dots ******/
.vertical-dots
{
    left: 0;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    text-align: right;
}
.vertical-dots li
{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 0 !important;
}
.vertical-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.vertical-dots li button:hover,
.vertical-dots li button:focus
{
    outline: none;
}
.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before
{
    opacity: 1;
}
.vertical-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: 1;
    color: #c0c0c0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-dots li.slick-active button:before
{
    opacity: 1;
    color: #404040;
}
/****** vertical dots2 ******/
.vertical-dots2
{
    right: 0;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    text-align: right;
}
.vertical-dots2 li
{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 0 !important;
}
.vertical-dots2 li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.vertical-dots2 li button:hover,
.vertical-dots2 li button:focus
{
    outline: none;
}
.vertical-dots2 li button:hover:before,
.vertical-dots2 li button:focus:before
{
    opacity: 1;
}
.vertical-dots2 li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: 1;
    color: #c0c0c0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-dots2 li.slick-active button:before
{
    opacity: 1;
    color: #404040;
}
@media only screen and ( min-width:1200px ) {
    .table-row {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 1199px) {
    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);

        direction: rtl;
    }
    .row.reorder-xs > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);

        direction: ltr;
    }
}