
.showCenterDiv{
    display:-webkit-flex;
    display:flex;
    /*justify-content:center;*/
    flex-direction:row;
}
.SFX_News_Pills {
    margin: auto;
    white-space: nowrap;
    display: -webkit-flex;
    display:flex;
    overflow-x: auto;
}
    .SFX_News_Pills:hover li > a {
        color: #868686;
    }
    .SFX_News_Pills:hover li:first-child > a {
        color:#464646;
    }
    .SFX_News_Pills:hover li.active > a {
        color: #ffffff;
    }

    .SFX_News_Pills li {
        border-right: solid 1px #d9d9d9;
        font-size: 14px;
        font-weight: 500;
    }

        .SFX_News_Pills > li:not(.active) a:hover {
            background-color: #dfdfdf;
            color: #838383;
        }

    .SFX_News_Pills li:last-child {
        border-right: none;
    }
    .SFX_News_Pills > li.active > a {
        color: #ffffff;
        background-color: #377dff;
        border-radius: 0px;
    }


    .SFX_News_Pills > li > a {
        padding: 15px 70px;
        background: #f2f2f2;
        color: #868686;
        font-size: 14px;
        height: 50px;
        font-weight: 500;
        overflow: hidden;
    }

    .SFX_News_Pills > li:first-child > a {
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        pointer-events:none;
        cursor:none;
        color:#464646;
    }
    .SFX_News_Pills > li:first-child > a:hover {
        color: #464646;
    }

    .SFX_News_Pills > li:last-child > a {
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

.nav-pills > li + li {
    margin-left: 0px;
}

.tab-content {
    /*margin-top: 50px;*/
}

.SFX_News_separator hr {
    border-top: solid 1px #e5e5e5;
}

.SFX_News_Big_block_Main {
    height: 250px;
    border: solid 1px #e5e5e5;
    border-radius: 25px;
    margin-top: 40px;
    margin-right: 4%;
    width:48%;
}

.SFX_News_Big_block_Main a {
    text-decoration:none;
}

.SFX_News_Big_block {
    height: 250px;
    max-width: 540px;
    pointer-events: visible;
    cursor: pointer;
    z-index: 1;
}

.SFX_News_Small_block_Main {
    height: 250px;
    border-radius: 25px;
    border: solid 1px #e5e5e5;
    margin-top: 40px;
    margin-right: 4%;
    width: 22%;
}
.SFX_News_Small_block_Main:nth-child(4n+3) {
    margin-right: 0px;
}

    .SFX_News_Small_block_Main a {
        text-decoration: none;
    }

.SFX_News_Small_Block {
    height: 250px;
    max-width: 235px;
}

.SFX_News_Block{
    display: -webkit-flex;
    display: flex;
}

.SFX_News_Tag {
    width: auto;
    height: 20px;
    display: inline-flex;
    font-size: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #868686;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin: 30px 0 20px 10px;
    white-space:nowrap;
}

.SFX_News_Date {
    font-size: 10px;
    color: #868686;
    font-weight: 300;
    padding: 33px 0px 0 10px;
}

.SFX_News_Title {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    padding: 20px 30px 0 10px;
}

.SFX_News_Description {
    font-size: 14px;
    color: #868686;
    font-weight: 300;
    padding: 10px 30px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.SFX_News_Button {
    height: 35px;
    width: 35px;
    background: white;
    border: solid 2px #377dff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
}

    .SFX_News_Button svg {
        fill: #377dff;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 10px;
        top: 11px;
    }

.SFX_News_Big_block_Main:hover, .SFX_News_Small_block_Main:hover {
    cursor: pointer;
    background-color:#fafafa;
}

.SFX_News_Big_block_Main:hover .SFX_News_Button {
    background: #377dff;
}

.SFX_News_Small_block_Main:hover .SFX_News_Button {
    background: #377dff;
}

.SFX_News_Big_block_Main:hover .SFX_News_Button svg {
    fill: white;
}

.SFX_News_Small_block_Main:hover .SFX_News_Button svg {
    fill: white;
}


.SFX_Load_More_btn {
    width: 100%;
    height: 50px;
    border: solid 2px #377dff;
    font-size: 14px;
    font-weight: 600;
    color: #377dff;
    border-radius: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}


.SFX_Load_more_btn_padding {
    /*padding: 0 30px;*/
    margin: 50px 0px;
}

@media screen and (max-width:1199px) {
    .SFX_News_Small_block_Main:not(:nth-child(3n+2)) {
        margin-right: 4.25%;
    }
    .SFX_News_Small_block_Main {
        width: 30.5%
    }
    .SFX_News_Big_block_Main {
        margin-right: 4.25%;
        width: 65.25%
    }
    .SFX_News_Small_block_Main:nth-child(3n+2) {
        margin-right: 0px;
    }
}

@media screen and (max-width:1040px) {
    .SFX_News_Small_block_Main:not(:nth-child(2n+3)) {
        margin-right: 6%;
    }

    .SFX_News_Small_block_Main {
        width: 47%;
    }

    .SFX_News_Big_block_Main {
        width: 100%
    }

    .SFX_News_Small_block_Main:nth-child(2n+3), .SFX_News_Big_block_Main {
        margin-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .SFX_News_Small_block_Main {
        margin-right: 0px !important;
        width: 100%;
    }

    .SFX_News_Description{
        display:none;
    }
}